/* ── Luma site · sections ────────────────────────────────────────── */

/* ── Hero ────────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; padding: 100px 0 60px; }
.aurora { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aurora i { position: absolute; border-radius: 50%; filter: blur(90px); }
.aurora i:nth-child(1) { width: 640px; height: 640px; top: -12%; left: 50%; margin-left: -320px; background: radial-gradient(circle, rgba(33,214,143,0.42), transparent 70%); animation: drift1 17s ease-in-out infinite; }
.aurora i:nth-child(2) { width: 480px; height: 480px; top: 28%; left: 8%; background: radial-gradient(circle, rgba(14,159,110,0.34), transparent 70%); animation: drift2 21s ease-in-out infinite; }
.aurora i:nth-child(3) { width: 440px; height: 440px; top: 22%; right: 6%; background: radial-gradient(circle, rgba(19,178,124,0.32), transparent 70%); animation: drift3 19s ease-in-out infinite; }
@keyframes drift1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(20px,44px); } }
@keyframes drift2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(44px,-30px); } }
@keyframes drift3 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-40px,32px); } }

.hero-content { position: relative; z-index: 2; max-width: 920px; padding: 0 32px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 600; color: var(--accent-ink); background: rgba(255,255,255,0.7); border: 1px solid var(--accent-line); padding: 8px 15px; border-radius: 999px; margin-bottom: 30px; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); animation: hero-fade 0.8s var(--ease) 0.05s both; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.hero-title { font-size: clamp(54px, 11vw, 140px); font-weight: 800; letter-spacing: -0.05em; line-height: 0.9; }
.hero-title .line { display: block; overflow: hidden; padding: 0 0.1em 0.06em; margin: 0 -0.1em; }
.hero-title .word { display: inline-block; will-change: transform; animation: word-rise 1s var(--ease) both; }
.hero-title .line:nth-child(1) .word { animation-delay: 0.15s; }
.hero-title .line:nth-child(2) .word { animation-delay: 0.27s; }
@keyframes word-rise { from { transform: translateY(110%); } to { transform: translateY(0); } }
@keyframes hero-fade { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
/* shine sweep clipped to the word "premium" */
.hero-title .grad {
  background-image: linear-gradient(100deg, transparent 40%, rgba(255,255,255,0.92) 50%, transparent 60%), linear-gradient(110deg, var(--accent-2), var(--accent-deep));
  background-size: 220% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: 250% 0, 0 0;
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-right: 0.08em; margin-right: -0.08em;
  animation: text-shine 2.8s ease-in-out 1.2s infinite;
}
@keyframes text-shine { 0% { background-position: 250% 0, 0 0; } 45%, 100% { background-position: -150% 0, 0 0; } }
.hero-sub { font-size: clamp(17px, 2vw, 21px); color: var(--ink-soft); max-width: 560px; margin: 30px auto 0; text-wrap: balance; animation: hero-fade 0.85s var(--ease) 0.48s both; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; justify-content: center; flex-wrap: wrap; animation: hero-fade 0.85s var(--ease) 0.6s both; }
.hero-trust { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 34px; font-size: 13.5px; color: var(--muted); flex-wrap: wrap; animation: hero-fade 0.85s var(--ease) 0.72s both; }
.hero-trust b { color: var(--ink); font-weight: 600; }
.hsep { width: 4px; height: 4px; border-radius: 50%; background: var(--border-2); }
.scroll-cue { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); width: 24px; height: 38px; border: 2px solid var(--border-2); border-radius: 14px; z-index: 2; }
.scroll-cue span { position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; border-radius: 2px; background: var(--accent); animation: cue 1.6s ease-in-out infinite; }
@keyframes cue { 0%,100% { transform: translate(-50%,0); opacity: 1; } 50% { transform: translate(-50%,10px); opacity: 0.3; } }

/* ── Hero theme-preview mockups (hang from the edges) ────────────── */
.hero-mocks { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.mock {
  position: absolute; width: 300px; height: 188px; display: flex; overflow: hidden;
  border-radius: 16px; background: var(--card); border: 1px solid var(--border);
  box-shadow: 0 34px 64px -30px rgba(20, 22, 26, 0.4); opacity: 0;
  animation: mock-in 0.95s var(--ease) var(--d, 0.4s) both, mock-float 7s ease-in-out var(--fd, 0s) infinite;
}
@keyframes mock-in { from { translate: var(--from, 0) 0; opacity: 0; } to { translate: 0 0; opacity: 1; } }
@keyframes mock-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.mock-rail { width: 40px; flex: none; background: var(--bg-2); display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 12px 0; }
.mock-rail i { width: 22px; height: 22px; border-radius: 50%; background: var(--border-2); }
.mock-rail i:first-child { background: var(--theme); border-radius: 30%; }
.mock-side { width: 76px; flex: none; background: var(--bg); padding: 13px 9px; display: flex; flex-direction: column; gap: 8px; }
.mock-side span { height: 8px; border-radius: 4px; background: var(--border-2); }
.mock-side span:first-child { width: 70%; background: var(--theme); opacity: 0.55; }
.mock-main { flex: 1; background: var(--card); padding: 14px; display: flex; flex-direction: column; gap: 13px; }
.mock-row { display: flex; align-items: center; gap: 9px; }
.mock-row i { width: 22px; height: 22px; border-radius: 50%; flex: none; background: var(--border-2); }
.mock-row:first-child i { background: var(--theme); }
.mock-row span { height: 8px; border-radius: 4px; background: var(--border-2); }
.mock-row:nth-child(1) span { width: 80%; }
.mock-row:nth-child(2) span { width: 62%; }
.mock-row:nth-child(3) span { width: 70%; }
.mock-1 { left: -70px; top: 15%; rotate: -13deg; --theme: #0E9F6E; --from: -200px; --d: 0.30s; --fd: 0s; }
.mock-2 { left: -46px; bottom: 9%; rotate: 8deg; --theme: #8B5CF6; --from: -200px; --d: 0.48s; --fd: -1.8s; }
.mock-3 { right: -72px; top: 13%; rotate: 12deg; --theme: #F5A623; --from: 200px; --d: 0.38s; --fd: -3.4s; }
.mock-4 { right: -50px; bottom: 11%; rotate: -9deg; --theme: #3B82F6; --from: 200px; --d: 0.56s; --fd: -0.9s; }
@media (max-width: 1150px) { .hero-mocks { display: none; } }

/* ── Marquee ─────────────────────────────────────────────────────── */
.marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--card); padding: 22px 0; }
.marquee-track { display: flex; align-items: center; gap: 36px; width: max-content; animation: scroll-x 32s linear infinite; }
.marquee-track span { font-size: clamp(20px, 3vw, 34px); font-weight: 700; letter-spacing: -0.02em; color: var(--ink); white-space: nowrap; }
.marquee-track .m-dot { color: var(--accent); font-size: 18px; }
@keyframes scroll-x { to { transform: translateX(-50%); } }

/* ── Showcase ────────────────────────────────────────────────────── */
.showcase { padding-bottom: 150px; }
.showcase-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.showcase-head .section-sub { margin-left: auto; margin-right: auto; }
.showcase-stage { position: relative; max-width: 1040px; margin: 0 auto; padding: 0 24px; }
.showcase-glow { position: absolute; left: 8%; right: 8%; top: 10%; height: 70%; background: radial-gradient(ellipse at center, var(--accent-soft), transparent 72%); z-index: -1; filter: blur(20px); }
.launcher-3d { position: relative; max-width: 1000px; margin: 0 auto; perspective: 1700px; }
.launcher-frame { display: block; width: 100%; aspect-ratio: 1000 / 640; border: 1px solid var(--border); border-radius: 18px; background: var(--card); box-shadow: var(--shadow-lg); transform-style: preserve-3d; }
.launcher-shield { position: absolute; inset: 0; z-index: 3; border-radius: 18px; }
.launcher-shadow { position: absolute; left: 8%; right: 8%; bottom: -30px; height: 56px; z-index: -1; background: radial-gradient(ellipse at center, rgba(20,22,26,0.20), transparent 70%); filter: blur(14px); }

/* ── Story ───────────────────────────────────────────────────────── */
.story { padding: 150px 0; }
.big-statement { font-size: clamp(28px, 5vw, 60px); font-weight: 600; letter-spacing: -0.03em; line-height: 1.12; max-width: 20ch; }
.big-statement .reveal-line { display: block; color: var(--ink); opacity: 0.16; }
.big-statement em { font-style: normal; color: var(--accent-ink); }

/* ── How it works (grand scroll-driven flight) ───────────────────── */
.how { position: relative; padding-top: 40px; }
.how-pin { position: relative; padding: 120px 0; }
.how-intro { text-align: center; max-width: 760px; margin: 0 auto 64px; padding: 0 32px; position: relative; z-index: 3; }
.how-intro .section-sub { margin: 16px auto 0; }
.how-track { display: flex; flex-direction: column; align-items: center; gap: 60px; }
.how-step { text-align: center; max-width: 600px; padding: 0 32px; }
.how-num { display: inline-grid; place-items: center; width: 80px; height: 80px; border-radius: 24px; background: linear-gradient(160deg, var(--accent-2), var(--accent-deep)); color: #fff; font-size: 32px; font-weight: 800; box-shadow: 0 22px 44px -16px rgba(14, 159, 110, 0.6); margin-bottom: 26px; }
.how-step h3 { font-size: clamp(28px, 4vw, 52px); font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.how-step p { margin-top: 18px; color: var(--muted); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.5; }
.how-plane { display: none; }

/* horizontal journey mode (JS adds .how-active on desktop) */
.how-active .how-pin { height: 100vh; padding: 0; overflow: hidden; display: flex; flex-direction: column; justify-content: center; }
.how-active .how-intro { position: absolute; top: 90px; left: 0; right: 0; margin: 0; }
.how-active .how-track { flex-direction: row; align-items: center; width: max-content; gap: 0; padding-left: 14vw; position: relative; z-index: 2; }
.how-active .how-step { flex: 0 0 54vw; max-width: 780px; text-align: left; padding: 0 7vw; }
.how-active .how-step h3 { font-size: clamp(40px, 5.4vw, 78px); }
.how-active .how-step p { max-width: 28ch; font-size: clamp(18px, 1.7vw, 24px); }
.how-active .how-num { width: 96px; height: 96px; border-radius: 28px; font-size: 40px; margin-bottom: 34px; }
.how-active .how-pin::after { content: ""; position: absolute; left: 0; right: 0; top: calc(30% + 30px); height: 2px; z-index: 0; background: repeating-linear-gradient(90deg, rgba(14, 159, 110, 0.13) 0 8px, transparent 8px 22px); }
.how-active .how-plane { display: block; position: absolute; top: 30%; left: 0; width: 60px; height: 60px; color: var(--accent); z-index: 4; pointer-events: none; filter: drop-shadow(0 12px 18px rgba(14, 159, 110, 0.35)); }
.how-active .how-plane svg { width: 100%; height: 100%; }

/* Wavy green down empty section gutters (fades top + bottom) */
.edge-waves { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.edge-wave { position: absolute; top: 0; bottom: 0; width: 38px; opacity: 0.18; background-repeat: repeat-y; background-position: center top; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='90' viewBox='0 0 38 90'%3E%3Cpath d='M19 0 C 4 22 34 22 19 45 C 4 68 34 68 19 90' fill='none' stroke='%230E9F6E' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E"); -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent); animation: wave-flow 7s linear infinite; }
.edge-wave-l { left: 26px; }
.edge-wave-r { right: 26px; }
@keyframes wave-flow { to { background-position: center 90px; } }
@media (max-width: 1000px) { .edge-waves { display: none; } }

/* ── Features (pinned horizontal scroll) ─────────────────────────── */
.hscroll { position: relative; }
.hscroll-head { padding-top: 130px; padding-bottom: 36px; }
.hscroll-hint { margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--accent-ink); }
.hscroll-track { display: flex; gap: 26px; width: max-content; padding: 10px 40px 130px; }
.hcard { flex: 0 0 min(640px, 82vw); min-height: min(60vh, 540px); background: var(--card); border: 1px solid var(--border); border-radius: 28px; padding: 46px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease; }
.hcard:hover { box-shadow: var(--shadow-lg); border-color: var(--accent-line); transform: translateY(-4px); }
.hcard-ic { width: 148px; height: 148px; border-radius: 32px; background: linear-gradient(160deg, rgba(14,159,110,0.20), rgba(14,159,110,0.05)); color: var(--accent); display: grid; place-items: center; will-change: transform; box-shadow: 0 30px 56px -26px rgba(14,159,110,0.55); }
.hcard-ic svg { width: 78px; height: 78px; }
.hcard-num { font-size: 14px; font-weight: 700; color: var(--accent); letter-spacing: 0.12em; margin-top: 34px; }
.hcard h3 { font-size: clamp(28px, 3.4vw, 46px); font-weight: 700; letter-spacing: -0.03em; margin-top: 28px; line-height: 1; }
.hcard p { margin-top: 16px; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.5; max-width: 40ch; }
.hcard-cta { background: linear-gradient(165deg, var(--accent-2), var(--accent-deep)); border-color: transparent; color: #fff; justify-content: center; }
.hcard-cta h3 { margin-top: 0; }
.hcard-cta p { color: rgba(255,255,255,0.88); margin-bottom: 28px; max-width: 32ch; }
.hcard-cta .btn { align-self: center; background: #fff; color: var(--accent-deep); }
.hcard-cta .btn:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(0,0,0,0.3); }

/* ── Economy ─────────────────────────────────────────────────────── */
.economy-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: center; }
.economy-list { list-style: none; margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.economy-list li { position: relative; padding-left: 26px; font-size: 16px; color: var(--ink-soft); line-height: 1.5; }
.economy-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 2px; background: var(--accent); transform: rotate(45deg); }
.economy-list b { color: var(--accent-ink); font-weight: 700; }
.economy-widget { background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 30px; box-shadow: 0 34px 70px -44px rgba(20,22,26,0.32); }
.ew-top { display: flex; justify-content: space-between; align-items: center; }
.ew-lbl { font-size: 12.5px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted); }
.ew-live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; color: var(--accent-ink); }
.ew-count { display: flex; align-items: center; gap: 14px; margin: 18px 0 24px; font-size: clamp(42px, 6vw, 62px); font-weight: 800; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; line-height: 1; }
.ew-coin { width: 44px; height: 44px; border-radius: 50%; flex: none; display: grid; place-items: center; background: linear-gradient(160deg, var(--accent-2), var(--accent-deep)); box-shadow: 0 6px 16px -6px rgba(14,159,110,0.6); }
.ew-coin svg { width: 24px; height: 24px; color: #fff; }
.ew-rates { display: flex; flex-direction: column; gap: 10px; }
.ew-rate { display: flex; justify-content: space-between; align-items: center; padding: 13px 16px; border-radius: 12px; background: var(--bg); font-size: 14px; }
.ew-rate span { color: var(--muted); font-weight: 500; }
.ew-rate b { font-weight: 700; font-variant-numeric: tabular-nums; }
.ew-best { background: var(--accent-soft); }
.ew-best span, .ew-best b { color: var(--accent-ink); }
.ew-foot { margin-top: 20px; font-size: 13px; color: var(--muted); text-align: center; }

/* ── Stats ───────────────────────────────────────────────────────── */
.stats-sec { background: linear-gradient(180deg, var(--bg), var(--bg-2)); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stat-num { font-size: clamp(40px, 5vw, 64px); font-weight: 800; letter-spacing: -0.04em; color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1; }
.stat-label { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 16ch; }

/* ── Pricing ─────────────────────────────────────────────────────── */
.pricing .section-head { max-width: 720px; }
.bill-switch { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-2); border-radius: 12px; margin-top: 26px; }
.bill-opt { border: none; background: transparent; font-family: var(--sans); font-size: 14px; font-weight: 600; color: var(--muted); padding: 9px 18px; border-radius: 9px; cursor: pointer; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 7px; }
.bill-opt.active { background: var(--card); color: var(--ink); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.bill-tag { font-size: 10px; font-weight: 700; color: var(--accent); background: var(--accent-soft); padding: 2px 6px; border-radius: 6px; }
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.tier { position: relative; background: var(--card); border: 1px solid var(--border); border-radius: 24px; padding: 34px 30px; display: flex; flex-direction: column; }
.tier-best { border-color: var(--accent-line); box-shadow: 0 36px 70px -34px rgba(14, 159, 110, 0.32), inset 0 0 0 1px var(--accent-line); }
.tier-ribbon { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent-deep); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0.03em; padding: 5px 15px; border-radius: 999px; }
.tier-name { font-size: 16px; font-weight: 600; }
.tier-price { margin-top: 14px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; min-height: 42px; }
.tier-amt { font-size: 42px; font-weight: 700; letter-spacing: -0.03em; line-height: 1; }
.tier-per { font-size: 14px; color: var(--muted); }
.tier-per s { opacity: 0.6; margin-right: 4px; }
.tier-alt { font-size: 13px; color: var(--muted); margin-top: 8px; }
.tier-rate { margin-top: 18px; padding: 14px 16px; border-radius: 14px; background: var(--accent-soft); display: flex; flex-direction: column; }
.rate-num { font-size: 22px; font-weight: 700; color: var(--accent-ink); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.rate-lbl { font-size: 11.5px; font-weight: 500; color: var(--accent-ink); opacity: 0.75; }
.tier-bonus { margin-top: 12px; display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--accent-ink); background: var(--accent-soft); border: 1px dashed var(--accent-line); padding: 8px 12px; border-radius: 10px; }
.tier-perks { list-style: none; margin: 22px 0 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.tier-perks li { position: relative; padding-left: 28px; font-size: 14px; color: var(--ink-soft); }
.tier-perks li::before { content: ""; position: absolute; left: 0; top: 1px; width: 18px; height: 18px; border-radius: 50%; background-repeat: no-repeat; background-position: center; background-size: 12px; }
.tier-perks li.yes::before { background-color: var(--accent-soft); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E9F6E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5l10 -10'/%3E%3C/svg%3E"); }
.tier-perks li.no { color: var(--muted); }
.tier-perks li.no::before { background-color: var(--bg-2); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236C707A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6l-12 12M6 6l12 12'/%3E%3C/svg%3E"); }
.tier .btn { width: 100%; }

/* ── FAQ ─────────────────────────────────────────────────────────── */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; transition: border-color 0.2s ease; }
.faq-item.open { border-color: var(--accent-line); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--sans); font-size: 16.5px; font-weight: 600; color: var(--ink); padding: 22px 26px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq-icon { position: relative; width: 16px; height: 16px; flex: none; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform 0.25s ease; }
.faq-icon::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq-icon::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq-item.open .faq-icon::after { transform: rotate(90deg); }
.faq-a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.3s var(--ease); }
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a > p { overflow: hidden; min-height: 0; color: var(--muted); font-size: 15px; padding: 0 26px; line-height: 1.6; }
.faq-item.open .faq-a > p { padding-bottom: 24px; }

/* ── CTA band ────────────────────────────────────────────────────── */
.cta-band { position: relative; padding: 160px 0; overflow: hidden; text-align: center; background: linear-gradient(180deg, var(--bg-2), var(--bg)); }
.cta-orb { position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%); width: 760px; height: 540px; max-width: 120vw; background: radial-gradient(ellipse, var(--accent-soft), transparent 64%); pointer-events: none; }
.cta-inner { position: relative; }
.cta-title { font-size: clamp(38px, 7vw, 92px); font-weight: 800; letter-spacing: -0.045em; line-height: 0.95; }
.cta-sub { color: var(--muted); font-size: 17px; margin: 22px auto 36px; max-width: 460px; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .economy-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
}
@media (max-width: 820px) {
  .tiers { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .hscroll-track { flex-wrap: wrap; width: auto; padding: 10px 32px 80px; }
  .hcard { flex: 1 1 100%; min-height: auto; padding: 34px; }
  .hscroll-hint { display: none; }
}
@media (max-width: 600px) {
  .section { padding: 90px 0; }
  .hero { min-height: auto; padding: 150px 0 80px; }
  .stats-grid { grid-template-columns: 1fr; }
  .story { padding: 100px 0; }
}
