:root {
    --ink: #17363b;
    --ink-2: #244b50;
    --navy: #12343b;
    --navy-deep: #09262c;
    --mint: #4fc6aa;
    --mint-dark: #23967f;
    --mint-pale: #e8f8f4;
    --saffron: #f5b940;
    --cream: #fbfaf6;
    --sand: #f1ede4;
    --white: #fff;
    --muted: #65777a;
    --line: #dbe5e3;
    --danger: #ae433c;
    --danger-pale: #fff0ee;
    --success: #197a65;
    --shadow: 0 24px 70px rgba(18, 52, 59, .12);
    --shadow-soft: 0 12px 36px rgba(18, 52, 59, .08);
    --radius: 22px;
    --shell: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
a { color: var(--mint-dark); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--navy); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.08; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5.1vw, 5.25rem); }
h2 { font-size: clamp(2rem, 3.4vw, 3.35rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
ul, ol { margin-top: 0; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 128px) 0; }
.section--tint { background: var(--cream); }
.section--dark { color: #dbeae7; background: var(--navy); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.center { text-align: center; }
.top-gap { margin-top: 46px; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; padding: 0; border: 0; margin: -1px; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 16px; color: var(--white); background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin-bottom: 14px; color: var(--mint-dark); font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow--light { color: #7ee0c8; }
.prose { font-size: 1.04rem; }
.prose > :last-child { margin-bottom: 0; }
.prose--light { color: #d8e5e3; }
.lead-prose { font-size: clamp(1.08rem, 1.5vw, 1.28rem); }
.fine-print, .table-note { margin-top: 18px; color: var(--muted); font-size: .88rem; }

.notice-bar { color: #d7e8e5; background: var(--navy-deep); font-size: .8rem; }
.notice-bar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; }
.notice-bar a { color: #a6ded2; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,52,59,.08); backdrop-filter: blur(14px); }
.site-header__inner { display: flex; justify-content: space-between; align-items: center; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; }
.brand:hover { color: var(--navy); }
.brand__mark { width: 45px; fill: var(--mint); }
.brand__check { fill: none; stroke: var(--navy); stroke-width: 5.4; stroke-linecap: round; stroke-linejoin: round; }
.brand__words { display: flex; flex-direction: column; font-size: 1rem; line-height: 1.05; letter-spacing: -.02em; text-transform: uppercase; }
.brand__words strong { font-size: .86rem; letter-spacing: .045em; }
.brand__words span { font-weight: 900; }
.main-nav { display: flex; align-items: center; gap: 29px; }
.main-nav a { position: relative; color: var(--ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.main-nav > a:not(.nav-start)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; background: var(--mint); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.main-nav .nav-start { padding: 12px 19px; color: var(--white); background: var(--navy); border-radius: 999px; }
.main-nav .nav-start:hover { color: var(--navy); background: var(--mint); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--navy); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 23px; border: 2px solid transparent; border-radius: 999px; font-size: .95rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--navy); background: var(--mint); box-shadow: 0 9px 22px rgba(79,198,170,.25); }
.button--primary:hover { color: var(--navy); background: #6bd5bc; }
.button--secondary { color: var(--navy); border-color: var(--navy); background: transparent; }
.button--secondary:hover { color: var(--white); background: var(--navy); }
.button--light { color: var(--navy); background: var(--white); }
.button--text { min-height: auto; padding-inline: 0; color: var(--navy); background: transparent; }
.button--full { width: 100%; }
.text-link { color: var(--navy); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--mint); }
.text-link--light { color: var(--white); border-color: var(--mint); }
.text-link--light:hover { color: var(--mint); }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero::before { position: absolute; top: -180px; right: -200px; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(79,198,170,.22), rgba(79,198,170,0) 67%); content: ""; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px, 7vw, 98px); align-items: center; min-height: 690px; padding-block: 86px 94px; }
.hero__content { position: relative; z-index: 2; }
.hero h1 span { color: var(--mint-dark); }
.hero h1 { font-size: clamp(2.65rem, 4.5vw, 4.75rem); }
.hero__lead { max-width: 675px; color: #3f595d; font-size: clamp(1.05rem, 1.5vw, 1.24rem); }
.hero__actions { display: flex; align-items: center; gap: 25px; margin: 30px 0; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; list-style: none; color: var(--muted); font-size: .84rem; }
.hero__proof li::before { margin-right: 7px; color: var(--mint-dark); content: "✓"; font-weight: 900; }
.hero__visual { position: relative; z-index: 1; }
.dashboard-card { position: relative; padding: 27px; background: var(--white); border: 1px solid rgba(18,52,59,.08); border-radius: 26px; box-shadow: 0 40px 90px rgba(18,52,59,.2); transform: rotate(1.5deg); }
.dashboard-card::before { position: absolute; inset: 13px; z-index: -1; border: 2px solid var(--saffron); border-radius: 26px; content: ""; transform: translate(24px, 27px); }
.dashboard-card__top { display: flex; gap: 10px; align-items: center; color: var(--muted); font-size: .76rem; }
.dashboard-card__top strong { flex: 1; color: var(--ink); font-size: .94rem; }
.status-dot { width: 9px; height: 9px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 5px var(--mint-pale); }
.route-progress { overflow: hidden; height: 8px; margin: 20px 0 29px; background: #edf1ef; border-radius: 99px; }
.route-progress span { display: block; height: 100%; background: var(--mint); border-radius: inherit; }
.route-list { padding: 0; list-style: none; }
.route-list li { display: flex; gap: 13px; align-items: center; padding: 13px 0; border-bottom: 1px solid #edf1ef; }
.route-list li > span { display: grid; place-items: center; flex: 0 0 35px; width: 35px; height: 35px; color: var(--muted); background: #f1f4f3; border-radius: 50%; font-weight: 800; }
.route-list li div { display: flex; flex-direction: column; }
.route-list li strong { font-size: .88rem; }
.route-list li small { color: var(--muted); font-size: .72rem; }
.route-list li.is-done > span { color: var(--white); background: var(--mint-dark); }
.route-list li.is-current > span { color: var(--navy); background: var(--saffron); box-shadow: 0 0 0 5px rgba(245,185,64,.18); }
.dashboard-card__footer { display: flex; justify-content: space-between; margin-top: 22px; padding: 14px; color: var(--muted); background: var(--cream); border-radius: 12px; font-size: .72rem; }
.dashboard-card__footer strong { color: var(--navy); }
.price-seal { position: absolute; right: -26px; bottom: -48px; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 142px; height: 142px; color: var(--navy); background: var(--saffron); border: 7px solid var(--cream); border-radius: 50%; box-shadow: var(--shadow-soft); transform: rotate(-6deg); }
.price-seal small, .price-seal span { font-size: .67rem; line-height: 1.2; text-transform: uppercase; letter-spacing: .08em; }
.price-seal strong { font-family: Georgia, serif; font-size: 2rem; line-height: 1.05; }
.trust-row { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-row__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-row__grid > div { display: flex; gap: 13px; align-items: center; padding: 24px 18px; border-right: 1px solid var(--line); }
.trust-row__grid > div:first-child { padding-left: 0; }
.trust-row__grid > div:last-child { border: 0; }
.trust-icon { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: var(--navy); background: var(--mint-pale); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.trust-row p { display: flex; flex-direction: column; margin: 0; font-size: .8rem; line-height: 1.35; }
.trust-row p span { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 8vw, 110px); align-items: start; }
.split--wide { grid-template-columns: .85fr 1.15fr; }
.section-heading { max-width: 700px; margin-bottom: 52px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.responsibility-card { padding: clamp(29px, 4vw, 50px); border-radius: var(--radius); }
.responsibility-card--you { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.responsibility-card--us { color: #dbe8e6; background: var(--navy); }
.responsibility-card--us h3 { color: var(--white); }
.card-label { display: inline-block; margin-bottom: 22px; padding: 6px 12px; color: var(--navy); background: var(--mint); border-radius: 999px; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.check-list, .cross-list { padding: 0; list-style: none; }
.check-list li, .cross-list li { position: relative; padding: 7px 0 7px 31px; }
.check-list li::before { position: absolute; top: 8px; left: 0; display: grid; place-items: center; width: 20px; height: 20px; color: var(--navy); background: var(--mint); border-radius: 50%; content: "✓"; font-size: .68rem; font-weight: 900; }
.cross-list li::before { position: absolute; top: 9px; left: 2px; color: var(--danger); content: "×"; font-size: 1.2rem; font-weight: 900; }
.boundary-note { max-width: 900px; margin: 28px auto 0; padding: 18px 21px; background: #fff7e5; border-left: 4px solid var(--saffron); font-size: .92rem; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; padding: 0; counter-reset: steps; list-style: none; }
.steps-grid li { display: flex; gap: 17px; min-height: 175px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; transition: border-color .2s ease, transform .2s ease; }
.steps-grid li:hover { border-color: var(--mint); transform: translateY(-3px); }
.steps-grid li > span { display: grid; place-items: center; flex: 0 0 40px; width: 40px; height: 40px; color: var(--white); background: var(--navy); border-radius: 12px; font-weight: 900; }
.steps-grid h3 { margin-bottom: 8px; font-size: 1.18rem; }
.steps-grid p { color: var(--muted); font-size: .88rem; }
.steps-grid + .center { margin-top: 40px; }
.price-feature { display: grid; grid-template-columns: 1.1fr .7fr; gap: clamp(50px, 10vw, 135px); align-items: center; }
.price-feature > div:first-child > p:not(.eyebrow) { max-width: 650px; }
.price-card { padding: 38px; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.price-card > span { color: var(--muted); font-weight: 700; }
.price-card > strong { display: block; margin: 10px 0 0; color: var(--navy); font-family: Georgia, serif; font-size: 4.7rem; line-height: 1; }
.price-card > strong sup { margin-right: 5px; font-size: 1.55rem; vertical-align: super; }
.price-card > small { color: var(--muted); }
.price-card ul { padding: 22px 0 15px; list-style: none; border-top: 1px solid var(--line); margin-top: 25px; }
.price-card li { padding: 5px 0; font-size: .9rem; }
.price-card li::before { margin-right: 9px; color: var(--mint-dark); content: "✓"; font-weight: 900; }
.suitability-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.signal-cards { display: grid; gap: 16px; }
.signal { padding: 26px 28px; border-radius: 17px; }
.signal strong { font-family: Georgia, serif; font-size: 1.35rem; }
.signal p { margin: 7px 0 0; font-size: .9rem; }
.signal--yes { background: var(--mint-pale); border-left: 5px solid var(--mint-dark); }
.signal--no { background: var(--danger-pale); border-left: 5px solid var(--danger); }
.accordion { max-width: 880px; margin-inline: auto; }
.accordion article { border-bottom: 1px solid var(--line); }
.accordion button { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 24px 0; color: var(--navy); background: none; border: 0; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 700; text-align: left; }
.accordion button i { position: relative; flex: 0 0 26px; width: 26px; height: 26px; margin-left: 20px; border: 1px solid var(--mint-dark); border-radius: 50%; }
.accordion button i::before, .accordion button i::after { position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: var(--mint-dark); content: ""; transform: translate(-50%, -50%); }
.accordion button i::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.accordion button[aria-expanded="true"] i::after { transform: translate(-50%, -50%) rotate(0); }
.accordion article > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion article > div > p { overflow: hidden; margin: 0; color: var(--muted); }
.accordion button[aria-expanded="true"] + div { grid-template-rows: 1fr; }
.accordion button[aria-expanded="true"] + div > p { padding-bottom: 25px; }
.faq-preview .center { margin-top: 43px; }
.closing-cta { color: var(--white); background: linear-gradient(110deg, var(--mint-dark), #176b72); }
.closing-cta__inner { display: flex; justify-content: space-between; gap: 50px; align-items: center; padding-block: 60px; }
.closing-cta h2 { color: var(--white); }
.closing-cta p { max-width: 720px; margin-bottom: 0; }

.page-hero { position: relative; overflow: hidden; padding: clamp(80px, 10vw, 132px) 0; background: var(--cream); }
.page-hero::after { position: absolute; top: -130px; right: -80px; width: 440px; height: 440px; border: 80px solid rgba(79,198,170,.09); border-radius: 50%; content: ""; }
.page-hero h1 { font-size: clamp(2.8rem, 5vw, 4.8rem); }
.page-hero p:not(.eyebrow) { max-width: 760px; color: #486164; font-size: 1.2rem; }
.page-hero__narrow { position: relative; z-index: 1; max-width: 930px; margin-inline: auto; text-align: center; }
.page-hero__narrow p { margin-inline: auto; }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
.page-hero--compact { padding-block: 75px; }
.mini-route { position: relative; padding: 34px 22px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.mini-route__line { position: absolute; top: 62px; right: 55px; left: 55px; height: 3px; background: var(--line); }
.mini-route ol { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 14px; padding: 0; margin: 0; list-style: none; text-align: center; font-size: .76rem; font-weight: 800; }
.mini-route li { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.mini-route li span { display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--navy); border: 5px solid var(--white); border-radius: 50%; }
.process-list { max-width: 990px; }
.process-list > article { display: grid; grid-template-columns: 110px 1fr; gap: 50px; padding: 60px 0; border-bottom: 1px solid var(--line); }
.process-list > article:first-child { padding-top: 0; }
.process-list > article:last-child { padding-bottom: 0; border: 0; }
.process-list__number { color: var(--mint); font-family: Georgia, serif; font-size: 4rem; font-weight: 700; line-height: 1; }
.process-list article > div > p:not(.eyebrow) { max-width: 760px; }
.callout { margin-top: 24px; padding: 20px 23px; background: var(--mint-pale); border-radius: 13px; }
.callout p { margin: 4px 0 0; font-size: .9rem; }
.compact-cta { display: flex; justify-content: space-between; gap: 50px; align-items: center; }
.compact-cta p:last-child { margin-bottom: 0; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.fit-card { padding: clamp(30px, 4.5vw, 55px); border-radius: var(--radius); }
.fit-card--yes { background: var(--mint-pale); }
.fit-card--no { background: var(--danger-pale); }
.fit-card__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 26px; color: var(--white); background: var(--navy); border-radius: 15px; font-weight: 900; }
.decision-flow ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 0; list-style: none; }
.decision-flow li { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius); }
.decision-flow li > span { color: var(--mint-dark); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.decision-flow h3 { margin-top: 18px; }
.decision-flow p { color: var(--muted); font-size: .9rem; }
.decision-flow .center { margin-top: 38px; }
.price-hero { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 380px; gap: 90px; align-items: center; }
.hero-price { padding: 38px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.hero-price > span { display: block; color: var(--muted); font-size: .88rem; font-weight: 700; }
.hero-price > strong { display: block; margin: 10px 0 2px; color: var(--navy); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.hero-price sup { font-size: 1.5rem; vertical-align: super; }
.hero-price small { display: block; margin-bottom: 25px; color: var(--muted); }
.included-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; }
.check-list--roomy li { padding-block: 13px; }
.check-list--roomy li::before { top: 16px; }
.check-list--roomy li strong, .check-list--roomy li span { display: block; }
.check-list--roomy li span { color: var(--muted); font-size: .88rem; }
.not-included { padding: 37px; background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius); }
.not-included > p { margin-top: 25px; padding-top: 22px; border-top: 1px solid var(--line); font-size: .88rem; }
.compare-table { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; }
.compare-row { display: grid; grid-template-columns: 1.25fr 1fr 1fr; }
.compare-row > div { padding: 19px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.compare-row > div:last-child { border-right: 0; }
.compare-row:last-child > div { border-bottom: 0; }
.compare-row > div:first-child { font-weight: 700; }
.compare-row--head { color: var(--white); background: var(--navy); font-weight: 800; }
.assessment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 65px; }
.assessment-grid article { padding: 25px; border: 1px solid var(--line); border-radius: 17px; }
.assessment-grid article > span, .principles article > span { color: var(--mint-dark); font-size: .74rem; font-weight: 900; letter-spacing: .13em; }
.assessment-grid h3 { margin-top: 20px; font-size: 1.25rem; }
.assessment-grid p { color: var(--muted); font-size: .86rem; }
.result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.result-card { padding: 40px; border-radius: var(--radius); }
.result-card--pass { background: var(--mint-pale); border-top: 6px solid var(--success); }
.result-card--stop { background: var(--danger-pale); border-top: 6px solid var(--danger); }
.result-card > span { font-size: .73rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.source-card { display: flex; justify-content: space-between; gap: 60px; align-items: center; padding: 42px; background: var(--cream); border-radius: var(--radius); }
.source-card__links { display: flex; flex-direction: column; gap: 17px; align-items: flex-start; flex: 0 0 auto; }
.faq-page article:first-child { border-top: 1px solid var(--line); }
.page-hero--about { background: var(--navy); }
.page-hero--about h1, .page-hero--about p:not(.eyebrow) { color: var(--white); }
.about-mark { display: grid; place-items: center; }
.about-mark svg { width: 230px; fill: var(--mint); filter: drop-shadow(0 25px 35px rgba(0,0,0,.18)); }
.about-mark__check { fill: none; stroke: var(--navy); stroke-width: 14; stroke-linecap: round; stroke-linejoin: round; }
.hb-panel { display: grid; grid-template-columns: .55fr 1.45fr; gap: 70px; align-items: center; }
.hb-panel > div:first-child { display: grid; place-items: center; aspect-ratio: 1; background: var(--navy); border-radius: 50%; box-shadow: inset 0 0 0 17px var(--mint); }
.hb-panel__monogram { color: var(--white); font-family: Georgia, serif; font-size: clamp(2.7rem, 7vw, 5.5rem); font-weight: 700; }
.hb-panel dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 25px 0; }
.hb-panel dl div { padding: 0 16px; border-left: 2px solid var(--mint); }
.hb-panel dt { color: var(--muted); font-size: .72rem; }
.hb-panel dd { margin: 3px 0 0; font-weight: 800; }
.principles__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.principles article { padding: 25px; background: var(--cream); border-radius: 17px; }
.principles h3 { margin-top: 20px; font-size: 1.2rem; }
.principles p { color: var(--muted); font-size: .86rem; }

.form-card { padding: clamp(28px, 4vw, 50px); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: start; }
.contact-aside { padding: 35px; color: #d9e7e5; background: var(--navy); border-radius: var(--radius); }
.contact-aside h2 { color: var(--white); }
.contact-line { display: block; padding: 17px 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); text-decoration: none; }
.contact-line span, .contact-line strong { display: block; }
.contact-line span { color: #92b1ad; font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-note { margin-top: 27px; padding: 22px; color: var(--ink); background: var(--mint-pale); border-radius: 14px; font-size: .86rem; }
.contact-note ul { padding-left: 20px; }
.contact-note p { margin-bottom: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; font-weight: 750; }
.field--full { grid-column: 1 / -1; }
.field > span small { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; padding: 13px 15px; color: var(--ink); background: var(--white); border: 1px solid #b8c9c6; border-radius: 10px; outline: none; }
.field input:focus, .field textarea:focus { border-color: var(--mint-dark); box-shadow: 0 0 0 4px rgba(79,198,170,.17); }
.field textarea { resize: vertical; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin: 24px 0; color: var(--muted); font-size: .84rem; }
.consent input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--mint-dark); }
.honeypot { position: absolute; left: -9999px; }
.form-errors { padding: 18px 21px; margin-bottom: 25px; color: #712f2b; background: var(--danger-pale); border-left: 4px solid var(--danger); border-radius: 8px; font-size: .9rem; }
.form-errors ul { margin-bottom: 0; }

.wizard-hero { padding: 65px 0 45px; background: var(--cream); text-align: center; }
.wizard-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.wizard-hero p:not(.eyebrow) { max-width: 760px; margin-inline: auto; color: var(--muted); }
.wizard-section { min-height: 700px; padding: 48px 0 100px; background: var(--cream); }
.wizard-shell { max-width: 930px; }
.wizard-progress { margin-bottom: 35px; }
.wizard-progress > div { overflow: hidden; height: 7px; background: #dce4e1; border-radius: 99px; }
.wizard-progress > div span { display: block; width: 25%; height: 100%; background: var(--mint-dark); border-radius: inherit; transition: width .25s ease; }
.wizard-progress ol { display: grid; grid-template-columns: repeat(4, 1fr); padding: 13px 0 0; margin: 0; list-style: none; color: var(--muted); font-size: .72rem; font-weight: 800; text-align: center; }
.wizard-progress li span { display: none; }
.wizard-progress li.is-active { color: var(--navy); }
.wizard { padding: clamp(28px, 5vw, 58px); background: var(--white); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.wizard-panel__heading { max-width: 700px; margin-bottom: 35px; }
.wizard-panel__heading > span { color: var(--mint-dark); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.wizard-panel__heading h2 { margin-top: 9px; }
.wizard-panel__heading p { color: var(--muted); }
.option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.choice-card { position: relative; display: grid; grid-template-columns: 52px 1fr; grid-template-rows: auto auto; column-gap: 15px; padding: 22px; border: 2px solid var(--line); border-radius: 15px; cursor: pointer; }
.choice-card:has(input:checked) { background: var(--mint-pale); border-color: var(--mint-dark); }
.choice-card input { position: absolute; top: 16px; right: 16px; accent-color: var(--mint-dark); }
.choice-card__icon { display: grid; grid-row: 1 / 3; place-items: center; width: 48px; height: 48px; color: var(--navy); background: var(--sand); border-radius: 13px; font-size: 1.3rem; font-weight: 900; }
.choice-card strong { align-self: end; }
.choice-card small { color: var(--muted); line-height: 1.35; }
.question { padding: 23px 0; border: 0; border-bottom: 1px solid var(--line); margin: 0; }
.question legend { width: 100%; margin-bottom: 14px; color: var(--navy); font-family: Georgia, serif; font-size: 1.17rem; font-weight: 700; line-height: 1.35; }
.radio-row, .answer-list { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-row label, .answer-list label { position: relative; cursor: pointer; }
.radio-row input, .answer-list input { position: absolute; opacity: 0; }
.radio-row label span, .answer-list label span { display: block; padding: 10px 17px; color: #3d565a; border: 1px solid #bdcbc9; border-radius: 10px; font-size: .88rem; }
.radio-row input:checked + span, .answer-list input:checked + span { color: var(--navy); background: var(--mint-pale); border-color: var(--mint-dark); box-shadow: inset 0 0 0 1px var(--mint-dark); font-weight: 800; }
.radio-row input:focus-visible + span, .answer-list input:focus-visible + span { outline: 3px solid rgba(79,198,170,.35); outline-offset: 2px; }
.answer-list { display: grid; grid-template-columns: 1fr; }
.wizard-actions { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 35px; }
.field-error { padding: 8px 11px; margin-top: 10px; color: var(--danger); background: var(--danger-pale); border-radius: 7px; font-size: .8rem; }
.precheck-result { padding: 24px; margin-bottom: 28px; background: var(--cream); border: 1px solid var(--line); border-radius: 15px; }
.precheck-result.is-pass { background: var(--mint-pale); border-color: var(--mint-dark); }
.precheck-result.is-stop { background: var(--danger-pale); border-color: #d2938e; }
.precheck-result > span { font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.precheck-result h3 { margin: 7px 0; }
.precheck-result p, .precheck-result ul { margin-bottom: 0; font-size: .88rem; }
.form-assurance { padding-left: 24px; color: var(--muted); font-size: .8rem; }
.form-assurance::before { margin-left: -24px; margin-right: 8px; content: "✓"; color: var(--success); font-weight: 900; }

.thanks-page { display: grid; place-items: center; min-height: 620px; padding: 80px 0; background: var(--cream); }
.thanks-card { max-width: 780px; padding: clamp(35px, 6vw, 70px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.thanks-card__icon { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 24px; color: var(--white); background: var(--mint-dark); border-radius: 50%; font-size: 1.7rem; font-weight: 900; }
.thanks-card p:not(.eyebrow) { max-width: 610px; margin-inline: auto; color: var(--muted); }
.thanks-card__actions { display: flex; justify-content: center; gap: 24px; margin-top: 29px; }
.error-code { display: block; margin-bottom: 4px; color: var(--mint); font-family: Georgia, serif; font-size: 5rem; font-weight: 700; line-height: 1; }
.legal-page { max-width: 850px; }
.legal-page h2 { margin-top: 50px; font-size: 1.75rem; }
.legal-intro { padding: 24px; background: var(--mint-pale); border-left: 4px solid var(--mint-dark); font-size: 1.05rem; }
.legal-updated { margin-top: 50px; color: var(--muted); font-size: .82rem; }

.site-footer { padding-top: 70px; color: #a9c0bc; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 55px; }
.brand--footer { color: var(--white); }
.brand--footer:hover { color: var(--white); }
.footer-grid > div:first-child > p { max-width: 330px; margin-top: 20px; font-size: .86rem; }
.footer-grid h2 { color: var(--white); font-family: inherit; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid ul { padding: 0; list-style: none; }
.footer-grid li { margin: 7px 0; }
.footer-grid a { color: #bdd0cd; font-size: .84rem; text-decoration: none; }
.footer-grid a:hover { color: var(--mint); }
.footer-grid p { font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 25px 0; margin-top: 55px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }
.footer-bottom span:last-child { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { color: #a9c0bc; }

@media (max-width: 980px) {
    .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 20px 25px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-soft); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 12px; }
    .main-nav .nav-start { margin-top: 8px; text-align: center; }
    .menu-toggle { display: block; }
    .hero__grid, .page-hero__grid, .price-hero { grid-template-columns: 1fr; }
    .hero__grid { padding-top: 65px; }
    .hero__visual { max-width: 610px; margin: 0 auto 38px; }
    .trust-row__grid { grid-template-columns: 1fr 1fr; }
    .trust-row__grid > div:nth-child(2) { border-right: 0; }
    .split, .split--wide, .included-grid { grid-template-columns: 1fr; gap: 40px; }
    .steps-grid { grid-template-columns: 1fr 1fr; }
    .price-feature, .suitability-panel, .contact-layout { grid-template-columns: 1fr; }
    .fit-grid { grid-template-columns: 1fr; }
    .assessment-grid, .principles__grid { grid-template-columns: 1fr 1fr; }
    .hb-panel { grid-template-columns: 260px 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
    .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 700px) {
    body { font-size: 16px; }
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .notice-bar__inner { justify-content: center; min-height: 34px; }
    .notice-bar a { display: none; }
    .site-header__inner { min-height: 74px; }
    .brand__mark { width: 39px; }
    .brand__words { font-size: .88rem; }
    .brand__words strong { font-size: .72rem; }
    .hero__grid { min-height: auto; padding-block: 55px 85px; }
    .hero h1 br { display: none; }
    .hero__actions { flex-direction: column; align-items: stretch; gap: 10px; }
    .hero__actions .button { width: 100%; }
    .dashboard-card { padding: 20px; }
    .dashboard-card__footer { flex-direction: column; }
    .price-seal { right: -5px; width: 120px; height: 120px; }
    .trust-row__grid { grid-template-columns: 1fr; padding-block: 8px; }
    .trust-row__grid > div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .responsibility-grid, .steps-grid, .result-grid, .decision-flow ol { grid-template-columns: 1fr; }
    .price-feature { gap: 40px; }
    .closing-cta__inner, .compact-cta, .source-card { flex-direction: column; align-items: flex-start; }
    .closing-cta__inner .button, .compact-cta .button { width: 100%; }
    .page-hero { padding-block: 68px; }
    .mini-route ol { grid-template-columns: repeat(2, 1fr); }
    .mini-route__line { display: none; }
    .process-list > article { grid-template-columns: 1fr; gap: 18px; padding: 45px 0; }
    .process-list__number { font-size: 2.7rem; }
    .hero-price { padding: 29px; }
    .compare-table { overflow-x: auto; }
    .compare-row { min-width: 630px; }
    .assessment-grid, .principles__grid { grid-template-columns: 1fr; }
    .source-card { padding: 28px; }
    .hb-panel { grid-template-columns: 1fr; }
    .hb-panel > div:first-child { width: 220px; margin-inline: auto; }
    .hb-panel dl { grid-template-columns: 1fr; gap: 15px; }
    .form-grid, .option-grid { grid-template-columns: 1fr; }
    .wizard { padding: 25px 19px; }
    .wizard-progress ol { font-size: .65rem; }
    .choice-card { grid-template-columns: 44px 1fr; }
    .choice-card__icon { width: 42px; height: 42px; }
    .wizard-actions { flex-direction: column-reverse; align-items: stretch; }
    .wizard-actions .button { width: 100%; }
    .thanks-card__actions { flex-direction: column; gap: 8px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

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