:root {
  --teal-900: #064c4c;
  --teal-700: #0b7978;
  --teal-500: #2aa5a1;
  --teal-100: #dff3f0;
  --teal-050: #f2faf8;
  --gold: #c8a35a;
  --gold-light: #ead8ad;
  --charcoal: #252828;
  --ink: #313636;
  --muted: #67706f;
  --cream: #fbf8f0;
  --white: #fff;
  --line: #d8e1df;
  --shadow: 0 24px 70px rgba(6, 76, 76, 0.13);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(200, 163, 90, 0.65); outline-offset: 3px; }

.site-header { min-height: 82px; padding: 14px clamp(20px, 5vw, 70px); display: flex; justify-content: space-between; align-items: center; gap: 20px; background: rgba(251, 248, 240, 0.93); border-bottom: 1px solid rgba(11, 121, 120, 0.12); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.brand { display: inline-flex; gap: 12px; align-items: center; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); color: var(--teal-900); border-radius: 50%; font: 700 18px/1 Georgia, serif; position: relative; }
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(200,163,90,.45); border-radius: inherit; }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--charcoal); font: 700 19px/1.2 Georgia, serif; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .105em; margin-top: 4px; }
.privacy-pill { color: var(--teal-900); background: var(--teal-100); border: 1px solid rgba(11,121,120,.18); border-radius: 999px; padding: 8px 13px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.privacy-pill span { color: var(--gold); margin-right: 5px; }

.section-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 720px; }
.eyebrow, .card-kicker { margin: 0 0 14px; color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; color: var(--charcoal); font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(44px, 7vw, 80px); line-height: 1.01; margin-bottom: 25px; }
h1 em { color: var(--teal-700); font-weight: 500; }
h2 { font-size: clamp(34px, 4.7vw, 54px); line-height: 1.08; margin-bottom: 16px; }
h3 { color: var(--charcoal); font-family: Georgia, "Times New Roman", serif; font-size: 24px; line-height: 1.18; }

.hero { min-height: calc(100vh - 82px); padding-block: clamp(58px, 9vw, 112px); display: grid; grid-template-columns: 1.55fr .78fr; align-items: center; gap: clamp(44px, 8vw, 105px); position: relative; }
.hero::before { content: ""; position: absolute; width: min(48vw, 660px); aspect-ratio: 1; border-radius: 50%; right: -20vw; top: -24vw; border: 1px solid rgba(200,163,90,.35); box-shadow: 0 0 0 42px rgba(200,163,90,.045), 0 0 0 84px rgba(11,121,120,.035); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; }
.hero-lead { max-width: 660px; color: var(--muted); font-size: clamp(17px, 2vw, 21px); }
.hero-actions, .contact-actions, .plan-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--teal-700); box-shadow: 0 10px 26px rgba(11,121,120,.2); }
.button-primary:hover { background: var(--teal-900); }
.button-quiet, .button-secondary { color: var(--teal-900); background: white; border-color: var(--line); }
.button-gold { color: var(--charcoal); background: var(--gold-light); border-color: var(--gold); }
.button-outline { color: white; border-color: rgba(255,255,255,.4); }
.microcopy { margin: 13px 0 0; color: var(--muted); font-size: 12px; }
.hero-card { background: var(--teal-900); color: white; padding: clamp(30px, 4vw, 44px); border-radius: 120px 120px var(--radius) var(--radius); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; width: 180px; aspect-ratio: 1; right: -70px; bottom: -70px; border: 1px solid rgba(234,216,173,.4); border-radius: 50%; }
.hero-card .card-kicker { color: var(--gold-light); margin-top: 44px; }
.hero-card ol { list-style: none; padding: 0; margin: 0; }
.hero-card li { display: grid; grid-template-columns: 42px 1fr; gap: 8px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.hero-card li span { color: var(--gold-light); font: 700 13px/1.5 Georgia, serif; }
.key-line { height: 54px; margin-top: 25px; position: relative; }
.key-line::before { content: ""; position: absolute; width: 72px; height: 29px; border: 2px solid var(--gold); border-radius: 999px; left: 0; top: 8px; }
.key-line::after { content: ""; position: absolute; width: 70px; height: 2px; background: var(--gold); left: 70px; top: 23px; }
.key-line span { position: absolute; width: 12px; height: 13px; border-left: 3px solid var(--gold); border-right: 3px solid var(--gold); left: 124px; top: 23px; }

.path-section { background: white; padding-block: clamp(75px, 10vw, 120px); }
.section-heading { text-align: center; margin-inline: auto; margin-bottom: 46px; }
.section-heading > p:last-child { color: var(--muted); font-size: 17px; }
.path-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.path-card { min-height: 245px; padding: 28px; background: var(--teal-050); border: 1px solid rgba(11,121,120,.1); border-radius: var(--radius); position: relative; }
.path-card:nth-child(even) { transform: translateY(18px); background: var(--cream); }
.path-card > span { display: block; color: var(--gold); font: 700 14px Georgia, serif; margin-bottom: 42px; }
.path-card h3 { margin-bottom: 12px; }
.path-card p { color: var(--muted); font-size: 14px; margin: 0; }

.explorer { padding-block: clamp(75px, 10vw, 120px); }
.explorer-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 20px; align-items: start; }
.question-panel, .calculator-panel { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(24px, 3.8vw, 42px); box-shadow: 0 16px 50px rgba(37,40,40,.055); }
fieldset { border: 0; padding: 0; margin: 0 0 36px; }
fieldset:last-child { margin-bottom: 0; }
legend { width: 100%; margin-bottom: 16px; color: var(--charcoal); font-weight: 800; font-size: 15px; }
.choice-grid, .check-list { display: grid; gap: 10px; }
.choice-grid { grid-template-columns: repeat(2, 1fr); }
.choice-grid label, .check-list label { cursor: pointer; }
.choice-grid input, .check-list input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { display: block; min-height: 106px; padding: 17px; border: 1px solid var(--line); border-radius: 16px; transition: .18s ease; }
.choice-grid label > span strong, .choice-grid label > span small { display: block; }
.choice-grid label > span small { color: var(--muted); margin-top: 6px; font-size: 12px; }
.choice-grid input:checked + span { border-color: var(--teal-700); background: var(--teal-050); box-shadow: inset 0 0 0 1px var(--teal-700); }
.choice-grid input:focus-visible + span, .check-list input:focus-visible + span { outline: 3px solid rgba(200,163,90,.65); outline-offset: 2px; }
.check-list label > span { min-height: 47px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 13px; }
.check-list label > span::before { content: ""; width: 19px; height: 19px; flex: 0 0 auto; border: 1px solid #aebbbb; border-radius: 5px; }
.check-list input:checked + span::before { content: "✓"; display: grid; place-items: center; color: white; background: var(--teal-700); border-color: var(--teal-700); font-size: 12px; font-weight: 900; }
.panel-heading { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 24px; }
.panel-heading h3 { margin: 4px 0 0; }
.text-button { color: var(--teal-700); background: transparent; border: 0; padding: 4px; cursor: pointer; font-size: 12px; font-weight: 800; }
.input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.input-grid > label { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .015em; }
.input-wrap { min-height: 52px; margin-top: 7px; padding: 0 14px; display: flex; align-items: center; gap: 6px; border: 1px solid var(--line); border-radius: 13px; background: var(--teal-050); color: var(--teal-700); font-weight: 800; }
.input-wrap:focus-within { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(11,121,120,.12); }
.input-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--charcoal); font-size: 17px; font-weight: 750; }
.input-wrap.suffix input { text-align: right; }
.calculator-note { margin: 18px 0 0; color: var(--muted); font-size: 10px; line-height: 1.55; }
.calculator-note a { color: var(--teal-700); font-weight: 800; }
.result-card { margin-top: 25px; padding: 27px; color: white; background: linear-gradient(145deg, var(--teal-900), #096867); border-radius: 18px; position: relative; overflow: hidden; }
.result-card::after { content: ""; position: absolute; width: 135px; aspect-ratio: 1; border-radius: 50%; border: 1px solid rgba(234,216,173,.38); right: -45px; bottom: -70px; }
.result-card span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.result-card strong { display: block; margin: 5px 0 4px; font: 500 clamp(37px, 5vw, 53px)/1.1 Georgia, serif; }
.result-card p { max-width: 430px; color: rgba(255,255,255,.73); font-size: 12px; margin: 0; }
.disclaimer { color: var(--muted); font-size: 10px; margin: 15px 0 0; }
.plan-panel { margin-top: 20px; padding: clamp(27px, 4vw, 45px); display: grid; grid-template-columns: 1.45fr auto; gap: 28px; align-items: center; background: var(--teal-100); border: 1px solid rgba(11,121,120,.16); border-radius: var(--radius); }
.plan-panel h3 { font-size: clamp(25px, 3.4vw, 36px); margin-bottom: 9px; }
.plan-panel p:not(.eyebrow) { max-width: 670px; color: var(--muted); margin: 0; }
.plan-actions { margin: 0; min-width: 210px; flex-direction: column; }
.contact-panel { margin-top: 85px; padding: clamp(32px, 5vw, 58px); color: white; background: var(--charcoal); border-radius: var(--radius); display: grid; grid-template-columns: 1fr auto; gap: 22px 50px; align-items: center; }
.contact-panel .eyebrow { color: var(--gold-light); }
.contact-panel h2 { color: white; font-size: clamp(33px, 4.5vw, 48px); }
.contact-panel p { color: rgba(255,255,255,.66); max-width: 650px; }
.contact-actions { margin: 0; flex-direction: column; min-width: 220px; }
.contact-details { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.14); font-size: 12px; line-height: 1.7; }
.contact-form { grid-column: 1 / -1; margin-top: 12px; padding: clamp(25px, 4vw, 40px); color: var(--ink); background: var(--cream); border-radius: 18px; }
.contact-form .eyebrow { color: var(--teal-700); margin-bottom: 8px; }
.contact-form h3 { margin-bottom: 8px; font-size: clamp(26px, 3vw, 34px); }
.contact-form-heading > p:last-child { color: var(--muted); margin-bottom: 26px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.contact-form-grid label { color: var(--muted); font-size: 11px; font-weight: 800; }
.contact-form-grid label small { font-size: 10px; font-weight: 600; }
.contact-form-grid input, .contact-form-grid select { width: 100%; min-height: 50px; margin-top: 7px; padding: 0 13px; color: var(--charcoal); background: white; border: 1px solid var(--line); border-radius: 12px; outline: 0; }
.contact-form-grid input:focus, .contact-form-grid select:focus { border-color: var(--teal-700); box-shadow: 0 0 0 3px rgba(11,121,120,.12); }
.consent-check { display: flex; gap: 12px; align-items: flex-start; margin-top: 22px; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.consent-check input { width: 19px; height: 19px; margin: 1px 0 0; accent-color: var(--teal-700); flex: 0 0 auto; }
.contact-form-submit { display: flex; gap: 18px; align-items: center; margin-top: 23px; }
.contact-form-submit p { max-width: 510px; margin: 0; color: var(--muted); font-size: 11px; }

footer { padding: 30px max(20px, 5vw); color: rgba(255,255,255,.65); background: #181a1a; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 11px; }
footer div strong, footer div span { display: block; }
footer div strong { color: var(--gold-light); font: 500 20px Georgia, serif; }
footer div span { margin-top: 5px; letter-spacing: .15em; }
footer p { margin: 0; text-align: right; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 24px; transform: translate(-50%, 20px); padding: 11px 16px; color: white; background: var(--charcoal); border-radius: 999px; box-shadow: var(--shadow); font-size: 13px; font-weight: 700; opacity: 0; pointer-events: none; transition: .24s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 580px; border-radius: 90px 90px var(--radius) var(--radius); }
  .path-grid { grid-template-columns: repeat(2, 1fr); }
  .path-card:nth-child(even) { transform: none; }
  .explorer-layout { grid-template-columns: 1fr; }
  .plan-panel { grid-template-columns: 1fr; }
  .plan-actions { flex-direction: row; }
  .contact-panel { grid-template-columns: 1fr; }
  .contact-actions { flex-direction: row; }
  .contact-form { grid-column: 1; }
}

@media (max-width: 600px) {
  .site-header { min-height: 70px; padding: 11px 16px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand strong { font-size: 16px; }
  .brand small { display: none; }
  .privacy-pill { font-size: 0; padding: 9px; }
  .privacy-pill span { font-size: 12px; margin: 0; }
  .section-shell { width: min(100% - 28px, 1160px); }
  .hero { padding-block: 54px 68px; }
  .hero-actions .button { flex: 1; }
  .hero-card { border-radius: 70px 70px 20px 20px; }
  .path-grid, .choice-grid, .input-grid, .contact-form-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 200px; }
  .path-card > span { margin-bottom: 27px; }
  .question-panel, .calculator-panel { padding: 22px 18px; }
  .choice-grid label > span { min-height: auto; }
  .plan-actions, .contact-actions { flex-direction: column; }
  .contact-form-submit { align-items: stretch; flex-direction: column; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { text-align: left; }
}

@media print {
  body { background: white; }
  .site-header, .hero, .path-section, .section-heading, .question-panel, .calculator-panel, .contact-actions, .contact-form, footer, .toast { display: none !important; }
  .explorer { padding: 0; width: 100%; }
  .explorer-layout { display: none; }
  .plan-panel, .contact-panel { display: block; margin: 0 0 20px; box-shadow: none; break-inside: avoid; }
  .plan-panel { border: 2px solid var(--teal-700); }
  .plan-actions { display: none; }
  .contact-panel { color: white !important; background: var(--charcoal) !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  .contact-panel h2 { color: white !important; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
