/* ============================================================
   JANJI KITA — Landing Design System v3 (Impeccable)
   Typography: Playfair Display + Inter + Great Vibes
   ============================================================ */
:root {
  --brand: #6366f1;
  --brand-dark: #4f46e5;
  --brand-2: #a78bfa;
  --brand-soft: #eef2ff;
  --ink: #0f172a;
  --ink-soft: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --line-soft: #f1f5f9;
  --bg: #ffffff;
  --bg-tint: #f8fafc;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(15,23,42,.04), 0 4px 12px rgba(15,23,42,.05);
  --shadow: 0 2px 4px rgba(15,23,42,.04), 0 12px 32px rgba(15,23,42,.08);
  --shadow-lg: 0 4px 8px rgba(15,23,42,.04), 0 24px 64px rgba(15,23,42,.12);
  --glow: 0 0 0 1px rgba(99,102,241,.08), 0 8px 40px rgba(99,102,241,.18);
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-display: 'Playfair Display', 'Georgia', serif;
  --font-script: 'Great Vibes', cursive;
  --ease: cubic-bezier(.22,1,.36,1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--ink); line-height: 1.65; background: var(--bg); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.container { width: min(1120px, 92%); margin: 0 auto; }
.narrow { width: min(760px, 92%); }
::selection { background: rgba(99,102,241,.18); }

/* ── Reveal on scroll ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ── Buttons ── */
.btn { position: relative; display: inline-flex; align-items: center; gap: .5rem; border-radius: 13px; padding: .72rem 1.4rem; font-weight: 600; font-size: .92rem; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease); border: none; cursor: pointer; font-family: inherit; overflow: hidden; }
.btn-primary { background: linear-gradient(135deg, #6366f1, #4f46e5 60%, #7c3aed); color: #fff; box-shadow: 0 6px 20px rgba(79,70,229,.32); }
.btn-primary::after { content: ''; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.35) 50%, transparent 65%); transform: translateX(-120%); transition: transform .7s var(--ease); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(79,70,229,.42); }
.btn-primary:hover::after { transform: translateX(120%); }
.btn-ghost { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.btn-lg { padding: 1rem 1.9rem; font-size: 1rem; border-radius: 15px; }

/* ── Header glass ── */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.72); backdrop-filter: blur(18px) saturate(1.4); -webkit-backdrop-filter: blur(18px) saturate(1.4); border-bottom: 1px solid rgba(226,232,240,.7); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: 72px; }
.brand { display: flex; align-items: center; gap: .65rem; font-weight: 800; font-size: 1.18rem; letter-spacing: -.01em; }
.logo-mark { width: 36px; height: 36px; border-radius: 11px; background: linear-gradient(135deg, #6366f1, #7c3aed); display: inline-flex; align-items: center; justify-content: center; font-size: 1.05rem; color: #fff; box-shadow: 0 4px 14px rgba(99,102,241,.35); }
.main-nav { display: flex; gap: 1.9rem; font-size: .92rem; font-weight: 500; color: var(--ink-soft); }
.main-nav a { position: relative; padding: .3rem 0; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); transition: width .3s var(--ease); }
.main-nav a:hover { color: var(--brand); }
.main-nav a:hover::after { width: 100%; }
.header-cta { display: flex; gap: .6rem; }

/* ── Hero: mesh gradient + blobs ── */
.hero { position: relative; overflow: hidden; background: #f6f7ff; padding: 6rem 0 4.5rem; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 80% 0%, rgba(99,102,241,.16), transparent 60%), radial-gradient(50% 60% at 12% 100%, rgba(167,139,250,.14), transparent 55%), radial-gradient(40% 50% at 50% 50%, rgba(255,255,255,.8), transparent 60%); pointer-events: none; }
.hero-blob { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; pointer-events: none; animation: blob-drift 14s ease-in-out infinite; }
.hero-blob.b1 { width: 420px; height: 420px; background: rgba(99,102,241,.35); top: -140px; right: -80px; }
.hero-blob.b2 { width: 320px; height: 320px; background: rgba(167,139,250,.4); bottom: -120px; left: -60px; animation-delay: -7s; }
@keyframes blob-drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(30px,-24px) scale(1.08); } }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 3.2rem; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: .45rem; background: rgba(238,242,255,.8); backdrop-filter: blur(8px); border: 1px solid rgba(99,102,241,.18); color: var(--brand-dark); font-size: .78rem; font-weight: 600; padding: .5rem 1.05rem; border-radius: 999px; margin-bottom: 1.4rem; box-shadow: var(--shadow-sm); }
.hero-text h1 { font-family: var(--font-display); font-size: clamp(2.3rem, 4.6vw, 3.6rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.12; }
.hero-text h1 em { font-style: italic; background: linear-gradient(120deg, var(--brand), #7c3aed); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-text > p { color: var(--ink-soft); font-size: 1.06rem; margin-top: 1.1rem; max-width: 480px; line-height: 1.7; }
.hero-cta { display: flex; gap: .85rem; margin-top: 2rem; flex-wrap: wrap; }
.hero-proof { display: flex; align-items: center; gap: .75rem; margin-top: 2.2rem; font-size: .85rem; color: var(--ink-soft); flex-wrap: wrap; }
.hero-proof .avatars { display: inline-flex; }
.hero-proof .avatars span { width: 34px; height: 34px; border-radius: 50%; border: 2.5px solid #fff; display: inline-flex; align-items: center; justify-content: center; font-size: .95rem; background: linear-gradient(135deg, var(--brand-soft), #fef3c7); margin-left: -8px; box-shadow: var(--shadow-sm); }
.hero-proof .avatars span:first-child { margin-left: 0; }
.hero-proof b { color: var(--ink); }

.hero-visual { position: relative; display: flex; justify-content: center; }
.phone-mock { width: 292px; border-radius: 38px; background: #0f172a; padding: 11px; box-shadow: 0 34px 80px rgba(15,23,42,.38), 0 0 0 1px rgba(255,255,255,.06) inset; transform: rotate(2.5deg) translateY(6px); transition: transform .5s var(--ease); }
.hero-visual:hover .phone-mock { transform: rotate(0deg) translateY(0); }
.phone-status { text-align: center; font-size: .72rem; color: #94a3b8; padding: 4px 0 8px; }
.phone-body { border-radius: 28px; background: radial-gradient(circle at 30% 18%, rgba(185,138,47,.45), transparent 55%), linear-gradient(160deg, #2c2312, #14100a 72%); padding: 2.6rem 1.7rem; text-align: center; min-height: 486px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .6rem; position: relative; overflow: hidden; }
.phone-body::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 40% at 50% 100%, rgba(201,162,78,.14), transparent 70%); }
.phone-body .mock-ornament { color: #c9a24e; font-size: 1.5rem; }
.phone-body .mock-kicker { color: #c9a24e; font-size: .6rem; letter-spacing: .26em; text-transform: uppercase; font-weight: 600; }
.phone-body .mock-couple { color: #f0d9a8; font-family: var(--font-display); font-size: 1.6rem; font-weight: 600; }
.phone-body .mock-divider { width: 48px; height: 1.5px; background: linear-gradient(90deg, transparent, #c9a24e, transparent); }
.phone-body .mock-greet { color: #94a3b8; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; }
.phone-body .mock-pill { display: inline-block; border: 1.5px solid rgba(240,217,168,.55); color: #f0d9a8; font-size: 1.15rem; font-family: var(--font-display); padding: .45rem 1.5rem; border-radius: 999px; margin: .5rem 0 .8rem; }
.phone-body .mock-btn { background: linear-gradient(135deg, #e8d5a5, #d4af5f); color: #14100a; border: none; font-weight: 700; font-size: .72rem; padding: .7rem 1.6rem; border-radius: 999px; letter-spacing: .06em; font-family: inherit; box-shadow: 0 6px 20px rgba(212,175,95,.35); transition: transform .25s var(--ease); }
.hero-visual:hover .mock-btn { transform: scale(1.04); }
.floating-chip { position: absolute; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border: 1px solid var(--line); border-radius: 15px; padding: .75rem 1.15rem; font-size: .82rem; font-weight: 600; box-shadow: var(--shadow); z-index: 2; }
.chip-1 { top: 10%; left: -4%; animation: float 4.5s ease-in-out infinite; }
.chip-2 { bottom: 7%; right: -4%; animation: float 4.5s ease-in-out infinite 1.3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }

/* ── Marquee ── */
.marquee { background: linear-gradient(90deg, #0f172a, #1e1b4b); color: #e2e8f0; overflow: hidden; padding: 1rem 0; position: relative; }
.marquee-track { display: flex; gap: 3rem; white-space: nowrap; animation: marquee 26s linear infinite; width: max-content; }
.marquee span { font-size: .86rem; font-weight: 500; letter-spacing: .02em; color: #c7d2fe; }
.marquee span i { font-style: normal; color: #818cf8; margin-right: .4rem; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── Sections ── */
.section { padding: 5.5rem 0; position: relative; }
.section-tint { background: linear-gradient(180deg, #f8fafc, #f1f5f9); }
.section-head { max-width: 640px; margin: 0 auto 3.2rem; text-align: center; }
.section-head .kicker { display: inline-flex; align-items: center; gap: .6rem; color: var(--brand); font-size: .74rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; margin-bottom: .9rem; }
.section-head .kicker::before, .section-head .kicker::after { content: ''; width: 26px; height: 1px; background: linear-gradient(90deg, transparent, var(--brand)); }
.section-head .kicker::after { background: linear-gradient(90deg, var(--brand), transparent); }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 3.4vw, 2.5rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
.section-head p { color: var(--muted); margin-top: .8rem; font-size: .98rem; }
/* ── Features grid ── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.feature-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem 1.8rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); overflow: hidden; }
.feature-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: rgba(99,102,241,.25); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon { width: 52px; height: 52px; border-radius: 15px; background: linear-gradient(135deg, var(--brand-soft), #f3e8ff); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 1.2rem; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease); }
.feature-card:hover .feature-icon { transform: scale(1.08) rotate(-4deg); }
.feature-card h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -.01em; margin-bottom: .5rem; }
.feature-card p { color: var(--muted); font-size: .9rem; line-height: 1.65; }

/* ── Stats band ── */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; background: linear-gradient(135deg, #1e1b4b, #312e81); border-radius: var(--radius-lg); padding: 2.6rem 2rem; color: #fff; box-shadow: var(--shadow-lg); position: relative; overflow: hidden; margin-top: 3.5rem; }
.stats-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 15%, rgba(167,139,250,.4), transparent 60%), radial-gradient(50% 60% at 10% 90%, rgba(99,102,241,.35), transparent 55%); }
.stat-item { position: relative; text-align: center; padding: .5rem; }
.stat-item b { display: block; font-family: var(--font-display); font-size: 2.1rem; font-weight: 700; letter-spacing: -.02em; }
.stat-item span { font-size: .82rem; color: #c7d2fe; margin-top: .2rem; display: block; }
.stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,.12); }

/* ── Template grid ── */
.tpl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.tpl-showcase { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.tpl-showcase:hover { transform: translateY(-6px) scale(1.01); box-shadow: var(--shadow-lg); }
.tpl-prev { height: 190px; background-size: cover; background-position: center; display: flex; align-items: flex-end; justify-content: center; padding: 1rem; position: relative; }
.tpl-prev::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(15,23,42,.55)); }
.tpl-prev span { position: relative; z-index: 1; font-family: var(--font-display); font-size: .98rem; font-weight: 600; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.tpl-meta { padding: 1rem 1.1rem 1.15rem; display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.tpl-meta b { font-size: .9rem; font-weight: 600; }
.tag { font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .3rem .6rem; border-radius: 999px; }
.tag.premium { background: #fef3c7; color: #b45309; }
.tag.classic { background: var(--brand-soft); color: var(--brand-dark); }

/* ── Pricing ── */
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; align-items: stretch; }
.price-card { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem 1.8rem; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card .tag { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--brand), #7c3aed); color: #fff; box-shadow: 0 4px 14px rgba(99,102,241,.35); white-space: nowrap; }
.price-card h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: .4rem; }
.price-card .amount { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; letter-spacing: -.02em; margin: .6rem 0 .1rem; }
.price-card .per { font-size: .78rem; color: var(--muted); margin-bottom: 1.1rem; }
.price-card ul { list-style: none; margin: 0 0 1.6rem; display: grid; gap: .6rem; }
.price-card li { font-size: .86rem; color: var(--ink-soft); display: flex; gap: .5rem; align-items: flex-start; }
.price-card li::before { content: '✦'; color: var(--brand); font-size: .7rem; margin-top: .18rem; flex-shrink: 0; }
.price-card .btn { margin-top: auto; }
.price-card.featured { border-color: transparent; background: linear-gradient(180deg, #1e1b4b, #312e81); color: #fff; box-shadow: var(--shadow-lg); }
.price-card.featured .amount { color: #fbbf24; }
.price-card.featured li { color: #c7d2fe; }
.price-card.featured li::before { color: #fbbf24; }
.price-card.featured .per { color: #a5b4fc; }
.price-card.featured .btn-primary { background: linear-gradient(135deg, #fbbf24, #f59e0b); color: #1e1b4b; box-shadow: 0 8px 24px rgba(251,191,36,.35); }
.price-note { text-align: center; margin-top: 2.2rem; font-size: .85rem; color: var(--muted); }

/* ── Testimonials ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.testi-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.9rem 1.7rem; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: .8rem; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testi-stars { color: #f59e0b; letter-spacing: 2px; font-size: .9rem; }
.testi-card p { color: var(--ink-soft); font-size: .92rem; line-height: 1.7; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: .7rem; margin-top: auto; }
.testi-author .ava { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--brand-soft), #f3e8ff); display: flex; align-items: center; justify-content: center; font-size: .95rem; font-weight: 700; color: var(--brand-dark); }
.testi-author b { font-size: .88rem; display: block; }
.testi-author small { color: var(--muted); font-size: .75rem; }

/* ── FAQ ── */
.faq-list { max-width: 720px; margin: 0 auto; display: grid; gap: .9rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.faq-item:hover { border-color: rgba(99,102,241,.3); }
.faq-q { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 1.4rem; cursor: pointer; font-weight: 600; font-size: .95rem; background: none; border: none; width: 100%; text-align: left; font-family: inherit; color: var(--ink); }
.faq-q .faq-icon { width: 26px; height: 26px; border-radius: 50%; border: 1.5px solid var(--line); display: inline-flex; align-items: center; justify-content: center; font-size: .85rem; color: var(--brand); transition: transform .3s var(--ease), background .3s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--brand-soft); border-color: var(--brand); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 1.4rem 1.2rem; color: var(--muted); font-size: .9rem; line-height: 1.7; }

/* ── CTA band ── */
.cta-band { background: linear-gradient(135deg, #1e1b4b 0%, #312e81 45%, #4f46e5 100%); color: #fff; text-align: center; padding: 4rem 2rem; border-radius: var(--radius-lg); position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 70% at 80% 20%, rgba(255,255,255,.16), transparent 60%), radial-gradient(40% 60% at 15% 85%, rgba(167,139,250,.3), transparent 55%); }
.cta-band h2 { position: relative; font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; }
.cta-band p { position: relative; color: #c7d2fe; margin: .8rem auto 1.8rem; max-width: 460px; }
.cta-band .btn { position: relative; }

/* ── Footer ── */
.site-footer { background: #0f172a; color: #94a3b8; padding: 3.5rem 0 2rem; }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
.site-footer .brand { color: #fff; }
.footer-links { display: flex; flex-direction: column; gap: .6rem; }
.footer-links b { font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: #e2e8f0; margin-bottom: .4rem; }
.footer-links a, .footer-links span { color: #94a3b8; font-size: .88rem; transition: color .25s var(--ease), transform .25s var(--ease); }
.footer-links a:hover { color: #a5b4fc; transform: translateX(3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); margin-top: 3rem; padding-top: 1.6rem; font-size: .8rem; color: #64748b; text-align: center; }

/* ── Responsive ── */
.nav-toggle { display: none; background: none; border: 1px solid var(--line); border-radius: 10px; font-size: 1.3rem; padding: .35rem .65rem; cursor: pointer; color: var(--ink); }
@media (max-width: 1024px) {
  .tpl-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,.98); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); flex-direction: column; padding: .6rem 1.4rem; z-index: 50; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem 0; border-bottom: 1px solid var(--line-soft); }
  .main-nav a::after { display: none; }
  .site-header { position: relative; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2.5rem; }
  .hero-text > p { margin-left: auto; margin-right: auto; }
  .hero-cta, .hero-proof { justify-content: center; }
  .hero-visual { margin-top: .5rem; }
  .stats-band { grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
  .stat-item + .stat-item { border-left: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .header-cta .btn-ghost { display: none; }
  .phone-mock { max-width: 260px; }
  .features-grid, .tpl-grid, .price-grid, .testi-grid { grid-template-columns: 1fr; }
  .hero { padding: 4rem 0 3rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
}
@media (max-width: 480px) {
  .header-cta .btn { padding: .45rem .8rem; font-size: .78rem; }
  .footer-inner { grid-template-columns: 1fr; }
  .stats-band { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 3rem 1.4rem; }
}

/* ── Reveal animation ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.visible { opacity: 1; transform: none; }

/* ── Aviators stack ── */
.avatars { display: inline-flex; }
.avatars > span { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #fff; display: inline-flex; align-items: center; justify-content: center; font-size: .95rem; background: linear-gradient(135deg, #f0abfc, #c4b5fd); margin-left: -8px; box-shadow: 0 2px 6px rgba(0,0,0,.12); }
.avatars > span:first-child { margin-left: 0; }

/* ── Nav links (desktop underline) ── */
.main-nav a { position: relative; color: var(--ink-soft); font-size: .92rem; font-weight: 500; transition: color .25s var(--ease); }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 100%; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.main-nav a:hover { color: var(--brand-dark); }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

/* ── Section head ── */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 3rem; }
.section-head .kicker { display: inline-block; padding: .3rem .9rem; border-radius: 999px; background: var(--brand-soft); color: var(--brand-dark); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .9rem; }
.section-head h2 { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin-bottom: .8rem; }
.section-head p { color: var(--muted); font-size: .98rem; line-height: 1.7; }

/* ── Legacy compat (stats strip lama) ── */
.stats-grid { display: none; }
@keyframes pbob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.marquee-track { display: inline-flex; gap: 2.2rem; animation: marquee 28s linear infinite; white-space: nowrap; }
.marquee { overflow: hidden; padding: 1.1rem 0; background: var(--brand-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--brand-dark); font-weight: 700; letter-spacing: .18em; font-size: .8rem; text-transform: uppercase; }
