.instant-quote {
  --iq-navy: #0d3148;
  --iq-navy-deep: #082638;
  --iq-blue: #079ee8;
  --iq-blue-dark: #0877b5;
  --iq-ink: #122430;
  --iq-muted: #60717a;
  --iq-line: #d8e0e4;
  --iq-cream: #fbfaf7;
  min-width: 0;
  overflow: hidden;
  color: var(--iq-ink);
  background: var(--iq-cream);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.55;
}

.instant-quote *, .instant-quote *::before, .instant-quote *::after { box-sizing: border-box; }
.instant-quote h1, .instant-quote h2, .instant-quote h3, .instant-quote p, .instant-quote ul { margin: 0; }
.instant-quote img { display: block; max-width: 100%; }
.instant-quote button, .instant-quote input { font: inherit; }
.instant-quote a { color: inherit; }
.iq-wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.iq-service-bar { color: #dcecf3; background: var(--iq-navy); font-size: .73rem; }
.iq-service-bar .iq-wrap { display: flex; justify-content: space-between; align-items: center; min-height: 35px; }
.iq-service-bar a { color: #fff; font-weight: 800; text-decoration: none; }
.iq-header { position: relative; z-index: 10; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,49,72,.08); }
.iq-header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 70px; }
.iq-logo img { width: 145px; height: auto; }
.iq-header-actions { display: flex; align-items: center; gap: 22px; }
.iq-header-phone { color: var(--iq-navy) !important; font-size: .88rem; font-weight: 800; text-decoration: none; }
.iq-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 0 26px; border: 0; border-radius: 999px; color: white; background: var(--iq-blue); box-shadow: 0 11px 30px rgba(7,158,232,.24); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.iq-button:hover, .iq-button:focus-visible { color: white; background: var(--iq-blue-dark); transform: translateY(-2px); box-shadow: 0 15px 34px rgba(7,119,181,.28); }
.iq-button-small { min-height: 44px; padding-inline: 22px; font-size: .84rem; }

.iq-hero { position: relative; min-height: 610px; padding: 70px 0 62px; background: radial-gradient(circle at 16% 20%, rgba(7,158,232,.14), transparent 30%), radial-gradient(circle at 85% 36%, rgba(255,255,255,.9), transparent 30%), linear-gradient(112deg, #e9f5f7 0%, #f7f8f5 50%, #f7f3ec 100%); }
.iq-water-glow { position: absolute; inset: 0; opacity: .23; pointer-events: none; background-image: repeating-radial-gradient(ellipse at 22% 35%, transparent 0 22px, rgba(255,255,255,.62) 23px 24px, transparent 25px 53px); mask-image: linear-gradient(90deg, #000, transparent 62%); }
.iq-hero-inner { position: relative; z-index: 1; }
.iq-hero-copy { max-width: 760px; animation: iq-rise .55s ease both; }
.iq-google-proof { display: inline-flex; align-items: center; gap: 8px; min-height: 31px; padding: 4px 11px; border: 1px solid rgba(13,49,72,.12); border-radius: 999px; color: #4d5c63; background: rgba(255,255,255,.68); font-size: .73rem; text-decoration: none; }
.iq-google-proof > span:first-child { color: #f3a40a; font-size: 1rem; }
.iq-google-proof strong { color: var(--iq-ink); }
.iq-google-proof i { width: 1px; height: 15px; background: #ccd5d9; }
.iq-hero h1 { max-width: 820px; margin-top: 20px; color: #101b22; font-size: clamp(2.7rem, 5.7vw, 5.25rem); font-weight: 800; letter-spacing: -.062em; line-height: .98; text-wrap: balance; }
.iq-hero-copy > p { max-width: 695px; margin-top: 24px; color: #56676f; font-size: clamp(1rem, 1.4vw, 1.16rem); line-height: 1.68; }
.iq-proof-list { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; color: #4b5d65; font-size: .77rem; }
.iq-proof-list span { display: inline-flex; align-items: center; gap: 6px; }
.iq-proof-list svg, .iq-price-card li svg, .iq-local-points svg, .iq-result-includes svg, .iq-thanks-icon svg { width: 16px; height: 16px; fill: none; stroke: var(--iq-blue); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }

.iq-quiz { position: relative; max-width: 1120px; min-height: 240px; margin-top: 36px; padding: 34px 34px 32px; border: 1px solid rgba(13,49,72,.17); border-radius: 24px; background: rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(13,49,72,.08); backdrop-filter: blur(14px); animation: iq-rise .55s .08s ease both; }
.iq-progress { position: relative; display: flex; justify-content: flex-end; align-items: center; height: 15px; margin-bottom: 25px; color: #708087; font-size: .62rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.iq-progress::before { position: absolute; left: 0; right: 132px; top: 6px; height: 3px; border-radius: 10px; background: #e6ecee; content: ""; }
.iq-progress i { position: absolute; left: 0; top: 6px; width: 33.333%; max-width: calc(100% - 132px); height: 3px; border-radius: 10px; background: var(--iq-blue); transition: width .35s ease; }
.iq-step { animation: iq-step-in .3s ease both; }
.iq-step[hidden] { display: none !important; }
.iq-step h2 { color: #13242e; font-size: clamp(1.35rem, 2.1vw, 1.8rem); letter-spacing: -.03em; line-height: 1.16; }
.iq-step h2[tabindex="-1"]:focus { outline: 0; }
.iq-step > p { margin-top: 6px; color: #708087; font-size: .88rem; }
.iq-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.iq-options-two { grid-template-columns: repeat(2, 1fr); }
.iq-option { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 62px; padding: 13px 18px; border: 1px solid #d5dee2; border-radius: 13px; color: #1a2a33; background: rgba(255,255,255,.84); text-align: left; cursor: pointer; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease; }
.iq-option:hover, .iq-option:focus-visible { border-color: var(--iq-blue); background: #fff; outline: 0; transform: translateY(-2px); box-shadow: 0 9px 24px rgba(13,49,72,.08); }
.iq-option span { font-size: .91rem; font-weight: 700; }
.iq-option small { grid-column: 1; color: #74848a; font-size: .7rem; }
.iq-option svg { grid-column: 2; grid-row: 1 / span 2; width: 18px; height: 18px; fill: none; stroke: #7b8e96; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.iq-back { margin: -4px 0 13px; padding: 0; border: 0; color: #63757d; background: transparent; font-size: .74rem; font-weight: 700; cursor: pointer; }
.iq-result { padding-bottom: 2px; }
.iq-result-kicker, .iq-eyebrow { display: block; margin-bottom: 9px; color: var(--iq-blue-dark); font-size: .68rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.iq-result-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; padding-bottom: 22px; border-bottom: 1px solid #dbe3e6; }
.iq-result-head p { max-width: 580px; margin-top: 7px; color: #60717a; font-size: .85rem; }
.iq-result-price { text-align: right; }
.iq-result-price small { display: block; color: #708087; font-size: .66rem; }
.iq-result-price strong { color: var(--iq-navy); font-size: 2.15rem; letter-spacing: -.04em; }
.iq-result-includes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 18px; margin-top: 20px !important; padding: 0; list-style: none; }
.iq-result-includes li { display: flex; align-items: center; gap: 8px; color: #42545c; font-size: .82rem; }
.iq-result-note { margin-top: 18px; padding: 10px 13px; border-radius: 8px; color: #4a626d; background: #eef7f9; font-size: .73rem; }
.iq-contact-intro { margin-top: 28px; }
.iq-contact-intro h3 { font-size: 1.13rem; }
.iq-contact-intro p { margin-top: 4px; color: #687a82; font-size: .78rem; }
.iq-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin-top: 17px; }
.iq-contact-grid label { color: #344952; font-size: .72rem; font-weight: 800; }
.iq-contact-grid label span { color: #7d8c92; font-weight: 500; }
.iq-contact-grid input { display: block; width: 100%; height: 48px; margin-top: 6px; padding: 0 13px; border: 1px solid #cdd9dd; border-radius: 9px; color: var(--iq-ink); background: #fff; }
.iq-contact-grid input:focus { border-color: var(--iq-blue); outline: 3px solid rgba(7,158,232,.13); }
.iq-consent { display: grid; grid-template-columns: auto 1fr; gap: 9px; align-items: start; margin-top: 16px; color: #64777f; font-size: .68rem; }
.iq-consent input { width: 16px; height: 16px; margin-top: 2px; accent-color: var(--iq-blue); }
.iq-result .cf-turnstile { min-height: 65px; margin-top: 14px; }
.iq-submit { width: 100%; margin-top: 10px; }
.iq-privacy { margin-top: 9px !important; color: #7a898f !important; font-size: .66rem !important; text-align: center; }
.iq-privacy a { text-underline-offset: 2px; }
.iq-form-status { min-height: 0; margin-top: 8px !important; font-size: .75rem !important; }
.iq-form-status[data-state="error"] { color: #a33b36 !important; }
.iq-thanks { min-height: 360px; padding: 62px 10px; text-align: center; }
.iq-thanks-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 50%; background: #e1f6ed; }
.iq-thanks-icon svg { width: 25px; height: 25px; stroke: #19885c; }
.iq-thanks h2 { max-width: 580px; margin-inline: auto; font-size: clamp(1.8rem, 3.5vw, 2.6rem); }
.iq-thanks p { max-width: 600px; margin: 12px auto 0; }
.iq-call-link { display: inline-block; margin-top: 20px; color: var(--iq-blue-dark) !important; font-size: .86rem; font-weight: 800; }

.iq-pricing, .iq-local-proof, .iq-faqs { padding: 95px 0; background: var(--iq-cream); }
.iq-narrow-head { max-width: 720px; text-align: center; }
.iq-narrow-head h2 { color: #12232d; font-size: clamp(2rem, 4.2vw, 3.45rem); letter-spacing: -.05em; line-height: 1.04; text-wrap: balance; }
.iq-narrow-head > p { max-width: 650px; margin: 17px auto 0; color: #64747c; }
.iq-price-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: stretch; margin-top: 47px; }
.iq-price-card { position: relative; display: flex; flex-direction: column; min-width: 0; padding: 30px 27px 26px; border: 1px solid var(--iq-line); border-radius: 19px; background: #fff; box-shadow: 0 12px 35px rgba(13,49,72,.045); }
.iq-price-card.is-featured { border: 2px solid var(--iq-blue); box-shadow: 0 19px 48px rgba(7,158,232,.12); }
.iq-popular { position: absolute; top: -13px; left: 22px; padding: 5px 12px; border-radius: 999px; color: white; background: var(--iq-blue); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.iq-price-card > div:first-of-type > span { color: var(--iq-blue-dark); font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.iq-price-card h3 { margin-top: 5px; font-size: 1.16rem; letter-spacing: -.025em; }
.iq-price-card > div p { min-height: 66px; margin-top: 7px; color: #6b7a81; font-size: .8rem; }
.iq-card-price { display: flex; gap: 8px; align-items: baseline; margin-top: 21px; }
.iq-card-price strong { font-size: 2.35rem; letter-spacing: -.045em; }
.iq-card-price span { color: #78878d; font-size: .72rem; }
.iq-price-card ul { display: grid; gap: 10px; margin: 20px 0 25px !important; padding: 19px 0 0; border-top: 1px solid #e4e9eb; list-style: none; }
.iq-price-card li { display: flex; gap: 8px; align-items: center; color: #4b5d65; font-size: .76rem; }
.iq-price-card button { width: 100%; min-height: 46px; margin-top: auto; border: 1px solid #c9d6db; border-radius: 999px; color: var(--iq-navy); background: transparent; font-weight: 800; cursor: pointer; transition: .18s ease; }
.iq-price-card button:hover, .iq-price-card button:focus-visible { border-color: var(--iq-blue); color: white; background: var(--iq-blue); }
.iq-pricing-fine { max-width: 850px; margin: 27px auto 0 !important; padding: 0 20px; color: #7b898f; font-size: .69rem; text-align: center; }

.iq-process { padding: 100px 0 105px; color: white; background: radial-gradient(circle at 82% 16%, rgba(7,158,232,.18), transparent 30%), var(--iq-navy-deep); }
.iq-on-dark h2 { color: white; }
.iq-on-dark > p { color: #aabdc6; }
.iq-on-dark .iq-eyebrow { color: #39b9f3; }
.iq-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.14); }
.iq-process-grid article { position: relative; padding: 35px 24px 0 0; }
.iq-process-grid article:not(:last-child)::after { position: absolute; top: -4px; right: 20px; width: 7px; height: 7px; border-radius: 50%; background: var(--iq-blue); content: ""; }
.iq-process-grid b { color: #3bbbf4; font-size: .68rem; letter-spacing: .15em; }
.iq-process-grid h3 { margin-top: 20px; font-size: 1rem; }
.iq-process-grid p { margin-top: 8px; padding-right: 18px; color: #9eb2bc; font-size: .78rem; }

.iq-local-proof { background: #fff; }
.iq-local-grid { display: grid; grid-template-columns: .86fr 1fr; gap: 78px; align-items: center; }
.iq-local-photo { position: relative; }
.iq-local-photo::before { position: absolute; inset: 18px -18px -18px 18px; z-index: 0; border-radius: 22px; background: #dff0f3; content: ""; }
.iq-local-photo img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; border-radius: 22px; object-fit: cover; }
.iq-local-copy h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.052em; line-height: 1.04; }
.iq-local-copy > p { margin-top: 21px; color: #61727a; }
.iq-local-points { display: grid; gap: 14px; margin-top: 27px; }
.iq-local-points > span { display: grid; grid-template-columns: 20px 1fr; column-gap: 8px; }
.iq-local-points svg { grid-row: 1 / span 2; margin-top: 2px; }
.iq-local-points b { font-size: .83rem; }
.iq-local-points small { color: #728188; font-size: .72rem; }
.iq-text-link { display: inline-flex; gap: 9px; margin-top: 28px; color: var(--iq-blue-dark) !important; font-size: .83rem; font-weight: 800; text-underline-offset: 5px; }

.iq-faq-list { max-width: 820px; margin-top: 43px; }
.iq-faq { border-bottom: 1px solid #d9e0e3; }
.iq-faq summary { display: flex; justify-content: space-between; align-items: center; min-height: 69px; color: #21333c; font-size: .91rem; font-weight: 800; list-style: none; cursor: pointer; }
.iq-faq summary::-webkit-details-marker { display: none; }
.iq-faq summary span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--iq-navy); background: #e8f3f6; font-size: 1rem; transition: transform .2s ease, color .2s ease, background .2s ease; }
.iq-faq[open] summary span { color: white; background: var(--iq-blue); transform: rotate(45deg); }
.iq-faq p { max-width: 730px; padding: 0 42px 23px 0; color: #62747c; font-size: .82rem; }
.iq-final { padding: 70px 0 75px; border-top: 1px solid #dbe5e8; background: linear-gradient(110deg, #e7f5f8, #fbfaf7 65%); text-align: center; }
.iq-final h2 { font-size: clamp(1.8rem, 3.5vw, 2.9rem); letter-spacing: -.045em; }
.iq-final p { margin: 8px 0 22px; color: #687a82; }

.iq-footer { padding: 55px 0 32px; color: #b5c7cf; background: var(--iq-navy-deep); }
.iq-footer-main { display: grid; grid-template-columns: 1fr 260px; gap: 70px; }
.iq-footer-main img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.iq-footer-main p { max-width: 430px; margin-top: 14px; font-size: .8rem; }
.iq-footer-main > div:last-child { display: grid; gap: 7px; align-content: start; font-size: .78rem; }
.iq-footer-main strong { color: white; margin-bottom: 3px; }
.iq-footer-main a { color: #d8e7ec; text-decoration: none; }
.iq-footer-fine { margin-top: 38px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); color: #809ba7; font-size: .61rem; }
.iq-footer-fine p + p { margin-top: 10px; }
.iq-footer-fine a { color: #a7c3ce; }
.iq-mobile-bar { display: none; }

@keyframes iq-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes iq-step-in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }

@media (prefers-reduced-motion: reduce) {
  .instant-quote *, .instant-quote *::before, .instant-quote *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 850px) {
  .iq-hero { padding-top: 52px; }
  .iq-hero h1 { font-size: clamp(2.65rem, 9vw, 4.4rem); }
  .iq-price-list { grid-template-columns: 1fr; max-width: 610px; }
  .iq-price-card > div p { min-height: 0; }
  .iq-process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .iq-process-grid article:nth-child(2)::after { display: none; }
  .iq-local-grid { grid-template-columns: 1fr; gap: 55px; }
  .iq-local-photo { max-width: 650px; }
}

@media (max-width: 620px) {
  .iq-wrap { width: min(100% - 28px, 1120px); }
  .iq-service-bar .iq-wrap { justify-content: center; min-height: 31px; }
  .iq-service-bar a { display: none; }
  .iq-header-inner { min-height: 63px; }
  .iq-logo img { width: 126px; }
  .iq-header-phone { display: none; }
  .iq-button-small { min-height: 41px; padding: 0 17px; }
  .iq-hero { min-height: 0; padding: 39px 0 67px; }
  .iq-hero h1 { margin-top: 16px; font-size: clamp(2.28rem, 11vw, 3.15rem); line-height: 1.01; }
  .iq-hero-copy > p { margin-top: 18px; font-size: .94rem; }
  .iq-proof-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 7px; font-size: .67rem; }
  .iq-quiz { min-height: 300px; margin-top: 29px; padding: 24px 18px 22px; border-radius: 17px; }
  .iq-progress { margin-bottom: 22px; font-size: .55rem; }
  .iq-progress::before { right: 107px; }
  .iq-progress i { max-width: calc(100% - 107px); }
  .iq-step h2 { font-size: 1.36rem; }
  .iq-options, .iq-options-two { grid-template-columns: 1fr; gap: 9px; margin-top: 18px; }
  .iq-option { min-height: 57px; }
  .iq-result-head { grid-template-columns: 1fr; gap: 15px; }
  .iq-result-price { text-align: left; }
  .iq-result-includes { grid-template-columns: 1fr; }
  .iq-contact-grid { grid-template-columns: 1fr; }
  .iq-result .cf-turnstile { overflow: hidden; transform-origin: left top; }
  .iq-pricing, .iq-local-proof, .iq-faqs { padding: 72px 0; }
  .iq-narrow-head h2, .iq-local-copy h2 { font-size: 2.18rem; }
  .iq-price-list { margin-top: 39px; }
  .iq-process { padding: 78px 0 82px; }
  .iq-process-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .iq-process-grid article { padding: 27px 0 7px; }
  .iq-process-grid article::after { display: none; }
  .iq-local-photo::before { inset: 12px -8px -12px 12px; }
  .iq-footer { padding-bottom: 95px; }
  .iq-footer-main { grid-template-columns: 1fr; gap: 30px; }
  .iq-mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: grid; grid-template-columns: .62fr 1.38fr; gap: 9px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #d9e2e5; background: rgba(255,255,255,.96); box-shadow: 0 -10px 35px rgba(13,49,72,.11); backdrop-filter: blur(12px); }
  .iq-mobile-bar a, .iq-mobile-bar button { display: grid; place-items: center; min-height: 47px; border: 1px solid #cad7dc; border-radius: 999px; color: var(--iq-navy); background: white; font: inherit; font-size: .79rem; font-weight: 800; text-decoration: none; }
  .iq-mobile-bar button { border-color: var(--iq-blue); color: white; background: var(--iq-blue); }
}
