@font-face {
  font-family: "DM Sans";
  src: url("../assets/fonts/dm-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../assets/fonts/dm-sans-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../assets/fonts/dm-sans-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../assets/fonts/dm-sans-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Italiana";
  src: url("../assets/fonts/italiana-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --cream: #f7f6f1;
  --emerald-800: #134e43;
  --emerald-900: #0f3d34;
  --emerald-950: #082b25;
  --gold: #c8a96a;
  --gold-light: #e4d2a9;
  --ink: #172a25;
  --line: rgba(15, 61, 52, .14);
  --mint: #e6f0e9;
  --muted: #65736d;
  --white: #fffefa;
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Italiana", Georgia, serif;
  --shadow: 0 30px 80px rgba(8, 43, 37, .12);
  --shadow-soft: 0 18px 48px rgba(8, 43, 37, .09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
p { margin: 0 0 1.1rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.025em; }
h3 { font-weight: 600; }
h1 { font-size: clamp(3rem, 6.4vw, 5.95rem); }
h2 { font-size: clamp(2.35rem, 4.7vw, 4.45rem); }
h3 { font-size: 1.25rem; }
ul { margin: 0; padding: 0; list-style: none; }
svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; position: relative; }
.section--cream { background: var(--cream); }
.section--white { background: var(--white); }
.section--mint { background: var(--mint); }
.section--emerald { color: var(--white); background:
  radial-gradient(circle at 10% 10%, rgba(200,169,106,.16), transparent 25%),
  radial-gradient(circle at 90% 90%, rgba(230,240,233,.08), transparent 30%),
  var(--emerald-900); }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; background: var(--gold); color: var(--emerald-950); padding: 10px 16px; border-radius: 0 0 8px 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 0; }

.eyebrow { margin: 0 0 16px; color: var(--emerald-800); font-size: .78rem; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow--gold { color: var(--gold-light); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font: 700 .88rem/1 var(--sans); text-decoration: none; text-align: center; letter-spacing: .01em; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease; cursor: pointer; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, a:focus-visible, summary:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.button--large { min-height: 58px; padding: 17px 28px; }
.button--gold { color: var(--emerald-950); background: var(--gold); box-shadow: 0 15px 35px rgba(200,169,106,.25); }
.button--gold:hover { background: #d5b978; box-shadow: 0 20px 42px rgba(200,169,106,.32); }
.button--emerald { color: var(--white); background: var(--emerald-900); box-shadow: 0 15px 35px rgba(15,61,52,.18); }
.button--emerald:hover { background: var(--emerald-800); }
.button--light { color: var(--emerald-950); background: var(--white); }
.button--outline { border-color: var(--emerald-900); color: var(--emerald-900); background: transparent; }
.button--outline:hover { color: var(--white); background: var(--emerald-900); }
.button--full { width: 100%; }
.text-link { display: inline-flex; gap: 8px; align-items: center; font-weight: 600; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.text-link--light { color: rgba(255,255,255,.88); }

.site-header { position: absolute; inset: 22px 0 auto; z-index: 50; }
.nav-shell { min-height: 70px; display: flex; align-items: center; gap: 28px; padding: 8px 10px 8px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: var(--white); background: rgba(8,43,37,.74); box-shadow: 0 14px 44px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 205px; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: .95rem; }
.brand small { color: var(--gold-light); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 27px; margin-inline: auto; }
.main-nav a { color: rgba(255,255,255,.82); font-size: .84rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.main-nav a:hover { color: var(--gold-light); }
.nav-cta { white-space: nowrap; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--white); transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 930px; padding: 150px 0 0; overflow: hidden; color: var(--white); background:
  linear-gradient(120deg, rgba(8,43,37,.98) 0%, rgba(15,61,52,.96) 47%, rgba(19,78,67,.9) 100%),
  radial-gradient(circle at 70% 20%, rgba(200,169,106,.22), transparent 35%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; min-height: 690px; position: relative; z-index: 2; }
.hero-copy { padding: 40px 0 96px; }
.hero h1 { max-width: 760px; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 680px; margin: 28px 0 32px; color: rgba(255,255,255,.78); font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 660px; margin-top: 44px; }
.hero-facts li { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.hero-facts strong { color: var(--gold-light); font-size: 1.1rem; }
.hero-facts span { color: rgba(255,255,255,.58); font-size: .78rem; }
.hero-visual { min-height: 690px; position: relative; display: flex; align-items: end; justify-content: center; }
.portrait-frame { width: min(100%, 510px); height: 650px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 260px 260px 28px 28px; background: linear-gradient(180deg, rgba(230,240,233,.16), rgba(8,43,37,.4)); box-shadow: 0 45px 80px rgba(0,0,0,.24); }
.portrait-frame > img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; position: relative; z-index: 2; filter: saturate(.95) contrast(1.02); }
.portrait-halo { position: absolute; width: 430px; height: 430px; top: 76px; left: 50%; transform: translateX(-50%); border-radius: 50%; border: 1px solid rgba(200,169,106,.45); box-shadow: 0 0 0 30px rgba(200,169,106,.05), 0 0 0 60px rgba(200,169,106,.03); }
.portrait-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; z-index: 3; padding: 16px 20px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(8,43,37,.78); backdrop-filter: blur(10px); display: flex; justify-content: space-between; align-items: center; }
.portrait-caption span { color: rgba(255,255,255,.66); font-size: .75rem; }
.portrait-caption strong { color: var(--gold-light); letter-spacing: .08em; }
.hero-badge { position: absolute; top: 8px; right: -14px; z-index: 5; width: 166px; filter: drop-shadow(0 18px 26px rgba(0,0,0,.28)); animation: float 6s ease-in-out infinite; }
.floating-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(8,43,37,.8); box-shadow: 0 12px 26px rgba(0,0,0,.16); font-size: .76rem; backdrop-filter: blur(10px); }
.floating-note span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--emerald-950); background: var(--gold); font-size: .68rem; font-weight: 700; }
.floating-note--a { left: -16px; top: 180px; }
.floating-note--b { right: -50px; top: 355px; }
.floating-note--c { left: -45px; bottom: 105px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb--one { width: 420px; height: 420px; right: -200px; top: -180px; border: 1px solid rgba(200,169,106,.24); }
.hero-orb--two { width: 260px; height: 260px; left: -160px; bottom: 60px; background: rgba(200,169,106,.06); }
.hero-marquee { min-height: 90px; position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 28px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.64); background: rgba(8,43,37,.7); font-size: .78rem; font-weight: 700; letter-spacing: .18em; }
.hero-marquee i { color: var(--gold); font: normal 1.2rem var(--serif); }

.split-intro { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.section-heading h2 { max-width: 720px; }
.intro-copy { color: var(--muted); font-size: 1.07rem; }
.intro-copy p:last-child { margin-bottom: 0; }
.split-intro--light .section-heading h2 { color: var(--white); }
.split-intro--light .intro-copy { color: rgba(255,255,255,.7); }
.centered-heading { max-width: 860px; text-align: center; margin-bottom: 58px; }
.centered-heading > p:last-child { max-width: 720px; margin: 22px auto 0; color: var(--muted); font-size: 1.05rem; }
.centered-heading--light > p:last-child { color: rgba(255,255,255,.68); }

.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.profile-card { min-height: 330px; padding: 36px; position: relative; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); overflow: hidden; }
.profile-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -90px; border: 1px solid var(--line); border-radius: 50%; }
.profile-card--dark { color: var(--white); border-color: transparent; background: var(--emerald-900); }
.profile-card--dark::after { border-color: rgba(255,255,255,.12); }
.card-number { position: absolute; right: 32px; top: 26px; color: rgba(15,61,52,.11); font-family: var(--serif); font-size: 4rem; }
.profile-card--dark .card-number { color: rgba(255,255,255,.1); }
.icon-box { width: 58px; height: 58px; padding: 14px; margin-bottom: 40px; border-radius: 16px; color: var(--emerald-800); background: var(--mint); }
.icon-box--gold { color: var(--emerald-950); background: var(--gold); }
.profile-card h3 { margin-bottom: 14px; font-size: 1.45rem; }
.profile-card p { max-width: 520px; color: var(--muted); }
.profile-card--dark p { color: rgba(255,255,255,.68); }

.route { display: grid; grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr; align-items: stretch; }
.route-step { min-height: 250px; padding: 28px 24px; border: 1px solid var(--line); border-radius: 22px; background: var(--cream); }
.route-step > span { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 58px; border-radius: 50%; color: var(--white); background: var(--emerald-900); font-weight: 700; }
.route-step h3 { margin-bottom: 10px; }
.route-step p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.route-step--accent { color: var(--white); border-color: var(--emerald-900); background: var(--emerald-900); }
.route-step--accent > span { color: var(--emerald-950); background: var(--gold); }
.route-step--accent p { color: rgba(255,255,255,.66); }
.route-arrow { display: grid; place-items: center; color: var(--gold); font-size: 1.7rem; }
.clarity-note { margin-top: 34px; padding: 24px 28px; display: grid; grid-template-columns: .45fr 1fr; gap: 30px; border-left: 4px solid var(--gold); border-radius: 0 16px 16px 0; background: var(--mint); }
.clarity-note p { margin: 0; color: var(--muted); }

.deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.deliverable { min-height: 245px; padding: 30px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.055); transition: transform .25s, border-color .25s, background .25s; }
.deliverable:hover { transform: translateY(-6px); border-color: rgba(200,169,106,.52); background: rgba(255,255,255,.09); }
.deliverable > span { color: var(--gold-light); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.deliverable h3 { max-width: 240px; margin: 62px 0 12px; color: var(--white); font-size: 1.3rem; }
.deliverable p { margin: 0; color: rgba(255,255,255,.62); font-size: .92rem; }

.two-column { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.two-column--reverse > :first-child { order: 2; }
.content-block h2 { margin-bottom: 24px; }
.content-block > p:not(.eyebrow):not(.fine-print):not(.clarifier):not(.carmen-signoff) { color: var(--muted); font-size: 1.03rem; }
.check-list { display: grid; gap: 14px; margin: 26px 0; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; position: absolute; left: 0; top: 3px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--emerald-900); font-size: .72rem; font-weight: 700; }
.check-list--light li { color: rgba(255,255,255,.8); }
.check-list--light li::before { color: var(--emerald-950); background: var(--gold); }
.fine-print { color: var(--muted); font-size: .82rem; line-height: 1.6; }
.visual-statement { min-height: 490px; position: relative; display: flex; flex-direction: column; justify-content: end; padding: 54px; border-radius: 240px 240px 28px 28px; color: var(--white); background: linear-gradient(155deg, var(--emerald-800), var(--emerald-950)); box-shadow: var(--shadow); overflow: hidden; }
.visual-statement::before { content: "7"; position: absolute; right: -24px; top: -80px; color: rgba(255,255,255,.05); font: 28rem/1 var(--serif); }
.statement-ring { position: absolute; width: 270px; height: 270px; top: 44px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(200,169,106,.5); border-radius: 50%; box-shadow: 0 0 0 28px rgba(200,169,106,.06), 0 0 0 56px rgba(200,169,106,.025); }
.visual-statement p { position: relative; z-index: 2; color: var(--gold-light); font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.visual-statement strong { position: relative; z-index: 2; font: 3rem/1.1 var(--serif); }
.visual-statement > span { position: relative; z-index: 2; max-width: 390px; margin-top: 18px; color: rgba(255,255,255,.68); }

.mini-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 26px 0; }
.mini-grid span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); font-size: .85rem; font-weight: 600; }
.training-visual { min-height: 480px; position: relative; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: radial-gradient(circle, var(--white) 0 31%, transparent 31% 33%, rgba(19,78,67,.08) 33% 34%, transparent 34% 100%); }
.training-visual::before, .training-visual::after { content: ""; position: absolute; border: 1px dashed rgba(15,61,52,.2); border-radius: 50%; }
.training-visual::before { inset: 64px; }
.training-visual::after { inset: 118px; }
.training-core { width: 154px; height: 154px; z-index: 2; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--emerald-900); box-shadow: 0 18px 40px rgba(15,61,52,.2); font-family: var(--serif); font-size: 1.6rem; }
.orbit { position: absolute; z-index: 3; padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--emerald-900); background: var(--white); box-shadow: var(--shadow-soft); font-size: .8rem; font-weight: 700; }
.orbit--1 { top: 42px; left: 50%; transform: translateX(-50%); }
.orbit--2 { left: 22px; bottom: 118px; }
.orbit--3 { right: 2px; bottom: 126px; }

.panel-mockup { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 35px 90px rgba(8,43,37,.16); transform: perspective(1000px) rotateY(4deg) rotateX(1deg); }
.panel-topbar { min-height: 54px; padding: 0 22px; display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); background: var(--emerald-950); }
.panel-topbar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.3); }
.panel-topbar strong { margin-left: 10px; font-size: .72rem; letter-spacing: .06em; }
.panel-body { min-height: 400px; display: grid; grid-template-columns: 76px 1fr; }
.panel-sidebar { padding: 28px 18px; display: flex; flex-direction: column; align-items: center; gap: 24px; background: #eef3ef; }
.panel-sidebar i { width: 24px; height: 24px; border-radius: 7px; background: rgba(15,61,52,.16); }
.panel-sidebar i:first-child { background: var(--gold); }
.panel-content { padding: 28px; }
.panel-greeting { display: flex; flex-direction: column; margin-bottom: 24px; }
.panel-greeting small { color: var(--muted); }
.panel-greeting b { font-size: 1.2rem; }
.panel-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.panel-metrics > div { min-height: 110px; padding: 14px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); border-radius: 14px; }
.metric-icon { width: 28px; height: 28px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 9px; color: var(--white); background: var(--emerald-900); font-size: .78rem; font-weight: 700; }
.panel-metrics small { color: var(--muted); font-size: .64rem; }
.panel-metrics strong { font-size: .78rem; }
.panel-chart { height: 150px; margin-top: 20px; padding: 24px 20px 0; display: flex; align-items: end; gap: 12px; border: 1px solid var(--line); border-radius: 14px; background: repeating-linear-gradient(to bottom, transparent 0 29px, rgba(15,61,52,.08) 30px); }
.panel-chart span { flex: 1; min-width: 10px; border-radius: 5px 5px 0 0; background: linear-gradient(var(--gold), var(--emerald-800)); }
.concept-label { margin: 0; padding: 10px; color: var(--muted); background: var(--cream); font-size: .68rem; text-align: center; }
.feature-list { display: grid; gap: 20px; margin-top: 30px; }
.feature-list li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
.feature-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--emerald-950); background: var(--gold-light); font-size: .72rem; font-weight: 700; }
.feature-list strong { display: block; margin-bottom: 4px; }
.feature-list p { margin: 0; color: var(--muted); font-size: .9rem; }

.commission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.commission-card { padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-xl); background: rgba(255,255,255,.06); }
.commission-card > p { color: rgba(255,255,255,.66); font-size: .83rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.price-equation { display: grid; grid-template-columns: auto auto 1fr; align-items: baseline; gap: 14px; margin: 32px 0 16px; }
.price-equation span { font: 3.4rem/1 var(--serif); }
.price-equation i { color: var(--gold-light); font-style: normal; }
.price-equation strong { justify-self: end; color: var(--gold); font: 4.1rem/1 var(--serif); }
.commission-principle { min-height: 96px; margin: 32px 0 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.commission-principle strong { font: 2.15rem/1.05 var(--serif); }
.commission-principle i { color: var(--emerald-800); font-size: 1.2rem; font-style: normal; }
.commission-card small { color: rgba(255,255,255,.52); }
.commission-card--gold { color: var(--emerald-950); border-color: var(--gold); background: var(--gold); }
.commission-card--gold > p, .commission-card--gold small { color: rgba(8,43,37,.7); }
.commission-card--gold .price-equation i { color: var(--emerald-800); }
.commission-card--gold .price-equation strong { color: var(--emerald-950); }
.compliance-line { margin-top: 24px; display: flex; justify-content: center; gap: 12px; align-items: center; color: rgba(255,255,255,.62); font-size: .82rem; }
.compliance-line span { width: 24px; height: 24px; flex: 0 0 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: var(--serif); }
.compliance-line p { margin: 0; }

.coupon-layout { display: grid; grid-template-columns: .7fr 1fr; align-items: center; gap: 100px; }
.coupon-ticket { min-height: 360px; padding: 48px 36px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px dashed rgba(15,61,52,.32); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); text-align: center; }
.coupon-ticket::before { content: ""; position: absolute; inset: 14px; border: 1px solid var(--line); border-radius: 18px; pointer-events: none; }
.ticket-cut { width: 34px; height: 34px; position: absolute; top: 50%; transform: translateY(-50%); border-radius: 50%; background: var(--cream); }
.ticket-cut--left { left: -18px; }
.ticket-cut--right { right: -18px; }
.coupon-ticket small { color: var(--emerald-800); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.coupon-ticket strong { color: var(--emerald-900); font: 7rem/1 var(--serif); }
.coupon-ticket > span { margin-top: -8px; color: var(--gold); font-size: 1.1rem; font-weight: 700; }
.coupon-ticket p { margin: 26px 0 0; padding: 8px 18px; border-radius: 999px; color: var(--white); background: var(--emerald-900); font-weight: 700; }
.clarifier, .channel-clarity { padding: 18px 20px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; color: var(--ink) !important; background: rgba(200,169,106,.13); font-size: .9rem !important; }

.rules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rule-card { min-height: 350px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.rule-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 42px; border-radius: 50%; color: var(--white); background: var(--emerald-900); font: 1.3rem var(--serif); }
.rule-card h3 { margin-bottom: 16px; font-size: 1.32rem; }
.rule-card > p:last-child { color: var(--muted); font-size: .9rem; }
.validity-box { margin-top: 22px; padding: 34px; display: grid; grid-template-columns: .65fr 1fr; gap: 60px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-lg); color: var(--white); background: var(--emerald-950); }
.validity-box span { color: var(--gold-light); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.validity-box h3 { margin-top: 8px; }
.validity-box p { margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; }

.community-visual { min-height: 480px; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.9), rgba(255,255,255,.26) 52%, transparent 53%); }
.community-visual::before, .community-visual::after { content: ""; position: absolute; border: 1px dashed rgba(15,61,52,.2); border-radius: 50%; }
.community-visual::before { inset: 40px; }
.community-visual::after { inset: 108px; }
.community-logo { width: 146px; height: 146px; z-index: 4; display: grid; place-items: center; border-radius: 50%; background: var(--white); box-shadow: var(--shadow); }
.community-logo img { width: 132px; }
.person-dot { width: 54px; height: 54px; position: absolute; z-index: 5; display: grid; place-items: center; border: 4px solid var(--mint); border-radius: 50%; color: var(--white); background: var(--emerald-900); font-family: var(--serif); font-size: 1.2rem; box-shadow: 0 10px 24px rgba(15,61,52,.15); }
.person-dot--1 { left: 52px; top: 126px; }.person-dot--2 { right: 74px; top: 70px; }.person-dot--3 { right: 38px; bottom: 125px; }.person-dot--4 { left: 96px; bottom: 40px; }.person-dot--5 { left: 50%; top: 18px; transform: translateX(-50%); background: var(--gold); color: var(--emerald-950); }
.connection { position: absolute; z-index: 1; height: 1px; background: rgba(15,61,52,.25); transform-origin: left center; }
.connection--1 { width: 130px; left: 102px; top: 160px; transform: rotate(20deg); }.connection--2 { width: 120px; right: 110px; top: 128px; transform: rotate(150deg); }.connection--3 { width: 120px; right: 82px; bottom: 156px; transform: rotate(-150deg); }.connection--4 { width: 130px; left: 138px; bottom: 92px; transform: rotate(-30deg); }

.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.fit-column { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); }
.fit-column h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; font-size: 1.35rem; }
.fit-column h3 span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; }
.fit-column--yes h3 span { color: var(--white); background: var(--emerald-900); }
.fit-column--no h3 span { color: var(--emerald-900); background: var(--gold-light); }
.fit-column ul { display: grid; gap: 14px; }
.fit-column li { position: relative; padding-left: 20px; color: var(--muted); }
.fit-column li::before { content: ""; width: 6px; height: 6px; position: absolute; left: 0; top: 11px; border-radius: 50%; background: var(--gold); }

.path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.path-card { min-height: 310px; padding: 38px; display: flex; flex-direction: column; justify-content: end; border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(145deg, var(--cream), var(--mint)); }
.path-card > span { margin-bottom: auto; color: var(--emerald-800); font-size: .74rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { margin-bottom: 14px; font-size: 1.55rem; }
.path-card p { margin-bottom: 0; color: var(--muted); }
.path-card small { margin-top: 18px; color: rgba(255,255,255,.58); font-size: .78rem; }
.path-card--accent { color: var(--white); border-color: var(--emerald-900); background: var(--emerald-900); }
.path-card--accent > span { color: var(--gold-light); }
.path-card--accent p { color: rgba(255,255,255,.7); }

.investment-grid { display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 100px; }
.investment-copy h2 { color: var(--white); }
.investment-copy > p:not(.eyebrow) { max-width: 640px; margin-top: 24px; color: rgba(255,255,255,.68); }
.offer-card { padding: 38px; text-align: center; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; color: var(--ink); background: var(--white); box-shadow: 0 45px 90px rgba(0,0,0,.22); }
.offer-card > img { width: 112px; margin: -88px auto 24px; filter: drop-shadow(0 12px 20px rgba(8,43,37,.18)); }
.offer-card > p:first-of-type { margin: 0; color: var(--emerald-900); font-weight: 700; }
.offer-price { display: flex; align-items: start; justify-content: center; margin: 18px 0 10px; color: var(--emerald-900); }
.offer-price sup { margin-top: 18px; font-size: 1.5rem; }
.offer-price strong { font: 6rem/.9 var(--serif); }
.offer-price span { align-self: end; margin-bottom: 8px; color: var(--muted); font-size: .76rem; font-weight: 700; }
.payment-pill { display: inline-block; padding: 7px 14px; border-radius: 999px; color: var(--emerald-950); background: var(--gold-light); font-size: .74rem; font-weight: 700; letter-spacing: .08em; }
.offer-note { margin: 15px 0 22px !important; color: var(--muted); font-size: .88rem; }
.offer-card > small { display: block; margin-top: 18px; color: var(--muted); font-size: .72rem; line-height: 1.5; }

.faq-layout { display: grid; grid-template-columns: .6fr 1fr; gap: 80px; align-items: start; }
.faq-heading { position: sticky; top: 36px; }
.faq-heading h2 { margin-bottom: 22px; }
.faq-heading > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: box-shadow .2s; }
.faq-list details[open] { box-shadow: var(--shadow-soft); }
.faq-list summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; width: 30px; height: 30px; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--emerald-900); font-size: 1.2rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; color: var(--emerald-950); background: var(--gold); }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.final-cta { padding: 110px 0; overflow: hidden; color: var(--white); background: var(--emerald-950); }
.final-cta-pattern { position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at center, rgba(200,169,106,.28), transparent 36%), repeating-radial-gradient(circle at center, transparent 0 68px, rgba(200,169,106,.18) 69px 70px); }
.final-cta-content { position: relative; z-index: 2; max-width: 820px; text-align: center; }
.final-cta-content img { width: 100px; margin: 0 auto 24px; filter: drop-shadow(0 16px 24px rgba(0,0,0,.25)); }
.final-cta-content h2 { margin-bottom: 22px; }
.final-cta-content > p:not(.eyebrow) { max-width: 680px; margin: 0 auto 28px; color: rgba(255,255,255,.69); font-size: 1.05rem; }
.final-cta-content small { display: block; margin-top: 18px; color: rgba(255,255,255,.5); }

.site-footer { padding: 54px 0 26px; color: rgba(255,255,255,.72); background: #061f1b; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 70px; }
.footer-brand div { display: flex; flex-direction: column; }
.footer-brand strong { color: var(--white); }
.footer-brand span { color: var(--gold-light); font-size: .74rem; letter-spacing: .08em; }
.footer-note { color: rgba(255,255,255,.52); font-size: .78rem; text-align: right; }
.footer-note p { margin-bottom: 6px; }
.footer-note a { color: var(--gold-light); }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.42); font-size: .72rem; }
.mobile-buy-bar { display: none; }

/* Shared post-purchase */
.postpurchase-page, .onboarding-page { min-height: 100vh; }
.simple-header { position: relative; z-index: 10; padding: 14px 0; color: var(--emerald-900); background: rgba(247,246,241,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.simple-header--dark { color: var(--white); border-color: rgba(255,255,255,.12); background: var(--emerald-950); }
.simple-header-inner { display: flex; align-items: center; gap: 14px; font-weight: 700; }
.simple-header-inner img { width: 64px; }
.simple-footer { padding: 24px 20px; color: var(--muted); background: var(--cream); text-align: center; font-size: .78rem; }
.simple-footer p { margin: 0; }
.simple-footer--dark { display: flex; align-items: center; justify-content: center; gap: 12px; color: rgba(255,255,255,.56); background: var(--emerald-950); }
.simple-footer--dark img { width: 50px; }

/* Thank-you page */
.confirmation-main { min-height: calc(100vh - 128px); position: relative; display: grid; place-items: center; padding: 70px 0; overflow: hidden; background: radial-gradient(circle at 50% 0, rgba(200,169,106,.18), transparent 32%), var(--mint); }
.confirmation-card { max-width: 930px; position: relative; z-index: 2; padding: 54px 70px; border: 1px solid rgba(255,255,255,.9); border-radius: 36px; background: rgba(255,254,250,.94); box-shadow: var(--shadow); text-align: center; }
.success-mark { width: 76px; height: 76px; margin: -94px auto 28px; display: grid; place-items: center; border: 8px solid var(--mint); border-radius: 50%; color: var(--emerald-950); background: var(--gold); box-shadow: 0 14px 32px rgba(8,43,37,.16); }
.success-mark span { font-size: 2rem; font-weight: 700; }
.confirmation-card h1 { max-width: 760px; margin: 0 auto; font-size: clamp(2.7rem, 5vw, 4.8rem); }
.confirmation-lead { max-width: 700px; margin: 22px auto 32px; color: var(--muted); font-size: 1.03rem; }
.carmen-message { display: grid; grid-template-columns: 130px 1fr; gap: 26px; align-items: center; margin: 28px 0; padding: 22px 28px 22px 16px; border-radius: 22px; color: var(--white); background: var(--emerald-900); text-align: left; }
.carmen-message img { width: 128px; height: 128px; object-fit: contain; object-position: center top; border-radius: 50%; background: linear-gradient(var(--gold-light), var(--mint)); }
.carmen-message p { margin-bottom: 8px; color: rgba(255,255,255,.76); font-family: Georgia, serif; font-style: italic; }
.carmen-message strong { display: block; color: var(--gold-light); }
.carmen-message span { color: rgba(255,255,255,.5); font-size: .75rem; }
.next-preview { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; margin: 30px 0; }
.next-preview div { display: flex; flex-direction: column; align-items: center; }
.next-preview div > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; color: var(--white); background: var(--emerald-900); font-size: .72rem; font-weight: 700; }
.next-preview strong { font-size: .92rem; }
.next-preview small { color: var(--muted); font-size: .68rem; }
.next-preview i { color: var(--gold); font-style: normal; }
.confirmation-microcopy { margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.confirmation-orb { position: absolute; border: 1px solid rgba(15,61,52,.13); border-radius: 50%; }
.confirmation-orb--one { width: 420px; height: 420px; left: -210px; top: 10%; }
.confirmation-orb--two { width: 320px; height: 320px; right: -120px; bottom: -80px; box-shadow: inset 0 0 0 36px rgba(200,169,106,.06); }

/* Onboarding */
.onboarding-hero { min-height: 680px; color: var(--white); background: radial-gradient(circle at 82% 16%, rgba(200,169,106,.24), transparent 29%), var(--emerald-900); overflow: hidden; }
.onboarding-hero-grid { min-height: 680px; display: grid; grid-template-columns: 1fr .62fr; align-items: center; gap: 70px; }
.onboarding-hero h1 { max-width: 760px; font-size: clamp(3rem, 5.6vw, 5.5rem); }
.onboarding-hero p:not(.eyebrow) { max-width: 680px; margin-top: 24px; color: rgba(255,255,255,.7); font-size: 1.06rem; }
.progress-route { max-width: 620px; margin-top: 34px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(8,43,37,.48); }
.progress-route span { display: flex; align-items: center; gap: 8px; font-size: .82rem; font-weight: 700; }
.progress-route b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; color: var(--emerald-950); background: var(--gold); }
.progress-route i { color: rgba(255,255,255,.4); font-style: normal; }
.welcome-portrait { height: 580px; position: relative; align-self: end; display: flex; align-items: end; justify-content: center; }
.welcome-portrait::before { content: ""; width: 430px; height: 430px; position: absolute; top: 40px; border: 1px solid rgba(200,169,106,.5); border-radius: 50%; box-shadow: 0 0 0 36px rgba(200,169,106,.05); }
.welcome-portrait > img { width: 440px; height: 560px; position: relative; z-index: 2; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 30px rgba(0,0,0,.18)); }
.welcome-portrait > div { position: absolute; left: 10px; bottom: 34px; z-index: 3; padding: 14px 18px; display: flex; flex-direction: column; border-radius: 14px; background: rgba(255,254,250,.93); color: var(--ink); box-shadow: var(--shadow-soft); }
.welcome-portrait span { font-family: Georgia, serif; font-style: italic; }
.welcome-portrait strong { color: var(--emerald-800); font-size: .78rem; }
.activation-section { padding-top: 90px; }
.step-stack { max-width: 1020px; }
.activation-card { display: grid; grid-template-columns: 105px 92px 1fr; gap: 28px; align-items: start; padding: 42px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow-soft); }
.activation-card--featured { border: 1px solid rgba(200,169,106,.52); box-shadow: 0 28px 70px rgba(8,43,37,.14); }
.activation-number { display: flex; flex-direction: column; }
.activation-number small { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.activation-number strong { color: var(--emerald-900); font: 4.4rem/1 var(--serif); }
.activation-icon { width: 78px; height: 78px; padding: 19px; border-radius: 22px; color: var(--white); background: var(--emerald-900); }
.activation-icon--whatsapp { color: var(--emerald-950); background: var(--gold); }
.activation-icon--top7 { display: grid; place-items: center; padding: 0; color: var(--emerald-950); background: var(--gold); font: 2.4rem var(--serif); }
.activation-content h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.4rem); }
.activation-content > p:not(.eyebrow):not(.step-microcopy) { color: var(--muted); }
.activation-content .button { margin-top: 12px; }
.step-microcopy { display: block; margin: 12px 0 0; color: var(--muted); font-size: .78rem; }
.channel-clarity { margin: 18px 0; }
.channel-clarity--gold { border-color: var(--emerald-900); background: var(--mint); }
.panel-purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 20px 0; }
.panel-purpose-grid span { padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--emerald-900); background: var(--cream); font-size: .78rem; font-weight: 700; }
.panel-purpose-grid b { margin-right: 5px; color: var(--gold); }
.existing-account { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.existing-account span { color: var(--muted); font-size: .85rem; }
.step-connector { height: 68px; display: grid; place-items: center; }
.step-connector span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); background: var(--white); }

.space-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.space-card { min-height: 280px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--cream); }
.space-label { width: fit-content; padding: 6px 10px; border-radius: 999px; color: var(--emerald-900); background: var(--gold-light); font-size: .68rem; font-weight: 700; letter-spacing: .1em; }
.space-card h3 { margin: auto 0 12px; font-size: 1.35rem; }
.space-card p { color: var(--muted); font-size: .9rem; }
.space-card a { color: var(--emerald-800); font-size: .85rem; font-weight: 700; }
.space-card--dark { color: var(--white); border-color: var(--emerald-900); background: var(--emerald-900); }
.space-card--dark p { color: rgba(255,255,255,.65); }
.space-card--dark a { color: var(--gold-light); }
.after-portrait { position: relative; min-height: 580px; }
.after-frame { width: min(100%, 480px); height: 570px; overflow: hidden; border-radius: 240px 240px 24px 24px; background: linear-gradient(180deg, var(--gold-light), var(--white)); box-shadow: var(--shadow); }
.after-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 18px 24px rgba(15,61,52,.16)); }
.signature-card { position: absolute; right: 10px; bottom: 24px; padding: 16px 20px; display: flex; flex-direction: column; border-radius: 14px; color: var(--white); background: var(--emerald-900); box-shadow: var(--shadow-soft); }
.signature-card span { font-family: Georgia, serif; font-style: italic; }
.signature-card strong { color: var(--gold-light); }
.carmen-signoff { margin-top: 26px; color: var(--emerald-900); font-family: Georgia, serif; font-style: italic; }
.support-section { padding: 70px 0; background: var(--emerald-950); }
.support-card { padding: 36px 42px; display: flex; align-items: center; justify-content: space-between; gap: 50px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; color: var(--white); background: rgba(255,255,255,.05); }
.support-card h2 { max-width: 720px; font-size: clamp(2rem, 4vw, 3.2rem); }
.support-card p:not(.eyebrow) { margin: 12px 0 0; color: rgba(255,255,255,.6); }
.support-card .button { flex: 0 0 auto; }

@keyframes float { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-10px) rotate(2deg); } }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .75rem; }
  .hero-grid { grid-template-columns: 1fr .88fr; gap: 20px; }
  .floating-note--b { right: -20px; }
  .deliverables-grid { grid-template-columns: repeat(2, 1fr); }
  .route { grid-template-columns: 1fr 34px 1fr; row-gap: 24px; }
  .route-step:nth-of-type(3) { grid-column: 1; }
  .route-arrow:nth-of-type(2) { display: none; }
  .investment-grid { gap: 50px; }
}

@media (max-width: 860px) {
  .section { padding: 82px 0; }
  .site-header { inset: 12px 0 auto; }
  .nav-shell { border-radius: 24px; flex-wrap: wrap; }
  .brand { min-width: auto; margin-right: auto; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .main-nav { width: 100%; max-height: 0; overflow: hidden; flex-direction: column; align-items: stretch; gap: 0; order: 4; margin: 0; transition: max-height .3s ease; }
  .main-nav.is-open { max-height: 280px; padding-bottom: 8px; }
  .main-nav a { padding: 11px 6px; border-top: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 148px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 30px; }
  .hero h1 { font-size: clamp(3.4rem, 10vw, 5rem); }
  .hero-visual { min-height: 610px; }
  .portrait-frame { height: 580px; }
  .hero-badge { right: 2%; }
  .floating-note--a { left: 2%; }.floating-note--b { right: 0; }.floating-note--c { left: 0; }
  .hero-marquee { flex-wrap: wrap; padding: 24px 20px; gap: 14px 18px; }
  .split-intro, .two-column, .coupon-layout, .investment-grid, .faq-layout, .onboarding-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .split-intro { margin-bottom: 44px; }
  .two-column--reverse > :first-child { order: initial; }
  .clarity-note, .validity-box { grid-template-columns: 1fr; gap: 14px; }
  .rules-grid { grid-template-columns: 1fr; }
  .rule-card { min-height: auto; }
  .rule-icon { margin-bottom: 24px; }
  .community-visual, .training-visual { min-height: 460px; }
  .coupon-ticket { max-width: 560px; width: 100%; margin-inline: auto; }
  .faq-heading { position: static; }
  .onboarding-hero-grid { padding-top: 60px; }
  .welcome-portrait { height: 560px; }
  .activation-card { grid-template-columns: 86px 1fr; }
  .activation-icon { grid-column: 1; grid-row: 2; }
  .activation-content { grid-column: 2; grid-row: 1 / span 2; }
  .space-grid { grid-template-columns: 1fr; }
  .space-card { min-height: 235px; }
  .support-card { flex-direction: column; align-items: flex-start; }
  .footer-grid { gap: 36px; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.2rem, 11vw, 3.25rem); }
  .hero { padding-top: 128px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: .86rem; }
  .hero-copy { padding-top: 22px; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.15rem); }
  .hero-lead { margin-top: 22px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-facts { grid-template-columns: 1fr; gap: 12px; margin-top: 32px; }
  .hero-facts li { min-height: 54px; justify-content: center; }
  .hero-visual { min-height: 510px; margin-top: 18px; }
  .portrait-frame { height: 490px; border-radius: 220px 220px 22px 22px; }
  .portrait-caption { display: none; }
  .hero-badge { width: 112px; top: 14px; right: -2px; }
  .floating-note { padding: 7px 10px; font-size: .66rem; }
  .floating-note span { width: 22px; height: 22px; }
  .floating-note--a { top: 160px; }.floating-note--b { top: 290px; }.floating-note--c { bottom: 50px; }
  .hero-marquee { min-height: 76px; font-size: .64rem; letter-spacing: .1em; }
  .profile-grid, .deliverables-grid, .commission-grid, .fit-grid, .path-grid { grid-template-columns: 1fr; }
  .profile-card { min-height: 290px; padding: 28px; }
  .route { grid-template-columns: 1fr; }
  .route-arrow { height: 36px; transform: rotate(90deg); }
  .route-step { min-height: 210px; }
  .route-step > span { margin-bottom: 34px; }
  .clarity-note { padding: 22px; }
  .deliverable { min-height: 210px; }
  .deliverable h3 { margin-top: 44px; }
  .visual-statement { min-height: 420px; padding: 34px; }
  .visual-statement strong { font-size: 2.4rem; }
  .statement-ring { width: 230px; height: 230px; }
  .mini-grid { grid-template-columns: 1fr; }
  .training-visual, .community-visual { min-height: 350px; }
  .training-visual::before { inset: 45px; }.training-visual::after { inset: 90px; }
  .orbit--1 { top: 24px; }.orbit--2 { left: 3px; bottom: 62px; }.orbit--3 { right: -3px; bottom: 80px; }
  .panel-mockup { transform: none; }
  .panel-body { grid-template-columns: 48px 1fr; min-height: 340px; }
  .panel-sidebar { padding: 22px 10px; }
  .panel-metrics { grid-template-columns: 1fr; }
  .panel-metrics > div { min-height: 74px; }
  .panel-chart { display: none; }
  .price-equation { grid-template-columns: auto auto; }
  .price-equation strong { grid-column: 1 / -1; justify-self: start; font-size: 3.7rem; }
  .commission-card { padding: 28px; }
  .coupon-layout { gap: 45px; }
  .coupon-ticket { min-height: 320px; padding: 40px 24px; }
  .coupon-ticket strong { font-size: 5.8rem; }
  .fit-column, .path-card { padding: 28px; }
  .offer-card { margin-top: 54px; padding: 28px; }
  .faq-list summary { padding-left: 18px; }
  .final-cta { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-note { text-align: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
  .mobile-buy-bar { position: fixed; left: 10px; right: 10px; bottom: 10px; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 16px; border-radius: 16px; color: var(--emerald-950); background: var(--gold); box-shadow: 0 14px 40px rgba(0,0,0,.28); text-decoration: none; }
  .mobile-buy-bar span { font-size: .68rem; }
  .mobile-buy-bar strong { font-size: .78rem; }
  .site-footer { padding-bottom: 94px; }
  .confirmation-main { padding: 72px 0 48px; }
  .confirmation-card { padding: 46px 20px 32px; border-radius: 24px; }
  .success-mark { margin-top: -82px; }
  .confirmation-card h1 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .carmen-message { grid-template-columns: 1fr; padding: 22px; text-align: center; }
  .carmen-message img { margin-inline: auto; }
  .next-preview { grid-template-columns: 1fr; gap: 10px; }
  .next-preview i { transform: rotate(90deg); }
  .confirmation-card > .button { width: 100%; }
  .onboarding-hero { min-height: auto; }
  .onboarding-hero-grid { min-height: auto; padding-top: 56px; }
  .onboarding-hero h1 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .progress-route { flex-direction: column; align-items: stretch; }
  .progress-route span { justify-content: center; }
  .progress-route i { transform: rotate(90deg); text-align: center; }
  .welcome-portrait { height: 470px; }
  .welcome-portrait > img { height: 470px; }
  .welcome-portrait::before { width: 330px; height: 330px; }
  .activation-card { grid-template-columns: 1fr; gap: 18px; padding: 28px 22px; }
  .activation-number { flex-direction: row; align-items: center; gap: 8px; }
  .activation-number strong { font-size: 3.2rem; }
  .activation-icon, .activation-content { grid-column: auto; grid-row: auto; }
  .activation-content h2 { font-size: 2.5rem; }
  .activation-content .button { width: 100%; }
  .panel-purpose-grid { grid-template-columns: 1fr; }
  .existing-account { flex-direction: column; align-items: stretch; }
  .existing-account .button { width: 100%; }
  .after-portrait { min-height: 480px; }
  .after-frame { height: 480px; }
  .signature-card { right: 0; }
  .support-card { padding: 28px 22px; }
  .support-card .button { width: 100%; }
}

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