.vanta-estimate-form { box-sizing: border-box; padding: 80px 0; background: var(--vanta-estimate-bg, #fff); color: var(--vanta-navy, #111827); font-family: Lato,Arial,sans-serif; }
.vanta-estimate-form *, .vanta-estimate-form *::before, .vanta-estimate-form *::after { box-sizing: border-box; }
.vanta-estimate-form__inner { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.vanta-estimate-form__header { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.vanta-estimate-form__eyebrow { display: inline-block; margin: 0 0 14px; color: var(--vanta-gold, #c3a15a); font-size: 12.5px; line-height: 1.2; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.vanta-estimate-form__title { margin: 0 0 14px; color: var(--vanta-navy, #111827); font-size: 38px; line-height: 1.15; font-weight: 800; letter-spacing: -.02em; }
.vanta-estimate-form__description { margin: 0; color: var(--vanta-text, #667085); font-size: 16px; line-height: 1.65; }
.vanta-estimate-form__form-shell { width: 100%; max-width: 810px; margin: 0 auto; padding: 34px 40px 32px; border-radius: 24px; background: #fff; box-shadow: 0 12px 35px rgba(17,24,39,.16); }
.vanta-estimate-form__notice { padding: 18px; border: 1px solid var(--vanta-border, #e4e1da); border-radius: 8px; color: var(--vanta-text, #667085); text-align: center; }
.vanta-estimate-form .fluentform, .vanta-estimate-form .fluentform_wrapper_1 { margin: 0; }
.vanta-estimate-form .ff-el-group { margin-bottom: 22px; }
.vanta-estimate-form .ff-t-container { gap: 16px; }
.vanta-estimate-form .ff-t-container .ff-t-cell { padding: 0 !important; }
.vanta-estimate-form .ff-el-input--label { margin-bottom: 8px; text-align: center; }
.vanta-estimate-form .ff-el-input--label label { color: var(--vanta-navy, #111827); font-size: 15px; line-height: 1.3; font-weight: 600; }
.vanta-estimate-form .ff-el-is-required label::after { color: #eb5b65 !important; }
.vanta-estimate-form .ff-el-form-control { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid #d8d9dd; border-radius: 8px; background: #fff; color: var(--vanta-navy, #111827); font-family: inherit; font-size: 15px; box-shadow: none; transition: border-color .18s,box-shadow .18s; }
.vanta-estimate-form .ff-el-form-control:focus { border-color: var(--vanta-gold, #c3a15a); box-shadow: 0 0 0 3px rgba(195,161,90,.16); outline: none; }
.vanta-estimate-form .ff-el-tc .ff_t_c a { color: #8a6a2f !important; font-weight: 700; text-decoration: underline !important; text-decoration-thickness: 1px; text-underline-offset: 2px; transition: color .18s ease,text-decoration-color .18s ease; }
.vanta-estimate-form .ff-el-tc .ff_t_c a:hover { color: #6f5525 !important; text-decoration-thickness: 2px; }
.vanta-estimate-form .ff-el-tc .ff_t_c a:focus-visible { color: #6f5525 !important; border-radius: 2px; outline: 2px solid var(--vanta-gold, #c3a15a); outline-offset: 2px; }
.vanta-estimate-form textarea.ff-el-form-control { min-height: 212px; resize: vertical; }
.vanta-estimate-form .ff_file_upload_holder { display: flex; flex-direction: column; align-items: center; }
.vanta-estimate-form .ff_upload_btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 12px 22px; border: 0; border-radius: 0; background: #747a85; color: #fff; font-family: inherit; cursor: pointer; }
.vanta-estimate-form .ff_submit_btn_wrapper { margin: 14px 0 0 !important; text-align: center !important; }
.vanta-estimate-form .ff-btn-submit { min-height: 52px; padding: 16px 30px; border: 0; border-radius: 14px; background: var(--vanta-gold, #c3a15a); color: var(--vanta-navy, #111827); font-family: inherit; font-size: 15px; line-height: 1.2; font-weight: 800; text-transform: uppercase; box-shadow: none; transition: background-color .18s,transform .18s; }
.vanta-estimate-form .ff-btn-submit:hover, .vanta-estimate-form .ff-btn-submit:focus { background: var(--vanta-gold-dark, #a9853f); color: var(--vanta-navy, #111827); transform: translateY(-1px); }

@media (max-width: 1024px) {
	.vanta-estimate-form__title { font-size: 34px; }
}

@media (max-width: 767px) {
	.vanta-estimate-form { padding: 48px 0; }
	.vanta-estimate-form__inner { padding-right: 20px; padding-left: 20px; }
	.vanta-estimate-form__title { font-size: 30px; }
	.vanta-estimate-form__form-shell { padding: 22px 18px; border-radius: 16px; }
	.vanta-estimate-form .ff-t-container { display: block; }
	.vanta-estimate-form .ff-t-container .ff-t-cell { width: 100% !important; margin: 0; }
	.vanta-estimate-form textarea.ff-el-form-control { min-height: 170px; }
}

/* Optional purple scheme. Default instances retain their original styling. */
.vanta-estimate-form.vanta-estimate-form--purple {
	--vanta-gold: #6f4cff;
	--vanta-gold-dark: #5d3fe0;
	--vanta-navy: #11131b;
	--vanta-text: #383b45;
	--vanta-border: #d8d9df;
	background: radial-gradient(circle at 16% 18%,rgba(111,76,255,.055),transparent 34%),#f8f8fb !important;
}
.vanta-estimate-form.vanta-estimate-form--purple .vanta-estimate-form__eyebrow { color:#6f4cff !important; }
.vanta-estimate-form.vanta-estimate-form--purple .vanta-estimate-form__title { color:#11131b !important; }
.vanta-estimate-form.vanta-estimate-form--purple .vanta-estimate-form__description { color:#383b45 !important; }
.vanta-estimate-form.vanta-estimate-form--purple .vanta-estimate-form__form-shell { border:1px solid #dedee8 !important; background:#fff !important; box-shadow:0 18px 48px rgba(30,20,80,.09) !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-el-input--label label { color:#11131b !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-el-form-control { border-color:#d8d9df !important; background-color:#fff !important; color:#383b45 !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-el-form-control::placeholder { color:#898b96 !important; opacity:1 !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-el-form-control:focus { border-color:#6f4cff !important; box-shadow:0 0 0 3px rgba(111,76,255,.14) !important; }
.vanta-estimate-form.vanta-estimate-form--purple :is(input[type="checkbox"],input[type="radio"]) { accent-color:#6f4cff !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff_upload_btn { background:#6f4cff !important; color:#fff !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-btn-submit { background:#6f4cff !important; color:#fff !important; }
.vanta-estimate-form.vanta-estimate-form--purple .ff-btn-submit:hover,
.vanta-estimate-form.vanta-estimate-form--purple .ff-btn-submit:focus { background:#5d3fe0 !important; color:#fff !important; }
