:root {
  --ink: #071f2a;
  --ink-2: #0c2c38;
  --ink-3: #123945;
  --foam: #f4f0e8;
  --paper: #fbf9f5;
  --white: #fffdf9;
  --line: #dcd6cc;
  --text: #102934;
  --muted: #697377;
  --aqua: #7fc6c3;
  --aqua-dark: #226d70;
  --error: #b42318;
  --display: "Newsreader", Georgia, serif;
  --body: "DM Sans", sans-serif;
  --container: min(1120px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--text); font-family: var(--body); line-height: 1.5; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; border-radius: 10px; background: var(--white); color: var(--ink); padding: 12px 18px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; justify-content: space-between; width: min(1240px, calc(100% - 40px)); margin-inline: auto; padding: 22px 0; }
.brand img { width: 190px; height: auto; }
.header-cta { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; padding: 11px 20px; font-size: 13px; font-weight: 700; backdrop-filter: blur(12px); transition: .2s ease; }
.header-cta:hover { background: var(--white); color: var(--ink); transform: translateY(-1px); }

.hero { position: relative; isolation: isolate; min-height: 100vh; overflow: hidden; background: var(--ink); color: var(--white); padding: 118px 20px 90px; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -4; background: radial-gradient(circle at 85% 15%, rgba(127,198,195,.19), transparent 28%), linear-gradient(120deg, #061b25, #0c2c37 68%, #123944); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,31,42,.99) 0%, rgba(7,31,42,.95) 48%, rgba(7,31,42,.55) 73%, rgba(7,31,42,.88) 100%); }
.hero__wash { position: absolute; width: 720px; height: 720px; right: -210px; top: -130px; z-index: -3; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.hero__product { position: absolute; z-index: -2; right: -70px; bottom: -45px; width: min(46vw, 700px); opacity: .62; filter: saturate(.75) contrast(1.05); }
.hero__product img { width: 100%; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,.82fr); align-items: center; gap: clamp(52px,7vw,96px); width: min(1120px, 100%); margin-inline: auto; }
.hero__copy { max-width: 620px; text-align: left; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 20px; color: #d8e4e3; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: var(--aqua); color: var(--ink); letter-spacing: 0; }
.eyebrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero h1 { margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(42px,4vw,55px); font-weight: 700; line-height: 1.01; letter-spacing: -.045em; }
.headline-line { display: block; white-space: nowrap; }
.headline-line--benefit { min-height: 1.01em; }
.rotating-benefit { display: inline-grid; width: fit-content; color: var(--aqua); text-align: left; }
.rotating-benefit__word { display: inline-block; transform-origin: left center; }
.rotating-benefit__word.is-leaving { opacity: 0; transform: translateY(.22em); transition: opacity .18s ease, transform .18s ease; }
.rotating-benefit__word.is-entering { animation: benefit-in .36s cubic-bezier(.2,.8,.2,1); }
.hero__lead { max-width: 550px; margin: 22px 0 0; color: #cbd8d8; font-size: 18px; font-weight: 500; line-height: 1.75; }

.review-wrap { min-width: 0; }
.survey { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 28px; background: var(--foam); color: var(--text); box-shadow: 0 32px 90px rgba(0,9,13,.43); }
.survey__progress { padding: 23px 28px 0; }
.survey__progress-copy { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.survey__progress-copy span { display: block; margin-bottom: 4px; color: var(--aqua-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.survey__progress-copy strong { display: block; color: #73766f; font-size: 13px; }
.survey__progress-copy b { color: var(--aqua-dark); font-size: 12px; }
.progress-track { overflow: hidden; height: 6px; border-radius: 999px; background: #d8d2c7; }
.progress-track i { display: block; width: 14%; height: 100%; border-radius: inherit; background: var(--aqua-dark); transition: width .3s ease; }
.survey__body { min-height: 464px; padding: 26px 28px 30px; }
.step { animation: enter .34s cubic-bezier(.2,.8,.2,1); }
.step.is-leaving { animation: leave .2s ease forwards; }
.step__kicker { margin: 0 0 10px; color: var(--aqua-dark); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.step h2 { max-width: 570px; margin: 0; color: var(--text); font-family: var(--display); font-size: clamp(28px,2.6vw,38px); font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
.options { display: grid; gap: 11px; margin-top: 22px; }
.options--two { grid-template-columns: 1fr 1fr; }
.options button { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 63px; width: 100%; border: 1px solid rgba(16,41,52,.16); border-radius: 17px; background: #fbf8f2; color: var(--text); padding: 13px 16px 13px 18px; text-align: left; box-shadow: 0 5px 18px rgba(17,37,45,.045); transition: .18s ease; }
.options button:hover, .options button:focus-visible, .options button.is-selected { border-color: var(--aqua-dark); background: #fff; outline: none; transform: translateY(-1px); box-shadow: 0 9px 22px rgba(17,37,45,.09); }
.options button > span { min-width: 0; }
.options strong { display: block; font-size: 15px; line-height: 1.3; }
.options small { display: block; margin-top: 3px; color: #747873; font-size: 12px; line-height: 1.35; }
.options i { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: #e5ece8; color: var(--aqua-dark); font-style: normal; transition: .18s ease; }
.options button:hover i { transform: translateX(3px); }
.survey__footer { display: grid; grid-template-columns: 72px 1fr 72px; align-items: center; gap: 12px; min-height: 52px; border-top: 1px solid #ded8cf; padding: 10px 20px; color: #6e736f; font-size: 11px; }
.back-button, .privacy-button { border: 0; background: transparent; color: #5d6969; font-size: 11px; font-weight: 700; padding: 8px 0; }
.back-button { grid-column: 1; text-align: left; }
.privacy-button { grid-column: 3; text-align: right; }
.trust-note { display: flex; grid-column: 2; align-items: center; justify-content: center; gap: 12px; font-weight: 700; }
.trust-note span { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.trust-note svg { width: 15px; height: 15px; color: var(--aqua-dark); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.qualified-banner { margin: -7px 0 22px; border: 1px solid #c6ddd8; border-radius: 14px; background: #e9f3ef; padding: 13px 15px; }
.qualified-banner span { display: block; color: var(--aqua-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.qualified-banner strong { display: block; margin-top: 4px; color: #27494a; font-size: 13px; line-height: 1.45; }
.contact-intro { margin: 8px 0 20px; color: #626c6c; font-size: 14px; line-height: 1.55; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { min-width: 0; }
.field--wide { grid-column: 1 / -1; }
.field label, .field legend { display: block; margin: 0 0 6px; color: #42565a; font-size: 11px; font-weight: 700; }
.field input:not([type="checkbox"]) { width: 100%; height: 50px; border: 1px solid #cfc9bf; border-radius: 12px; background: #fffdfa; color: var(--text); padding: 0 14px; font-size: 14px; outline: none; transition: .18s ease; }
.field input:not([type="checkbox"]):focus { border-color: var(--aqua-dark); box-shadow: 0 0 0 3px rgba(34,109,112,.1); }
.field.is-invalid input { border-color: var(--error); }
.field-error { display: block; min-height: 0; margin-top: 4px; color: var(--error); font-size: 11px; font-weight: 600; }
.field-error:empty { display: none; }
.call-time { border: 0; padding: 0; margin: 2px 0 0; }
.call-time__options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.call-time__options button { min-height: 43px; border: 1px solid #d1cbc1; border-radius: 11px; background: #fffdfa; color: #42565a; font-size: 12px; font-weight: 700; }
.call-time__options button:hover, .call-time__options button.is-selected { border-color: var(--aqua-dark); background: #e9f3ef; color: var(--aqua-dark); }
.consent { display: flex; align-items: flex-start; gap: 9px; color: #697171; font-size: 10px; line-height: 1.45; }
.consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--aqua-dark); }
.form-status { display: none; border-radius: 10px; background: #fff1ef; color: var(--error); padding: 10px 12px; font-size: 12px; font-weight: 700; }
.form-status:not(:empty) { display: block; }
.submit-button { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 54px; border: 0; border-radius: 999px; background: var(--aqua-dark); color: #fff; padding: 0 22px; font-size: 15px; font-weight: 700; box-shadow: 0 13px 28px rgba(34,109,112,.22); transition: .2s ease; }
.submit-button:hover { background: #185f62; transform: translateY(-1px); }
.submit-button:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { margin: -3px 0 0; color: #757b77; font-size: 10px; text-align: center; }
.step--success { padding: 30px 10px 18px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 20px; border-radius: 50%; background: var(--aqua-dark); color: #fff; font-size: 30px; font-weight: 800; }
.step--success .step__kicker { text-align: center; }
.step--success h2 { margin-inline: auto; font-size: 48px; }
.step--success > p:not(.step__kicker) { max-width: 480px; margin: 12px auto 22px; color: #5f6969; }
.next-steps { display: grid; gap: 8px; max-width: 480px; margin-inline: auto; text-align: left; }
.next-steps div { display: grid; grid-template-columns: 34px 1fr; gap: 10px; border: 1px solid #dbd5ca; border-radius: 13px; background: #fbf8f2; padding: 11px 13px; }
.next-steps span { color: var(--aqua-dark); font-size: 10px; font-weight: 800; }
.next-steps p { margin: 0; color: #697170; font-size: 11px; line-height: 1.45; }
.next-steps b { color: var(--text); }
.step--success > a { display: inline-flex; gap: 7px; margin-top: 18px; color: var(--aqua-dark); font-size: 12px; font-weight: 800; }
.micro-proof { margin-top: 13px; border: 1px solid rgba(127,198,195,.38); border-radius: 17px; background: rgba(255,255,255,.09); padding: 15px 17px; text-align: left; backdrop-filter: blur(13px); }
.micro-proof__top { display: flex; align-items: center; gap: 8px; }
.google-mark { flex: 0 0 auto; width: 20px; height: 20px; }
.micro-proof__top > span { margin-left: auto; color: #d8e4e3; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.review-stars { color: var(--aqua); font-size: 13px; letter-spacing: 1px; line-height: 1; }
.micro-proof blockquote { margin: 10px 0 11px; color: #edf4f3; font-size: 12px; font-weight: 600; line-height: 1.5; }
.micro-proof__author { display: flex; align-items: center; gap: 9px; }
.micro-proof__author > b, .google-review-card footer > b { display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--aqua); color: var(--ink); font-size: 10px; }
.micro-proof__author p, .google-review-card footer p { margin: 0; }
.micro-proof__author strong, .micro-proof__author small { display: block; }
.micro-proof__author strong { color: #edf4f3; font-size: 10px; }
.micro-proof__author small { color: #afc0c0; font-size: 9px; }

.section { padding: 100px 0; }
.section-kicker { margin: 0 0 12px; color: var(--aqua-dark); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker--light { color: var(--aqua); }
.solution-strip { overflow: hidden; background: var(--ink-2); color: #fff; padding: 66px 0 50px; text-align: left; }
.solution-strip__copy { width: var(--container); margin: 0 auto 37px; }
.solution-strip h2 { margin: 0; font-family: var(--display); font-size: clamp(28px,4vw,48px); line-height: 1.05; letter-spacing: -.025em; }
.solution-strip h2 span { color: var(--aqua); }
.solution-strip p { margin: 14px 0 0; color: #afc0c0; font-size: 15px; }
.marquee { width: 100%; overflow: hidden; }
.marquee__track { display: flex; width: max-content; animation: marquee 30s linear infinite; will-change: transform; }
.marquee__group { display: flex; flex: 0 0 auto; align-items: center; width: max-content; box-sizing: border-box; gap: 30px; padding-inline: 15px; }
.marquee__item { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; color: #d8e4e3; font-size: 14px; font-weight: 700; }
.marquee__item svg { box-sizing: border-box; width: 30px; height: 30px; border: 1px solid rgba(127,198,195,.55); border-radius: 50%; background: rgba(127,198,195,.13); color: var(--aqua); fill: none; padding: 5px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.benefits { background: var(--foam); }
.benefits h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(38px,5vw,60px); line-height: 1; letter-spacing: -.04em; }
.benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 46px; }
.benefit-grid article { border: 1px solid var(--line); border-radius: 22px; background: var(--paper); padding: 28px; transition: .25s ease; }
.benefit-grid article:hover { border-color: rgba(34,109,112,.45); transform: translateY(-4px); }
.benefit-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 30px; border: 1px solid #9fcfc9; border-radius: 50%; background: #dceeea; color: var(--aqua-dark); }
.benefit-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; }
.benefit-grid h3 { margin: 0; font-family: var(--display); font-size: 26px; line-height: 1.05; }
.benefit-grid p { margin: 12px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.about { background: var(--ink); color: #fff; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px,8vw,100px); }
.about__media { position: relative; min-height: 560px; overflow: hidden; border-radius: 26px; background: linear-gradient(160deg,#e6e1d7,#b4ccc6); }
.about__media img { position: absolute; z-index: 2; inset: auto 0 0; width: 100%; height: 92%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 25px 20px rgba(0,0,0,.22)); }
.about__sun { position: absolute; width: 420px; height: 420px; top: 46px; left: 50%; border-radius: 50%; background: rgba(255,255,255,.42); transform: translateX(-50%); }
.about__caption { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 18px; border-radius: 16px; background: rgba(7,31,42,.92); padding: 17px 19px; backdrop-filter: blur(9px); }
.about__caption span { display: block; color: var(--aqua); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.about__caption b { display: block; margin-top: 4px; font-family: var(--display); font-size: 20px; }
.about__copy h2 { margin: 0; font-family: var(--display); font-size: clamp(40px,5vw,64px); line-height: .98; letter-spacing: -.04em; }
.about__copy > p:not(.section-kicker) { margin: 22px 0 0; color: #b8c8c8; font-size: 16px; line-height: 1.75; }
.about__copy ul { display: grid; gap: 0; padding: 0; margin: 29px 0 33px; list-style: none; }
.about__copy li { display: flex; gap: 11px; border-bottom: 1px solid rgba(255,255,255,.1); padding: 13px 0; color: #d6e0e0; font-size: 14px; font-weight: 600; }
.about__copy li span { color: var(--aqua); }
.about__copy button, .final-cta button { display: inline-flex; align-items: center; gap: 10px; min-height: 52px; border: 0; border-radius: 999px; background: var(--aqua-dark); color: #fff; padding: 0 24px; font-size: 14px; font-weight: 800; transition: .2s ease; }
.about__copy button:hover, .final-cta button:hover { background: #185f62; transform: translateY(-2px); }

.reviews { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.45fr .7fr; align-items: end; gap: 70px; }
.section-heading h2 { max-width: 690px; margin: 0; font-family: var(--display); font-size: clamp(38px,5vw,58px); line-height: 1; letter-spacing: -.04em; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.reviews-summary { display: flex; align-items: center; justify-self: start; gap: 10px; margin-bottom: 4px; }
.reviews-summary .google-mark { width: 28px; height: 28px; }
.reviews-summary span { display: block; color: var(--text); font-size: 12px; font-weight: 800; }
.reviews-summary .review-stars { margin-top: 5px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 44px; }
.google-review-card { display: flex; flex-direction: column; min-height: 300px; border: 1px solid #dcd7ce; border-radius: 19px; background: #fff; padding: 25px; box-shadow: 0 12px 30px rgba(25,43,48,.06); }
.google-review-card__top { display: flex; align-items: center; gap: 8px; }
.google-review-card__top span { color: #697377; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.google-review-card > .review-stars { margin-top: 18px; font-size: 15px; }
.google-review-card blockquote { margin: 16px 0 26px; color: #354b53; font-family: var(--display); font-size: 20px; line-height: 1.4; }
.google-review-card footer { display: flex; align-items: center; gap: 10px; margin-top: auto; border-top: 1px solid #ece8e1; padding-top: 16px; }
.google-review-card footer > b { width: 38px; height: 38px; font-size: 11px; }
.google-review-card footer strong, .google-review-card footer small { display: block; }
.google-review-card footer strong { color: var(--text); font-size: 12px; }
.google-review-card footer small { margin-top: 2px; color: var(--muted); font-size: 10px; }

.faq { background: var(--foam); }
.faq__grid { display: grid; grid-template-columns: .72fr 1.25fr; gap: 80px; }
.faq__intro { position: sticky; top: 34px; align-self: start; }
.faq__intro h2 { margin: 0; font-family: var(--display); font-size: clamp(42px,5vw,62px); line-height: .98; letter-spacing: -.04em; }
.faq__intro > p:not(.section-kicker) { color: var(--muted); }
.faq__list { display: grid; gap: 9px; }
.faq details { overflow: hidden; border: 1px solid #ded8ce; border-radius: 13px; background: var(--paper); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; padding: 18px 20px; color: var(--text); font-size: 13px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { display: grid; flex: 0 0 auto; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #e7ebe6; color: var(--aqua-dark); font-size: 17px; transition: .2s ease; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details > div { padding: 0 20px 19px; }
.faq details b { color: var(--aqua-dark); font-size: 13px; }
.faq details p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; background: var(--ink); color: #fff; padding: 110px 0; text-align: center; }
.final-cta::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,rgba(7,31,42,.97),rgba(7,31,42,.7),rgba(7,31,42,.97)); }
.final-cta__image { position: absolute; inset: 0; z-index: -2; opacity: .16; background: radial-gradient(circle at 50% 45%, rgba(127,198,195,.6), transparent 25%), repeating-radial-gradient(ellipse at 50% 120%, transparent 0 82px, rgba(255,255,255,.18) 84px 85px); }
.final-cta h2 { margin: 0; font-family: var(--display); font-size: clamp(48px,7vw,76px); line-height: .95; letter-spacing: -.04em; }
.final-cta p:not(.section-kicker) { max-width: 600px; margin: 18px auto 28px; color: #c1d0d0; font-size: 16px; }

.site-footer { background: #061922; color: #afc0c0; padding: 64px 0 96px; }
.site-footer__top { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; }
.site-footer__top img { width: 190px; }
.site-footer__top > div > p { margin: 16px 0; max-width: 380px; font-size: 13px; }
.service-badge { display: inline-flex; border-radius: 999px; background: var(--aqua-dark); color: #fff; padding: 6px 10px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.site-footer__top strong { display: block; margin-top: 12px; color: #e0e8e7; font-size: 12px; }
.site-footer__top > p { margin: 0; font-size: 12px; line-height: 1.75; }
.site-footer__legal { display: grid; gap: 7px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 28px; font-size: 10px; line-height: 1.7; }
.site-footer__legal p { margin: 0; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 32px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; font-size: 10px; }
.site-footer__bottom nav { display: flex; gap: 18px; }
.site-footer a, .site-footer__bottom button { color: inherit; }
.site-footer__bottom button { border: 0; background: transparent; padding: 0; font: inherit; text-decoration: underline; cursor: pointer; }

.sticky-cta { position: fixed; z-index: 50; inset: auto 0 0; display: flex; justify-content: center; border-top: 1px solid rgba(255,255,255,.12); background: rgba(7,31,42,.94); padding: 10px 16px max(10px, env(safe-area-inset-bottom)); backdrop-filter: blur(13px); transform: translateY(110%); transition: .25s ease; }
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta button { min-height: 48px; border: 0; border-radius: 999px; background: var(--aqua-dark); color: #fff; padding: 0 26px; font-size: 14px; font-weight: 800; }
.sticky-cta span { margin-left: 7px; }

.privacy-dialog { width: min(620px, calc(100% - 28px)); border: 0; border-radius: 24px; background: var(--paper); color: var(--text); padding: 0; box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.privacy-dialog::backdrop { background: rgba(2,14,19,.74); backdrop-filter: blur(4px); }
.privacy-dialog > div { position: relative; padding: 36px; }
.privacy-dialog button { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: #e9e5dd; color: var(--text); font-size: 22px; }
.privacy-dialog h2 { margin: 0 0 18px; font-family: var(--display); font-size: 38px; line-height: 1; }
.privacy-dialog p:not(.section-kicker) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.privacy-dialog a { color: var(--aqua-dark); font-weight: 700; }

@keyframes enter { from { opacity: 0; transform: translateX(20px); } to { opacity: 1; transform: none; } }
@keyframes leave { to { opacity: 0; transform: translateX(-15px); } }
@keyframes marquee { to { transform: translate3d(-50%,0,0); } }
@keyframes benefit-in { from { opacity: 0; transform: translateY(-.22em); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero { padding-top: 126px; }
  .hero__inner { grid-template-columns: 1fr; gap: 38px; }
  .hero__copy { margin-inline: auto; text-align: center; }
  .eyebrow { justify-content: center; }
  .rotating-benefit { justify-items: center; text-align: center; }
  .hero__lead { margin-inline: auto; }
  .review-wrap { width: min(650px,100%); margin-inline: auto; }
  .hero__product { width: 720px; right: -360px; bottom: 10%; opacity: .2; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-grid article { display: grid; grid-template-columns: auto 1fr; column-gap: 20px; }
  .benefit-icon { grid-row: 1 / 3; margin: 0; }
  .benefit-grid p { grid-column: 2; }
  .about__grid, .faq__grid { grid-template-columns: 1fr; }
  .about__media { min-height: 500px; }
  .faq__grid { gap: 42px; }
  .faq__intro { position: static; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .google-review-card { min-height: 230px; }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 32px, 1120px); }
  .site-header { width: calc(100% - 32px); padding-top: 16px; }
  .brand img { width: 156px; }
  .header-cta { display: none; }
  .hero { min-height: 0; padding: 92px 16px 68px; }
  .hero__inner { gap: 28px; }
  .eyebrow { margin-bottom: 13px; font-size: 9px; }
  .hero h1 { font-size: clamp(24px,7.5vw,32px); line-height: 1.03; letter-spacing: -.035em; }
  .hero__lead { margin-top: 14px; font-size: 14px; line-height: 1.55; }
  .hero__product { width: 540px; right: -335px; bottom: 25%; opacity: .15; }
  .survey { border-radius: 21px; }
  .survey__progress { padding: 18px 18px 0; }
  .survey__body { min-height: 430px; padding: 21px 18px 24px; }
  .step h2 { font-size: 27px; }
  .options { gap: 9px; margin-top: 18px; }
  .options--two { grid-template-columns: 1fr; }
  .options button { min-height: 57px; border-radius: 14px; padding: 11px 12px 11px 15px; }
  .options strong { font-size: 14px; }
  .options small { font-size: 11px; }
  .survey__footer { grid-template-columns: 52px 1fr 52px; padding-inline: 14px; }
  .trust-note { gap: 7px; font-size: 9px; }
  .micro-proof { text-align: left; }
  .lead-form { grid-template-columns: 1fr; }
  .field--wide { grid-column: 1; }
  .call-time__options { gap: 6px; }
  .call-time__options button { min-height: 40px; font-size: 11px; }
  .step--contact h2 { font-size: 30px; }
  .section { padding: 76px 0; }
  .solution-strip { padding: 53px 0 42px; text-align: center; }
  .solution-strip h2 { font-size: 32px; }
  .benefits h2, .section-heading h2, .faq__intro h2 { font-size: 41px; }
  .benefit-grid { margin-top: 32px; }
  .benefit-grid article { display: block; padding: 23px; }
  .benefit-icon { margin-bottom: 28px; }
  .benefit-grid p { grid-column: auto; }
  .about__grid { gap: 44px; }
  .about__media { min-height: 410px; }
  .about__copy h2 { font-size: 43px; }
  .section-heading { text-align: center; }
  .section-heading > p { max-width: 34rem; margin-inline: auto; }
  .reviews-summary { justify-self: center; }
  .reviews-grid { margin-top: 30px; }
  .faq summary { padding: 16px; font-size: 12px; }
  .faq details > div { padding-inline: 16px; }
  .final-cta { padding: 84px 0; }
  .site-footer { padding-top: 52px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__bottom { flex-direction: column; }
  .privacy-dialog > div { padding: 30px 22px; }
}

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