:root {
  --navy: #082f50;
  --navy-2: #0d3c63;
  --navy-3: #164f7d;
  --ink: #102f49;
  --muted: #65798b;
  --warm: #f8f4eb;
  --warm-2: #efe9dd;
  --white: #ffffff;
  --blue-pale: #eaf3f8;
  --line: rgba(8, 47, 80, 0.14);
  --shadow: 0 24px 70px rgba(8, 47, 80, 0.14);
  --radius-lg: 40px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.58; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), 1200px); margin: 0 auto; }
.section { padding: 112px 0; }
.eyebrow { margin: 0 0 16px; color: var(--navy-3); font: 800 0.73rem/1.2 "Manrope", sans-serif; letter-spacing: 0.2em; text-transform: uppercase; }
.eyebrow-light { color: #b8d4e7; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
h1 { font-size: clamp(3.3rem, 6.4vw, 6.3rem); line-height: 0.96; letter-spacing: -0.065em; }
h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(2.35rem, 4.5vw, 4.25rem); line-height: 1.02; letter-spacing: -0.055em; }
h3 { margin-bottom: 10px; color: var(--navy); font-size: 1.35rem; line-height: 1.18; letter-spacing: -0.03em; }
p { margin-bottom: 20px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 14px 23px; border: 1px solid transparent; border-radius: 999px; font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 12px 26px rgba(8, 47, 80, .18); }
.button-primary:hover { background: var(--navy-2); }
.button-light { color: var(--navy); background: var(--white); }
.button-light:hover { background: #f5f9fc; }
.button-ghost { color: var(--navy); border-color: var(--line); background: rgba(255, 255, 255, .66); }
.button-outline { color: var(--white); border-color: rgba(255, 255, 255, .4); }
.button-small { min-height: 44px; padding: 11px 18px; font-size: .88rem; }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--navy); background: rgba(255, 255, 255, .92); border-bottom: 1px solid rgba(8, 47, 80, .09); backdrop-filter: blur(16px); }
.header-wrap { min-height: 80px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font: 800 1.48rem/1 "Manrope", sans-serif; letter-spacing: -.045em; }
.brand-mark { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.desktop-nav a { color: #405c72; font-size: .89rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--navy); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { color: var(--navy); font-size: .88rem; font-weight: 800; }
.menu-toggle, .mobile-menu { display: none; }

.hero { overflow: hidden; background: linear-gradient(90deg, #fff 0%, #fff 49%, #f5f2ec 49%, #f5f2ec 100%); }
.hero-grid { display: grid; grid-template-columns: 45% 55%; min-height: 630px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 62px 48px 56px 0; }
.entity-line { margin: 0 0 17px; color: var(--navy-3); font: 800 .69rem/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { max-width: 660px; margin-bottom: 22px; color: var(--navy); font-size: clamp(3.8rem, 6vw, 5.8rem); }
.hero-lead { max-width: 570px; margin-bottom: 27px; color: #536c80; font-size: 1.08rem; }
.hero-quote { max-width: 590px; display: grid; grid-template-columns: minmax(210px, 1fr) auto; align-items: center; gap: 9px; padding: 7px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; box-shadow: 0 16px 38px rgba(8, 47, 80, .12); }
.zip-shell { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 0 13px; }
.zip-shell input { width: 100%; min-width: 0; color: var(--ink); background: transparent; border: 0; outline: none; }
.zip-shell input::placeholder { color: #8091a0; }
.location-icon { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: var(--navy-3); stroke-width: 1.8; }
.hero-quote .button { min-height: 52px; }
.hero-quote-result { max-width: 590px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 12px; padding: 12px 14px; color: var(--navy); background: var(--blue-pale); border-radius: 16px; font-size: .8rem; font-weight: 700; }
.hero-quote-result[hidden] { display: none; }
.hero-quote-result a { padding: 7px 10px; background: var(--white); border-radius: 999px; }
.hero-trust-row { max-width: 590px; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 31px; }
.hero-trust-row div { min-height: 76px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 8px; padding: 0 12px; color: var(--navy); border-right: 1px solid var(--line); text-align: center; }
.hero-trust-row div:first-child { padding-left: 0; }
.hero-trust-row div:last-child { padding-right: 0; border-right: 0; }
.hero-trust-row img { width: 34px; height: 34px; object-fit: contain; }
.hero-trust-row b { font-size: .69rem; line-height: 1.25; }
.hero-media { position: relative; min-height: 630px; overflow: hidden; }
.hero-media > img { width: 100%; height: 100%; min-height: 630px; object-fit: cover; object-position: center; border-bottom-left-radius: 120px; }
.hero-note-card { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 13px; padding: 13px 16px; color: var(--navy); background: rgba(255, 255, 255, .96); border: 1px solid rgba(255, 255, 255, .8); border-radius: 18px; box-shadow: 0 18px 40px rgba(8, 47, 80, .18); }
.hero-note-card > div:last-child { display: flex; flex-direction: column; }
.hero-note-card strong { font-family: "Manrope", sans-serif; font-size: .82rem; }
.hero-note-card small { color: var(--muted); font-size: .69rem; }
.service-dots { display: flex; }
.service-dots span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -7px; color: var(--white); background: var(--navy); border: 2px solid var(--white); border-radius: 50%; font: 800 .62rem/1 "Manrope", sans-serif; }
.service-dots span:first-child { margin-left: 0; background: var(--navy-3); }

.why-showcase { position: relative; overflow: hidden; background: linear-gradient(180deg, #f9f8f5 0%, #f1f3f5 100%); }
.why-showcase-grid { display: grid; grid-template-columns: 38% 62%; }
.why-showcase-image img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.why-showcase-content { position: relative; padding: 68px 7vw 66px 52px; overflow: hidden; }
.why-showcase-content h2 { position: relative; z-index: 2; margin-bottom: 14px; font-size: clamp(2.5rem, 4vw, 4rem); }
.why-showcase-content > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 700px; color: var(--muted); }
.why-leaves { position: absolute; z-index: 1; right: 3vw; top: 24px; width: 190px; height: 190px; object-fit: contain; opacity: .14; pointer-events: none; }
.benefit-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.benefit { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.benefit img { width: 52px; height: 52px; margin-bottom: 4px; object-fit: contain; }
.benefit b { color: var(--navy); font-size: .82rem; line-height: 1.25; }
.benefit small { color: var(--muted); font-size: .72rem; line-height: 1.45; }

.services-section { padding-top: 112px; background: var(--white); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr .48fr; gap: 18px; }
.service-card { position: relative; min-height: 560px; overflow: hidden; border-radius: 34px; }
.service-card > img:not(.service-icon) { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover > img:not(.service-icon) { transform: scale(1.035); }
.service-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8, 47, 80, .03) 18%, rgba(8, 47, 80, .9) 90%); }
.service-card-content { position: absolute; inset: auto 0 0; z-index: 2; padding: 34px; color: var(--white); }
.service-icon { width: 76px; height: 76px; margin-bottom: 23px; object-fit: contain; }
.service-card-content h3 { margin-bottom: 10px; color: var(--white); font-size: 2.15rem; }
.service-card-content p:not(.eyebrow) { color: #d6e3eb; }
.service-card-content > span { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .22); font-family: "Manrope", sans-serif; font-size: .85rem; font-weight: 800; }
.service-card-content > span b { font-size: 1.2rem; }
.service-card-next { display: flex; align-items: flex-end; padding: 28px; background: var(--warm); border: 1px dashed rgba(8, 47, 80, .24); }
.service-card-next .plus-mark { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 34px; color: var(--navy); background: var(--white); border-radius: 50%; font-size: 1.8rem; }
.service-card-next h3 { font-size: 1.5rem; }
.service-card-next p:last-child { margin-bottom: 0; color: var(--muted); font-size: .88rem; }

.pricing-section { color: var(--white); background: var(--navy); }
.pricing-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.pricing-copy h2 { color: var(--white); }
.pricing-copy > p:not(.eyebrow) { color: #bfd1de; }
.promise-steps { margin-top: 38px; }
.promise-steps article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255, 255, 255, .14); }
.promise-steps article > span { color: #8eb2cc; font: 800 .75rem/1.4 "Manrope", sans-serif; }
.promise-steps h3 { margin-bottom: 5px; color: var(--white); font-size: 1.08rem; }
.promise-steps p { margin: 0; color: #afc6d6; font-size: .86rem; }
.price-panel { padding: 38px; color: var(--ink); background: var(--white); border-radius: 34px; box-shadow: 0 26px 70px rgba(0, 0, 0, .16); }
.price-panel-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.price-panel-head span { color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 800; }
.price-panel-head small { color: var(--muted); }
.price-service { padding: 25px 0; border-bottom: 1px solid var(--line); }
.price-service-title { display: flex; align-items: center; gap: 13px; }
.price-service-title img { width: 53px; height: 53px; object-fit: contain; }
.price-service-title h3 { margin: 0 0 3px; font-size: 1.1rem; }
.price-service-title p { margin: 0; color: var(--muted); font-size: .78rem; }
.price-service > strong { display: block; margin: 17px 0 10px; color: var(--navy); font: 800 2rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.price-scale { height: 7px; overflow: hidden; background: var(--blue-pale); border-radius: 999px; }
.price-scale span { display: block; height: 100%; background: linear-gradient(90deg, #3a759d, var(--navy)); border-radius: inherit; }
.price-service > p { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.hourly-answer { margin-top: 24px; padding: 20px; background: var(--warm); border-radius: 18px; }
.hourly-answer > span { color: var(--navy-3); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hourly-answer p { margin: 8px 0 0; color: #50687a; font-size: .86rem; }
.pricing-note { margin: 15px 0 0; color: var(--muted); font-size: .7rem; }

.included-section { background: var(--warm); }
.centered-heading { max-width: 790px; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading > p:last-child { color: var(--muted); }
.included-table { display: grid; grid-template-columns: 1fr 1fr; max-width: 980px; margin: 0 auto; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 32px; box-shadow: var(--shadow); }
.included-column { padding: 34px 38px; }
.included-column + .included-column { border-left: 1px solid var(--line); }
.included-head { display: flex; align-items: center; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.included-head span { width: 36px; height: 36px; display: grid; place-items: center; color: var(--white); background: var(--navy); border-radius: 50%; font-weight: 800; }
.not-included .included-head span { color: var(--navy); background: var(--warm-2); }
.included-head h3 { margin: 0; }
.included-column ul { display: grid; gap: 0; margin: 0; padding: 14px 0 0; list-style: none; }
.included-column li { position: relative; padding: 12px 0 12px 26px; color: #486276; border-bottom: 1px solid rgba(8, 47, 80, .08); }
.included-column li:last-child { border-bottom: 0; }
.included-column li::before { content: "✓"; position: absolute; left: 0; color: var(--navy-3); font-weight: 800; }
.not-included li::before { content: "—"; color: #8c8274; }

.visit-section { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.visit-visual { position: relative; padding-bottom: 48px; }
.visit-visual > img { width: 100%; height: 620px; object-fit: cover; border-radius: 36px; }
.visit-equation { position: absolute; right: -24px; bottom: 0; min-width: 410px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; color: var(--white); background: var(--navy); border-radius: 22px; box-shadow: 0 22px 45px rgba(8, 47, 80, .24); }
.visit-equation span { display: flex; flex-direction: column; }
.visit-equation small { color: #aac8db; }
.visit-equation span strong { font-size: 1.05rem; }
.visit-equation > b { color: #8db1ca; }
.visit-equation > strong { font: 800 1.7rem/1 "Manrope", sans-serif; }
.visit-copy > p:not(.eyebrow):not(.visit-note) { color: var(--muted); font-size: 1.05rem; }
.visit-cards { display: grid; gap: 10px; margin: 28px 0; }
.visit-cards article { display: grid; grid-template-columns: 62px 1fr; align-items: center; gap: 16px; padding: 17px; background: var(--warm); border-radius: 18px; }
.visit-cards img { width: 62px; height: 62px; object-fit: contain; }
.visit-cards h3 { margin-bottom: 5px; font-size: 1rem; }
.visit-cards p { margin: 0; color: var(--muted); font-size: .82rem; }
.visit-note { margin-bottom: 0; padding: 17px 20px; color: var(--navy); background: var(--blue-pale); border-left: 3px solid var(--navy-3); border-radius: 0 14px 14px 0; font-size: .84rem; }


.states-section { background: var(--warm); }
.states-toolbar { display: grid; grid-template-columns: auto minmax(220px, 420px) 1fr; align-items: center; gap: 14px; margin-bottom: 24px; padding: 14px 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.states-toolbar label { color: var(--navy); font-size: .76rem; font-weight: 800; }
.states-toolbar input { width: 100%; min-height: 44px; padding: 0 13px; border: 1px solid var(--line); border-radius: 11px; outline: none; }
.states-toolbar input:focus { border-color: var(--navy-3); box-shadow: 0 0 0 3px rgba(22, 79, 125, .1); }
.states-toolbar span { justify-self: end; color: var(--muted); font-size: .75rem; }
.states-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; }
.state-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-height: 62px; padding: 13px 15px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.state-link:hover { transform: translateY(-2px); border-color: rgba(8, 47, 80, .3); box-shadow: 0 10px 25px rgba(8, 47, 80, .08); }
.state-link strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: .86rem; }
.state-link span { color: var(--muted); font-size: .67rem; }
.state-link b { color: var(--navy-3); font-size: .9rem; }
.states-empty { grid-column: 1 / -1; padding: 36px; color: var(--muted); background: var(--white); border-radius: 18px; text-align: center; }
.noscript-note { color: var(--muted); text-align: center; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); font: 800 1.05rem/1.35 "Manrope", sans-serif; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 31px; height: 31px; flex: 0 0 31px; display: grid; place-items: center; color: var(--navy); background: var(--warm); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -3px 0 25px; color: var(--muted); }

.cta-section { padding: 0 0 34px; background: var(--white); }
.cta-band { position: relative; isolation: isolate; min-height: 170px; display: grid; grid-template-columns: minmax(320px, .9fr) minmax(480px, 1.15fr); align-items: center; gap: 48px; padding: 36px 72px 36px 82px; overflow: hidden; background: linear-gradient(110deg, #edf4f9 0%, #f1f6fa 48%, #eaf2f8 100%); border-radius: 34px; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(12, 52, 92, .035); pointer-events: none; }
.cta-copy { position: relative; z-index: 2; }
.cta-copy h2 { margin: 0 0 8px; color: var(--navy); font-size: clamp(2rem, 3vw, 2.65rem); letter-spacing: -.04em; }
.cta-copy p { margin: 0; color: #46647f; font-size: .94rem; line-height: 1.45; }
.cta-copy strong { color: #365978; font-weight: 800; }
.cta-form { position: relative; z-index: 2; width: 100%; max-width: 620px; min-height: 64px; display: grid; grid-template-columns: minmax(190px, 1fr) auto; align-items: center; gap: 8px; justify-self: end; padding: 6px 6px 6px 18px; background: var(--white); border-radius: 999px; box-shadow: 0 8px 24px rgba(17, 48, 79, .06); }
.cta-form .button { min-width: 210px; min-height: 52px; box-shadow: none; }
.cta-leaves { position: absolute; bottom: -24px; z-index: 1; width: 122px; height: 122px; object-fit: contain; opacity: .7; pointer-events: none; }
.cta-leaves-left { left: -36px; transform: scaleX(-1) rotate(-6deg); }
.cta-leaves-right { right: -36px; transform: rotate(6deg); }

.site-footer { padding: 70px 0 30px; color: #bfd0dc; background: #062640; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.brand-footer { color: var(--white); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid > div:first-child p { max-width: 300px; margin: 8px 0 0; }
.footer-grid strong { margin-bottom: 8px; color: var(--white); font-family: "Manrope", sans-serif; }
.footer-grid a, .footer-grid span, .footer-grid p { font-size: .84rem; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .75rem; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
  .menu-toggle span { width: 18px; height: 2px; background: var(--navy); }
  .mobile-menu { position: fixed; inset: 81px 0 auto; z-index: 49; display: none; flex-direction: column; padding: 22px 24px 30px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(8, 47, 80, .12); }
  .mobile-menu.is-open { display: flex; }
  .mobile-menu a { padding: 13px 0; color: var(--navy); border-bottom: 1px solid var(--line); font-weight: 700; }
  .hero-grid { grid-template-columns: 48% 52%; }
  .hero-copy { padding-right: 34px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-next { min-height: 230px; grid-column: 1 / -1; }
  .pricing-grid { gap: 45px; }
  .states-grid { grid-template-columns: repeat(3, 1fr); }
  .cta-band { grid-template-columns: 1fr; gap: 22px; padding: 34px 56px 38px; }
  .cta-form { max-width: 720px; justify-self: start; }
}

@media (max-width: 820px) {
  .section { padding: 86px 0; }
  .hero { background: var(--white); }
  .hero-grid, .pricing-grid, .visit-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: 0; }
  .hero-copy { max-width: 680px; padding: 52px 0 38px; }
  .hero-media { min-height: 380px; }
  .hero-media > img { min-height: 380px; height: 380px; border-radius: 0 0 44px 44px; }
  .why-showcase-grid { grid-template-columns: 1fr; }
  .why-showcase-image img { height: 330px; min-height: 0; }
  .why-showcase-content { padding: 54px 24px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-card { min-height: 500px; }
  .pricing-grid { gap: 50px; }
  .included-table { grid-template-columns: 1fr; }
  .included-column + .included-column { border-top: 1px solid var(--line); border-left: 0; }
  .visit-visual > img { height: 520px; }
  .visit-equation { right: 18px; }
  .states-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro { position: static; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), 1200px); }
  .section { padding: 72px 0; }
  .header-wrap { min-height: 68px; }
  .brand { font-size: 1.25rem; }
  .brand-mark { width: 31px; height: 31px; }
  .header-phone, .header-actions .button { display: none; }
  .mobile-menu { inset: 69px 0 auto; }
  .entity-line { font-size: .58rem; letter-spacing: .07em; }
  h1 { font-size: clamp(3rem, 14vw, 4.45rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.25rem); }
  .hero-lead { font-size: 1rem; }
  .hero-copy { padding: 34px 0 24px; }
  .hero h1 { margin-bottom: 15px; font-size: clamp(2.8rem, 13vw, 4rem); }
  .hero-lead { margin-bottom: 20px; }
  .hero-quote { grid-template-columns: 1fr; gap: 8px; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
  .zip-shell { min-height: 52px; padding: 0 16px; background: var(--white); border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 6px 18px rgba(8, 47, 80, .06); }
  .hero-quote .button { width: 100%; border-radius: 17px; }
  .hero-trust-row { margin-top: 24px; }
  .hero-trust-row div { min-height: 70px; gap: 6px; padding: 0 7px; }
  .hero-trust-row img { width: 29px; height: 29px; }
  .hero-trust-row b { font-size: .58rem; }
  .hero-media { min-height: 245px; margin-inline: -14px; border-radius: 0 0 26px 26px; }
  .hero-media > img { min-height: 245px; height: 245px; border-radius: 0 0 26px 26px; }
  .hero-note-card { right: 10px; bottom: 10px; left: 10px; width: auto; justify-content: center; padding: 9px 11px; }
  .service-dots span { width: 31px; height: 31px; }
  .why-showcase-image { display: none; }
  .why-showcase-content { padding: 38px 14px 42px; }
  .why-showcase-content h2 { max-width: 330px; margin-bottom: 10px; font-size: 2.45rem; }
  .why-showcase-content > p:not(.eyebrow) { max-width: 420px; font-size: .9rem; }
  .why-leaves { right: -12px; top: 13px; width: 150px; height: 150px; }
  .benefit-grid { gap: 10px; margin-top: 27px; }
  .benefit { min-height: 145px; padding: 14px; background: rgba(255, 255, 255, .72); border: 1px solid var(--line); border-radius: 14px; }
  .benefit img { width: 44px; height: 44px; }
  .benefit b { font-size: .75rem; }
  .benefit small { font-size: .65rem; }
  .services-section { padding-top: 72px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 470px; }
  .service-card-next { grid-column: auto; min-height: 260px; }
  .service-card-content { padding: 25px; }
  .service-card-content h3 { font-size: 1.85rem; }
  .price-panel { padding: 24px 20px; }
  .price-panel-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .included-column { padding: 26px 22px; }
  .visit-visual > img { height: 420px; }
  .visit-equation { right: 10px; left: 10px; min-width: 0; gap: 10px; padding: 18px; }
  .visit-equation > strong { font-size: 1.35rem; }
  .states-toolbar { grid-template-columns: 1fr; }
  .states-toolbar span { justify-self: start; }
  .states-grid { grid-template-columns: 1fr; }
  .faq-list summary { min-height: 76px; font-size: .95rem; }
  .cta-section { padding-bottom: 20px; }
  .cta-band { gap: 20px; padding: 28px 20px 30px; border-radius: 24px; }
  .cta-copy { padding: 0 6px; }
  .cta-copy h2 { font-size: 1.9rem; }
  .cta-copy p { font-size: .84rem; }
  .cta-form { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 0; background: transparent; border-radius: 0; box-shadow: none; }
  .cta-form .zip-shell { background: var(--white); border: 1px solid var(--line); border-radius: 17px; }
  .cta-form .button { width: 100%; min-width: 0; border-radius: 17px; }
  .cta-leaves { width: 104px; height: 104px; bottom: -20px; opacity: .64; }
  .cta-leaves-left { left: -44px; transform: scaleX(-1) rotate(-8deg); }
  .cta-leaves-right { right: -44px; transform: rotate(8deg); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 25px; }
  .footer-grid > div:first-child, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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