:root {
  --paper: #f7f5ef;
  --surface: #fffdf8;
  --ink: #171916;
  --muted: #687066;
  --line: #d9d8d0;
  --accent: #f05a28;
  --accent-dark: #c74416;
  --mint: #dbeee5;
  --blue: #dfeaf3;
  --shadow: 0 22px 70px rgba(30, 34, 28, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.brand::before { width: 10px; height: 10px; border-radius: 50%; background: var(--accent); content: ""; box-shadow: 0 0 0 5px rgba(240,90,40,.12); }
.topbar nav { display: flex; align-items: center; gap: 24px; font-size: .86rem; }
.topbar nav a { color: var(--muted); text-decoration: none; }
.topbar nav a:hover { color: var(--ink); }
.topbar nav .nav-cta { padding: 10px 14px; border: 1px solid var(--ink); color: var(--ink); font-weight: 700; }
.topbar nav .nav-cta:hover { border-color: var(--accent-dark); color: var(--accent-dark); }
.eyebrow { margin: 0 0 17px; color: var(--accent-dark); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { color: var(--muted); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.02; }
h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(2.75rem, 4.6vw, 5.25rem); letter-spacing: -.055em; line-height: .98; text-wrap: balance; }
h2 { margin-bottom: 17px; font-size: clamp(2.3rem, 4.3vw, 4.7rem); letter-spacing: -.055em; }
h3 { margin-bottom: 10px; font-size: 1.58rem; letter-spacing: -.025em; }
p { margin: 0 0 18px; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); gap: clamp(34px, 6vw, 84px); align-items: center; min-height: 570px; padding: 68px 0 76px; }
.hero::before { position: absolute; z-index: -1; top: 82px; left: -95px; width: 210px; height: 210px; border-radius: 50%; background: rgba(240,90,40,.08); filter: blur(1px); content: ""; }
.hero-copy { max-width: 720px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 11px; border: 1px solid rgba(240,90,40,.25); border-radius: 999px; color: var(--accent-dark); background: rgba(255,253,248,.6); font-size: .76rem; font-weight: 750; }
.hero-kicker::before { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); content: ""; }
.lede { max-width: 610px; color: var(--muted); font-size: clamp(1.04rem, 1.45vw, 1.18rem); line-height: 1.58; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border: 1px solid var(--ink); text-decoration: none; font-size: .9rem; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button-primary { color: #fffdf8; background: var(--ink); box-shadow: 0 8px 18px rgba(23,25,22,.13); }
.button-secondary { background: transparent; }
.button:hover { transform: translateY(-2px); color: #fffdf8; background: var(--accent-dark); border-color: var(--accent-dark); box-shadow: 0 10px 24px rgba(199,61,17,.18); }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.microcopy { margin-top: 17px; color: var(--muted); font-size: .82rem; }
.flow-visual { position: relative; min-height: 410px; padding: 28px; border: 1px solid rgba(23,25,22,.13); border-radius: 24px; background: linear-gradient(145deg, #eaf4ee 0%, #eef2f5 54%, #fbe4d9 100%); box-shadow: var(--shadow); transform: rotate(1.1deg); }
.flow-visual::after { position: absolute; right: 18px; bottom: 18px; width: 100px; height: 100px; border: 1px solid rgba(23,25,22,.14); border-radius: 50%; content: ""; }
.flow-window { position: relative; z-index: 1; overflow: hidden; border: 1px solid rgba(23,25,22,.15); border-radius: 15px; background: rgba(255,253,248,.82); box-shadow: 0 15px 40px rgba(23,25,22,.12); }
.window-bar { display: flex; align-items: center; gap: 6px; padding: 13px 15px; border-bottom: 1px solid var(--line); }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #d0d0c8; }
.window-bar i:first-child { background: #f0a178; }
.window-bar span { margin-left: auto; color: var(--muted); font-size: .68rem; }
.window-body { padding: 21px; }
.window-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.window-body h3 { margin-bottom: 18px; font-size: 1.65rem; }
.flow-row { display: flex; align-items: center; gap: 10px; margin-top: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); font-size: .82rem; }
.flow-dot { flex: 0 0 9px; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.flow-row:nth-of-type(3) .flow-dot { background: #83b69f; }
.flow-row:nth-of-type(4) .flow-dot { background: #7c9fbc; }
.flow-tag { margin-left: auto; color: var(--muted); font-size: .67rem; }
.free-card { position: absolute; right: -22px; bottom: 28px; z-index: 2; display: block; max-width: 210px; padding: 16px; border: 1px solid var(--ink); border-radius: 14px; background: var(--ink); color: #fffdf8; box-shadow: 0 16px 35px rgba(23,25,22,.2); text-decoration: none; transform: rotate(-2deg); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.free-card:hover { background: var(--accent-dark); box-shadow: 0 20px 40px rgba(23,25,22,.25); transform: rotate(-2deg) translateY(-4px); }
.free-card:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.free-card strong { display: block; margin-bottom: 4px; font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.free-card span { color: #d5d9d2; font-size: .76rem; line-height: 1.4; }
.signals { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,253,248,.42); }
.signal { min-height: 108px; padding: 22px 23px; border-right: 1px solid var(--line); }
.signal:last-child { border-right: 0; }
.signal strong { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 1.22rem; font-weight: 400; letter-spacing: -.02em; }
.signal span { color: var(--muted); font-size: .86rem; }
.section { padding: 106px 0; }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 70px; align-items: end; margin-bottom: 38px; }
.section-intro p { max-width: 500px; margin-bottom: 4px; color: var(--muted); font-size: 1.05rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { position: relative; min-height: 265px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card::after { position: absolute; right: -35px; bottom: -42px; width: 125px; height: 125px; border: 1px solid rgba(240,90,40,.22); border-radius: 50%; content: ""; transition: transform .35s ease; }
.card:hover { border-color: rgba(240,90,40,.48); box-shadow: 0 16px 34px rgba(23,25,22,.08); transform: translateY(-6px); }
.card:hover::after { transform: scale(1.22); }
.card p { max-width: 280px; color: var(--muted); font-size: .94rem; }
.label { display: block; margin-bottom: 54px; color: var(--accent-dark); font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.dark { color: #fffdf8; background: var(--ink); }
.dark .eyebrow { color: #ff916c; }
.dark .muted { max-width: 700px; color: #cbd0c8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 48px; border-top: 1px solid #424740; }
.step { min-height: 152px; padding: 22px 18px 0 0; border-right: 1px solid #424740; }
.step:not(:first-child) { padding-left: 18px; }
.step:last-child { border-right: 0; }
.step strong { display: block; margin-bottom: 12px; color: #ff916c; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
.step p { max-width: 220px; color: #cbd0c8; font-size: .9rem; }
.offer { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .65fr); gap: 64px; align-items: center; }
.offer-copy p { max-width: 560px; color: var(--muted); font-size: 1.08rem; }
.offer-card { padding: 26px; border: 1px solid var(--ink); border-radius: 17px; background: var(--surface); box-shadow: 12px 12px 0 rgba(240,90,40,.18); }
.offer-card .label { margin-bottom: 14px; }
.offer-card h3 { margin-bottom: 18px; font-size: 2rem; }
.offer-list { display: grid; gap: 11px; margin: 0 0 22px; padding: 0; list-style: none; }
.offer-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .9rem; }
.offer-list li::before { color: var(--accent); content: "✓"; font-weight: 800; }
.offer-price { padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.offer-price strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: 1.35rem; font-weight: 400; }
.proof { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr); gap: 64px; align-items: start; }
.proof > div:first-child p { max-width: 580px; color: var(--muted); font-size: 1.05rem; }
.proof-stat { padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-stat strong { display: block; margin-bottom: 7px; font-family: Georgia, serif; font-size: 3.6rem; font-weight: 400; letter-spacing: -.06em; }
.proof-stat span { color: var(--muted); font-size: .87rem; }
.note { margin-top: 17px; color: var(--muted); font-size: .8rem; }
.text-link { display: inline-block; margin-top: 2px; color: var(--ink); font-size: .9rem; font-weight: 750; text-decoration: underline; text-decoration-color: rgba(240,90,40,.55); text-underline-offset: 4px; }
.text-link:hover { color: var(--accent-dark); }
.booking-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr); gap: clamp(34px, 7vw, 92px); align-items: center; min-height: 560px; padding: 92px 0 84px; }
.booking-card { padding: 30px; border: 1px solid var(--ink); border-radius: 18px; background: var(--surface); box-shadow: 14px 14px 0 rgba(240,90,40,.18); }
.booking-card h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.4rem); }
.booking-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.booking-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .95rem; }
.booking-list li::before { flex: 0 0 auto; color: var(--accent); content: "✓"; font-weight: 800; }
.booking-details { max-width: 760px; padding-top: 36px; }
.booking-details p:last-child { max-width: 640px; color: var(--muted); font-size: 1.08rem; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 42px; border-top: 1px solid var(--line); color: var(--muted); font-size: .86rem; }
footer a { color: var(--ink); font-weight: 750; text-decoration: none; }
footer a:hover { color: var(--accent-dark); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.hero.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 820px) {
  .wrap { width: min(100% - 32px, 620px); }
  .topbar { min-height: 66px; }
  .topbar nav { gap: 13px; }
  .topbar nav a:not(.nav-cta) { display: none; }
  .hero { display: block; min-height: 0; padding: 52px 0 62px; }
  .booking-hero { display: block; min-height: 0; padding: 52px 0 62px; }
  .hero::before { top: 45px; left: -120px; }
  h1 { max-width: 14ch; font-size: clamp(2.5rem, 8vw, 3.9rem); }
  .flow-visual { max-width: 520px; min-height: 360px; margin: 40px auto 0; }
  .signals, .section-intro, .cards, .offer, .proof { grid-template-columns: 1fr; }
  .signal { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .signal:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .section-intro { gap: 20px; margin-bottom: 28px; }
  .card { min-height: 220px; }
  .label { margin-bottom: 34px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .step { min-height: 155px; border-bottom: 1px solid #424740; padding-bottom: 18px; }
  .step:nth-child(2n) { border-right: 0; }
  .step:nth-child(n+3) { padding-top: 18px; }
  .offer, .proof { gap: 34px; }
  .booking-card { margin-top: 40px; }
}
@media (max-width: 480px) {
  .wrap { width: min(100% - 24px, 420px); }
  .brand { font-size: .9rem; }
  .topbar nav .nav-cta { padding: 9px 10px; font-size: .76rem; }
  .hero { padding-top: 42px; }
  .hero-kicker { font-size: .68rem; }
  .actions { display: grid; }
  .button { width: 100%; }
  .flow-visual { min-height: 330px; padding: 18px; border-radius: 18px; }
  .free-card { right: -4px; bottom: 14px; max-width: 185px; padding: 13px; }
  .free-card strong { font-size: 1.12rem; }
  .window-body { padding: 16px; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:not(:first-child) { min-height: 0; padding: 18px 0; border-right: 0; }
  footer { display: grid; gap: 9px; }
}

/* Medical/product pages: make the offer feel like a product, not a disclaimer. */
.section.dark { padding: 64px clamp(24px, 5vw, 70px); border: 1px solid #30342f; border-radius: 28px; box-shadow: 0 22px 55px rgba(23,25,22,.14); }
.dark h2 { max-width: 820px; }
.dark .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; border-top: 0; }
.dark .step, .dark .step:not(:first-child) { min-height: 0; padding: 18px; border: 1px solid #424740; border-radius: 14px; background: rgba(255,255,255,.035); }
.dark .step p { max-width: 270px; margin-bottom: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 32px; }
.metric-card { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); }
.metric-card strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 2.65rem; font-weight: 400; letter-spacing: -.055em; }
.metric-card span { color: var(--muted); font-size: .88rem; }
.fine-print { max-width: 800px; margin-top: 28px; color: var(--muted); font-size: .76rem; line-height: 1.55; }
@media (max-width: 820px) {
  .section.dark { padding: 48px 24px; border-radius: 22px; }
  .metric-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .dark .steps { grid-template-columns: 1fr; }
  .section.dark { padding: 40px 18px; }
}
