/* ============================================================
   BIRTHDAY TRIBE — Marketing site
   Fonts: Playfair Display (headings) + Nunito Sans (everything else)
   ============================================================ */
@font-face{font-family:"Playfair Display";src:url("assets/fonts/PlayfairDisplay-Variable.ttf") format("truetype");font-weight:400 900;font-style:normal;font-display:swap;}
@font-face{font-family:"Playfair Display";src:url("assets/fonts/PlayfairDisplay-Italic-Variable.ttf") format("truetype");font-weight:400 900;font-style:italic;font-display:swap;}
@font-face{font-family:"Nunito Sans";src:url("assets/fonts/NunitoSans-Variable.ttf") format("truetype");font-weight:200 1000;font-style:normal;font-display:swap;}
@font-face{font-family:"Nunito Sans";src:url("assets/fonts/NunitoSans-Italic-Variable.ttf") format("truetype");font-weight:200 1000;font-style:italic;font-display:swap;}
:root{
  --bg-0:#0A0016; --bg-1:#0E0320; --bg-2:#140828; --bg-3:#1A0D30; --bg-4:#22123C;
  --surface:rgba(255,255,255,.04);
  --surface-2:rgba(255,255,255,.06);
  --line:rgba(255,255,255,.08);
  --line-2:rgba(255,255,255,.14);

  --t1:#F7F6FB; --t2:rgba(247,246,251,.66); --t3:rgba(247,246,251,.44); --t4:rgba(247,246,251,.28);

  --pink:#E91E8C; --pink-2:#FF4DAA;
  --purple:#7C3AED; --purple-2:#9B5CF6;
  --orange:#FF7A4E; --orange-2:#FF9A5A;
  --gold:#F4B942; --gold-2:#FBD46A;
  --green:#22D992;
  --coral:#FF5B5E; --coral-2:#FF7A6B;

  --grad:linear-gradient(92deg,#E91E8C,#7C3AED);
  --grad-135:linear-gradient(135deg,#E91E8C 0%,#7C3AED 100%);
  --grad-soft:linear-gradient(135deg,rgba(233,30,140,.16),rgba(124,58,237,.16));
  /* CTA gradient — purple → pink → orange (per button sample) */
  --grad-cta:linear-gradient(90deg,#7C3AED 0%,#E91E8C 52%,#FF7A4E 100%);
  /* brand text gradient (from graident 1.svg): purple → coral → orange */
  --grad-text:linear-gradient(154deg,#9F5CFF 0%,#FF5A60 56.87%,#FF873C 100%);
  --glow:rgba(124,58,237,.34);

  /* glassmorphism tokens (matches the app UI) */
  --glass:rgba(255,255,255,.06);
  --glass-2:rgba(255,255,255,.09);
  --glass-line:rgba(255,255,255,.14);
  --glass-blur:blur(22px) saturate(1.5);
  --glass-shadow:0 20px 50px -20px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.1);

  --f-display:"Playfair Display","Times New Roman",serif;
  --f-head:"Playfair Display","Times New Roman",serif;
  --f-body:"Nunito Sans",system-ui,-apple-system,sans-serif;
  --f-mono:"Nunito Sans",system-ui,sans-serif;

  --r-sm:10px; --r-md:16px; --r-lg:22px; --r-xl:30px; --r-pill:999px;
  --ease:cubic-bezier(.22,1,.36,1);
  --spring:cubic-bezier(.34,1.4,.64,1);
  --maxw:1600px;
  --gutter:80px;
}
@media(max-width:1100px){:root{--gutter:40px;}}
@media(max-width:680px){:root{--gutter:20px;}}
*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:clip;}
body{font-family:var(--f-body);background:var(--bg-0);color:var(--t1);line-height:1.6;overflow-x:clip;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
svg{display:block;}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
::selection{background:var(--pink);color:#fff;}
:focus-visible{outline:2px solid var(--pink-2);outline-offset:3px;border-radius:6px;}

/* atmosphere — horizontal purple↔coral glow field over #0A0016 */
.atmos{position:fixed;inset:0;z-index:-2;overflow:hidden;pointer-events:none;background:#0A0016;}
.glow-a{position:absolute;inset:-10% -5%;opacity:1;filter:blur(20px);
  background:
    radial-gradient(62% 88% at 82% 20%, rgba(255,91,94,.44) 0%, rgba(233,30,140,.22) 34%, transparent 66%),
    radial-gradient(60% 92% at 12% 78%, rgba(124,58,237,.48) 0%, rgba(155,92,246,.22) 38%, transparent 68%),
    radial-gradient(72% 72% at 50% 46%, rgba(90,40,150,.30) 0%, transparent 70%);
  animation:atmosDrift 22s ease-in-out infinite alternate;}
@keyframes atmosDrift{from{transform:translate3d(-1.5%,0,0) scale(1);}to{transform:translate3d(1.5%,-1%,0) scale(1.06);}}
.grain{position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.04;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");}

.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter);}
.sec-pad{padding:clamp(76px,10vw,140px) 0;}
section{position:relative;}
.alt{background:var(--bg-1);}

.eyebrow{display:inline-flex;align-items:center;gap:9px;font-family:var(--f-mono);font-size:11.5px;letter-spacing:.2em;text-transform:uppercase;color:var(--t3);margin-bottom:24px;}
.eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--grad);box-shadow:0 0 10px var(--pink);}
h1,h2,h3{font-family:var(--f-head);font-weight:600;line-height:1.05;letter-spacing:-.02em;}
.serif{font-family:var(--f-display);font-weight:400;font-style:italic;letter-spacing:0;}
.grad-text{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}
.gold-text{background:linear-gradient(135deg,var(--gold-2),var(--gold));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;}
.sec-head{max-width:680px;margin:0 auto 62px;text-align:center;}
.sec-head h2{font-size:clamp(30px,4.6vw,52px);margin-bottom:18px;letter-spacing:-.03em;}
.sec-head p{color:var(--t2);font-size:clamp(15px,1.8vw,18px);max-width:540px;margin:0 auto;}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;font-family:var(--f-body);font-weight:700;font-size:14.5px;padding:14px 24px;border-radius:var(--r-pill);transition:transform .35s var(--spring),box-shadow .35s var(--ease),background .3s,border-color .3s;min-height:50px;position:relative;overflow:hidden;}
.btn svg{width:17px;height:17px;}
.btn-primary{background:var(--grad-cta);background-size:140% 100%;background-position:0 0;color:#fff;font-weight:800;letter-spacing:.01em;box-shadow:0 10px 34px -10px rgba(233,30,140,.5),0 4px 14px -6px rgba(255,122,78,.4),inset 0 1px 0 rgba(255,255,255,.28);transition:transform .35s var(--spring),box-shadow .35s var(--ease),background-position .5s var(--ease);}
.btn-primary:hover{transform:translateY(-2px);background-position:100% 0;box-shadow:0 18px 48px -12px rgba(233,30,140,.6),0 6px 20px -6px rgba(255,122,78,.5),inset 0 1px 0 rgba(255,255,255,.34);}
.btn-primary::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.34),transparent);transform:translateX(-140%);}
.btn-primary:hover::after{transform:translateX(140%);transition:transform .85s var(--ease);}
.btn-ghost{background:var(--surface);color:var(--t1);border:1px solid var(--line-2);}
/* The standard "Join Birthday Tribe" button — one size everywhere, matching the
   navbar CTA. Use .btn.btn-primary.btn-join for every instance of this button. */
/* THE standard button — the navbar CTA's exact size, used for every button on the
   site, primary and secondary alike. Add `btn-join` to any `.btn` and it matches.
   Typography lives here rather than on `.btn` for two reasons: `.btn`'s 14.5px/800
   is still what the superseded pages (index-v2/v5/legacy) expect, and only
   index-v4 and about.html carried the 16/24 type-scale override — so buttons on
   blog, contact, features and the legal pages were rendering a size smaller than
   the rest of the site. Putting it on .btn-join makes every page agree.
   Declared after .btn-primary so its weight:600 wins over that rule's 800. */
.btn-join{padding:11px 20px;min-height:44px;
  font-family:var(--f-body);font-weight:600;font-size:16px;line-height:24px;}
.btn-ghost:hover{background:var(--surface-2);transform:translateY(-2px);border-color:rgba(255,255,255,.26);}
.btn-lg{padding:17px 30px;font-size:15.5px;min-height:58px;}

/* avatar system — real face photos (initials hidden) */
.av{border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--f-head);font-weight:700;color:transparent;flex:0 0 auto;letter-spacing:-.02em;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;}
.av.g1{background-image:url(assets/face5.webp);}
.av.g2{background-image:url(assets/face2.webp);}
.av.g3{background-image:url(assets/face1.webp);}
.av.g4{background-image:url(assets/face4.webp);}
.av.g5{background-image:url(assets/face3.webp);}
.av.g6{background-image:url(assets/face6.webp);}

/* ================= NAV ================= */
.nav{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s,backdrop-filter .4s,border-color .4s;border-bottom:1px solid transparent;}
.nav.scrolled{background:rgba(8,7,15,.7);backdrop-filter:blur(18px) saturate(1.4);border-bottom:1px solid var(--line);}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:104px;}
.brand{display:flex;align-items:center;gap:11px;font-family:var(--f-body);}
.brand-full{height:58px;width:auto;display:block;}
.brand-fallback{display:inline-flex;align-items:center;gap:11px;}
.footer .brand-full{height:58px;}
.brand .mark{width:38px;height:38px;flex:0 0 38px;filter:drop-shadow(0 4px 12px rgba(240,72,77,.35));}
.brand .wordmark{display:flex;flex-direction:column;line-height:.98;}
.brand .wordmark b{font-weight:700;font-size:10px;letter-spacing:.34em;text-transform:uppercase;color:var(--coral);padding-left:2px;}
.brand .wordmark i{font-weight:900;font-style:normal;font-size:19px;letter-spacing:.11em;text-transform:uppercase;color:var(--coral);}

/* glassmorphism utility (matches app UI) */
.glass{background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);box-shadow:var(--glass-shadow);}
.nav-links{display:flex;align-items:center;gap:30px;}
.nav-links > a,.nav-drop-t{font-size:18px;font-weight:600;color:var(--t2);transition:color .25s;position:relative;}
.nav-links > a::after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--grad);border-radius:2px;transition:width .3s var(--ease);}
.nav-links > a:hover{color:var(--t1);} .nav-links > a:hover::after{width:100%;}
.nav-cta{display:flex;align-items:center;gap:12px;}
.nav-drop{position:relative;}
.nav-drop-t{display:flex;align-items:center;gap:5px;}
.nav-drop-t svg{width:13px;height:13px;transition:transform .3s var(--ease);}
.nav-drop:hover .nav-drop-t,.nav-drop:focus-within .nav-drop-t{color:var(--t1);}
.nav-drop:hover .nav-drop-t svg{transform:rotate(180deg);}
.nav-drop-menu{position:absolute;top:calc(100% + 16px);left:0;min-width:224px;background:rgba(13,12,20,.97);backdrop-filter:blur(18px) saturate(1.3);border:1px solid var(--line);border-radius:16px;padding:8px;display:flex;flex-direction:column;opacity:0;transform:translateY(-8px);pointer-events:none;transition:.28s var(--ease);box-shadow:0 26px 54px -18px rgba(0,0,0,.75);}
.nav-drop-menu::before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px;}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{opacity:1;transform:none;pointer-events:auto;}
.nav-drop-menu a{padding:11px 14px;border-radius:10px;font-size:14px;color:var(--t2);font-weight:600;transition:.2s;}
.nav-drop-menu a:hover{background:var(--surface-2);color:var(--t1);}
.burger{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--line-2);background:var(--surface);align-items:center;justify-content:center;flex-direction:column;gap:5px;}
.burger span{width:18px;height:2px;background:var(--t1);border-radius:2px;transition:.3s;}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.burger.open span:nth-child(2){opacity:0;}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
/* transparent glass panel (same treatment as the nav bar) */
.mobile-menu{position:fixed;inset:104px 0 0;z-index:99;
  background:rgba(12,9,22,.6);backdrop-filter:blur(30px) saturate(1.35);-webkit-backdrop-filter:blur(30px) saturate(1.35);
  border-top:1px solid var(--glass-line,rgba(255,255,255,.08));
  padding:26px var(--gutter) 40px;display:flex;flex-direction:column;gap:2px;transform:translateY(-12px);opacity:0;pointer-events:none;transition:.35s var(--ease);overflow-y:auto;}
.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:auto;}
.mobile-menu a{font-family:var(--f-head);font-size:22px;font-weight:600;padding:13px 0;border-bottom:1px solid var(--line);color:var(--t1);}
.mobile-menu a.mm-sub{font-size:17px;padding-left:18px;color:var(--t2);border-left:2px solid var(--line-2);border-bottom:1px solid var(--line);}
.mobile-menu .btn{margin-top:22px;}
/* collapsible Features dropdown — chevron toggle, submenu opens on click */
.mm-drop{border-bottom:1px solid var(--line);}
.mm-drop-t{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;
  font-family:var(--f-head);font-size:22px;font-weight:600;color:var(--t1);
  background:none;border:0;cursor:pointer;text-align:left;padding:13px 0;}
.mm-chev{width:22px;height:22px;flex:0 0 auto;color:var(--t2);transition:transform .3s var(--ease);}
.mm-drop.open .mm-chev{transform:rotate(180deg);}
.mm-drop-menu{max-height:0;overflow:hidden;transition:max-height .4s var(--ease);}
.mm-drop.open .mm-drop-menu{max-height:420px;}
/* submenu inside a rounded glass frame; items same size as the menu but regular weight */
.mm-drop-frame{margin:6px 0 14px;padding:2px 18px;border:1px solid var(--glass-line,rgba(255,255,255,.1));
  border-radius:14px;background:rgba(255,255,255,.035);}
.mm-drop-frame a{display:block;font-family:var(--f-body);font-weight:400;font-size:22px;color:var(--t2);
  padding:12px 0;border-bottom:1px solid var(--line);}
.mm-drop-frame a:last-child{border-bottom:none;}
/* when the menu is open, the nav bar matches the menu's dark glass */
body.menu-open .nav{background:rgba(12,9,22,.6);backdrop-filter:blur(30px) saturate(1.35);
  -webkit-backdrop-filter:blur(30px) saturate(1.35);border-bottom:1px solid var(--glass-line,rgba(255,255,255,.08));}

/* ================= HERO (scroll-driven, 2 states) ================= */
/* Tall section gives scroll distance; the stage stays pinned inside it. */
.hero{position:relative;height:230vh;}
/* flex column: copy sits on top (natural height), phone fills the space below it —
   so the phone always comes AFTER the button, on any window size (no overlap) */
.hero-sticky{position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding-top:clamp(104px,13vh,140px);}
.hero-c{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;}

/* eyebrow social-proof pill (faces + trusted text) */
.eyebrow-pill{display:inline-flex;align-items:center;gap:11px;padding:7px 18px 7px 8px;border-radius:var(--r-pill);
  background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);
  border:1px solid var(--glass-line);box-shadow:var(--glass-shadow);
  font-family:var(--f-body);font-size:13.5px;font-weight:600;color:var(--t2);margin-bottom:30px;transition:border-color .3s,transform .3s var(--spring);}
.eyebrow-pill:hover{border-color:rgba(255,255,255,.28);transform:translateY(-1px);}
.pill-faces{display:inline-flex;}
.pill-faces .pf{width:27px;height:27px;border-radius:50%;background-size:cover;background-position:center;background-repeat:no-repeat;border:2px solid var(--bg-0);margin-left:-10px;box-shadow:0 2px 6px rgba(0,0,0,.4);}
.pill-faces .pf:first-child{margin-left:0;}

.hero-title{font-family:var(--f-head);font-weight:700;font-size:clamp(34px,5.4vw,64px);line-height:1.32;letter-spacing:-.02em;margin-bottom:26px;}
.hero-title .line{display:block;}
.hero-title .w{color:#F7F6FB;}
.hero .lead{font-size:clamp(15px,1.7vw,18px);color:var(--t2);max-width:540px;margin:0 auto 30px;}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;margin-bottom:8px;}

/* START state — copy block (natural height) at the top of the flex column */
.hero-start{flex:0 0 auto;z-index:20;width:100%;text-align:center;margin-bottom:clamp(4px,1.2vh,14px);will-change:opacity,transform;}

/* END state — stats column (right), centered text, badges in a row */
/* width shrinks to the (nowrap) first line, so line 2 centers exactly under it */
.hero-end{position:absolute;top:50%;left:51%;right:auto;transform:translateY(-50%);width:max-content;max-width:52vw;z-index:20;
  opacity:0;text-align:center;will-change:opacity,transform;}
.he-title{font-family:var(--f-head);font-weight:800;font-size:clamp(28px,3.4vw,50px);line-height:1.12;letter-spacing:-.01em;}
.he-title .he-l1{white-space:nowrap;}
.he-badges{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:40px;}
.he-badges img{height:52px;width:auto;display:block;transition:transform .3s var(--spring);}
.he-badges a:hover img{transform:translateY(-3px);}

/* phone stage — fills the area BELOW the copy. Frame1 (perspective, BIG, centred,
   rising) -> frame2 (upright, big, left). The phone is anchored at the TOP of this
   area (right under the button) and is large, so its lower part is clipped (rising). */
.hero-phone-wrap{flex:1 1 auto;position:relative;width:100%;min-height:0;z-index:10;perspective:1700px;pointer-events:none;}
.hero-phone{position:absolute;inset:0;transform-origin:50% 0;will-change:transform;}
.hpf-float{position:absolute;inset:0;animation:phoneFloat 5.5s ease-in-out infinite;}
/* phones anchored at the TOP of this area, i.e. just below the button — never overlaps the copy */
.hpf{position:absolute;left:50%;top:8px;transform:translateX(-50%);transform-origin:50% 0;max-width:none;filter:drop-shadow(0 30px 50px rgba(0,0,0,.5));}
/* frame 1 (start): WIDE — spans from the BIRTHDAY TRIBE logo to the Download CTA (80px gutters).
   It shrinks (via JS) as it fades, so the hand-off to frame 2 doesn't pop. */
.hpf-persp{width:min(1440px,calc(100vw - 160px));height:auto;}
/* frame 2 (end): sized by HEIGHT with margin so the WHOLE phone is always fully visible (never cut) */
.hpf-flat{height:min(72vh,700px);width:auto;opacity:0;}
.stage-glow{position:absolute;left:50%;top:8%;width:56%;height:44%;transform:translateX(-50%);z-index:5;filter:blur(46px);
  background:radial-gradient(closest-side,rgba(233,30,140,.22),rgba(124,58,237,.13) 55%,transparent 76%);}
@keyframes phoneFloat{0%,100%{transform:translateY(0);}50%{transform:translateY(-12px);}}

/* device mockup — authentic in-code app UI (no emoji) */
.hero-visual{position:relative;display:flex;justify-content:center;}
.device{position:relative;width:min(330px,82vw);aspect-ratio:330/690;background:linear-gradient(165deg,#141221,#0a0912);border-radius:44px;border:1.5px solid rgba(255,255,255,.09);box-shadow:0 0 0 9px rgba(255,255,255,.018),0 46px 90px -30px rgba(0,0,0,.85),0 0 80px -24px var(--glow);overflow:hidden;z-index:2;}
.device::before{content:"";position:absolute;top:15px;left:50%;transform:translateX(-50%);width:96px;height:26px;background:#000;border-radius:14px;z-index:8;}
.scr{position:absolute;inset:9px;border-radius:36px;overflow:hidden;background:linear-gradient(180deg,#0f0d18,#090810);}
.scr-top{padding:42px 16px 10px;display:flex;align-items:center;justify-content:space-between;}
.tribe-pill{display:inline-flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;padding:7px 12px;border-radius:var(--r-pill);background:rgba(255,255,255,.06);border:1px solid var(--line-2);}
.tribe-pill .seal{width:16px;height:16px;border-radius:5px;background:var(--grad-135);display:flex;align-items:center;justify-content:center;font-size:8px;font-family:var(--f-mono);color:#fff;}
.tribe-pill svg{width:11px;height:11px;color:var(--t3);}
.scr-ic{width:32px;height:32px;border-radius:50%;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;}
.scr-ic svg{width:15px;height:15px;color:var(--t2);}
.stories{display:flex;gap:11px;padding:6px 16px 12px;overflow:hidden;}
.story{display:flex;flex-direction:column;align-items:center;gap:5px;flex:0 0 auto;}
.story .ring{width:46px;height:46px;border-radius:50%;padding:2px;background:var(--grad-135);}
.story .ring.live{background:linear-gradient(135deg,var(--gold-2),var(--gold));}
.story .ring .av{width:100%;height:100%;font-size:14px;border:2px solid var(--bg-2);}
.story small{font-size:9px;color:var(--t3);max-width:46px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.scr-banner{margin:0 16px 12px;border-radius:18px;padding:15px 16px;background:var(--grad-135);position:relative;overflow:hidden;}
.scr-banner .rays{position:absolute;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.35),transparent 70%);top:-70px;right:-40px;}
.scr-banner h4{font-family:var(--f-head);font-size:17px;line-height:1.12;margin-bottom:3px;}
.scr-banner p{font-size:11px;color:rgba(255,255,255,.86);}
.scr-banner .who{display:flex;margin-top:11px;}
.scr-banner .who .av{width:24px;height:24px;font-size:10px;border:2px solid rgba(255,255,255,.9);margin-left:-7px;}
.scr-banner .who .av:first-child{margin-left:0;}
.scr-banner .who .more{background:rgba(0,0,0,.32);font-size:8.5px;}
.scr-post{margin:0 16px;background:rgba(255,255,255,.035);border:1px solid var(--line);border-radius:16px;padding:13px 14px;}
.scr-post .ph{display:flex;align-items:center;gap:9px;margin-bottom:9px;}
.scr-post .ph .av{width:30px;height:30px;font-size:12px;}
.scr-post .ph .nm{font-size:11.5px;font-weight:700;display:flex;align-items:center;gap:4px;}
.scr-post .ph .nm svg{width:11px;height:11px;color:var(--gold);}
.scr-post .ph .tm{font-size:9.5px;color:var(--t3);}
.scr-post .bd{font-size:11.5px;color:var(--t2);line-height:1.45;margin-bottom:11px;}
.scr-post .rx{display:flex;gap:16px;}
.scr-post .rx span{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--t3);}
.scr-post .rx svg{width:14px;height:14px;}
.scr-nav{position:absolute;bottom:0;left:0;right:0;height:56px;background:rgba(9,8,16,.92);backdrop-filter:blur(10px);border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-around;padding-bottom:6px;}
.scr-nav .ni{width:22px;height:22px;color:var(--t4);}
.scr-nav .ni svg{width:22px;height:22px;}
.scr-nav .ni.act{color:var(--pink-2);}
.chip{position:absolute;z-index:6;display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:15px;background:rgba(255,255,255,.07);backdrop-filter:blur(20px) saturate(1.5);-webkit-backdrop-filter:blur(20px) saturate(1.5);border:1px solid rgba(255,255,255,.16);box-shadow:0 20px 44px -16px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.14);font-size:12px;font-weight:700;white-space:nowrap;animation:floaty 6s ease-in-out infinite;}
.chip .ci{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex:0 0 32px;}
.chip .ci svg{width:16px;height:16px;color:#fff;}
.chip small{display:block;font-size:10px;color:var(--t3);font-weight:500;}
.chip-1{top:6%;left:-2%;animation-delay:0s;}
.chip-2{top:34%;right:-3%;animation-delay:1.6s;}
.chip-3{bottom:20%;left:-4%;animation-delay:.9s;}
@keyframes floaty{50%{transform:translateY(-13px);}}

/* hero 3D phone showcase — cinematic turntable over a fanned spread */
.stage3d{position:relative;width:min(300px,74vw);aspect-ratio:320/680;margin:0 auto;perspective:1600px;perspective-origin:50% 46%;transform-style:preserve-3d;}
.ph{position:absolute;border-radius:34px;overflow:hidden;background:#0b0620;border:1.5px solid rgba(255,255,255,.1);}
.ph .shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;z-index:5;}
/* four fanned side phones — collapsed at center, spread outward on reveal */
.ph.fan{top:8%;left:50%;width:66%;aspect-ratio:320/680;opacity:0;transform:translateX(-50%) scale(.5);transform-origin:bottom center;
  transition:none;will-change:transform,opacity;filter:saturate(.95) brightness(.68);box-shadow:0 30px 62px -30px rgba(0,0,0,.9);}
.ph.main .ph3d,#ph3d{will-change:transform;}
.hero-visual.in .fan-1{opacity:.4;z-index:1;transition-delay:.24s;transform:translateX(calc(-50% - 116%)) rotate(-15deg) rotateY(30deg) scale(.66);}
.hero-visual.in .fan-2{opacity:.66;z-index:2;transition-delay:.1s;transform:translateX(calc(-50% - 64%)) rotate(-9deg) rotateY(22deg) scale(.79);}
.hero-visual.in .fan-3{opacity:.66;z-index:2;transition-delay:.16s;transform:translateX(calc(-50% + 64%)) rotate(9deg) rotateY(-22deg) scale(.79);}
.hero-visual.in .fan-4{opacity:.4;z-index:1;transition-delay:.3s;transform:translateX(calc(-50% + 116%)) rotate(15deg) rotateY(-30deg) scale(.66);}
/* mini fallback screens (shown until real PNGs are added to /screens) */
.mini{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:24px 13px 16px;background:linear-gradient(165deg,#1c0c34,#0c0620);}
.mini.live{background:linear-gradient(165deg,#2a1140,#0c0620);}
.mini.tribe{background:linear-gradient(165deg,#241041,#0c0620);}
.mini.gift{background:linear-gradient(165deg,#2b1233,#0c0620);}
.mini.onbd{background:linear-gradient(165deg,#301038,#170830 45%,#0c0620);}
.mini .mlogo svg{width:26px;height:26px;}
.mini .mtag{margin-top:auto;font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:var(--t3);}
.mini .mbig{width:82%;height:74px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);}
.mini .mcard{width:86%;height:56px;border-radius:12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.06);}
.mini .mtitle{width:72%;height:16px;border-radius:6px;background:rgba(255,255,255,.08);}
.mini .mbtn{width:86%;height:24px;border-radius:9px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);}
.mini .mrow{display:flex;gap:7px;}
.mini .mrow i{width:32px;height:44px;border-radius:8px;background:rgba(255,255,255,.06);display:block;}
.mini .mgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;width:86%;}
.mini .mgrid i{aspect-ratio:1;border-radius:8px;background:rgba(255,255,255,.06);}
.ph.main{inset:0;z-index:4;background:none;border:none;overflow:visible;transform-style:preserve-3d;}
.ph3d{position:absolute;inset:0;transform-style:preserve-3d;will-change:transform;transform:rotateY(-20deg) rotateX(6deg);}
.face{position:absolute;inset:0;border-radius:36px;overflow:hidden;backface-visibility:hidden;-webkit-backface-visibility:hidden;border:1.5px solid rgba(255,255,255,.1);box-shadow:0 46px 92px -28px rgba(0,0,0,.92),0 0 92px -24px var(--glow);}
.face.back{transform:rotateY(180deg);background:linear-gradient(155deg,#241f38,#0c0b16);}
.face.back .cam{position:absolute;top:22px;left:22px;width:46px;height:46px;border-radius:15px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);}
.face.back .cam b{position:absolute;width:15px;height:15px;border-radius:50%;background:radial-gradient(circle at 34% 30%,#4a4568,#0c0b16);top:8px;}
.face.back .cam b:first-child{left:8px;}.face.back .cam b:last-child{left:23px;}
.face.back .blogo{position:absolute;top:50%;left:50%;width:70px;height:70px;transform:translate(-50%,-50%);opacity:.92;}
.ph-shine{position:absolute;inset:0;z-index:20;pointer-events:none;background:linear-gradient(120deg,rgba(255,255,255,.16),transparent 24%,transparent 78%,rgba(255,255,255,.05));mix-blend-mode:screen;}
/* recreated app screens — real PNG auto-overlays when added to /screens */
.screens{position:absolute;inset:0;background:#09080f;}
.screen{position:absolute;inset:0;opacity:0;transition:opacity .7s var(--ease);color:#fff;font-size:10px;}
.screen.on{opacity:1;}
.screen>.shot{z-index:6;}
.st{display:flex;justify-content:space-between;align-items:center;padding:11px 15px 3px;font-size:9.5px;font-weight:700;}
.st .b{width:15px;height:8px;border:1px solid #fff;border-radius:2px;opacity:.85;}
.hdr{display:flex;align-items:center;gap:7px;padding:3px 13px 9px;}
.hdr .bk{width:23px;height:23px;border-radius:50%;border:1px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--t2);}
.hdr h6{font-family:var(--f-head);font-weight:700;font-size:14px;line-height:1;}
.hdr h6 small{display:block;font-weight:500;font-size:7.5px;color:var(--t3);margin-top:2px;}
.hdr .sp{margin-left:auto;display:flex;gap:5px;}
.hdr .ci{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);}
.a{border-radius:50%;background:var(--grad-135);flex:0 0 auto;}
.bnav{position:absolute;bottom:0;left:0;right:0;height:42px;background:rgba(10,9,18,.96);border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-around;}
.bnav i{width:14px;height:14px;border-radius:5px;background:rgba(255,255,255,.16);}
.bnav i.act{background:var(--pink-2);}
.bnav .mid{width:30px;height:30px;border-radius:50%;background:var(--grad-135);margin-top:-12px;box-shadow:0 5px 14px -4px var(--pink);}
.hlogo{display:flex;align-items:center;gap:5px;font-family:var(--f-body);font-weight:900;font-size:11px;letter-spacing:.12em;color:var(--coral);}
.hlogo svg{width:15px;height:15px;flex:0 0 15px;}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin:0 11px 9px;padding:8px 5px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:rgba(255,255,255,.03);text-align:center;}
.stats .ic{display:block;width:20px;height:20px;border-radius:6px;background:var(--grad-135);margin:0 auto 4px;}
.stats b{font-size:9.5px;font-family:var(--f-head);display:block;}
.stats span{font-size:5.5px;color:var(--t3);}
.strow{display:flex;gap:9px;padding:0 12px 9px;}
.strow .r{width:34px;height:34px;border-radius:50%;padding:2px;background:var(--grad-135);}
.strow .r i{display:block;width:100%;height:100%;border-radius:50%;background:#1a1828;}
.strow span{font-size:5.5px;color:var(--t3);text-align:center;display:block;margin-top:2px;}
.post{margin:0 11px;border-radius:13px;overflow:hidden;border:1px solid rgba(255,255,255,.07);}
.post .u{display:flex;align-items:center;gap:6px;padding:8px;}
.post .u .a{width:22px;height:22px;}
.post .u b{font-size:9px;}.post .u span{font-size:6.5px;color:var(--t3);display:block;}
.post .im{height:118px;background:linear-gradient(135deg,#4a3535,#1c1414);position:relative;}
.livep{position:absolute;bottom:7px;left:7px;right:7px;background:linear-gradient(90deg,#FF4DAA,#F4B942);border-radius:9px;padding:5px 8px;display:flex;align-items:center;gap:6px;}
.livep .lp{font-size:5.5px;background:rgba(0,0,0,.32);padding:2px 4px;border-radius:4px;font-weight:700;}
.livep b{font-size:8px;}.livep span{font-size:5.5px;opacity:.9;display:block;}
.bigcard{margin:0 11px 10px;border-radius:14px;overflow:hidden;height:118px;position:relative;background:linear-gradient(135deg,#3a1f4a,#160b1c);}
.bigcard .tt{position:absolute;top:9px;left:9px;font-family:var(--f-head);font-weight:700;font-size:10.5px;display:flex;align-items:center;gap:5px;}
.bigcard .tt .lp{font-size:5.5px;background:linear-gradient(90deg,#FF4DAA,#F4B942);padding:2px 5px;border-radius:5px;}
.bigcard .join{position:absolute;bottom:9px;right:9px;background:var(--grad-135);border-radius:8px;padding:4px 10px;font-size:8px;font-weight:700;}
.bigcard .ppl{position:absolute;bottom:9px;left:9px;font-size:7px;color:rgba(255,255,255,.85);}
.sect{font-family:var(--f-head);font-size:10px;font-weight:700;padding:0 12px 6px;display:flex;justify-content:space-between;}
.sect span{font-size:6.5px;color:var(--pink-2);align-self:center;}
.rowc{display:flex;gap:8px;padding:0 12px 10px;}
.rowc .c{flex:1;height:74px;border-radius:11px;position:relative;overflow:hidden;background:linear-gradient(135deg,#2a2340,#140f1e);}
.rowc .c b{position:absolute;bottom:6px;left:7px;font-size:7.5px;font-family:var(--f-head);}
.ggrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 13px;}
.gcell{aspect-ratio:1;border-radius:12px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.03);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;}
.gcell .gi{width:24px;height:24px;border-radius:8px;background:linear-gradient(135deg,#9B5CF6,#7C3AED);}
.gcell.sel{border-color:var(--purple-2);background:rgba(124,58,237,.15);}
.gcell .pr{font-size:6.5px;color:var(--gold);font-family:var(--f-mono);}
.gbtn{position:absolute;bottom:15px;left:13px;right:13px;height:34px;border-radius:11px;background:var(--grad-135);display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:700;}
.tcard{margin:0 12px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.08);padding:10px;background:rgba(255,255,255,.03);}
.tcard .art{height:60px;border-radius:10px;background:linear-gradient(135deg,#ece7f7,#cfc6ea);margin-bottom:8px;display:flex;align-items:center;justify-content:center;font-family:var(--f-head);font-weight:800;font-size:11px;color:#4a2d7a;letter-spacing:.02em;}
.tcard .nm{font-family:var(--f-head);font-weight:700;font-size:12px;}
.tstat{display:flex;gap:6px;margin-top:8px;}
.tstat div{flex:1;border:1px solid rgba(255,255,255,.08);border-radius:9px;padding:5px;text-align:center;}
.tstat b{font-size:9px;display:block;font-family:var(--f-head);}.tstat span{font-size:5px;color:var(--t3);}
.krow{display:flex;align-items:center;gap:8px;margin:0 12px 8px;padding:7px;border-radius:11px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);}
.krow .a{width:26px;height:26px;}
.krow b{font-size:8.5px;}.krow span{font-size:6px;color:var(--t3);display:block;}
.krow .fbtn{margin-left:auto;background:var(--grad-135);border-radius:8px;padding:4px 9px;font-size:7px;font-weight:700;}
@keyframes turn{0%{transform:rotateY(-26deg) rotateX(6deg);}50%{transform:rotateY(26deg) rotateX(-4deg);}100%{transform:rotateY(-26deg) rotateX(6deg);}}

/* onboarding screen (center phone) */
.onbd-screen{display:flex;flex-direction:column;background:linear-gradient(168deg,#2c0f3c 0%,#1a0730 42%,#0c0620 100%);}
.onbd-screen::before{content:"";position:absolute;top:-10%;right:-20%;width:70%;height:44%;border-radius:50%;background:radial-gradient(circle,rgba(255,91,94,.4),transparent 68%);filter:blur(8px);z-index:0;}
.onbd-hero{position:relative;z-index:1;flex:1;padding:20px 20px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;}
.onbd-logo{width:38px;height:38px;margin:26px 0 16px;filter:drop-shadow(0 6px 16px rgba(240,72,77,.45));}
.onbd-hero h5{font-family:var(--f-head);font-weight:800;font-size:21px;line-height:1.1;color:#fff;letter-spacing:-.01em;}
.grad-cta-text{background:var(--grad-text);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;}
.onbd-hero > p{font-size:9.5px;color:var(--t3);margin:7px 0 22px;letter-spacing:.02em;}
.onbd-btns{display:flex;flex-direction:column;gap:9px;width:100%;}
.obtn{display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:12px;font-size:10px;font-weight:700;color:#fff;}
.obtn .oi{width:15px;height:15px;border-radius:5px;flex:0 0 15px;}
.oi.phone{background:linear-gradient(135deg,#4FACFE,#3B82F6);}
.oi.google{background:conic-gradient(from -45deg,#EA4335,#FBBC05,#34A853,#4285F4,#EA4335);}
.oi.apple{background:#fff;}
.oi.tiktok{background:linear-gradient(135deg,#25F4EE,#FE2C55);}
.onbd-foot{margin-top:18px;font-size:8.5px;color:var(--t3);}
.onbd-foot b{color:var(--coral);}
/* phone mockups mimic the real app UI — keep in-screen text sans (Nunito) */
.screens,.screens h5,.screens h6,.screens .sect,.screens .tt,.screens .art,.screens .nm,.screens .hlogo,.screens b{font-family:var(--f-body);}
.onbd-hero h5{font-weight:900;letter-spacing:-.01em;}

/* ================= MARQUEE ================= */
.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;overflow:hidden;}
.marquee-track{display:flex;gap:44px;width:max-content;animation:scrollx 38s linear infinite;}
.marquee:hover .marquee-track{animation-play-state:paused;}
.mq-item{display:flex;align-items:center;gap:14px;font-family:var(--f-head);font-size:19px;font-weight:500;color:var(--t3);white-space:nowrap;}
.mq-item svg{width:16px;height:16px;color:var(--pink);}
@keyframes scrollx{to{transform:translateX(-50%);}}

/* ================= TRIBES ================= */
.tribes-sec{background:#0A0016;position:relative;z-index:1;}          /* flat bg — hides the hero glow */
.tribes-sec .sec-head{max-width:none;}
.tribes-sec .sec-head p{max-width:720px;margin:0 auto;}   /* wraps to two lines */
/* pill eyebrow — bordered glass, sentence case, no dot */
.pill-eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:var(--r-pill);
  background:var(--glass);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);
  box-shadow:var(--glass-shadow);font-family:var(--f-body);font-weight:700;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--t2);margin-bottom:22px;}
.tribes-h{color:#F7F6FB;font-size:clamp(26px,4vw,52px);white-space:nowrap;}

/* horizontal glass cards (image left · name + members right) — 4 per row, equal size */
/* three running rows: row1 →left, row2 →right, row3 →left */
.tribe-rows{display:flex;flex-direction:column;gap:22px;}
.tribe-marquee{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);}
.tribe-track{display:flex;gap:26px;width:max-content;animation:scrollx 56s linear infinite;}
.tribe-track.rev{animation-direction:reverse;}
.tribe-card{flex:0 0 clamp(230px,19vw,290px);position:relative;min-height:88px;border-radius:16px;padding:11px;display:flex;flex-direction:row;align-items:center;gap:12px;text-align:left;cursor:pointer;
  background:rgba(56,56,56,.2);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-line);
  box-shadow:var(--glass-shadow);transition:transform .45s var(--ease),box-shadow .45s var(--ease);}
.tribe-card::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1.5px;background:var(--grad-cta);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;
  opacity:0;transition:opacity .4s var(--ease);pointer-events:none;}
.tribe-card:hover{box-shadow:0 0 34px -6px rgba(124,58,237,.45);}
.tribe-card:hover::before{opacity:1;}
.tc-img{width:56px;height:56px;flex:0 0 56px;border-radius:11px;overflow:hidden;}
.tc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease);}
.tribe-card:hover .tc-img img{transform:scale(1.06);}
.tc-body{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0;}
.tribe-card h3{font-family:var(--f-body);font-weight:600;font-size:19px;line-height:1.05;color:#FFFFFF;letter-spacing:-.01em;white-space:nowrap;}
.tc-mem{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:#A5A5A5;line-height:1;}
.tc-mem svg{width:17px;height:17px;flex:0 0 17px;color:#A5A5A5;}

/* scroll reveal — content starts BLURRED and comes into focus as it enters view */
.reveal-blur{opacity:0;filter:blur(16px);transform:translateY(20px);
  transition:opacity .9s var(--ease),filter .9s var(--ease),transform .9s var(--ease);will-change:opacity,filter,transform;}
.reveal-blur.in{opacity:1;filter:blur(0);transform:none;}

/* word-by-word reveal — words go from dim to bright in sequence on scroll-in */
.reveal-words .rw{display:inline-block;opacity:.15;transition:opacity .12s linear;will-change:opacity;}
/* clean staggered fade-up + blur-clear reveal */
.reveal-up{opacity:0;transform:translateY(26px);filter:blur(8px);
  transition:opacity .7s var(--ease),transform .7s var(--ease),filter .7s var(--ease);will-change:opacity,transform,filter;}
.reveal-up.in{opacity:1;transform:none;filter:blur(0);}
.live-copy .live-h.reveal-up{transition-delay:.08s;}
.live-copy .lead.reveal-up{transition-delay:.16s;}
.live-feats li.reveal-up:nth-child(1){transition-delay:.24s;}
.live-feats li.reveal-up:nth-child(2){transition-delay:.34s;}
.live-feats li.reveal-up:nth-child(3){transition-delay:.44s;}

/* ============ HOW IT WORKS — pinned scroll stepper ============ */
.hiw-sec{position:relative;height:360vh;background:#0A0016;}
.hiw-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden;}
.hiw-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:clamp(40px,6vw,90px);align-items:center;width:100%;}
.hiw-h{font-family:var(--f-head);font-size:clamp(28px,3.6vw,46px);font-weight:700;margin:12px 0 10px;letter-spacing:-.02em;}
.hiw-sub{color:var(--t2);font-size:clamp(15px,1.7vw,18px);max-width:470px;margin-bottom:22px;}
/* stable height (fits compact accordion) so switching never re-centers the grid — no jerk, no crop */
.hiw-steps{display:flex;flex-direction:column;justify-content:flex-start;gap:4px;min-height:390px;}
.hiw-step{position:relative;display:flex;gap:18px;align-items:flex-start;text-align:left;width:100%;padding:13px 18px;border-radius:16px;
  background:transparent;opacity:.45;transition:background .4s var(--ease),opacity .4s var(--ease);}
.hiw-step.active{background:var(--glass);opacity:1;}
/* active step gets a gradient border (the CTA gradient) */
.hiw-step::before{content:"";position:absolute;inset:0;border-radius:16px;padding:1.5px;background:var(--grad-cta);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;
  opacity:0;transition:opacity .45s var(--ease);pointer-events:none;}
.hiw-step.active::before{opacity:1;}
/* number = same size as the title, white, Nunito semibold */
.hs-n{font-family:var(--f-body);font-weight:600;font-size:clamp(19px,2vw,24px);color:#FFFFFF;min-width:34px;line-height:1.1;}
.hs-t{display:flex;flex-direction:column;min-width:0;}
.hs-title{font-family:var(--f-body);font-weight:600;font-size:clamp(19px,2vw,24px);color:#FFFFFF;line-height:1.1;letter-spacing:-.01em;}
/* only the active description shows (compact so nothing crops); it dissolves in/out */
.hs-desc{font-size:15.5px;line-height:1.5;color:var(--t3);max-height:0;opacity:0;overflow:hidden;
  transition:max-height .5s var(--ease),opacity .45s var(--ease),margin-top .5s var(--ease);}
.hiw-step.active .hs-desc{max-height:80px;opacity:1;margin-top:8px;}

.hiw-phone-wrap{position:relative;display:flex;justify-content:center;align-items:center;min-height:min(600px,72vh);}
.hiw-glow{position:absolute;width:min(400px,64%);aspect-ratio:1;border-radius:50%;filter:blur(60px);z-index:0;
  background:radial-gradient(circle at 40% 36%,rgba(233,30,140,.5),transparent 52%),
             radial-gradient(circle at 68% 66%,rgba(124,58,237,.55),transparent 52%),
             radial-gradient(circle at 60% 46%,rgba(255,122,78,.3),transparent 50%);
  animation:hiwBreathe 5s ease-in-out infinite;}
/* breathing effect — the glow gently expands and brightens, then settles */
@keyframes hiwBreathe{0%,100%{transform:scale(.9);opacity:.66;}50%{transform:scale(1.14);opacity:1;}}
.hiw-phone{position:relative;z-index:1;width:min(272px,72vw);aspect-ratio:0.46;filter:drop-shadow(0 40px 70px rgba(0,0,0,.6));}
.hs-screen{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .55s var(--ease);}
.hs-screen.on{opacity:1;}

/* ================= SPLIT ================= */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,6vw,76px);align-items:center;}
.split.rev .split-visual{order:2;}
.split-copy h2{font-size:clamp(28px,4.2vw,46px);margin-bottom:18px;letter-spacing:-.03em;}
.split-copy .lead{color:var(--t2);font-size:16.5px;margin-bottom:26px;max-width:460px;}
.feat-list{display:flex;flex-direction:column;gap:15px;list-style:none;}
.feat-list li{display:flex;gap:14px;align-items:flex-start;}
.feat-list .fi{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;}
.feat-list .fi svg{width:18px;height:18px;}
.feat-list h4{font-family:var(--f-head);font-size:15.5px;margin-bottom:2px;}
.feat-list p{font-size:13.5px;color:var(--t3);line-height:1.5;}

/* ===== Curtain stack — rounded cards pin, next card rises up and stacks over each ===== */
/* big gap between How-it-works and the stack; cards stack FLUSH (no gap between them) */
.curtain{position:relative;z-index:1;background:#0A0016;padding-top:clamp(96px,15vh,196px);}
.curtain-panel{position:sticky;top:clamp(56px,9vh,96px);padding:0 var(--gutter);}
/* OUTER card — holds two separate inner cards (text + image) with a gap between them */
.stack-card{position:relative;width:100%;max-width:1520px;margin:0 auto;display:grid;grid-template-columns:1fr 1.06fr;
  gap:clamp(14px,1.4vw,22px);padding:clamp(14px,1.4vw,22px);min-height:min(76vh,620px);
  background:#0c0719;border:1px solid rgba(255,255,255,.08);border-radius:32px;
  box-shadow:0 46px 104px -34px rgba(0,0,0,.95);
  transform-origin:50% 0;transform:scale(calc(1 - .05*var(--cover,0)));will-change:transform;}
/* darken the card as the next one rises over it */
.stack-card::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:5;
  background:#04000a;opacity:calc(.6*var(--cover,0));}
/* inner text card */
.sc-copy{background:#130c26;border:1px solid rgba(255,255,255,.06);border-radius:22px;
  padding:clamp(26px,2.8vw,46px);display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;}
/* inner image card */
.sc-media{position:relative;overflow:hidden;border-radius:22px;background:#0A0016;border:1px solid rgba(255,255,255,.06);}
.sc-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;}
/* card-scoped copy sizing */
.stack-card .live-h{font-size:clamp(20px,2vw,32px);margin-bottom:14px;}
.stack-card .lead{max-width:none;margin-bottom:22px;}
/* eyebrow — width fits its text, left aligned */
.stack-card .pill-eyebrow{align-self:flex-start;justify-content:flex-start;width:auto;margin-bottom:16px;}
/* feature rows — icon square + text inside a faint rounded row (matches reference) */
.stack-card .live-feats{gap:12px;margin-top:6px;}
.stack-card .live-feats li{align-items:center;gap:14px;padding:12px 16px;border-radius:14px;
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07);}
.stack-card .live-feats .fi{width:40px;height:40px;flex:0 0 40px;border-radius:11px;}
.stack-card .live-feats .fi svg{width:21px;height:21px;}
.stack-card .live-feats .ft h4{margin:0 0 2px;font-size:clamp(15px,1.5vw,17px);}
@media(max-width:900px){
  .curtain{padding-top:0;}
  .curtain-panel{position:static;margin-bottom:22px!important;padding:0 var(--gutter);}
  .stack-card{grid-template-columns:1fr;min-height:0;transform:none!important;}
  .stack-card::after{display:none;}
  .sc-media{min-height:300px;order:-1;}
  .stack-card .live-h{white-space:normal;}
}

/* ===== Live celebrations — phone-in-card showcase (flat #0A0016) ===== */
.live-sec{background:#0A0016;position:relative;z-index:1;}
.live-split{align-items:center;}
/* left visual matches the text column's height exactly (absolute img fills the stretched cell) */
.live-split{align-items:stretch;}
.live-showcase{position:relative;border-radius:34px;overflow:hidden;min-height:340px;
  filter:drop-shadow(0 40px 80px rgba(0,0,0,.55));}
.ls-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block;}

.live-h{font-family:var(--f-head);font-weight:700;font-size:clamp(20px,2.35vw,40px);line-height:1.12;letter-spacing:-.02em;color:#FFFFFF;margin-bottom:18px;white-space:nowrap;}
@media(max-width:600px){.live-h{white-space:normal;font-size:clamp(26px,7vw,34px);}}
.live-copy .lead{color:var(--t2);max-width:642px;}
/* icon feature list (clock / calendar / video — white icons) */
.live-feats{list-style:none;display:flex;flex-direction:column;gap:22px;margin-top:32px;}
.live-feats li{display:flex;align-items:flex-start;gap:16px;}
.live-feats .fi{width:46px;height:46px;flex:0 0 46px;border-radius:14px;display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.05);border:1px solid var(--glass-line);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.live-feats .fi svg{width:24px;height:24px;}
.live-feats .ft h4{font-family:var(--f-body);font-weight:700;font-size:clamp(16px,1.7vw,19px);color:#FFFFFF;margin:2px 0 5px;line-height:1.15;}
.live-feats .ft p{font-family:var(--f-body);font-weight:400;font-size:clamp(13px,1.35vw,15px);color:var(--t2);line-height:1.5;max-width:none;white-space:nowrap;}
@media(max-width:600px){.live-feats .ft p{white-space:normal;}}

/* pulse posts */
.pulse-stack{display:flex;flex-direction:column;gap:13px;}
.post{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-lg);padding:16px 17px;transition:transform .35s var(--ease),border-color .35s;}
.post:hover{transform:translateX(6px);border-color:var(--line-2);}
.post .ph{display:flex;align-items:center;gap:11px;margin-bottom:11px;}
.post .ph .rr{padding:2px;border-radius:50%;background:linear-gradient(135deg,var(--gold-2),var(--gold));}
.post .ph .rr .av{width:34px;height:34px;font-size:14px;border:2px solid var(--bg-2);}
.post .ph .av{width:38px;height:38px;font-size:15px;}
.post .ph .nm{font-size:14px;font-weight:700;display:flex;align-items:center;gap:5px;}
.post .ph .nm svg{width:13px;height:13px;color:var(--gold);}
.post .ph .tm{font-size:11.5px;color:var(--t3);}
.post .ph .badge{margin-left:auto;font-size:10.5px;padding:5px 10px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--line);color:var(--t2);font-weight:600;font-family:var(--f-mono);letter-spacing:.03em;}
.post .bd{font-size:14px;color:var(--t2);line-height:1.5;margin-bottom:13px;}
.post .rx{display:flex;gap:22px;}
.post .rx span{display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--t3);transition:color .2s;}
.post .rx span:hover{color:var(--pink-2);}
.post .rx svg{width:16px;height:16px;}

/* gifts */
.gift-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.gift{border-radius:var(--r-lg);border:1px solid var(--line);background:var(--bg-2);padding:26px 22px;text-align:center;transition:transform .4s var(--spring),border-color .4s;}
.gift:hover{transform:translateY(-6px);border-color:var(--line-2);}
.gift .gi{width:64px;height:64px;margin:0 auto 14px;}
.gift h4{font-family:var(--f-head);font-size:16px;margin-bottom:5px;}
.gift p{font-size:12.5px;color:var(--t3);line-height:1.5;}
.gift .gp{margin-top:14px;font-family:var(--f-mono);font-size:11.5px;color:var(--gold);display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:var(--r-pill);background:rgba(244,185,66,.1);border:1px solid rgba(244,185,66,.22);}
.gift .gp svg{width:12px;height:12px;}
.rewards-bar{margin-top:24px;display:flex;flex-wrap:wrap;gap:11px;justify-content:center;}
.rpill{display:flex;align-items:center;gap:9px;padding:11px 17px;border-radius:var(--r-pill);background:var(--surface);border:1px solid var(--line);font-size:13px;font-weight:600;color:var(--t2);}
.rpill svg{width:17px;height:17px;color:var(--pink-2);}

/* stats */
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:0;border:0;background:none;}
.stat{text-align:center;overflow:hidden;}
/* white numbers that ROLL up (odometer): slide from below + blur clears while counting */
.stat .num{font-family:var(--f-body);font-size:clamp(32px,4.6vw,50px);font-weight:800;line-height:1.05;letter-spacing:-.02em;color:#FFFFFF;
  opacity:0;transform:translateY(46%);filter:blur(12px);
  transition:opacity .55s var(--ease),transform .75s var(--ease),filter .6s var(--ease);will-change:opacity,transform,filter;}
.stat .num.in{opacity:1;transform:none;filter:blur(0);}
.stats .stat:nth-child(1) .num{transition-delay:.02s;}
.stats .stat:nth-child(2) .num{transition-delay:.12s;}
.stats .stat:nth-child(3) .num{transition-delay:.22s;}
.stats .stat:nth-child(4) .num{transition-delay:.32s;}
.stat .lbl{font-family:var(--f-body);font-size:15.5px;color:var(--t3);margin-top:10px;}
@media(prefers-reduced-motion:reduce){.stat .num{opacity:1;transform:none;filter:none;}}

/* premium */
/* gradient background for the Premium section — starts at #0A0016 (top) so it blends
   seamlessly into the dark records section above, glows sit lower, fades back to dark */
#premium{background:
  radial-gradient(66% 56% at 20% 50%,rgba(124,58,237,.28),transparent 62%),
  radial-gradient(60% 54% at 86% 60%,rgba(233,30,140,.20),transparent 62%),
  linear-gradient(180deg,#0A0016 0%,#140a28 50%,#0A0016 100%);}
.plan-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:900px;margin:0 auto;align-items:stretch;}
/* glassmorphism plan cards — equal size, layout: pill → price → desc → button → feature box → note */
.plan{display:flex;flex-direction:column;border-radius:24px;padding:30px 28px;position:relative;
  background:rgba(56,56,56,.16);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 2px 3px rgba(255,255,255,.1),inset 0 -2px 4px rgba(0,0,0,.22);}
/* Premium — colourful gradient border (hero/CTA gradient) */
.plan.pro{background:rgba(124,58,237,.1);}
.plan.pro::before{content:"";position:absolute;inset:0;border-radius:24px;padding:1.6px;
  background:linear-gradient(120deg,#9F5CFF,#E91E8C 52%,#FF7A4E);
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;}
.plan .ptag{position:absolute;top:24px;right:24px;font-family:var(--f-body);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:6px 11px;border-radius:var(--r-pill);background:linear-gradient(135deg,#7C3AED,#9F5CFF);color:#fff;font-weight:700;z-index:2;}
/* plan-name pill */
.plan-pill{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;font-family:var(--f-body);font-weight:700;font-size:13px;
  padding:8px 15px;border-radius:var(--r-pill);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:var(--t1);margin-bottom:20px;}
.plan-pill svg{width:17px;height:17px;color:#B98CFF;}
/* price — Nunito Sans, WHITE, with clearly-spaced suffix */
.plan .price{font-family:var(--f-body);font-size:44px;font-weight:800;line-height:1;margin-bottom:6px;letter-spacing:-.02em;color:#FFFFFF;-webkit-text-fill-color:#FFFFFF;}
.plan .price small{font-family:var(--f-body);font-size:15px;font-weight:500;color:var(--t3);-webkit-text-fill-color:var(--t3);margin-left:8px;}
.plan .pdesc{font-family:var(--f-body);font-size:13.5px;color:var(--t3);margin-bottom:22px;line-height:1.5;}
.plan .btn{width:100%;margin-bottom:22px;}
/* nested feature box */
.plan .feat-box{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:18px 18px;background:rgba(255,255,255,.025);}
.plan ul{list-style:none;display:flex;flex-direction:column;gap:13px;}
.plan ul li{display:flex;gap:11px;align-items:center;font-family:var(--f-body);font-weight:600;font-size:14px;color:var(--t1);}
.plan ul li svg{width:19px;height:19px;flex:0 0 19px;}
.plan .cancel{font-family:var(--f-body);font-size:12.5px;color:var(--t3);text-align:left;margin-top:auto;padding-top:16px;}

/* testimonials */
/* testimonials — two rows of glassmorphism cards running opposite directions on #0A0016 */
.tst-sec{background:#0A0016;position:relative;z-index:1;}
.tst-rows{display:flex;flex-direction:column;gap:22px;}
/* rows fade + slide in from opposite sides, replayed each time the section enters view */
.tst-marquee{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);}
.tst-marquee:nth-child(1){transform:translateX(-46px);}
.tst-marquee:nth-child(2){transform:translateX(46px);}
.tst-sec.in .tst-marquee{opacity:1;transform:none;}
.tst-sec.in .tst-marquee:nth-child(2){transition-delay:.12s;}
@media(prefers-reduced-motion:reduce){.tst-marquee{opacity:1;transform:none;}}
.tst-marquee{overflow:hidden;
  -webkit-mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);
          mask:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);}
.tst-track{display:flex;gap:22px;width:max-content;animation:scrollx 64s linear infinite;}
.tst-track.rev{animation-direction:reverse;}
/* glass card (from card frame.svg: #383838 @ .2, white gradient border, inner light shadow) */
.tst{position:relative;flex:0 0 clamp(300px,27vw,382px);border-radius:18px;padding:24px 26px;
  background:rgba(56,56,56,.2);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
  box-shadow:inset 0 2px 3px rgba(255,255,255,.14),inset 0 -2px 4px rgba(0,0,0,.22);}
.tst::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;opacity:.8;
  background:linear-gradient(125deg,rgba(255,255,255,.1),rgba(255,255,255,.92) 50%,rgba(255,255,255,.1));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;}
.tst .rate{display:flex;gap:3px;margin-bottom:16px;}
.tst .rate svg{width:24px;height:24px;}
.tst p{font-family:var(--f-body);font-size:15px;line-height:1.55;color:var(--t1);margin-bottom:20px;}
.tst .who{display:flex;align-items:center;gap:12px;}
.tst .who .wav{width:46px;height:46px;border-radius:50%;object-fit:cover;border:1px solid rgba(255,255,255,.18);flex:0 0 46px;}
.tst .who .wn{font-family:var(--f-body);font-weight:700;font-size:15px;color:#fff;}
.tst .who .wt{font-family:var(--f-body);font-size:12.5px;color:var(--t3);margin-top:1px;}
.tst .rate{margin-bottom:12px;}
.tst p{font-size:14px;color:var(--t1);line-height:1.6;margin-bottom:18px;}
.tst .who{display:flex;align-items:center;gap:11px;}
.tst .who .av{width:40px;height:40px;font-size:15px;}
.tst .who .wn{font-size:13.5px;font-weight:700;}
.tst .who .wt{font-size:11.5px;color:var(--t3);}

/* download — exact promotion card.svg (frame + phone) with copy overlaid on the right */
.promo-card{position:relative;border-radius:40px;overflow:hidden;}
.promo-bg{display:block;width:100%;height:auto;}
.promo-copy{position:absolute;top:50%;transform:translateY(-50%);left:53%;right:clamp(20px,4vw,72px);
  display:flex;flex-direction:column;align-items:flex-start;}
.promo-copy .pill-eyebrow{margin-bottom:clamp(10px,1.5vw,20px);}
.promo-h{font-family:var(--f-body);font-weight:700;font-size:clamp(32px,3.35vw,48px);line-height:1.167;letter-spacing:-.01em;color:#fff;white-space:nowrap;margin-bottom:clamp(10px,1.4vw,18px);}
.promo-copy p{color:#fff;font-family:var(--f-body);font-weight:300;font-size:16px;line-height:24px;max-width:30em;margin-bottom:clamp(14px,2.2vw,30px);}
.promo-badges{display:flex;gap:clamp(8px,1vw,14px);flex-wrap:wrap;}
.promo-badges img{height:clamp(30px,3.6vw,52px);width:auto;display:block;transition:transform .3s var(--spring);}
.promo-badges a:hover img{transform:translateY(-3px);}
/* download poster on tablet + mobile: dedicated CTA banners with the copy overlaid
   INSIDE the card (same as the landing page). Each .promo-card must also include a
   .promo-bg-m (portrait phone) and .promo-bg-t (landscape tablet) banner image.
   Font sizes are self-contained here so longer sub-page copy still fits the banner. */
.promo-bg-m,.promo-bg-t{display:none;}
@media(min-width:601px) and (max-width:900px){
  .promo-card{display:block;background:#0A0016;padding:0;position:relative;overflow:hidden;border-radius:32px;}
  .promo-bg,.promo-bg-m{display:none;}
  .promo-bg-t{display:block;width:100%;height:auto;}
  .promo-copy{position:absolute;top:0;bottom:0;left:40%;right:5%;transform:none;
    justify-content:center;align-items:flex-start;text-align:left;padding:0;}
  /* heading = section-heading size (--fs-h1) with the same 10px heading->paragraph
     gap as the landing + about tablet CTA */
  .promo-h{white-space:normal;font-size:var(--fs-h1);line-height:1.2;color:#fff;margin-bottom:10px;}
  .promo-copy p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
    font-size:13px;line-height:19px;color:#fff;max-width:none;margin-bottom:18px;}
  .promo-badges{justify-content:flex-start;gap:10px;} .promo-badges img{height:38px;}
}
@media(max-width:600px){
  /* stacked poster built from the two supplied pieces: the gradient
     "mobile cta banner background.svg" fills the card (cover, so it stretches to any
     height) and the "mobile cta banner hand .svg" PNG sits at the bottom AS-IS. Text
     stacks on top with a 16px gap; the card grows upward when the heading needs room. */
  .promo-card{display:flex;flex-direction:column;gap:16px;
    background:url("assets/mobile cta banner background.svg?v=2") center/cover no-repeat,#0A0016;
    border-radius:28px;overflow:hidden;
    padding:clamp(28px,7vw,38px) clamp(18px,5vw,24px) 0;}
  .promo-bg,.promo-bg-t{display:none;}
  .promo-copy{position:static;order:1;transform:none;top:auto;bottom:auto;left:auto;right:auto;
    align-items:center;text-align:center;padding:0;}
  /* heading at the same size as the section headings */
  .promo-h{white-space:normal;font-size:var(--fs-h1);line-height:1.2;color:#fff;margin-bottom:14px;}
  .promo-copy p{display:none;}
  .promo-badges{justify-content:center;gap:10px;} .promo-badges img{height:40px;}
  /* hand PNG as-is, at the bottom, within the card */
  .promo-bg-m{display:block;order:2;width:min(92%,360px);height:auto;align-self:center;}
}
.cta-band{position:relative;border-radius:var(--r-xl);padding:clamp(44px,7vw,78px);text-align:center;overflow:hidden;border:1px solid var(--line-2);background:var(--grad-soft);}
.cta-band .cg{position:absolute;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,var(--glow),transparent 66%);top:-200px;left:50%;transform:translateX(-50%);filter:blur(30px);opacity:.7;}
.cta-band h2{font-size:clamp(30px,5vw,58px);margin-bottom:18px;position:relative;letter-spacing:-.03em;}
.cta-band p{color:var(--t2);font-size:clamp(15px,1.9vw,18px);max-width:500px;margin:0 auto 32px;position:relative;}
.store-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;}
.store-btn{display:flex;align-items:center;gap:11px;padding:13px 20px;border-radius:15px;background:#0a0912;border:1px solid var(--line-2);transition:transform .3s var(--spring),border-color .3s;}
.store-btn:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.3);}
.store-btn svg{width:24px;height:24px;}
.store-btn .sb{text-align:left;line-height:1.1;}
.store-btn .sb small{font-size:10px;color:var(--t3);display:block;}
.store-btn .sb b{font-size:15px;font-family:var(--f-head);}

/* faq */
/* FAQ — same gradient treatment as pricing, fading to #0A0016 at both edges (no seam) */
#faq{background:
  radial-gradient(64% 56% at 18% 50%,rgba(124,58,237,.26),transparent 62%),
  radial-gradient(58% 54% at 88% 58%,rgba(233,30,140,.18),transparent 62%),
  linear-gradient(180deg,#0A0016 0%,#140a28 50%,#0A0016 100%);}
.faq-wrap{max-width:740px;margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 4px;text-align:left;font-family:var(--f-body);font-size:clamp(15px,2vw,19px);font-weight:600;color:var(--t1);}
.faq-q .qi{width:28px;height:28px;flex:0 0 28px;border-radius:50%;border:1px solid var(--line-2);display:flex;align-items:center;justify-content:center;transition:.35s var(--ease);position:relative;}
.faq-q .qi::before,.faq-q .qi::after{content:"";position:absolute;background:var(--t1);border-radius:2px;transition:.35s var(--ease);}
.faq-q .qi::before{width:11px;height:2px;} .faq-q .qi::after{width:2px;height:11px;}
.faq-item.open .qi{background:var(--grad);border-color:transparent;transform:rotate(180deg);}
.faq-item.open .qi::after{transform:scaleY(0);}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s var(--ease);}
.faq-a p{padding:0 4px 23px;color:var(--t2);font-size:14.5px;line-height:1.65;max-width:640px;}

/* footer */
.footer{position:relative;overflow:hidden;border-top:1px solid var(--line);padding-top:66px;padding-bottom:34px;}
/* giant faint BIRTHDAY TRIBE wordmark — spans the FULL content column, so its left
   edge lines up under the logo and its right edge under the newsletter button.
   "BIRTHDAY TRIBE" measures 8.227x its font-size in Nunito 800, so
   content-width / 8.25 fills the column edge-to-edge (tiny safety margin). */
.foot-watermark{font-family:var(--f-body);font-weight:800;
  font-size:calc((min(100vw, var(--maxw)) - 2 * var(--gutter)) / 8.25);
  line-height:1.16;letter-spacing:-.01em;
  white-space:nowrap;text-align:center;color:rgba(255,255,255,.06);
  margin:4px auto 20px;max-width:var(--maxw);padding:0 var(--gutter);
  pointer-events:none;user-select:none;}
.foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:40px;margin-bottom:50px;}
.foot-brand .brand{margin-bottom:15px;}
.foot-brand p{font-family:var(--f-body);font-weight:400;font-size:16px;line-height:24px;color:#fff;max-width:360px;margin-bottom:20px;}
.socials{display:flex;gap:9px;}
.socials a{width:38px;height:38px;border-radius:11px;background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;transition:.3s;}
.socials a:hover{background:var(--surface-2);transform:translateY(-3px);border-color:var(--line-2);}
.socials svg{width:17px;height:17px;color:var(--t2);}
.foot-col h5{font-family:var(--f-head);font-size:20px;letter-spacing:.06em;text-transform:uppercase;color:var(--t2);margin-bottom:18px;}
.foot-col a{display:block;font-family:var(--f-body);font-weight:500;font-size:16px;color:var(--t3);padding:7px 0;transition:color .25s;}
.foot-col a:hover{color:var(--t1);}
/* footer newsletter (replaces the Support column) */
.foot-nl .fnl-note{font-family:var(--f-body);font-weight:400;font-size:16px;line-height:24px;color:var(--t2);margin:0 0 14px;}
/* single rounded pill: mail icon + input + Subscribe button */
.fnl-form{display:flex;align-items:center;gap:10px;width:100%;
  padding:5px 5px 5px 16px;border-radius:999px;background:var(--surface);border:1px solid var(--line-2);
  transition:border-color .25s;}
.fnl-form:focus-within{border-color:rgba(255,255,255,.3);}
.fnl-ic{display:flex;flex:0 0 auto;color:#fff;}
.fnl-ic svg{width:20px;height:20px;display:block;}
.fnl-form input{flex:1;min-width:0;background:none;border:none;outline:none;color:#fff;
  font-family:var(--f-body);font-weight:300;font-size:14px;line-height:22px;padding:8px 2px;}
.fnl-form input::placeholder{color:var(--t3);}
.fnl-btn{flex:0 0 auto;border:none;border-radius:999px;background:var(--grad-cta);color:#fff;cursor:pointer;
  font-family:var(--f-body);font-weight:600;font-size:14px;line-height:1;padding:10px 16px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.28);transition:transform .2s;}
.fnl-btn:hover{transform:translateY(-2px);}
.foot-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding-top:24px;border-top:1px solid var(--line);}
.foot-bottom p{font-family:var(--f-body);font-weight:400;font-size:16px;color:var(--t4);}
.foot-bottom .fb{display:flex;gap:20px;}
.foot-bottom .fb a{font-family:var(--f-body);font-weight:400;font-size:16px;color:var(--t3);}
.foot-bottom .fb a:hover{color:var(--t1);}

/* reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s var(--ease),transform .8s var(--ease);}
.reveal.in{opacity:1;transform:none;}
.d1{transition-delay:.07s;}.d2{transition-delay:.14s;}.d3{transition-delay:.21s;}.d4{transition-delay:.28s;}.d5{transition-delay:.35s;}.d6{transition-delay:.42s;}

/* responsive */
@media(max-width:1080px){.tribe-grid{grid-template-columns:repeat(2,1fr);}.steps{grid-template-columns:repeat(2,1fr);}.tst-grid{columns:2;}}
@media(max-width:900px){
  .nav-links{display:none;} .burger{display:flex;}
  .hero-start{padding-top:96px;}
  /* end-state stats sit lower-centered on tablet so they clear the phone */
  .hero-end{right:auto;left:50%;top:auto;bottom:8vh;transform:translateX(-50%);width:min(560px,86vw);text-align:center;}
  .hero-end .he-badges{flex-direction:row;justify-content:center;flex-wrap:wrap;}
  .split{grid-template-columns:1fr;} .split.rev .split-visual{order:0;} .split-copy .lead{max-width:100%;}
  .stats{grid-template-columns:repeat(2,1fr);gap:34px 20px;padding:36px 24px;}
  .plan-grid{grid-template-columns:1fr;max-width:430px;}
  /* How-it-works: unpin and stack on tablet/mobile, all steps open */
  .hiw-sec{height:auto;}
  .hiw-sticky{position:static;height:auto;padding:72px 0;overflow:visible;}
  .hiw-grid{grid-template-columns:1fr;gap:44px;}
  .hiw-step{opacity:1;background:var(--glass);}
  .hiw-step::before{transform:scaleY(1);}
  .hs-desc{max-height:none;opacity:1;margin-top:8px;}
  .hiw-phone-wrap{min-height:0;}
}
@media(max-width:640px){
  .tribe-grid{grid-template-columns:1fr;} .tribe-card{gap:16px;padding:14px;} .tribe-card h3{font-size:28px;} .tc-mem{font-size:18px;} .tc-img{width:92px;height:92px;flex:0 0 92px;}
  .steps{grid-template-columns:1fr;} .gift-grid{grid-template-columns:1fr;} .live-mini{grid-template-columns:1fr;}
  .tst-grid{columns:1;} .foot-grid{grid-template-columns:1fr 1fr;gap:30px 20px;} .foot-brand{grid-column:1/-1;}
  .foot-bottom{flex-direction:column;text-align:center;justify-content:center;} .chip{display:none;} .mq-item{font-size:16px;}
  .hero-start{padding-top:88px;}
  .hero-phone-wrap{width:min(420px,96vw);}
  .eyebrow-pill{font-size:12px;}
  .tribes-h{white-space:normal;}
}
@media(max-width:400px){.tribe-grid{grid-template-columns:1fr;}}

/* ===== responsive hardening (tablet + mobile safety net) ===== */
/* nothing may exceed its container's width */
img,svg,video,canvas{max-width:100%;height:auto;}
/* close the sub-pixel seam where the fixed background glow peeks between two flush
   sections (shows as a faint colored hairline on fractional-DPI mobile screens) */
@media(max-width:900px){section + section{margin-top:-1px;}}
/* section gaps: 60px on tablet (30 top + 30 bottom), 48px on mobile (24 + 24) */
@media(min-width:601px) and (max-width:900px){.sec-pad{padding:30px 0;}}
@media(max-width:600px){.sec-pad{padding:24px 0;}}
/* 28px gap between a section heading and its subtitle on mobile */
/* mobile section heads: 20px eyebrow->heading, 28px heading->paragraph */
@media(max-width:600px){.pill-eyebrow{margin-bottom:20px;}}
@media(max-width:600px){.sec-head h2{margin-bottom:28px;}}
/* phones only: hide the navbar Join CTA (it lives in the menu). Tablet keeps it up front */
@media(max-width:600px){.nav-cta .btn-join{display:none;}}
/* tablet: the navbar already shows Join up front, so hide the duplicate inside the
   hamburger menu (mobile keeps it, since the navbar CTA is hidden there) */
@media(min-width:601px) and (max-width:900px){.mobile-menu .btn-join{display:none;}}
/* tablet: pricing as two columns (a single 430px centred column looked sparse at 768) */
@media(min-width:601px) and (max-width:900px){.plan-grid{grid-template-columns:1fr 1fr;max-width:none;gap:18px;}}
/* the footer stays 4-up too long — collapse across the whole tablet range so the
   newsletter pill never gets squeezed */
@media(max-width:900px){
  .foot-grid{grid-template-columns:1fr 1fr;gap:36px 30px;}
  .foot-brand{grid-column:1/-1;}
}
@media(max-width:540px){
  .foot-grid{grid-template-columns:1fr;gap:28px;}
  .foot-bottom{flex-direction:column;text-align:center;justify-content:center;}
  /* legacy end-state hero heading (unused on live pages) — wrap if ever shown */
  .he-title .he-l1{white-space:normal;}
}
/* records band — numbers were clipping (50,000+/250,000+) in the 2-col grid */
@media(max-width:600px){
  .stats{gap:24px 12px;padding:24px 8px;}
  .stat .num{font-size:clamp(24px,6.5vw,32px);}
  .stat .lbl{font-size:13px;margin-top:8px;}
}
/* testimonials — smaller cards on mobile */
@media(max-width:600px){
  .tst{flex:0 0 clamp(230px,72vw,270px);padding:18px 18px;}
  .tst p{font-size:13px;line-height:1.55;margin-bottom:14px;}
  .tst .who .wav,.tst .who .av{width:38px;height:38px;flex:0 0 38px;}
  .tst .rate svg{width:18px;height:18px;}
}
@media(prefers-reduced-motion:reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.15s!important;scroll-behavior:auto!important;}.chip,.marquee-track{animation:none!important;}.reveal{opacity:1;transform:none;}.reveal-blur{opacity:1;filter:none;transform:none;}.reveal-up{opacity:1;filter:none;transform:none;}.reveal-words .rw{opacity:1;transform:none;}}
