:root {
  --orange: #ff6b00;
  --orange-deep: #e95400;
  --yellow: #ffc928;
  --ink: #151b26;
  --ink-soft: #263142;
  --cream: #fffaf0;
  --paper: #ffffff;
  --muted: #4b5360;
  --line: #e8e2d8;
  --green: #1e9b68;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 24px 70px rgba(36, 28, 16, 0.12);
  --shell: min(1160px, calc(100% - 36px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed; left: 16px; top: -70px; z-index: 100;
  background: var(--ink); color: #fff; padding: 12px 16px; border-radius: 8px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,250,240,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(21,27,38,.07);
}
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  color: var(--ink); font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800;
  box-shadow: inset 0 0 0 3px rgba(255,255,255,.45), 0 5px 16px rgba(255,107,0,.22);
}
.brand-copy { display: flex; flex-direction: column; line-height: .94; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 13px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 4px; font-size: 9px; font-weight: 800; letter-spacing: .2em; color: var(--orange-deep); }
.nav-links { display: none; }
.nav-actions { display: flex; align-items: center; gap: 10px; min-width: 0; }
.header-blog-link {
  min-height: 34px; padding: 0 12px; display: inline-flex; align-items: center;
  border: 1px solid #ded8ce; border-radius: 999px; background: rgba(255,255,255,.76);
  color: var(--ink); font: 800 11px Manrope, sans-serif; text-decoration: none;
}
.header-blog-link:focus-visible { outline: 3px solid rgba(255,201,40,.8); outline-offset: 3px; }
.language-switch { display: flex; align-items: center; padding: 3px; border: 1px solid #ded8ce; border-radius: 999px; background: rgba(255,255,255,.75); }
.language-switch button { width: 34px; height: 30px; padding: 0; border: 0; border-radius: 999px; background: transparent; color: #737b87; font: 800 10px Manrope, sans-serif; cursor: pointer; }
.language-switch button.active { background: var(--ink); color: #fff; box-shadow: 0 3px 10px rgba(21,27,38,.14); }
.header-cta { display: none; }

.button {
  min-height: 52px; border: 0; border-radius: 999px; padding: 0 22px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: Manrope, sans-serif; font-size: 14px; font-weight: 800;
  text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .choice:focus-visible, summary:focus-visible, .square-button:focus-visible, .copy-button:focus-visible, .back-button:focus-visible {
  outline: 3px solid rgba(255,201,40,.8); outline-offset: 3px;
}
.button-primary { background: linear-gradient(105deg, var(--orange), #ff8c1a); color: #fff; box-shadow: 0 13px 28px rgba(255,107,0,.25); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(255,107,0,.35); }
.button-dark { background: var(--ink); color: #fff; }
.button-small { min-height: 42px; padding: 0 15px; font-size: 12px; }
.button-outline { border: 1px solid rgba(255,255,255,.35); color: #fff; background: rgba(255,255,255,.05); }
.full-width { width: 100%; }

.hero {
  min-height: calc(100svh - 72px); position: relative; overflow: hidden;
  display: flex; align-items: center; padding: 72px 0 86px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,201,40,.17), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #fffdf9 100%);
}
.hero::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px;
  background: linear-gradient(90deg, var(--orange), var(--yellow), var(--orange));
}
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hero-glow-one { width: 220px; height: 220px; left: -140px; top: 13%; background: rgba(255,107,0,.12); }
.hero-glow-two { width: 180px; height: 180px; right: -110px; bottom: 5%; background: rgba(255,201,40,.17); }
.hero-grid { position: relative; z-index: 1; display: grid; gap: 58px; align-items: center; }
.eyebrow, .kicker, .mini-label {
  font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 13px; color: #bd4600; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(30,155,104,.12); }
h1, h2, h3 { margin: 0; font-family: Manrope, sans-serif; line-height: 1.06; letter-spacing: -.045em; }
h1 { max-width: 720px; margin-top: 20px; font-size: clamp(3rem, 12.2vw, 5.3rem); }
:lang(es) h1 { font-size: clamp(2.65rem, 11vw, 5.1rem); }
.hero-lead { max-width: 650px; margin: 20px 0 0; font-size: 19px; line-height: 1.58; color: #343c48; }
.hero-lead strong { color: var(--ink); }
.hero-language { width: fit-content; max-width: 100%; margin-top: 18px; padding: 9px 13px 9px 9px; display: flex; align-items: center; gap: 11px; border: 1px solid #f1d9b8; border-radius: 14px; background: rgba(255,255,255,.72); box-shadow: 0 8px 24px rgba(120,72,18,.06); }
.hero-language strong { color: var(--ink); font-size: 15px; line-height: 1.4; }
.language-codes { display: flex; flex: none; }
.language-codes b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font: 800 10px Manrope, sans-serif; }
.language-codes b + b { margin-left: -5px; background: linear-gradient(135deg, var(--orange), var(--yellow)); color: var(--ink); }
.hero-actions { display: flex; flex-direction: column; align-items: stretch; gap: 17px; margin-top: 30px; }
.hero-price { margin: 15px 0 0; display: flex; flex-wrap: wrap; gap: 6px 12px; color: #414957; font-size: 16px; line-height: 1.5; }
.hero-price strong { color: var(--ink); }
.hero-price span::before { content: "•"; margin-right: 12px; color: var(--orange); }
.text-link { align-self: center; font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.trust-row { margin: 24px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; color: #363e4a; font-size: 16px; }
.trust-row li { display: flex; align-items: center; gap: 9px; }
.trust-row span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(30,155,104,.11); color: var(--green); font-size: 12px; font-weight: 800; }

.hero-visual { order: -1; width: min(100%, 620px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(118px, .85fr); gap: 10px; align-items: stretch; }
.hero-portrait { position: relative; min-width: 0; margin: 0; display: flex; flex-direction: column; }
.hero-portrait-frame { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border: 8px solid rgba(255,255,255,.85); border-radius: 30px; background: #d9dfc9; box-shadow: var(--shadow); }
.hero-portrait-frame::after { content: ""; position: absolute; inset: 58% 0 0; background: linear-gradient(180deg, transparent, rgba(7,10,15,.22)); pointer-events: none; }
.hero-portrait-frame img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 38%; }
.hero-identity { position: relative; z-index: 2; width: calc(100% - 30px); margin: -54px auto 0; padding: 20px; display: grid; gap: 4px; border: 1px solid rgba(255,201,40,.7); border-radius: 18px; background: var(--ink); box-shadow: 0 16px 35px rgba(21,25,34,.2); }
.hero-identity span { color: var(--yellow); font: 800 12px Manrope, sans-serif; letter-spacing: .11em; }
.hero-identity strong { color: #fff; font: 800 23px Manrope, sans-serif; letter-spacing: -.035em; }
.hero-identity small { color: #cdd3dc; font-size: 13px; }
.hero-bio { margin: 13px 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.13); color: #c8ced8; font-size: 14px; line-height: 1.65; }
.hero-reassurance { margin: 11px 0 0; color: var(--yellow); font: 700 14px/1.5 Manrope, sans-serif; letter-spacing: -.015em; }
.hero-proof { min-width: 0; display: grid; grid-template-rows: 1.12fr .88fr; gap: 10px; }
.hero-proof-card { position: relative; min-height: 0; margin: 0; overflow: hidden; border: 5px solid rgba(255,255,255,.88); border-radius: 22px; background: #252a33; box-shadow: 0 18px 44px rgba(36,28,16,.16); }
.hero-proof-card::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(5,8,13,.94)); pointer-events: none; }
.hero-proof-card img { width: 100%; height: 100%; display: block; object-fit: cover; }
.hero-proof-champion img { object-position: 50% 50%; }
.hero-proof-military img { object-position: 50% 50%; filter: saturate(.72) contrast(1.06); }
.hero-proof-card .winner-badge { top: 8px; left: 8px; padding: 6px 7px; font-size: 7px; }
.hero-proof-card figcaption { position: absolute; z-index: 2; left: 10px; right: 8px; bottom: 10px; display: grid; gap: 2px; }
.hero-proof-card figcaption strong { color: #fff; font: 800 12px/1.15 Manrope, sans-serif; letter-spacing: -.025em; }
.hero-proof-card figcaption small { color: #f1f3f6; font-size: 11px; line-height: 1.35; }

.credibility-section { padding: 56px 0 94px; background: #0d1118; color: #fff; }
.background-note { max-width: 940px; margin: 0 0 30px; padding-left: 20px; border-left: 5px solid var(--yellow); }
.background-note strong { display: block; color: #fff; font: 800 clamp(1.55rem, 4vw, 2.25rem)/1.18 Manrope, sans-serif; letter-spacing: -.035em; }
.background-note p { max-width: 850px; margin: 12px 0 0; color: #d5dae2; font-size: 18px; line-height: 1.65; }
.credibility-kicker { margin: 0 0 12px; color: var(--orange-deep); }
.credibility-heading { max-width: 820px; margin-bottom: 30px; }
.credibility-heading .kicker { color: var(--yellow); }
.credibility-heading h2 { font-size: clamp(2.45rem, 9vw, 4.4rem); }
.credibility-grid { display: grid; gap: 16px; }
.credibility-card { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: #252a33; box-shadow: 0 24px 60px rgba(0,0,0,.25); }
.credibility-card::after { content: ""; position: absolute; inset: 32% 0 0; background: linear-gradient(180deg, transparent, rgba(5,8,13,.96)); pointer-events: none; }
.credibility-card img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.credibility-card:hover img { transform: scale(1.025); }
.champion-card { aspect-ratio: 3 / 2; }
.champion-card img { object-position: 50% 50%; }
.military-card { aspect-ratio: 1; }
.military-card img { object-position: 50% 50%; filter: saturate(.72) contrast(1.06); }
.winner-badge { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 9px 12px; border-radius: 999px; background: linear-gradient(120deg, var(--yellow), #ff9b18); color: var(--ink); font: 800 11px Manrope, sans-serif; letter-spacing: .1em; box-shadow: 0 10px 25px rgba(0,0,0,.25); }
.credibility-card figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 6px; }
.credibility-card figcaption span { color: var(--yellow); font: 800 11px Manrope, sans-serif; letter-spacing: .1em; }
.credibility-card figcaption strong { max-width: 620px; color: #fff; font: 800 22px/1.12 Manrope, sans-serif; letter-spacing: -.035em; }
.credibility-card figcaption small { max-width: 620px; color: #d9dde4; font-size: 12px; line-height: 1.45; }
.military-card figcaption strong { font-size: 18px; line-height: 1.2; }
.healthspan-message { margin-top: 18px; padding: 24px; display: grid; gap: 20px; border: 1px solid #ffd79c; border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff 0%, #fff4df 100%); color: var(--ink); }
.healthspan-marker { width: 84px; height: 84px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--yellow)); color: var(--ink); box-shadow: 0 14px 30px rgba(255,107,0,.2); }
.healthspan-marker strong { font: 800 32px/.85 Manrope, sans-serif; letter-spacing: -.08em; }
.healthspan-marker span { margin-top: 8px; font: 800 9px Manrope, sans-serif; letter-spacing: .16em; }
.healthspan-copy h2 { max-width: 760px; margin-top: 11px; font-size: clamp(2.1rem, 7vw, 3.6rem); }
.healthspan-copy p { max-width: 880px; margin: 16px 0 0; color: #3f4753; font-size: 18px; line-height: 1.72; }
.healthspan-copy p strong { color: var(--ink); }
.healthspan-copy .button { width: 100%; margin-top: 23px; }

.testimonials-panel { margin-top: 18px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); background: linear-gradient(145deg, #151b24, #0a0e14); box-shadow: 0 24px 60px rgba(0,0,0,.22); }
.testimonials-intro { display: grid; gap: 18px; }
.testimonials-intro .kicker { color: var(--yellow); }
.testimonials-intro h2 { max-width: 690px; font-size: clamp(2rem, 7vw, 3.5rem); }
.testimonials-intro > p { max-width: 620px; margin: 0; color: #b9c1cd; font-size: 15px; line-height: 1.7; }
.testimonials-grid { display: grid; gap: 12px; margin-top: 28px; }
.testimonial-card { position: relative; min-width: 0; margin: 0; padding: 26px 22px 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.055); }
.testimonial-card.testimonial-featured { border-color: rgba(255,201,40,.42); background: linear-gradient(145deg, rgba(255,107,0,.18), rgba(255,201,40,.075)); }
.quote-mark { position: absolute; top: 7px; right: 17px; color: rgba(255,201,40,.2); font: 800 72px/1 Georgia, serif; }
.testimonial-card blockquote { position: relative; z-index: 1; margin: 0; }
.testimonial-card blockquote p { margin: 0; color: #fff; font-size: 17px; line-height: 1.72; }
.testimonial-card figcaption { position: relative; z-index: 1; margin-top: 24px; padding-top: 17px; display: grid; gap: 3px; border-top: 1px solid rgba(255,255,255,.11); }
.testimonial-card figcaption strong { color: var(--yellow); font: 800 14px Manrope, sans-serif; }
.testimonial-card figcaption span { color: #aeb7c5; font-size: 12px; line-height: 1.45; }
.testimonial-disclaimer { margin: 18px 0 0; color: #c1c8d2; font-size: 14px; line-height: 1.65; }

.why-section { padding: 94px 0; background: #fff; }
.section-heading { display: grid; gap: 24px; margin-bottom: 38px; }
.kicker { display: block; margin-bottom: 13px; color: #bd4600; font-size: 12px; }
.section-heading h2, .faq-intro h2, .closing-cta h2 { font-size: clamp(2.3rem, 8.8vw, 4rem); }
.section-heading > p { max-width: 560px; margin: 0; align-self: end; color: var(--muted); font-size: 16px; line-height: 1.7; }
.session-plan { margin-bottom: 18px; padding: 14px; display: grid; gap: 10px; border: 1px solid #ffe1b1; border-radius: var(--radius-xl); background: linear-gradient(135deg, #fff6e8, #fffdf8); }
.session-plan article { min-width: 0; padding: 18px; display: grid; grid-template-columns: 70px 1fr; align-items: center; gap: 16px; border: 1px solid #eee5d8; border-radius: 16px; background: #fff; }
.session-plan article > strong { color: var(--orange-deep); font: 800 32px/.9 Manrope, sans-serif; letter-spacing: -.06em; }
.session-plan article > strong span { display: block; margin-top: 7px; color: #7b818a; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.session-plan h3 { font-size: 17px; letter-spacing: -.025em; }
.session-plan p { margin: 6px 0 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.session-plan .session-plan-focus { border-color: var(--ink); background: var(--ink); color: #fff; }
.session-plan .session-plan-focus > strong { color: var(--yellow); }
.session-plan .session-plan-focus > strong span, .session-plan .session-plan-focus p { color: #bac2ce; }
.benefit-grid { display: grid; gap: 14px; }
.benefit-card { position: relative; overflow: hidden; min-height: 230px; padding: 26px; border-radius: var(--radius-lg); border: 1px solid #eee8de; background: #fffdf9; }
.benefit-card.featured { background: var(--ink); color: #fff; border-color: var(--ink); }
.card-number { position: absolute; top: 20px; right: 22px; color: #c7c2b8; font: 800 10px Manrope, sans-serif; letter-spacing: .12em; }
.benefit-card.featured .card-number { color: #818896; }
.benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: #fff1dc; color: var(--orange-deep); font-size: 22px; font-weight: 800; }
.featured .benefit-icon { background: linear-gradient(135deg, var(--orange), var(--yellow)); color: var(--ink); }
.benefit-card h3 { margin-top: 30px; font-size: 21px; letter-spacing: -.03em; }
.benefit-card p { margin: 12px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.benefit-card.featured p { color: #cbd1db; }
.evidence-strip { margin-top: 18px; padding: 28px; border-radius: var(--radius-xl); display: grid; gap: 24px; background: linear-gradient(130deg, #fff0d8, #fff9e8); border: 1px solid #ffe2b4; }
.evidence-badge { width: 94px; height: 94px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(255,107,0,.22); }
.evidence-badge span { font: 800 35px/.9 Manrope, sans-serif; letter-spacing: -.08em; }
.evidence-badge small { margin-top: 7px; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.mini-label { color: #4d5560; font-size: 12px; }
.mini-label.orange { color: var(--orange-deep); }
.evidence-copy h3, .platform-panel h3 { margin-top: 10px; font-size: 23px; line-height: 1.2; }
.evidence-copy p { margin: 13px 0 0; max-width: 790px; color: #414957; font-size: 16px; line-height: 1.7; }
.source-links { display: flex; flex-wrap: wrap; gap: 10px 17px; margin-top: 18px; }
.source-links a { font-size: 12px; font-weight: 800; text-underline-offset: 4px; }
.research-notes { margin-top: 18px; border-top: 1px solid rgba(233,84,0,.16); }
.research-notes details { border-bottom: 1px solid rgba(233,84,0,.16); }
.research-notes summary { min-height: 58px; color: var(--ink); font-size: 13px; }
.research-notes summary span { border-color: rgba(233,84,0,.24); color: var(--orange-deep); }
.research-note-body { padding: 0 0 20px; }
.research-notes details p { margin: 0 0 12px; color: #414957; font-size: 15px; line-height: 1.68; }
.research-notes details .citation { padding: 12px; border-radius: 11px; background: rgba(255,255,255,.75); color: #4d5560; font-size: 13px; }
.research-note-body > a { color: #a83e00; font-size: 14px; font-weight: 800; text-underline-offset: 4px; }
.platform-panel { margin-top: 18px; padding: 28px; border-radius: var(--radius-xl); display: grid; gap: 24px; background: #f5f2ec; }
.platform-list { display: flex; flex-wrap: wrap; gap: 9px; }
.platform-list span { padding: 10px 13px; border-radius: 999px; background: #fff; border: 1px solid #d9d2c7; color: #37404c; font-size: 14px; font-weight: 700; }

.action-section { position: relative; padding: 94px 0 0; background: var(--ink); color: #fff; overflow: hidden; }
.action-section::before { content: ""; position: absolute; width: 440px; height: 440px; border-radius: 50%; right: -260px; top: 20px; background: rgba(255,107,0,.14); }
.section-heading.light { position: relative; z-index: 1; }
.section-heading.light p { color: #aeb6c3; }
.quiz-booking-grid { position: relative; z-index: 1; display: grid; gap: 18px; }
.quiz-card, .booking-card { border-radius: var(--radius-xl); }
.quiz-card { min-height: 540px; padding: 24px; background: #fff; color: var(--ink); box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.quiz-progress { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.progress-label { flex: none; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; }
.progress-track { height: 4px; flex: 1; overflow: hidden; border-radius: 10px; background: #ece8e1; }
.progress-track span { display: block; width: 33.3%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), var(--yellow)); transition: width .35s ease; }
.quiz-screen { display: none; animation: slideIn .35s ease both; }
.quiz-screen.active { display: block; }
@keyframes slideIn { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
.quiz-screen h3 { margin-top: 10px; font-size: 27px; line-height: 1.18; }
.choice-list { display: grid; gap: 11px; margin-top: 24px; }
.choice { width: 100%; padding: 14px; display: grid; grid-template-columns: 43px 1fr 16px; align-items: center; gap: 12px; border: 1px solid #e9e4dc; border-radius: 15px; background: #fffdf9; color: var(--ink); text-align: left; cursor: pointer; transition: border-color .2s, transform .2s, box-shadow .2s; }
.choice:hover { transform: translateY(-2px); border-color: var(--orange); box-shadow: 0 9px 22px rgba(34,28,20,.08); }
.choice-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; background: #fff0db; color: var(--orange-deep); font: 800 13px Manrope, sans-serif; }
.choice > span:nth-child(2) { display: flex; flex-direction: column; }
.choice strong { font-size: 13px; }
.choice small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.choice i { color: var(--orange-deep); font-size: 22px; font-style: normal; }
.back-button { margin-top: 20px; padding: 6px 0; border: 0; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; cursor: pointer; }
.back-button.centered { width: 100%; text-align: center; }
fieldset { margin: 22px 0 18px; padding: 0; border: 0; }
legend, .form-field > span { display: block; margin-bottom: 9px; font-size: 12px; font-weight: 800; }
.segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.segmented label { position: relative; }
.segmented input { position: absolute; opacity: 0; }
.segmented span { min-height: 44px; display: grid; place-items: center; border: 1px solid #e6e0d7; border-radius: 12px; color: var(--muted); font-size: 12px; font-weight: 800; cursor: pointer; }
.segmented input:checked + span { border-color: var(--orange); background: #fff0db; color: var(--orange-deep); }
.segmented input:focus-visible + span { outline: 3px solid rgba(255,201,40,.7); outline-offset: 2px; }
.form-field { display: block; margin-bottom: 17px; }
textarea { width: 100%; resize: vertical; min-height: 62px; padding: 12px 13px; border: 1px solid #e6e0d7; border-radius: 12px; background: #fffdf9; color: var(--ink); font-size: 13px; line-height: 1.45; }
textarea:focus { outline: 2px solid rgba(255,107,0,.3); border-color: var(--orange); }
.result-screen { text-align: center; padding-top: 12px; }
.result-check { width: 62px; height: 62px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: #e9f7f1; color: var(--green); font-size: 24px; font-weight: 800; }
.result-screen > p { color: var(--muted); font-size: 14px; }
.answer-summary { margin: 20px 0; padding: 16px; border-radius: 14px; background: #f7f4ef; text-align: left; }
.answer-summary p { margin: 0 0 9px; font-size: 12px; color: #596170; }
.answer-summary p:last-child { margin: 0; }
.answer-summary strong { color: var(--ink); }
.result-actions { display: grid; gap: 10px; }
.result-actions .button { text-decoration: none; }
.copy-button { border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }

.booking-card { padding: 28px; background: #f6f1e8; color: var(--ink); }
.booking-card h3 { margin-top: 10px; font-size: 27px; }
.booking-intro { margin: 13px 0 26px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.booking-intro strong { color: var(--ink); }
.price-line { margin: -8px 0 22px; padding: 15px 16px; display: grid; gap: 13px; border-radius: 14px; background: #ffead0; color: var(--orange-deep); }
.price-line > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price-line > div > span { font: 800 8px Manrope, sans-serif; letter-spacing: .13em; }
.price-line .regular-rate { padding-top: 12px; border-top: 1px solid rgba(233,84,0,.18); color: #555e6b; }
.price-line strong { white-space: nowrap; font: 800 22px Manrope, sans-serif; letter-spacing: -.04em; }
.price-line strong small { font-size: 9px; letter-spacing: .08em; }
.booking-step { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 18px; border-radius: 18px; background: #fff; border: 1px solid #e7e0d5; transition: border-color .25s, box-shadow .25s, transform .25s; }
.booking-step.recommended-path { border-color: var(--orange); box-shadow: 0 10px 25px rgba(255,107,0,.12); transform: translateY(-2px); }
.step-badge { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font: 800 11px Manrope, sans-serif; }
.booking-step small { display: block; color: var(--orange-deep); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.booking-step strong { display: block; margin-top: 4px; font-size: 14px; }
.booking-step p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.square-button { grid-column: 1 / -1; min-height: 52px; padding: 8px 14px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; border: 0; border-radius: 12px; background: linear-gradient(105deg, var(--orange), #ff8c1a); color: #fff; box-shadow: 0 11px 24px rgba(255,107,0,.22); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s, box-shadow .2s; }
.square-button:hover { transform: translateY(-1px); box-shadow: 0 14px 28px rgba(255,107,0,.28); }
.square-button span { padding: 4px 6px; border-radius: 999px; background: rgba(255,255,255,.2); font-size: 8px; letter-spacing: .08em; }
.calendar-status { grid-column: 1 / -1; min-height: 43px; display: flex; align-items: center; justify-content: center; padding: 8px 14px; border: 1px dashed #d5cabc; border-radius: 12px; background: #f8f5f0; color: #737a85; font-size: 11px; font-weight: 800; text-align: center; }
.payment-divider { grid-column: 1 / -1; position: relative; height: 24px; display: grid; place-items: center; }
.payment-divider::before { content: ""; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid #e7e0d5; }
.payment-divider span { position: relative; padding: 0 10px; background: #fff; color: #8a9099; font-size: 12px; font-weight: 800; }
.bitcoin-option { grid-column: 1 / -1; overflow: hidden; border: 1px solid #dcd4c7; border-radius: 14px; background: #f8f5f0; color: var(--ink); }
.bitcoin-summary { min-height: 62px; padding: 11px 13px; display: grid; grid-template-columns: 38px 1fr 28px; align-items: center; gap: 11px; color: var(--ink); }
.bitcoin-summary .bitcoin-summary-copy { width: auto; height: auto; display: grid; place-items: initial; gap: 2px; border: 0; border-radius: 0; color: inherit; transform: none; }
.bitcoin-summary-copy small { color: #7c828c; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.bitcoin-summary-copy strong { margin: 0; color: var(--ink); font-size: 13px; }
.bitcoin-toggle { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #d7cec0; border-radius: 50%; color: var(--orange-deep); font-size: 17px; font-weight: 800; transition: transform .2s; }
.bitcoin-option[open] .bitcoin-mark { transform: none; }
.bitcoin-option[open] .bitcoin-toggle { transform: rotate(45deg); }
.bitcoin-panel-body { padding: 3px 16px 17px; border-top: 1px solid #292f39; background: #111722; color: #fff; }
.bitcoin-heading { display: flex; align-items: center; gap: 11px; }
.bitcoin-mark { width: 38px; height: 38px; flex: none; display: grid; place-items: center; border-radius: 50%; background: #f7931a; color: #fff; font: 800 22px Manrope, sans-serif; }
.bitcoin-heading small { color: var(--yellow); font-size: 12px; letter-spacing: .1em; }
.bitcoin-heading strong { margin-top: 4px; color: #fff; font-size: 14px; }
.bitcoin-option .bitcoin-intro, .bitcoin-option .bitcoin-aftercare { margin: 14px 0; color: #c6cbd4; font-size: 13px; line-height: 1.55; }
.bitcoin-email, .bitcoin-wallet-link { min-height: 44px; display: grid; place-items: center; padding: 9px 12px; border-radius: 11px; text-align: center; font-size: 12px; font-weight: 800; text-decoration: none; }
.bitcoin-email { background: #f7931a; color: #111722; }
.bitcoin-wallet-link { margin-top: 12px; border: 1px solid rgba(255,255,255,.28); color: #fff; }
.bitcoin-qr-wrap { margin-top: 15px; padding: 13px; display: grid; justify-items: center; gap: 9px; border-radius: 13px; background: #fff; color: var(--ink); }
.bitcoin-qr-wrap img { width: min(180px, 100%); height: auto; display: block; image-rendering: pixelated; }
.bitcoin-qr-wrap strong { margin: 0; font-size: 12px; }
.bitcoin-copy { width: 100%; min-height: 42px; margin-top: 8px; border: 0; background: transparent; color: var(--yellow); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.bitcoin-address { display: block; padding: 10px; border-radius: 9px; background: rgba(255,255,255,.08); color: #e6e9ee; font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; text-align: center; }
.bitcoin-option .bitcoin-warning { margin: 12px 0 0; color: #f4c4a0; font-size: 12px; line-height: 1.5; }
.bitcoin-option .bitcoin-warning strong { display: inline; margin: 0; color: #fff; font-size: inherit; }
.bitcoin-option .bitcoin-policy-note { margin: 13px 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.14); color: #bdc5d0; font-size: 11px; line-height: 1.55; }
.bitcoin-option .bitcoin-policy-note strong { display: inline; margin: 0; color: var(--yellow); font-size: inherit; }
.flow-arrow { height: 28px; display: grid; place-items: center; color: var(--orange); font-weight: 800; }
.calendar-help { grid-column: 1 / -1; margin: 4px 0 0; padding-top: 12px; border-top: 1px solid #ece5dc; color: #666e7a; font-size: 11px; line-height: 1.55; }
.calendar-help strong { display: inline; margin: 0; color: var(--ink); font-size: inherit; }
.calendar-help a { color: var(--orange-deep); font-weight: 800; text-underline-offset: 3px; }
.booking-assurances { margin-top: 13px; display: grid; gap: 8px; }
.booking-assurances > div { padding: 11px 12px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 10px; border: 1px solid #ded7cc; border-radius: 13px; background: rgba(255,255,255,.55); }
.booking-assurances > div > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #e7f5ef; color: var(--green); font: 800 11px Manrope, sans-serif; }
.booking-assurances p { margin: 0; color: #656d79; font-size: 10px; line-height: 1.45; }
.booking-assurances strong { color: var(--ink); }
.legal-review-note { margin-top: 20px; padding: 16px; border: 1px solid #f1d7ad; border-radius: 14px; background: #fff8eb; }
.legal-review-note > strong { display: block; color: var(--ink); font: 800 12px Manrope, sans-serif; }
.legal-review-note p { margin: 7px 0 0; color: #626a76; font-size: 11px; line-height: 1.6; }
.legal-review-note a { color: var(--orange-deep); font-weight: 800; text-underline-offset: 3px; }
.safe-preview { display: flex; align-items: center; gap: 11px; margin-top: 20px; padding: 13px; border-radius: 14px; background: #e8e3db; }
.safe-preview span { font-size: 18px; }
.safe-preview p { margin: 0; color: #616975; font-size: 10px; line-height: 1.5; }
.safe-preview strong { color: var(--ink); }
.booking-contact { margin: 15px 0 0; text-align: center; color: #626a76; font-size: 13px; line-height: 1.5; }
.booking-contact strong { color: var(--ink); }
.booking-contact a { color: var(--orange-deep); font-weight: 800; text-underline-offset: 3px; }
.microcopy { margin: 15px 0 0; text-align: center; color: #7c828b; font-size: 10px; }

.faq-wrap { display: grid; gap: 40px; padding: 100px 0; }
.faq-intro p { margin: 18px 0 24px; color: #aeb6c3; line-height: 1.7; }
.faq-list { border-top: 1px solid rgba(255,255,255,.18); }
details { border-bottom: 1px solid rgba(255,255,255,.18); }
summary { min-height: 74px; display: grid; grid-template-columns: 1fr 30px; align-items: center; gap: 15px; list-style: none; cursor: pointer; font: 700 15px/1.35 Manrope, sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: var(--yellow); transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -4px 42px 22px 0; color: #aeb6c3; font-size: 13px; line-height: 1.7; }
.closing-cta { padding: 34px 0 40px; display: grid; gap: 24px; align-items: center; border-top: 1px solid rgba(255,255,255,.17); }
.closing-mark { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--orange), var(--yellow)); color: var(--ink); font: 800 21px Manrope, sans-serif; }
.slogan { margin: 0 0 9px; color: var(--yellow); font: 800 9px Manrope, sans-serif; letter-spacing: .17em; }
.closing-cta h2 { max-width: 600px; }

footer { padding: 28px 0; background: #0d1118; color: #8d96a5; }
.footer-inner { display: grid; gap: 15px; justify-items: center; text-align: center; }
.footer-inner p { margin: 0; font-size: 10px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-center { display: grid; gap: 9px; justify-items: center; }
.footer-contact { color: #aeb6c3; line-height: 1.55; }
.footer-contact a { color: #e5e9ef; text-underline-offset: 3px; }
.footer-legal-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px 13px; }
.footer-legal-links a { color: #c8cfda; font-size: 10px; font-weight: 700; text-underline-offset: 3px; }
.footer-legal-links a:hover { color: var(--yellow); }
.footer-slogan { display: inline-block; margin-top: 5px; color: var(--yellow); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.mobile-cta-bar { display: none; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; width: min(90%, 420px); transform: translate(-50%, 90px); padding: 14px 18px; border-radius: 13px; background: #fff; color: var(--ink); box-shadow: 0 16px 50px rgba(0,0,0,.25); text-align: center; font-size: 12px; font-weight: 700; opacity: 0; transition: transform .3s, opacity .3s; pointer-events: none; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .12s; }

@media (min-width: 680px) {
  :root { --shell: min(1160px, calc(100% - 64px)); }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-price { align-items: center; }
  .text-link { align-self: auto; }
  .trust-row { grid-template-columns: repeat(3, max-content); gap: 18px; }
  .session-plan { grid-template-columns: repeat(3, minmax(0,1fr)); padding: 12px; }
  .session-plan article { grid-template-columns: 1fr; align-content: start; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .credibility-grid { grid-template-columns: 1.5fr 1fr; align-items: start; }
  .hero-visual { grid-template-columns: minmax(0, 1.7fr) minmax(180px, .8fr); gap: 14px; }
  .hero-proof { gap: 14px; }
  .hero-proof-card figcaption { left: 14px; right: 12px; bottom: 14px; gap: 4px; }
  .hero-proof-card figcaption strong { font-size: 16px; }
  .hero-proof-card figcaption small { font-size: 12px; }
  .healthspan-message { grid-template-columns: 84px 1fr; align-items: start; padding: 34px; }
  .healthspan-copy .button { width: fit-content; }
  .testimonials-panel { padding: 34px; }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonial-featured { grid-column: 1 / -1; }
  .evidence-strip { grid-template-columns: auto 1fr; align-items: center; padding: 34px; }
  .platform-panel { grid-template-columns: minmax(230px,.75fr) 1.25fr; align-items: center; padding: 34px; }
  .quiz-card, .booking-card { padding: 36px; }
  .booking-step { grid-template-columns: 34px 1fr auto; align-items: center; }
  .calendar-status { grid-column: auto; min-width: 160px; padding: 0 14px; }
  .bitcoin-option { grid-column: 1 / -1; }
  .calendar-help { grid-column: 2 / -1; }
  .booking-assurances { grid-template-columns: 1fr 1fr; }
  .closing-cta { grid-template-columns: 72px 1fr auto; }
  .footer-inner { grid-template-columns: 1fr auto 1fr; align-items: center; text-align: left; }
  .footer-center { justify-items: center; }
  .footer-inner p:last-child { justify-self: end; }
}

@media (min-width: 960px) {
  .site-header .shell { width: min(1160px, calc(100% - 96px)); }
  .nav { height: 82px; }
  .nav-links { display: flex; gap: 26px; margin-left: auto; }
  .header-blog-link { display: none; }
  .nav-links a { color: #5d6571; font-size: 12px; font-weight: 700; text-decoration: none; }
  .header-cta { display: inline-flex; }
  .button-small { padding-inline: 19px; }
  .hero { min-height: calc(100svh - 82px); padding: 64px 0 82px; }
  .hero-grid { grid-template-columns: .92fr 1.08fr; gap: 48px; }
  h1 { font-size: clamp(4rem, 5.7vw, 5.5rem); }
  .hero-lead { max-width: 610px; }
  .hero-visual { order: initial; width: 100%; }
  .hero-portrait-frame { aspect-ratio: 3 / 3.85; }
  .credibility-section { padding: 92px 0 110px; }
  .credibility-heading { margin-bottom: 38px; }
  .credibility-card figcaption { left: 24px; right: 24px; bottom: 23px; }
  .champion-card figcaption strong { font-size: 30px; }
  .healthspan-message { margin-top: 20px; padding: 42px; gap: 28px; }
  .testimonials-panel { margin-top: 20px; padding: 42px; }
  .testimonials-intro { grid-template-columns: 1.05fr .95fr; align-items: end; gap: 48px; }
  .testimonials-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 36px; }
  .testimonial-featured { grid-column: auto; }
  .section-heading { grid-template-columns: 1.1fr .9fr; align-items: end; margin-bottom: 48px; }
  .benefit-grid { grid-template-columns: repeat(4,1fr); }
  .benefit-card { min-height: 270px; }
  .evidence-strip { margin-top: 20px; grid-template-columns: 120px 1fr; padding: 40px; }
  .evidence-badge { width: 105px; height: 105px; }
  .platform-panel { margin-top: 20px; padding: 38px 40px; }
  .quiz-booking-grid { grid-template-columns: 1.04fr .96fr; align-items: stretch; }
  .quiz-card, .booking-card { min-height: 615px; }
  .quiz-card { padding: 42px; }
  .booking-card { padding: 42px; }
  .quiz-screen h3, .booking-card h3 { font-size: 31px; }
  .choice { padding: 16px; }
  .faq-wrap { grid-template-columns: .82fr 1.18fr; gap: 90px; padding: 120px 0; }
  .faq-intro { position: sticky; top: 120px; align-self: start; }
}

@media (max-width: 959px) {
  .mobile-cta-bar { position: fixed; z-index: 46; left: 50%; bottom: max(10px, env(safe-area-inset-bottom)); width: min(520px, calc(100% - 20px)); display: block; transform: translate(-50%, calc(100% + 24px)); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .mobile-cta-bar.visible { transform: translate(-50%, 0); opacity: 1; pointer-events: auto; }
  .mobile-cta-bar a { min-height: 54px; padding: 8px 9px 8px 15px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,201,40,.65); border-radius: 18px; background: rgba(21,27,38,.96); color: #fff; box-shadow: 0 14px 36px rgba(0,0,0,.3); text-decoration: none; backdrop-filter: blur(14px); }
  .mobile-cta-bar a > span { color: #c9cfd8; font-size: 11px; }
  .mobile-cta-bar a > span strong { color: var(--yellow); font-size: 13px; }
  .mobile-cta-bar b { flex: none; padding: 10px 12px; border-radius: 12px; background: linear-gradient(105deg, var(--orange), #ff8c1a); font: 800 11px Manrope, sans-serif; }
}

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