:root {
  --navy: #0e2436;
  --navy-soft: #17384d;
  --teal: #18aeb2;
  --teal-dark: #0b7f85;
  --teal-pale: #e9f8f7;
  --paper: #ffffff;
  --off-white: #f7fafb;
  --line: #d9e4e8;
  --muted: #536873;
  --shadow: 0 14px 40px rgba(14,36,54,.09);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.page-shell { width: min(100% - 32px, 1080px); margin-inline: auto; }
.narrow-shell, .form-shell { max-width: 720px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #fff; background: var(--navy); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.minimal-header { min-height: 64px; display: flex; align-items: center; border-bottom: 1px solid #e7eef0; background: rgba(255,255,255,.96); }
.brand-mark { display: inline-flex; align-items: center; padding: 7px; border-radius: 10px; }
.brand-mark img { width: 48px; height: 48px; object-fit: contain; }
.brand-mark:focus-visible, .primary-cta:focus-visible, .choice-card:focus-visible, .choice-button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 4px solid rgba(24,174,178,.32); outline-offset: 3px; }
.eyebrow { margin: 0 0 10px; color: var(--teal-dark); font-size: .76rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.06; letter-spacing: -.035em; }
h1 { margin-bottom: 12px; font-size: clamp(3.25rem, 15vw, 5.8rem); font-weight: 950; }
h1 span { display: block; color: var(--teal-dark); font-size: .84em; line-height: 1; white-space: nowrap; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 9.4vw, 3.5rem); font-weight: 900; }
h3 { margin-bottom: 6px; font-size: 1.18rem; }
.offer-hero { padding: 18px 0 42px; background: linear-gradient(180deg,#fff 0%,#f6fbfb 100%); text-align: center; }
.hero-copy { max-width: 760px; margin: 0 auto; }
.hero-subhead { margin-bottom: 15px; font-size: clamp(1.12rem,5vw,1.42rem); font-weight: 850; }
.hero-support { max-width: 560px; margin: 0 auto 14px; color: var(--muted); font-size: 1.03rem; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.choice-card, .choice-button { min-height: 56px; border: 2px solid var(--line); color: var(--navy); background: #fff; border-radius: 15px; cursor: pointer; transition: border-color .16s ease, background .16s ease, transform .16s ease, box-shadow .16s ease; }
.choice-card:hover, .choice-button:hover { border-color: var(--teal); }
.choice-card:active, .choice-button:active { transform: scale(.985); }
.choice-card.is-selected, .choice-button.is-selected { border-color: var(--teal-dark); background: var(--teal-pale); box-shadow: 0 0 0 3px rgba(24,174,178,.1); }
.choice-card { position: relative; display: flex; min-height: 180px; align-items: center; flex-direction: column; justify-content: flex-start; padding: 14px 10px 13px; }
.choice-card::after { content: ""; position: absolute; top: 13px; right: 13px; width: 17px; height: 17px; border: 2px solid #a9bac2; border-radius: 50%; }
.choice-card.is-selected::after { border-color: var(--teal-dark); background: var(--teal-dark); box-shadow: inset 0 0 0 4px #fff; }
.option-label { align-self: flex-start; color: var(--teal-dark); font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.choice-card > strong { max-width: 150px; font-size: .93rem; line-height: 1.15; }
.card-art { position: relative; display: block; width: 96px; height: 59px; margin: 16px auto 11px; overflow: hidden; border: 1px solid #c7d5da; border-radius: 7px; background: #fff; box-shadow: 0 8px 18px rgba(14,36,54,.1); transform: rotate(-2deg); }
.business-card-art { padding: 12px; text-align: left; }
.business-card-art i { color: var(--teal-dark); font-style: normal; font-size: .72rem; font-weight: 950; }
.business-card-art b { display: block; width: 70%; height: 3px; margin-top: 7px; background: #cbd8dd; border-radius: 2px; }
.business-card-art b:last-child { width: 50%; }
.review-card-art { display: grid; grid-template-columns: 38px 1fr; gap: 9px; align-items: center; padding: 10px; transform: rotate(2deg); }
.review-card-art i { width: 38px; height: 38px; background: repeating-linear-gradient(45deg,var(--navy) 0 4px,#fff 4px 8px); border: 4px solid var(--navy); }
.review-card-art b { color: #f0a814; letter-spacing: -2px; }
.membership-offer { display: grid; gap: 1px; margin: 16px 0 14px; }
.membership-offer span { color: var(--teal-dark); font-size: .77rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.membership-offer strong { font-size: 1.15rem; }
.membership-offer b { font-size: 1.65rem; line-height: 1.15; }
.primary-cta { display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; padding: 15px 20px; border: 0; color: #fff; background: var(--teal-dark); border-radius: 13px; box-shadow: 0 9px 22px rgba(11,127,133,.22); cursor: pointer; font-size: 1rem; font-weight: 950; letter-spacing: .025em; text-align: center; text-decoration: none; text-transform: uppercase; }
.primary-cta:hover { background: #086d72; }
.cta-note { margin: 9px 0 0; color: var(--muted); font-size: .75rem; font-weight: 750; }
.value-section, .steps-section, .review-explainer, .final-offer { padding: 54px 0; }
.value-section { background: #fff; }
.benefit-checklist { display: grid; gap: 0; padding: 0; margin: 26px 0 0; list-style: none; }
.benefit-checklist li { position: relative; padding: 15px 0 15px 34px; border-top: 1px solid var(--line); font-weight: 760; }
.benefit-checklist li:last-child { border-bottom: 1px solid var(--line); }
.benefit-checklist li::before { content: "✓"; position: absolute; left: 2px; top: 13px; display: grid; place-items: center; width: 22px; height: 22px; color: #fff; background: var(--teal-dark); border-radius: 50%; font-size: .76rem; font-weight: 950; }
.steps-section { background: var(--off-white); }
.steps-list { display: grid; gap: 0; padding: 0; margin: 26px 0 0; list-style: none; }
.steps-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.steps-list li:last-child { border-bottom: 1px solid var(--line); }
.steps-list li > span { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--navy); border-radius: 50%; font-weight: 950; }
.steps-list p { margin: 0; color: var(--muted); }
.review-explainer { background: #fff; }
.explainer-card { display: grid; grid-template-columns: 106px 1fr; gap: 24px; align-items: center; padding-block: 6px; }
.explainer-card h2 { font-size: clamp(1.85rem,8vw,2.8rem); }
.explainer-card p:last-child { margin: 0; color: var(--muted); }
.mini-review-card { display: grid; place-items: center; min-height: 148px; padding: 13px 8px; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); text-align: center; transform: rotate(-2deg); }
.mini-review-card span { font-size: .67rem; font-weight: 850; }
.mini-review-card b { color: #f0a814; font-size: .75rem; letter-spacing: -1px; }
.mini-review-card i { width: 46px; height: 46px; background: repeating-linear-gradient(45deg,var(--navy) 0 4px,#fff 4px 8px); border: 4px solid var(--navy); }
.mini-review-card small { font-size: .57rem; }
.final-offer { color: #fff; background: var(--navy); text-align: center; }
.final-offer .eyebrow { color: #74e1dc; }
.final-offer h2 { color: #fff; }
.final-choices { margin: 24px 0 20px; }
.choice-button { padding: 13px 10px; font-size: .82rem; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.final-offer .choice-button { color: #fff; border-color: #537080; background: #17384d; }
.final-offer .choice-button.is-selected { color: var(--navy); border-color: #74e1dc; background: #dff9f6; }
.final-price { margin-bottom: 17px; }
.final-price strong { white-space: nowrap; }
.final-offer .primary-cta { color: var(--navy); background: #74e1dc; box-shadow: none; }
.selection-summary { margin: 10px 0 0; color: #bcd0d9; font-size: .76rem; }
.minimal-footer { padding: 22px 0 calc(22px + env(safe-area-inset-bottom)); color: #82949d; background: #091d2b; }
.minimal-footer .page-shell { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: .78rem; font-weight: 750; }
.minimal-footer img { width: 40px; height: 40px; border-radius: 4px; }

.onboarding-hero { padding: 34px 0 22px; text-align: center; }
.onboarding-hero h1 { margin-bottom: 12px; font-size: clamp(2.65rem,12vw,4.6rem); }
.onboarding-hero h1 + p { max-width: 580px; margin-inline: auto; color: var(--muted); }
.membership-notice { display: grid; gap: 5px; max-width: 680px; margin: 22px auto 0; padding: 15px 17px; border: 1px solid #b9ded8; border-radius: 12px; background: var(--teal-pale); color: var(--navy-soft); text-align: left; }
.membership-notice strong { color: var(--teal-dark); }
.onboarding-form-section { padding: 10px 0 58px; background: var(--off-white); }
#onboarding-form { display: grid; gap: 14px; }
.form-card { padding: 21px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 6px 22px rgba(14,36,54,.04); }
.form-card legend { padding: 0 7px; font-size: 1.03rem; font-weight: 900; }
.field-grid { display: grid; gap: 15px; }
label { display: grid; gap: 6px; color: var(--navy); font-size: .86rem; font-weight: 800; }
input, textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #b9c9d0; color: var(--navy); background: #fff; border-radius: 10px; }
textarea { resize: vertical; }
input:user-invalid { border-color: #a83b3b; }
.upload-field { margin: 10px 0 18px; padding: 14px; border: 1px dashed #a9bdc5; border-radius: 12px; background: #f8fbfc; }
.upload-field input { min-height: auto; padding: 5px 0; border: 0; }
.upload-field small, .field-help, label span small { color: var(--muted); font-weight: 500; }
.conditional-field { margin-bottom: 17px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-submit { margin-top: 5px; }
.form-submit[disabled] { cursor: not-allowed; opacity: .65; }
.form-status { min-height: 24px; margin: 0; color: var(--teal-dark); font-weight: 800; text-align: center; }
.form-status.is-error { color: #a02f2f; }
.verification-status { margin-bottom: 14px; padding: 14px 16px; border: 1px solid #b8cbd2; border-radius: 12px; background: #fff; color: var(--navy-soft); font-weight: 800; }
.verification-status.is-verified { border-color: #81c5b0; background: #effaf6; color: #176347; }
.verification-status.is-error { border-color: #d9a5a5; background: #fff6f6; color: #8a2929; }
.confirmation-card { padding: 28px 22px; border: 1px solid #b9ded8; border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(14,36,54,.06); text-align: center; }
.confirmation-card h2 { margin-bottom: 14px; }
.confirmation-card p { max-width: 600px; margin: 0 auto 12px; }
.confirmation-reference { padding-top: 6px; color: var(--muted); font-size: .92rem; }
[hidden] { display: none !important; }

@media (min-width: 600px) {
  .page-shell { width: min(100% - 48px,1080px); }
  .offer-hero { padding: 48px 0 64px; }
  .choice-grid { gap: 14px; }
  .choice-card { min-height: 210px; padding: 18px; }
  .choice-card > strong { max-width: none; font-size: 1.08rem; }
  .primary-cta { max-width: 460px; margin-inline: auto; }
  .value-section, .steps-section, .review-explainer, .final-offer { padding: 70px 0; }
  .field-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .full-field { grid-column: 1 / -1; }
  .form-card { padding: 28px; }
}
@media (max-width: 359px) {
  .explainer-card { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .mini-review-card { width: 106px; margin-inline: auto; }
  .final-price { font-size: .94rem; }
}
@media (min-width: 860px) {
  .minimal-header { min-height: 88px; }
  .brand-mark img { width: 68px; height: 68px; }
  .offer-hero { padding-block: 54px 72px; }
  h1 { font-size: 5.7rem; }
  .hero-choices { max-width: 600px; margin-inline: auto; }
  .benefit-checklist { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 34px; }
  .benefit-checklist li:nth-child(2) { border-top: 1px solid var(--line); }
  .steps-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .steps-list li { display: block; padding: 24px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
  .steps-list li:last-child { border-bottom: 1px solid var(--line); }
  .steps-list li > span { margin-bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }
