/* ==========================================================================
   AmarFit · ₹199 call · call.css  (v2 · 16 Sept 2026)
   Shared by index.html and thank-you.html. Standalone, loads nothing else.
   Canon: brand green #00BF63 with near-black ink (never white on green),
   Newsreader display serif, Figtree body. Deep green, paper, sand, brass
   carried over from the AmarFit post system.
   ========================================================================== */

:root {
  --green: #00BF63;
  --green-600: #00A656;
  --green-50: #E8F8EF;
  --deep: #0E2A1D;
  --deep-2: #133726;
  --forest: #0A1F15;
  --ink: #0F1613;
  --ink-2: #3B4741;
  --muted: #66736C;
  --paper: #FBF9F5;
  --sand: #F3ECE1;
  --sand-2: #EADFCD;
  --brass: #B8893E;
  --brass-soft: #E9D6B0;
  --white: #FFFFFF;
  --line: rgba(15, 22, 19, .10);
  --line-d: rgba(255, 255, 255, .12);
  --r-sm: 10px;
  --r: 18px;
  --r-lg: 28px;
  --sh-1: 0 1px 2px rgba(15, 22, 19, .06), 0 4px 14px rgba(15, 22, 19, .06);
  --sh-2: 0 2px 6px rgba(15, 22, 19, .06), 0 18px 48px rgba(15, 22, 19, .12);
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wrap: 1160px;
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 .5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body { margin: 0; font-family: var(--sans); font-size: 17px; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; line-height: 1.12; }
h2 { font-size: clamp(30px, 4.4vw, 48px); }
h3 { font-size: 22px; line-height: 1.25; }
p { margin: 0; }
b, strong { font-weight: 700; }
em.hl { font-style: italic; color: var(--green-600); }
.on-dark em.hl { color: var(--green); }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.wrap--narrow { max-width: 820px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 12px; border-radius: 8px; z-index: 100; }
.skip:focus { left: 8px; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brass); }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; border-radius: 2px; }
.on-dark .eyebrow { color: var(--brass-soft); }
.head { max-width: 720px; margin-bottom: 44px; }
.head--c { margin-left: auto; margin-right: auto; text-align: center; }
.head--c .eyebrow { justify-content: center; }
.head h2 { margin-top: 12px; }
.head p { margin-top: 14px; color: var(--ink-2); font-size: 18px; }
.on-dark .head p { color: rgba(255, 255, 255, .78); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font: 700 17px/1.2 var(--sans); text-decoration: none; border: 0; border-radius: 999px; padding: 16px 26px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:focus-visible { outline: 3px solid var(--brass); outline-offset: 3px; }
.btn--pay { background: var(--green); color: var(--ink); box-shadow: 0 10px 30px rgba(0, 191, 99, .35), inset 0 -2px 0 rgba(0, 0, 0, .12); }
.btn--pay:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(0, 191, 99, .45), inset 0 -2px 0 rgba(0, 0, 0, .12); }
.btn--pay .price { background: var(--ink); color: var(--green); padding: 4px 10px; border-radius: 999px; font-size: 15px; }
.btn--lg { padding: 19px 30px; font-size: 18px; }
.btn--sm { padding: 10px 16px; font-size: 15px; }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px var(--ink); }
.on-dark .btn--ghost { color: #fff; box-shadow: inset 0 0 0 1.5px var(--line-d); }
.on-dark .btn--ghost:hover { box-shadow: inset 0 0 0 1.5px #fff; }
.btn--wa { background: #25D366; color: var(--ink); }
.btn .arrow { transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(3px); }
.btn-note { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px; margin-top: 14px; font-size: 14px; color: var(--muted); }
.on-dark .btn-note { color: rgba(255, 255, 255, .66); }
.btn-note span { display: inline-flex; align-items: center; gap: 6px; }
.btn-note svg { width: 15px; height: 15px; color: var(--green); }

/* ---------- top bar ---------- */
.season { background: var(--brass); color: var(--ink); text-align: center; font-size: 14px; font-weight: 600; padding: 9px 16px; }
.season[hidden] { display: none; }
.season:not([hidden]) + .topbar { top: 38px; }
.topbar { position: absolute; inset: 0 0 auto 0; z-index: 20; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; padding-bottom: 18px; }
.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font: 700 22px/1 var(--sans); letter-spacing: -.02em; }
.logo img { height: 38px; width: auto; }
.portrait picture { position: absolute; inset: 0; }
.portrait picture img { width: 100%; height: 100%; object-fit: cover; }
.logo__mark { width: 30px; height: 30px; border-radius: 9px; background: var(--green); color: var(--ink); display: grid; place-items: center; font: 700 17px/1 var(--serif); }
.logo b { color: var(--green); font-weight: 700; }
.topbar .btn { padding: 11px 18px; font-size: 15px; }

/* ---------- hero ---------- */
.hero { position: relative; color: #fff; background: var(--forest); overflow: hidden; padding: 120px 0 88px; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(60% 70% at 85% 10%, rgba(0, 191, 99, .30), transparent 60%),
    radial-gradient(50% 60% at 0% 100%, rgba(184, 137, 62, .22), transparent 60%),
    radial-gradient(40% 50% at 40% 40%, rgba(19, 55, 38, .9), transparent 70%),
    linear-gradient(160deg, #0A1F15 0%, #0E2A1D 55%, #0A1F15 100%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 56px 56px; -webkit-mask-image: radial-gradient(70% 70% at 60% 30%, #000 20%, transparent 75%); mask-image: radial-gradient(70% 70% at 60% 30%, #000 20%, transparent 75%); }
.grain::before { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: .06; pointer-events: none; mix-blend-mode: overlay; z-index: 0; }
.hero__grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.pill { display: inline-flex; align-items: center; gap: 10px; padding: 7px 14px 7px 8px; border-radius: 999px; background: rgba(255,255,255,.07); box-shadow: inset 0 0 0 1px var(--line-d); font-size: 14px; font-weight: 600; color: rgba(255,255,255,.9); backdrop-filter: blur(6px); }
.pill__dot { width: 22px; height: 22px; border-radius: 50%; background: var(--green); display: grid; place-items: center; color: var(--ink); }
.pill__dot svg { width: 13px; height: 13px; }
.hero h1 { margin-top: 22px; font-size: clamp(40px, 5.8vw, 70px); line-height: 1.03; letter-spacing: -.025em; }
.hero h1 em { font-style: italic; color: var(--green); }
.hero__sub { margin-top: 22px; font-size: clamp(18px, 1.6vw, 20px); color: rgba(255,255,255,.8); max-width: 580px; }
.hero__sub b { color: #fff; }
.hero__cta { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hero__proof { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 600; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line-d); color: rgba(255,255,255,.88); }
.chip svg { width: 16px; height: 16px; color: var(--green); }

.hero__card { position: relative; }
.portrait { position: relative; border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4 / 5; background: linear-gradient(160deg, #1B4a33, #0E2A1D); box-shadow: 0 30px 80px rgba(0,0,0,.45), inset 0 0 0 1px var(--line-d); }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait__fallback { position: absolute; inset: 0; display: grid; place-items: center; font: italic 500 120px/1 var(--serif); color: rgba(255,255,255,.14); }
.portrait::after { content: ""; position: absolute; inset: auto 0 0 0; height: 45%; background: linear-gradient(transparent, rgba(10,31,21,.92)); }
.portrait__name { position: absolute; left: 22px; right: 22px; bottom: 20px; z-index: 2; }
.portrait__name b { display: block; font: 500 26px/1.1 var(--serif); }
.portrait__name span { font-size: 14px; color: rgba(255,255,255,.75); }
.float { position: absolute; z-index: 3; background: rgba(251, 249, 245, .96); color: var(--ink); border-radius: 16px; padding: 12px 16px; box-shadow: var(--sh-2); font-size: 14px; line-height: 1.35; animation: bob 6s ease-in-out infinite; }
.float b { display: block; font: 600 20px/1.1 var(--serif); }
.float--a { top: 26px; left: -34px; }
.float--b { top: 44%; right: -26px; animation-delay: -3s; max-width: 190px; }
.float__ic { width: 30px; height: 30px; border-radius: 9px; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin-bottom: 6px; }
.float__ic svg { width: 17px; height: 17px; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ---------- sticky journey nav ---------- */
.journey { position: sticky; top: 0; z-index: 30; background: rgba(251, 249, 245, .86); backdrop-filter: saturate(1.4) blur(14px); -webkit-backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid var(--line); }
.journey__in { display: flex; align-items: center; gap: 14px; min-height: 64px; }
.journey__steps { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; flex: 1; padding: 10px 0; -webkit-mask-image: linear-gradient(90deg, #000 90%, transparent); mask-image: linear-gradient(90deg, #000 90%, transparent); }
.journey__steps::-webkit-scrollbar { display: none; }
.journey__steps a { flex: none; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 15px; font-weight: 600; color: var(--ink-2); padding: 8px 14px 8px 8px; border-radius: 999px; transition: background .2s, color .2s; white-space: nowrap; }
.journey__steps a i { font-style: normal; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; font-size: 12px; font-weight: 700; background: var(--sand); color: var(--ink-2); transition: background .2s, color .2s; }
.journey__steps a:hover { background: var(--sand); }
.journey__steps a.is-on { background: var(--ink); color: #fff; }
.journey__steps a.is-on i { background: var(--green); color: var(--ink); }
.journey__steps a.is-done i { background: var(--green-50); color: var(--green-600); }
.journey .btn { flex: none; }

/* ---------- sections + backgrounds ---------- */
.sec { position: relative; padding: 104px 0; isolation: isolate; }
.sec--paper { background: var(--paper); }
.sec--sand { background: var(--sand); }
.sec--dots { background-color: var(--paper); }
.sec--dots::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: radial-gradient(rgba(184,137,62,.28) 1.2px, transparent 1.3px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 70%); mask-image: linear-gradient(180deg, #000, transparent 70%); }
.sec--mesh { background:
  radial-gradient(40% 50% at 100% 0%, rgba(0,191,99,.14), transparent 70%),
  radial-gradient(40% 60% at 0% 100%, rgba(184,137,62,.16), transparent 70%),
  var(--sand); }
.sec--deep { color: #fff; background:
  radial-gradient(50% 60% at 90% 0%, rgba(0,191,99,.22), transparent 65%),
  radial-gradient(50% 60% at 0% 100%, rgba(184,137,62,.16), transparent 65%),
  linear-gradient(180deg, var(--deep), var(--forest)); overflow: hidden; }
.sec--deep::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .35; background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 16px); }
.sec--green { background: linear-gradient(135deg, #00BF63 0%, #1ED47A 50%, #00A656 100%); color: var(--ink); overflow: hidden; }
.sec--green::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(40% 70% at 90% 50%, rgba(255,255,255,.28), transparent 70%), radial-gradient(30% 60% at 5% 0%, rgba(14,42,29,.25), transparent 70%); }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); z-index: -1; pointer-events: none; }

/* ---------- navigator ---------- */
.nav-q { display: grid; grid-template-columns: 360px 1fr; gap: 28px; align-items: start; }
.nav-q__list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.opt { width: 100%; text-align: left; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: 16px; border: 0; background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-1); font: 600 16px/1.35 var(--sans); color: var(--ink); cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.opt:hover { transform: translateX(4px); box-shadow: inset 0 0 0 1px rgba(15,22,19,.2), var(--sh-1); }
.opt__ic { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--sand); color: var(--deep); transition: background .18s, color .18s; }
.opt__ic svg { width: 22px; height: 22px; }
.opt__go { margin-left: auto; opacity: .35; transition: opacity .18s, transform .18s; }
.opt[aria-selected="true"] { background: var(--deep); color: #fff; box-shadow: 0 16px 36px rgba(14,42,29,.28); transform: translateX(6px); }
.opt[aria-selected="true"] .opt__ic { background: var(--green); color: var(--ink); }
.opt[aria-selected="true"] .opt__go { opacity: 1; color: var(--green); }
.opt:focus-visible { outline: 3px solid var(--brass); outline-offset: 2px; }

.panel { position: relative; border-radius: var(--r-lg); background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-2); overflow: hidden; }
.panel[hidden] { display: none; }
.panel__top { position: relative; padding: 34px 36px 28px; color: #fff; background: radial-gradient(60% 120% at 100% 0%, rgba(0,191,99,.35), transparent 60%), linear-gradient(135deg, var(--deep-2), var(--forest)); }
.panel__top::after { content: ""; position: absolute; inset: 0; background-image: var(--grain); opacity: .07; mix-blend-mode: overlay; }
.panel__tag { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-soft); }
.panel__top h3 { margin-top: 8px; font-size: clamp(24px, 2.6vw, 32px); }
.panel__top p { margin-top: 10px; color: rgba(255,255,255,.78); max-width: 560px; }
.panel__body { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.panel__col { padding: 28px 36px; }
.panel__col + .panel__col { border-left: 1px solid var(--line); background: linear-gradient(180deg, var(--green-50), rgba(232,248,239,.2)); }
.panel__col h4 { margin: 0 0 14px; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.ticks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.ticks li { position: relative; padding-left: 32px; color: var(--ink-2); font-size: 16px; line-height: 1.5; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1613' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 13px no-repeat; }
.ticks--brass li::before { background-color: var(--sand-2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E2A1D' stroke-width='3' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='2.5' fill='%230E2A1D'/%3E%3C/svg%3E"); }
.panel__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 36px; border-top: 1px solid var(--line); background: var(--paper); }
.panel__foot p { font-size: 15px; color: var(--muted); }
.panel.is-anim { animation: pop .35s ease; }
@keyframes pop { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- myth vs truth (deep band) ---------- */
.shift { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.shift__card { position: relative; padding: 28px; border-radius: var(--r); background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px var(--line-d); backdrop-filter: blur(8px); transition: transform .2s, background .2s; }
.shift__card:hover { transform: translateY(-3px); background: rgba(255,255,255,.08); }
.shift__was { display: flex; gap: 10px; align-items: baseline; color: rgba(255,255,255,.72); font-size: 19px; font-weight: 600; text-decoration: line-through; text-decoration-color: rgba(227, 120, 90, .8); text-decoration-thickness: 2px; }
.shift__card .shift__now { margin-top: 12px; color: #fff; font: 500 24px/1.25 var(--serif); }
.shift__now em { color: var(--green); }
.shift__card p { margin-top: 10px; color: rgba(255,255,255,.72); font-size: 16px; }
.shift__n { position: absolute; top: 20px; right: 22px; font: italic 500 40px/1 var(--serif); color: rgba(255,255,255,.1); }

/* ---------- the call timeline ---------- */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; counter-reset: s; position: relative; }
.flow::before { content: ""; position: absolute; left: 6%; right: 6%; top: 34px; height: 2px; background: repeating-linear-gradient(90deg, var(--brass) 0 8px, transparent 8px 16px); opacity: .5; z-index: 0; }
.flow__step { position: relative; z-index: 1; padding: 0 6px; }
.flow__n { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-1); color: var(--deep); margin-bottom: 18px; }
.flow__n svg { width: 28px; height: 28px; }
.flow__step:nth-child(3) .flow__n { background: var(--deep); color: var(--green); box-shadow: 0 0 0 8px rgba(0,191,99,.18); }
.flow__when { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brass); }
.flow__step h3 { margin-top: 6px; }
.flow__step p { margin-top: 8px; color: var(--ink-2); font-size: 16px; }

.leave { margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.leave__card { position: relative; padding: 26px 22px; border-radius: var(--r); background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-1); overflow: hidden; transition: transform .2s, box-shadow .2s; }
.leave__card:hover { transform: translateY(-4px); box-shadow: inset 0 0 0 1px var(--line), var(--sh-2); }
.leave__card::before { content: ""; position: absolute; width: 140px; height: 140px; right: -50px; top: -50px; border-radius: 50%; background: radial-gradient(circle, rgba(0,191,99,.18), transparent 70%); }
.leave__ic { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--deep); color: var(--green); }
.leave__ic svg { width: 24px; height: 24px; }
.leave__card h3 { margin-top: 18px; font-size: 21px; }
.leave__card p { margin-top: 8px; color: var(--ink-2); font-size: 15.5px; }
.leave-title { margin-top: 80px; text-align: center; }
.leave-title + .leave { margin-top: 24px; }
.leave-title h3 { font-size: clamp(26px, 3vw, 34px); }

/* ---------- fit ---------- */
.fit { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.fit__col { border-radius: var(--r-lg); padding: 34px; }
.fit__col--yes { background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-2); }
.fit__col--no { background: rgba(255,255,255,.5); box-shadow: inset 0 0 0 1px var(--line); }
.fit__col h3 { margin-bottom: 20px; }
.fit__col--no li { color: var(--ink-2); }
.xlist { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.xlist li { position: relative; padding-left: 32px; font-size: 16px; line-height: 1.5; color: var(--ink-2); }
.xlist li::before { content: ""; position: absolute; left: 0; top: 2px; width: 22px; height: 22px; border-radius: 50%; background: var(--sand-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233B4741' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M7 7l10 10M17 7L7 17'/%3E%3C/svg%3E") center / 11px no-repeat; }

/* ---------- fit v2.2: every point in its own box ---------- */
.fit { grid-template-columns: 1fr; gap: 44px; }
.fit__col, .fit__col--yes, .fit__col--no { padding: 0; background: none; box-shadow: none; border-radius: 0; }
.fit__col h3 { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 26px; }
.fit__tag { font: 700 12px/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; padding: 7px 11px; border-radius: 999px; }
.fit__tag--yes { background: var(--green); color: var(--ink); }
.fit__tag--no { background: var(--sand-2); color: var(--ink-2); }
.fit .ticks, .fit .xlist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fit .xlist { grid-template-columns: repeat(4, 1fr); }
.fit .ticks li, .fit .xlist li { padding: 58px 20px 22px; border-radius: 18px; font-size: 16px; line-height: 1.5; transition: transform .2s, box-shadow .2s; }
.fit .ticks li { background: var(--white); color: var(--ink); font-weight: 500; box-shadow: inset 0 0 0 1px var(--line), var(--sh-1); }
.fit .ticks li:hover { transform: translateY(-3px); box-shadow: inset 0 0 0 1px rgba(0,191,99,.45), var(--sh-2); }
.fit .xlist li { background: rgba(243,236,225,.7); color: var(--ink-2); box-shadow: inset 0 0 0 1px var(--line); }
.fit .ticks li::before, .fit .xlist li::before { left: 20px; top: 20px; width: 28px; height: 28px; background-size: 15px; }
.fit .xlist li::before { background-color: var(--white); background-size: 12px; }

/* ---------- Amar ---------- */
.amar { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.amar__photo { position: relative; }
.amar__photo .portrait { aspect-ratio: 1 / 1.08; }
.amar__photo::before { content: ""; position: absolute; inset: 24px -24px -24px 24px; border-radius: var(--r-lg); background: repeating-linear-gradient(135deg, rgba(0,191,99,.5) 0 2px, transparent 2px 12px); z-index: -1; opacity: .5; }
.amar h2 { margin-top: 12px; }
.amar__role { margin-top: 6px; font-size: 18px; color: rgba(255,255,255,.72); }
.stats { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.stat { padding: 18px; border-radius: 16px; background: rgba(255,255,255,.06); box-shadow: inset 0 0 0 1px var(--line-d); }
.stat b { display: block; font: 500 32px/1 var(--serif); color: var(--green); }
.stat span { display: block; margin-top: 8px; font-size: 14px; color: rgba(255,255,255,.72); line-height: 1.35; }
.amar__text { margin-top: 26px; display: grid; gap: 14px; color: rgba(255,255,255,.8); }
.quote-line { margin-top: 26px; padding: 18px 22px; border-left: 3px solid var(--brass); background: rgba(184,137,62,.1); border-radius: 0 14px 14px 0; font: italic 500 21px/1.4 var(--serif); color: #fff; }

/* ---------- reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.review { position: relative; margin: 0; padding: 28px 24px 24px; border-radius: var(--r); background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-1); display: flex; flex-direction: column; transition: transform .2s; }
.review:nth-child(even) { transform: translateY(24px); }
.review:hover { transform: translateY(-4px); }
.review:nth-child(even):hover { transform: translateY(20px); }
.review::before { content: "\201C"; position: absolute; top: 6px; right: 18px; font: 500 88px/1 var(--serif); color: var(--green); opacity: .25; }
.stars { color: var(--brass); letter-spacing: 2px; font-size: 15px; }
.review blockquote { margin: 14px 0 20px; font: 400 18px/1.5 var(--serif); color: var(--ink); flex: 1; }
.review__who { display: flex; align-items: center; gap: 12px; font-size: 14px; color: var(--muted); }
.review__who b { display: block; color: var(--ink); font-size: 15px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 700; color: var(--ink); }
.avatar--1 { background: linear-gradient(135deg, #9FE8C3, #00BF63); }
.avatar--2 { background: linear-gradient(135deg, #F1DDB6, #B8893E); }
.avatar--3 { background: linear-gradient(135deg, #CFE0D6, #6E9A83); }
.avatar--4 { background: linear-gradient(135deg, #F6E3D3, #D59A72); }
.no-photos { margin: 64px auto 0; max-width: 760px; display: flex; gap: 16px; align-items: flex-start; padding: 20px 24px; border-radius: 16px; background: rgba(255,255,255,.6); box-shadow: inset 0 0 0 1px var(--line); font-size: 15px; color: var(--ink-2); }
.no-photos svg { flex: none; width: 26px; height: 26px; color: var(--brass); }

/* ---------- offer card ---------- */
.offer { display: grid; grid-template-columns: 1fr 440px; gap: 48px; align-items: center; }
.offer h2 { font-size: clamp(32px, 4.6vw, 54px); }
.offer__lead { margin-top: 16px; font-size: 19px; color: rgba(15,22,19,.8); max-width: 520px; }
.steps3 { margin-top: 30px; display: grid; gap: 12px; }
.steps3 div { display: flex; gap: 14px; align-items: center; font-weight: 600; }
.steps3 i { font-style: normal; flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--green); font-size: 15px; }
.steps3 span small { display: block; font-weight: 500; font-size: 14px; color: rgba(15,22,19,.7); }
.ticket { position: relative; border-radius: var(--r-lg); background: var(--paper); box-shadow: 0 30px 70px rgba(14,42,29,.35); overflow: hidden; }
.ticket__top { padding: 30px 30px 24px; background: var(--deep); color: #fff; position: relative; }
.ticket__top::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 100% at 100% 0%, rgba(0,191,99,.35), transparent 60%); }
.ticket__top > * { position: relative; z-index: 1; }
.ticket__label { font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--brass-soft); }
.ticket__name { margin-top: 6px; font: 500 26px/1.15 var(--serif); }
.ticket__price { margin-top: 16px; display: flex; align-items: baseline; gap: 10px; }
.ticket__price b { font: 500 64px/1 var(--serif); color: var(--green); letter-spacing: -.02em; }
.ticket__price span { color: rgba(255,255,255,.7); font-size: 15px; }
.ticket__tear { height: 22px; position: relative; background: radial-gradient(circle at 0 50%, transparent 11px, var(--paper) 12px) left / 51% 100% no-repeat, radial-gradient(circle at 100% 50%, transparent 11px, var(--paper) 12px) right / 51% 100% no-repeat; }
.ticket__tear::after { content: ""; position: absolute; left: 22px; right: 22px; top: 50%; border-top: 2px dashed var(--sand-2); }
.ticket__tear-bg { background: var(--green); }
.ticket__body { padding: 8px 30px 30px; }
.ticket__body .ticks li { font-size: 15.5px; }
.bonus { margin-top: 20px; display: flex; gap: 12px; padding: 14px 16px; border-radius: 14px; background: linear-gradient(135deg, #FBF3E2, #F3E4C5); box-shadow: inset 0 0 0 1px rgba(184,137,62,.35); font-size: 14.5px; color: var(--ink-2); line-height: 1.45; }
.bonus svg { flex: none; width: 22px; height: 22px; color: var(--brass); }
.bonus b { color: var(--ink); }
.ticket .btn { width: 100%; margin-top: 20px; }
.ticket .btn-note { justify-content: center; }

/* ---------- book section v2.3: dark band, green accents ---------- */
.sec--book { color: #fff; overflow: hidden; background:
  radial-gradient(45% 70% at 80% 50%, rgba(0,191,99,.34), transparent 65%),
  radial-gradient(40% 60% at 0% 0%, rgba(184,137,62,.18), transparent 65%),
  linear-gradient(135deg, #0A1F15 0%, #0E2A1D 60%, #0A1F15 100%); }
.sec--book::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1.2px); background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, transparent 60%); mask-image: linear-gradient(90deg, #000 0%, transparent 60%); }
.sec--book h2 { color: #fff; }
.sec--book h2 em { color: var(--green); font-style: italic; }
.sec--book .offer__lead { color: rgba(255,255,255,.78); }
.sec--book .steps3 div { padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.05); box-shadow: inset 0 0 0 1px var(--line-d); color: #fff; }
.sec--book .steps3 i { background: var(--green); color: var(--ink); }
.sec--book .steps3 span small { color: rgba(255,255,255,.66); }
.sec--book .ticket { box-shadow: 0 30px 80px rgba(0,0,0,.45), 0 0 0 1px rgba(0,191,99,.35); }
.sec--book .ticket .btn-note { color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 10px; }
.faq details { border-radius: 16px; background: var(--white); box-shadow: inset 0 0 0 1px var(--line); transition: box-shadow .2s; }
.faq details[open] { box-shadow: inset 0 0 0 1px rgba(0,191,99,.5), var(--sh-1); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 60px 20px 24px; font-weight: 600; font-size: 17px; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 20px; top: 50%; width: 28px; height: 28px; margin-top: -14px; border-radius: 50%; background: var(--sand) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230F1613' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 14px no-repeat; transition: transform .25s, background-color .2s; }
.faq details[open] summary::after { transform: rotate(45deg); background-color: var(--green); }
.faq summary:focus-visible { outline: 3px solid var(--brass); outline-offset: -3px; border-radius: 16px; }
.faq__a { padding: 0 24px 22px; color: var(--ink-2); font-size: 16px; }
.faq__a p + p { margin-top: 10px; }
.faq-help { margin-top: 28px; text-align: center; color: var(--muted); font-size: 15px; }
.faq-help a { color: var(--ink); font-weight: 600; }

/* ---------- final ---------- */
.final { text-align: center; }
.final h2 { font-size: clamp(34px, 5vw, 60px); max-width: 860px; margin: 14px auto 0; }
.final p { margin: 18px auto 0; max-width: 620px; color: rgba(255,255,255,.78); font-size: 19px; }
.final .btn { margin-top: 32px; }
.final .btn-note { justify-content: center; }

/* ---------- footer ---------- */
.foot { background: var(--forest); color: rgba(255,255,255,.6); font-size: 14px; padding: 36px 0 110px; }
.foot p + p { margin-top: 8px; }
.foot a { color: rgba(255,255,255,.85); }

/* ---------- sticky mobile pay ---------- */
.sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 40; display: none; align-items: center; gap: 12px; padding: 10px 10px 10px 18px; border-radius: 999px; background: rgba(14,42,29,.94); color: #fff; backdrop-filter: blur(10px); box-shadow: 0 16px 40px rgba(0,0,0,.3); transform: translateY(140%); transition: transform .3s ease; }
.sticky.is-on { transform: none; }
.sticky__t { font-size: 14px; line-height: 1.25; flex: 1; }
.sticky__t b { display: block; font-size: 15px; }
.sticky .btn { padding: 12px 18px; font-size: 15px; }

/* ---------- toast ---------- */
.toast { position: fixed; left: 50%; bottom: 90px; z-index: 60; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 12px; font-size: 15px; transition: opacity .25s, transform .25s; max-width: calc(100% - 32px); text-align: center; }
.toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ---------- reveal ---------- */
.rev { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.rev.is-in { opacity: 1; transform: none; }
.no-js .rev { opacity: 1; transform: none; }

/* ==========================================================================
   THANK-YOU PAGE
   ========================================================================== */
.ty-hero { position: relative; color: #fff; background: var(--forest); padding: 110px 0 150px; overflow: hidden; isolation: isolate; text-align: center; }
.ty-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(50% 70% at 50% 0%, rgba(0,191,99,.35), transparent 65%), radial-gradient(40% 60% at 100% 100%, rgba(184,137,62,.2), transparent 65%), linear-gradient(180deg, #0E2A1D, #0A1F15); }
.ty-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1.2px); background-size: 26px 26px; -webkit-mask-image: radial-gradient(60% 70% at 50% 30%, #000, transparent 75%); mask-image: radial-gradient(60% 70% at 50% 30%, #000, transparent 75%); }
.ty-check { width: 84px; height: 84px; margin: 0 auto; border-radius: 50%; background: var(--green); color: var(--ink); display: grid; place-items: center; box-shadow: 0 0 0 12px rgba(0,191,99,.16), 0 0 0 26px rgba(0,191,99,.07); animation: popin .6s cubic-bezier(.2,1.4,.4,1) both; }
.ty-check svg { width: 40px; height: 40px; }
@keyframes popin { from { transform: scale(.4); opacity: 0; } to { transform: none; opacity: 1; } }
.ty-hero h1 { margin-top: 34px; font-size: clamp(38px, 5.4vw, 62px); }
.ty-hero h1 em { color: var(--green); }
.ty-hero p { margin: 16px auto 0; max-width: 600px; font-size: 19px; color: rgba(255,255,255,.8); }
.ty-main { margin-top: -96px; position: relative; z-index: 2; padding-bottom: 90px; }
.ty-steps { display: grid; gap: 18px; }
.ty-card { border-radius: var(--r-lg); background: var(--white); box-shadow: inset 0 0 0 1px var(--line), var(--sh-2); overflow: hidden; }
.ty-card__head { display: flex; gap: 16px; align-items: flex-start; padding: 28px 32px 0; }
.ty-card__n { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--deep); color: var(--green); font-weight: 700; }
.ty-card__head h2 { font-size: clamp(24px, 3vw, 30px); }
.ty-card__head p { margin-top: 6px; color: var(--ink-2); }
.ty-card__body { padding: 24px 32px 32px 92px; }
.choice { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice button { text-align: left; border: 0; cursor: pointer; padding: 20px; border-radius: 18px; background: var(--paper); box-shadow: inset 0 0 0 1.5px var(--line); font: inherit; color: var(--ink); transition: box-shadow .18s, background .18s, transform .18s; }
.choice button:hover { transform: translateY(-2px); box-shadow: inset 0 0 0 1.5px rgba(15,22,19,.3); }
.choice button[aria-pressed="true"] { background: var(--green-50); box-shadow: inset 0 0 0 2px var(--green); }
.choice b { display: block; font: 500 21px/1.2 var(--serif); }
.choice span { display: block; margin-top: 6px; font-size: 15px; color: var(--muted); }
.choice__ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; background: var(--deep); color: var(--green); margin-bottom: 12px; }
.choice__ic svg { width: 20px; height: 20px; }
.choice .choice__ic { display: grid; margin-top: 0; color: var(--green); }

.later { margin-top: 18px; padding: 22px; border-radius: 18px; background: linear-gradient(135deg, #FBF3E2, #F3E4C5); box-shadow: inset 0 0 0 1px rgba(184,137,62,.35); }
.later[hidden], .intake[hidden] { display: none; }
.later h3 { font-size: 22px; }
.later p { margin-top: 8px; color: var(--ink-2); font-size: 16px; }
.later .row { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 10px; }

.intake { margin-top: 22px; }
.fgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 16px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label, .field legend { font-size: 15px; font-weight: 600; color: var(--ink); padding: 0; }
.field small { color: var(--muted); font-weight: 500; }
.input, .select, .textarea { width: 100%; font: 16px/1.4 var(--sans); color: var(--ink); background: var(--paper); border: 0; border-radius: 12px; padding: 13px 14px; box-shadow: inset 0 0 0 1.5px var(--line); transition: box-shadow .15s, background .15s; }
.textarea { min-height: 88px; resize: vertical; }
.input:focus, .select:focus, .textarea:focus { outline: 0; background: #fff; box-shadow: inset 0 0 0 2px var(--green); }
fieldset.field { border: 0; margin: 0; padding: 0; min-width: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.chips label { position: relative; font-weight: 500; font-size: 15px; }
.chips input { position: absolute; opacity: 0; pointer-events: none; }
.chips span { display: inline-block; padding: 9px 14px; border-radius: 999px; background: var(--paper); box-shadow: inset 0 0 0 1.5px var(--line); cursor: pointer; transition: all .15s; }
.chips input:checked + span { background: var(--deep); color: #fff; box-shadow: none; }
.chips input:focus-visible + span { outline: 3px solid var(--brass); outline-offset: 2px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--ink-2); }
.consent input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--green-600); flex: none; }
.form-actions { margin-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.form-msg { margin-top: 14px; font-size: 15px; }
.form-msg--err { color: #A4412A; }
.done { padding: 24px; border-radius: 18px; background: var(--green-50); box-shadow: inset 0 0 0 1.5px var(--green); }
.done h3 { font-size: 24px; }
.done p { margin-top: 6px; color: var(--ink-2); }
.done[hidden] { display: none; }
.slot-embed { margin-top: 18px; border-radius: 16px; overflow: hidden; box-shadow: inset 0 0 0 1px var(--line); min-height: 640px; }
.slot-embed[hidden] { display: none; }
.next-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.next-list li { display: flex; gap: 14px; align-items: flex-start; }
.next-list i { font-style: normal; flex: none; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: var(--sand); color: var(--deep); }
.next-list i svg { width: 18px; height: 18px; }
.next-list b { display: block; }
.next-list span { color: var(--ink-2); font-size: 15.5px; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1040px) {
  .hero__grid { grid-template-columns: 1fr; gap: 48px; }
  .hero__card { max-width: 440px; margin: 0 auto; width: 100%; }
  .float--a { left: -12px; } .float--b { right: -12px; }
  .nav-q { grid-template-columns: 1fr; }
  .nav-q__list { grid-template-columns: repeat(2, 1fr); }
  .opt:hover, .opt[aria-selected="true"] { transform: none; }
  .flow { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .flow::before { display: none; }
  .leave { grid-template-columns: repeat(2, 1fr); }
  .reviews { grid-template-columns: repeat(2, 1fr); }
  .review:nth-child(even) { transform: none; }
  .review:nth-child(even):hover { transform: translateY(-4px); }
  .amar { grid-template-columns: 1fr; gap: 48px; }
  .fit .ticks, .fit .xlist { grid-template-columns: repeat(2, 1fr); }
  .amar__photo { max-width: 420px; }
  .offer { grid-template-columns: 1fr; }
  .ticket { max-width: 480px; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .sec { padding: 72px 0; }
  .head { margin-bottom: 32px; }
  .head p { font-size: 17px; }
  .hero { padding: 96px 0 64px; }
  .hero__cta .btn { width: 100%; }
  .topbar .btn .price { display: none; }
  .journey .btn { display: none; }
  .journey__steps a { font-size: 14px; }
  .nav-q__list { grid-template-columns: 1fr; gap: 8px; }
  .opt { padding: 12px 14px; font-size: 15px; }
  .opt__ic { width: 36px; height: 36px; }
  .panel__top { padding: 26px 22px 22px; }
  .panel__body { grid-template-columns: 1fr; }
  .panel__col { padding: 22px; }
  .panel__col + .panel__col { border-left: 0; border-top: 1px solid var(--line); }
  .panel__foot { padding: 18px 22px; }
  .panel__foot .btn { width: 100%; }
  .shift { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .leave { grid-template-columns: 1fr; margin-top: 40px; }
  .fit .ticks, .fit .xlist { grid-template-columns: 1fr; }
  .fit .ticks li, .fit .xlist li { padding: 18px 18px 18px 62px; }
  .fit .ticks li::before, .fit .xlist li::before { top: 18px; left: 18px; }
  .reviews { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .stat { padding: 14px 10px; }
  .stat b { font-size: 26px; }
  .stat span { font-size: 12.5px; }
  .float--b { display: none; }
  .ticket__top, .ticket__body { padding-left: 22px; padding-right: 22px; }
  .final .btn { width: 100%; }
  .sticky { display: flex; }
  .ty-card__head { padding: 22px 20px 0; }
  .ty-card__body { padding: 20px; }
  .choice { grid-template-columns: 1fr; }
  .fgrid { grid-template-columns: 1fr; }
  .form-actions .btn { width: 100%; }
}
