/* ============================================================
   Mirai Boosts — theme.css (landing design system)
   Style S1 Pro SaaS dark · single blue accent · Satoshi (Bold)
   ============================================================ */

:root {
  /* Surfaces */
  --t-bg: #05060a;
  --t-surface: #0b0d13;
  --t-section-alt: #0e1018;
  --t-card: #111420;
  --t-card-2: #141826;

  /* Text */
  --t-text: #f7f8fb;
  --t-muted: rgba(233, 237, 247, 0.60);
  --t-faint: rgba(233, 237, 247, 0.40);
  --t-whisper: rgba(233, 237, 247, 0.22);

  /* Accent (Mirai purple) */
  --t-accent: #5b57c7;
  --t-accent-rgb: 91, 87, 199;
  --t-accent-hover: #7d79e8;
  --t-accent-glow: rgba(91, 87, 199, 0.45);
  --t-accent-soft: rgba(91, 87, 199, 0.16);
  --t-on-accent: #ffffff;

  /* Support / status */
  --t-green: #35d07f;
  --t-star: #f5a623;

  /* Borders */
  --t-border: rgba(255, 255, 255, 0.10);
  --t-border-subtle: rgba(255, 255, 255, 0.06);
  --t-border-hover: rgba(255, 255, 255, 0.18);

  /* Geometry */
  --t-radius-btn: 10px;
  --t-radius-card: 14px;
  --t-radius-xs: 8px;

  /* Layout */
  --t-container: min(1200px, 92vw);
  --t-nav-h: 78px;

  /* Type */
  --t-font: 'Satoshi', system-ui, -apple-system, sans-serif;
  --t-font-mono: ui-monospace, 'SF Mono', Menlo, monospace;

  /* Motion */
  --t-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --mock-line-dur: 0.4s;
  --mock-meter-dur: 2s;

  /* Hero tune */
  --t-hero-mock-top: clamp(440px, 56vh, 600px);
  --t-hero-mock-footprint: clamp(340px, 42vh, 440px);
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--t-bg);
  color: var(--t-text);
  font-family: var(--t-font);
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; font-weight: 900; letter-spacing: -0.03em; line-height: 1.08; }
p { margin: 0; }

.t-accent-text { color: var(--t-accent); }

::selection { background: rgba(var(--t-accent-rgb), 0.35); color: #fff; }
:focus-visible { outline: 2px solid var(--t-accent); outline-offset: 2px; border-radius: 4px; }

/* ---------- Layout helpers ---------- */
.t-container { width: var(--t-container); margin-inline: auto; padding-inline: clamp(14px, 3vw, 22px); }
.t-main { min-height: 40vh; }
.t-section { padding-block: clamp(56px, 8vh, 104px); position: relative; }
.t-section-head { max-width: 720px; margin: 0 auto clamp(28px, 4vh, 48px); text-align: center; }
.t-section-title { font-size: clamp(1.7rem, 1.4vw + 1.1rem, 2.6rem); font-weight: 900; }
.t-section-sub { margin-top: 12px; color: var(--t-muted); font-weight: 500;
  font-size: clamp(0.95rem, 0.4vw + 0.85rem, 1.08rem); }
.t-kicker { display: inline-block; color: var(--t-accent); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.02em; margin-bottom: 14px; }

/* Glow highlight word (hero "instantly", faq "questions") */
.t-glow { color: #8f9dff;
  text-shadow: 0 0 18px rgba(120, 140, 255, 0.75), 0 0 42px rgba(91, 87, 199, 0.55); }

/* Hero glow badge (kicker pill) */
.t-hero-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px;
  padding: 8px 16px 8px 13px; border-radius: 999px; font-weight: 700; font-size: 0.86rem; color: #dcd9ff;
  background: transparent; border: 1px solid rgba(var(--t-accent-rgb), 0.55); }
.t-hero-badge-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0;
  background: var(--t-accent-hover); box-shadow: 0 0 8px var(--t-accent-hover);
  animation: t-pulse-badge 1.8s ease-out infinite; }
@keyframes t-pulse-badge {
  0% { box-shadow: 0 0 0 0 rgba(var(--t-accent-rgb), 0.65); }
  70% { box-shadow: 0 0 0 8px rgba(var(--t-accent-rgb), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--t-accent-rgb), 0); }
}

/* Sections transparent so the ambient aurora shows through the whole page */
.t-home > .component { background: transparent; }
.t-home > .component.t-hero { background: transparent; }

/* ---------- Ambient moving background (aurora) ----------
   Performance: NO animated blur filter and NO backdrop-filter over this layer.
   The blobs are pre-feathered radial gradients (soft edges baked in) and we
   animate ONLY transform, so the whole thing runs on the GPU compositor. */
.t-aurora { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; background: var(--t-bg); }
.t-aurora span { position: absolute; display: block; border-radius: 50%;
  will-change: transform; transform: translateZ(0); backface-visibility: hidden; }
.t-aurora .a1 { width: 82vw; height: 82vw; right: -20vw; top: -26vw;
  background: radial-gradient(circle at 50% 50%, rgba(125,121,232,0.40) 0%, rgba(91,87,199,0.12) 34%, transparent 60%);
  animation: t-aur-1 36s ease-in-out infinite alternate; }
.t-aurora .a2 { width: 80vw; height: 80vw; right: -10vw; bottom: -32vw;
  background: radial-gradient(circle at 50% 50%, rgba(91,87,199,0.42) 0%, rgba(74,63,176,0.12) 34%, transparent 60%);
  animation: t-aur-2 46s ease-in-out infinite alternate; }
.t-aurora .a3 { width: 62vw; height: 62vw; left: -16vw; top: 22vh;
  background: radial-gradient(circle at 50% 50%, rgba(138,92,255,0.2) 0%, transparent 58%);
  animation: t-aur-3 54s ease-in-out infinite alternate; }
@keyframes t-aur-1 { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(-6vw,8vh,0) scale(1.15); } }
@keyframes t-aur-2 { from { transform: translate3d(0,0,0) scale(1.1); } to { transform: translate3d(-9vw,-7vh,0) scale(0.92); } }
@keyframes t-aur-3 { from { transform: translate3d(0,0,0) scale(0.9); } to { transform: translate3d(9vw,-5vh,0) scale(1.16); } }

/* ---------- Buttons ---------- */
.t-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 42px; padding: 0 20px; border-radius: var(--t-radius-btn);
  font-family: var(--t-font); font-weight: 700; font-size: 0.95rem; letter-spacing: -0.01em;
  cursor: pointer; border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.t-btn-primary { color: var(--t-on-accent);
  background: linear-gradient(180deg, var(--t-accent-hover) 0%, var(--t-accent) 60%);
  border-color: color-mix(in srgb, var(--t-accent) 55%, white);
  box-shadow: 0 8px 24px rgba(var(--t-accent-rgb), 0.30); }
.t-btn-primary:hover { transform: translateY(-1px); box-shadow: 0 10px 30px rgba(var(--t-accent-rgb), 0.42); }
.t-btn-ghost { background: rgba(255,255,255,0.04); border-color: var(--t-border);
  color: rgba(255,255,255,0.90); }
.t-btn-ghost:hover { background: rgba(255,255,255,0.08); border-color: var(--t-border-hover); }
.t-btn-lg { height: 50px; padding: 0 26px; font-size: 1rem; }
.t-btn-star { color: var(--t-accent); flex-shrink: 0; width: 20px; height: 20px; margin-right: 1px;
  filter: drop-shadow(0 0 7px rgba(var(--t-accent-rgb), 0.75)); }

/* ---------- Alert / notification ---------- */
.t-alert { position: relative; z-index: 55; }
.t-alert-inner { display: flex; align-items: center; gap: 12px; min-height: 46px; padding-block: 9px; }
.t-alert-ico { flex-shrink: 0; width: 28px; height: 28px; border-radius: 9px; display: grid; place-items: center; }
.t-alert-msg { flex: 1; font-size: 0.9rem; font-weight: 700; letter-spacing: -0.01em; }
.t-alert-link { color: inherit; text-decoration: underline; font-weight: 800; margin-left: 6px; }
.t-alert-close { flex-shrink: 0; width: 30px; height: 30px; border-radius: 8px; display: grid; place-items: center;
  color: inherit; opacity: 0.75; transition: opacity .15s ease, background .15s ease; }
.t-alert-close:hover { opacity: 1; background: rgba(255,255,255,0.16); }
/* Types */
.t-alert--info { background: linear-gradient(90deg, var(--t-accent) 0%, var(--t-accent-hover) 100%); color: #fff;
  box-shadow: 0 6px 24px rgba(var(--t-accent-rgb), 0.30); }
.t-alert--info .t-alert-ico { background: rgba(255,255,255,0.20); }
.t-alert--success { background: linear-gradient(90deg, #1f8f57, #28a745); color: #fff; }
.t-alert--success .t-alert-ico { background: rgba(255,255,255,0.20); }
.t-alert--warning { background: linear-gradient(90deg, #b26a00, #e0900f); color: #fff; }
.t-alert--warning .t-alert-ico { background: rgba(255,255,255,0.20); }
.t-alert--neutral { background: var(--t-card); color: var(--t-text); border-bottom: 1px solid var(--t-border); }
.t-alert--neutral .t-alert-ico { background: rgba(var(--t-accent-rgb), 0.18); color: var(--t-accent); }
@media (max-width: 560px) { .t-alert-msg { font-size: 0.82rem; } }

/* ---------- Navbar ---------- */
.t-navbar { position: sticky; top: 0; z-index: 60; background: transparent;
  transition: background .25s ease, backdrop-filter .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent; }
.t-navbar.is-scrolled, body:not(.t-home-page) .t-navbar {
  background: rgba(6,7,12,0.92);
  border-bottom: 1px solid var(--t-border-subtle); }
.t-nav-inner { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center; height: var(--t-nav-h); gap: clamp(12px, 2vw, 26px); }
.t-nav-brand { display: inline-flex; align-items: center; gap: 12px; }
.t-nav-word { font-weight: 900; font-size: 1.4rem; letter-spacing: -0.03em; color: #fff;
  background: linear-gradient(180deg, #ffffff 20%, #c9c6f5 120%);
  -webkit-background-clip: text; background-clip: text;
  text-shadow: 0 0 22px rgba(var(--t-accent-rgb),0.35); white-space: nowrap; }
.t-nav-logo { height: 44px; width: auto; max-width: 160px; object-fit: contain; display: block;
  filter: drop-shadow(0 0 14px rgba(var(--t-accent-rgb),0.35)); }
.t-footer .t-nav-logo { height: 40px; }
.t-nav-mark { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: linear-gradient(160deg, #7d79e8, #5b57c7); color: #fff; font-weight: 900; font-size: 1.4rem;
  box-shadow: 0 0 24px rgba(var(--t-accent-rgb),0.6), inset 0 1px 0 rgba(255,255,255,0.25); }
.t-nav-links { justify-self: center; display: flex; gap: clamp(2px, 0.9vw, 14px); }
.t-nav-links a { color: rgba(233,237,247,0.72); font-weight: 700; font-size: 1rem; padding: 10px 14px;
  border-radius: 9px; transition: color .15s ease, background .15s ease; }
.t-nav-links a:hover, .t-nav-links a.is-active { color: var(--t-text); background: rgba(255,255,255,0.06); }
.t-nav-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.t-nav-icon { width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center;
  color: var(--t-muted); border: 1px solid transparent; transition: color .15s, background .15s; }
.t-nav-icon:hover { color: var(--t-text); background: rgba(255,255,255,0.06); }
.t-nav-cart { position: relative; }
.t-cart-badge { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; padding: 0 5px;
  display: inline-flex; align-items: center; justify-content: center; border-radius: 999px;
  background: #5865f2; color: #fff; font-size: 0.68rem; font-weight: 800; line-height: 1;
  box-shadow: 0 0 0 2px var(--t-bg, #0b0b14), 0 3px 8px rgba(88,101,242,0.55); }
.t-nav-cart.is-bump { animation: t-cart-bump 0.5s cubic-bezier(0.16,1,0.3,1); }
@keyframes t-cart-bump { 0% { transform: scale(1); } 30% { transform: scale(1.35); } 60% { transform: scale(0.92); } 100% { transform: scale(1); } }
.t-nav-cart.is-bump .t-cart-badge { animation: t-badge-pulse 0.5s ease; }
@keyframes t-badge-pulse { 0%,100% { box-shadow: 0 0 0 2px var(--t-bg,#0b0b14), 0 3px 8px rgba(88,101,242,0.55); } 45% { box-shadow: 0 0 0 2px var(--t-bg,#0b0b14), 0 0 0 6px rgba(88,101,242,0.35), 0 3px 12px rgba(88,101,242,0.8); } }
.t-cart-fly { position: fixed; z-index: 9999; width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 12px;
  background: radial-gradient(circle at 35% 30%, #7b7ff0, #5865f2 70%); background-size: cover; background-position: center;
  box-shadow: 0 8px 24px rgba(88,101,242,0.55); border: 2px solid rgba(255,255,255,0.85);
  pointer-events: none; transition: transform 0.74s cubic-bezier(0.5,0,0.75,0.2), opacity 0.74s ease; }
@media (prefers-reduced-motion: reduce) { .t-cart-fly { display: none; } }

/* Toast */
.t-toast-wrap { position: fixed; z-index: 10000; top: calc(var(--t-nav-h, 72px) + 12px); right: 16px;
  display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.t-toast { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 12px;
  background: linear-gradient(180deg, #5f5bd8, #5149c2); color: #fff; font-weight: 800; font-size: 0.9rem;
  box-shadow: 0 12px 30px rgba(88,101,242,0.4), inset 0 1px 0 rgba(255,255,255,0.18);
  transform: translateX(120%); opacity: 0; transition: transform 0.32s cubic-bezier(0.16,1,0.3,1), opacity 0.32s; }
.t-toast.is-in { transform: translateX(0); opacity: 1; }
.t-toast svg { color: #b9ffd0; }
@media (max-width: 560px) { .t-toast-wrap { right: 10px; left: 10px; } .t-toast { width: 100%; justify-content: center; } }
.t-nav-login { height: 42px; padding: 0 18px; display: inline-flex; align-items: center;
  border-radius: 10px; border: 1px solid var(--t-border); color: var(--t-text); font-weight: 700; font-size: 0.95rem; }
.t-nav-login:hover { border-color: var(--t-border-hover); background: rgba(255,255,255,0.04); }
/* Social pill buttons */
.t-nav-social { height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 9px;
  border-radius: 10px; font-weight: 800; font-size: 0.95rem; color: #fff; white-space: nowrap;
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease; }
.t-nav-social:hover { transform: translateY(-1px); }
.t-nav-social svg { flex-shrink: 0; }
.t-nav-discord { background: #5865F2; box-shadow: 0 6px 18px rgba(88,101,242,0.4); }
.t-nav-discord:hover { box-shadow: 0 8px 22px rgba(88,101,242,0.55); }
.t-nav-telegram { background: linear-gradient(180deg, #2AABEE, #229ED9); box-shadow: 0 6px 18px rgba(34,158,217,0.4); }
.t-nav-telegram:hover { box-shadow: 0 8px 22px rgba(34,158,217,0.55); }
@media (max-width: 1180px) { .t-nav-social span { display: none; } .t-nav-social { padding: 0; width: 42px; justify-content: center; } }

/* Hamburger (hidden on desktop) */
.t-nav-burger { display: none; width: 42px; height: 42px; border-radius: 10px; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px; background: rgba(255,255,255,0.04);
  border: 1px solid var(--t-border); cursor: pointer; }
.t-nav-burger span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--t-text);
  transition: transform .25s ease, opacity .2s ease; }
.t-nav-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.t-nav-burger.is-open span:nth-child(2) { opacity: 0; }
.t-nav-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.t-nav-drawer { position: absolute; left: 0; right: 0; top: 100%; z-index: 59;
  background: rgba(8,9,14,0.98); border-bottom: 1px solid var(--t-border-subtle);
  box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.t-nav-drawer[hidden] { display: none; }
.t-nav-drawer-inner { display: flex; flex-direction: column; padding-block: 12px 18px; }
.t-nav-drawer-inner > a { padding: 14px 6px; font-weight: 700; font-size: 1.05rem; color: var(--t-text);
  border-bottom: 1px solid var(--t-border-subtle); }
.t-nav-drawer-inner > a:hover { color: var(--t-accent); }
.t-nav-drawer-social { display: flex; gap: 10px; margin-top: 16px; }
.t-nav-drawer-social .t-nav-social { flex: 1; height: 46px; justify-content: center; }
.t-nav-drawer-social .t-nav-social span { display: inline; }

@media (max-width: 980px) {
  .t-nav-inner { display: flex; justify-content: space-between; gap: 12px; }
  .t-nav-links { display: none; }
  .t-nav-hide-mobile { display: none !important; }
  .t-nav-burger { display: flex; }
}
@media (max-width: 560px) { .t-nav-word { font-size: 1.15rem; } .t-nav-mark { width: 38px; height: 38px; font-size: 1.2rem; } .t-nav-logo { height: 38px; } }

/* ---------- Hero ---------- */
.t-hero { position: relative; overflow: hidden; }
.t-hero-bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
/* Aurora provides the ambient glow now — keep only the subtle grid, drop the hero's own haze/core */
.t-hero-haze, .t-hero-core { display: none; }
.t-hero-haze-off { position: absolute; left: 50%; top: -10%; transform: translateX(-50%);
  width: 120%; height: 70%;
  background: radial-gradient(ellipse 60% 60% at 50% 0%, rgba(var(--t-accent-rgb),0.42) 0%, transparent 68%);
  filter: blur(72px); }
.t-hero-core { position: absolute; left: 50%; top: 2%; transform: translateX(-50%);
  width: 60%; height: 44%;
  background: radial-gradient(ellipse 50% 60% at 50% 0%, rgba(var(--t-accent-rgb),0.30) 0%, transparent 70%);
  filter: blur(44px); }
.t-hero-grid { position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 60% 55% at 50% 0%, #000 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 60% 55% at 50% 0%, #000 0%, transparent 75%); }

.t-hero-inner { position: relative; z-index: 1; display: flex; flex-direction: column;
  align-items: center; text-align: center; padding-top: clamp(64px, 9vh, 120px); }
.t-hero-inner { padding-bottom: clamp(8px, 2vh, 24px); }
@media (max-width: 640px) { .t-hero { padding-block: 18px 40px; } .t-hero-inner { padding-top: 10px; } }
.t-hero-title { font-size: clamp(2.2rem, 3.4vw + 1rem, 4.4rem); font-weight: 900;
  letter-spacing: -0.04em; max-width: 16ch; }
.t-hero-sub { margin-top: 20px; color: var(--t-muted); font-weight: 500;
  font-size: clamp(1rem, 0.6vw + 0.9rem, 1.2rem); max-width: 46ch; }
.t-hero-actions { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.t-hero-points { margin-top: 26px; display: flex; gap: 22px; flex-wrap: wrap; justify-content: center;
  color: var(--t-muted); font-size: 0.9rem; font-weight: 500; }
.t-hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.t-hero-points svg { color: var(--t-accent); }
.t-hero-pay { margin-top: 34px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  justify-content: center; color: var(--t-faint); font-size: 0.82rem; font-weight: 500; }
.t-hero-pay-lock { display: inline-flex; align-items: center; gap: 8px; color: var(--t-text); font-weight: 700; }
.t-hero-pay-icons { display: inline-flex; gap: 8px; }
.t-pay-chip { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), 0 2px 6px rgba(0,0,0,0.28); }
.t-pay-chip svg { width: 100%; height: 100%; display: block; }
.t-pay-glyph { color: #fff; font-weight: 900; font-size: 1.5rem; line-height: 1; font-style: normal; }
.t-pay-ltc .t-pay-glyph { font-size: 1.62rem; }
.t-pay-ltc { background: #345d9d; }
.t-pay-stripe { background: #635bff; }
/* Uploaded logo images (Cash App fills the chip; PayPal centered on white) */
.t-pay-chip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.t-pay-pp { background: #fff; }
.t-pay-pp img.t-pay-pad { width: 74%; height: 74%; object-fit: contain; }
.t-hero-pay-divider { width: 1px; height: 18px; background: var(--t-border); }

/* Hero mock peek */
.t-hero-mock { position: absolute; left: 50%; transform: translateX(-50%);
  top: var(--t-hero-mock-top); width: min(880px, 92vw); z-index: 1; }
.t-hero-mock-panel { border-radius: 16px; border: 1px solid var(--t-border);
  background: linear-gradient(180deg, rgba(20,24,38,0.9), rgba(11,13,19,0.9));
  box-shadow: 0 40px 90px rgba(0,0,0,0.55), inset 0 1px 0 rgba(255,255,255,0.06);
  overflow: hidden; }
.t-hero-mock-bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px;
  border-bottom: 1px solid var(--t-border-subtle); }
.t-hero-mock-dots { display: inline-flex; gap: 6px; }
.t-hero-mock-dots i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.16); }
.t-hero-mock-url { margin-left: 8px; font-size: 0.72rem; color: var(--t-faint); font-family: var(--t-font-mono); }
.t-hero-mock-body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 14px; padding: 18px; }
.t-hero-mock-order { border: 1px solid var(--t-border-subtle); border-radius: 12px; padding: 16px;
  background: rgba(255,255,255,0.02); }
.t-hero-mock-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0;
  border-bottom: 1px dashed var(--t-border-subtle); font-size: 0.82rem; color: var(--t-muted); }
.t-hero-mock-row:last-child { border-bottom: 0; }
.t-hero-mock-row strong { color: var(--t-text); font-weight: 700; }
.t-hero-mock-status { display: inline-flex; align-items: center; gap: 6px; color: var(--t-green); font-weight: 700; }
.t-hero-mock-deliver { border: 1px solid rgba(var(--t-accent-rgb),0.35); border-radius: 12px; padding: 16px;
  background: rgba(var(--t-accent-rgb),0.06); display: flex; flex-direction: column; gap: 10px; }
.t-hero-mock-deliver h4 { font-size: 0.85rem; font-weight: 900; }
.t-hero-mock-key { font-family: var(--t-font-mono); font-size: 0.72rem; color: var(--t-accent);
  background: rgba(var(--t-accent-rgb),0.10); padding: 8px 10px; border-radius: 8px; word-break: break-all; }
.t-hero-mock-badge { align-self: flex-start; font-size: 0.7rem; font-weight: 900; color: #fff;
  background: var(--t-accent); padding: 4px 9px; border-radius: 6px; }
@media (max-width: 640px) { .t-hero-mock-body { grid-template-columns: 1fr; } }

/* ---------- Delivery preview (order demo band) ---------- */
.t-demo { position: relative; overflow: hidden; }
.t-demo-inner { max-width: 680px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.t-demo-glow { position: absolute; left: 50%; top: 28%; transform: translateX(-50%);
  width: 72%; height: 74%;
  background: radial-gradient(ellipse 55% 60% at 50% 50%, var(--t-accent-glow), transparent 70%);
  filter: blur(72px); pointer-events: none; z-index: 0; }
.t-demo-frame { position: relative; z-index: 1; max-width: 880px; margin: 30px auto 0; }
.t-demo-frame .t-hero-mock-panel { width: 100%; }

/* ---------- Category tabs (product filter) ---------- */
.t-cat-tabs { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; }
@media (max-width: 640px) {
  .t-cat-tabs { flex-wrap: wrap; justify-content: center; gap: 8px; }
  .t-cat-tab { height: 40px; padding: 0 15px; font-size: 0.88rem; }
}
.t-cat-tab { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap;
  height: 42px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(var(--t-accent-rgb), 0.38);
  background: rgba(var(--t-accent-rgb), 0.05); color: var(--t-muted); font-family: var(--t-font); font-weight: 700; font-size: 0.92rem;
  box-shadow: 0 0 16px rgba(var(--t-accent-rgb), 0.15);
  cursor: pointer; transition: color .15s ease, background .15s ease, border-color .15s ease, box-shadow .2s ease; }
.t-cat-tab:hover { color: var(--t-text); border-color: rgba(var(--t-accent-rgb), 0.65);
  box-shadow: 0 0 20px rgba(var(--t-accent-rgb), 0.30); }
.t-cat-tab-ico { display: inline-grid; place-items: center; }
.t-cat-tab.is-active { color: #fff; background: linear-gradient(180deg, var(--t-accent-hover), var(--t-accent));
  border-color: color-mix(in srgb, var(--t-accent) 55%, white); box-shadow: 0 6px 18px rgba(var(--t-accent-rgb),0.32); }
.t-products-empty { text-align: center; color: var(--t-muted); font-weight: 600; padding: 30px 0; }

/* Inline group options view (replaces the popup — native page scroll) */
/* The grid/tabs use display:grid/flex which override the [hidden] attribute — force them hidden. */
#t-products-grid[hidden], .t-cat-tabs[hidden], .t-products-empty[hidden] { display: none !important; }
.t-group-view[hidden] { display: none; }
.t-group-view { animation: t-groupview-in .28s var(--t-ease, cubic-bezier(0.16,1,0.3,1)); }
@keyframes t-groupview-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.t-group-back { display: inline-flex; align-items: center; gap: 7px; height: 40px; padding: 0 16px 0 12px;
  border-radius: 999px; border: 1px solid var(--t-border); background: rgba(255,255,255,0.03);
  color: var(--t-muted); font-weight: 700; font-size: 0.9rem; cursor: pointer; transition: color .15s, border-color .15s, background .15s; }
.t-group-back:hover { color: var(--t-text); border-color: var(--t-border-hover); background: rgba(255,255,255,0.06); }
.t-group-view-head { margin: 18px 0 4px; }
.t-group-view-title { font-size: clamp(1.3rem, 1.4vw + 1rem, 1.8rem); font-weight: 900; letter-spacing: -0.02em; }
.t-group-view-sub { color: var(--t-muted); font-weight: 600; margin-top: 4px; }
.t-group-view .t-products-grid { margin-top: 18px; }
/* Option cards must be visible immediately (don't wait on scroll-reveal). */
.t-group-view [data-reveal] { opacity: 1 !important; transform: none !important; }

/* Group / manual cards (buttons that open a popup) */
button.t-product-card { font: inherit; text-align: left; width: 100%; cursor: pointer;
  padding: 0; margin: 0; -webkit-appearance: none; appearance: none; }
.t-product-badge--group { background: rgba(var(--t-accent-rgb), 0.9) !important; border-color: transparent !important; }
.t-product-card--group .t-product-price, .t-product-card--manual .t-product-price { color: var(--t-text); }

/* Group option popup */
/* The overlay itself scrolls; the inner .scroll layer uses min-height:100% so the panel is centered
   when it fits and simply grows the scroll area (no top-clipping) when taller than the viewport.
   This is the iOS-Safari-safe scrollable-modal pattern. */
/* iOS Safari won't reliably scroll a position:fixed element, so the fixed wrapper does NOT scroll —
   an absolutely-positioned inner layer is the scroller. This is the reliable iOS pattern. */
.t-group-modal, .t-manual-modal { position: fixed; inset: 0; z-index: 200; }
.t-group-modal[hidden], .t-manual-modal[hidden] { display: none; }
.t-group-modal-backdrop, .t-manual-backdrop { position: fixed; inset: 0; background: rgba(3,4,8,0.82); }
.t-group-modal-scroll, .t-manual-scroll { position: absolute; inset: 0; z-index: 1;
  overflow-y: auto; -webkit-overflow-scrolling: touch; overscroll-behavior: contain;
  display: flex; align-items: flex-start; justify-content: center; padding: 20px 16px; box-sizing: border-box; }
.t-group-modal-panel, .t-manual-panel { position: relative; margin: auto; flex: 0 0 auto; }

/* Mobile: full-screen scrolling sheet. A plain top-to-bottom scroller (no flex-centering) is what
   iOS Safari reliably scrolls, so all group options are reachable on phones. */
@media (max-width: 640px) {
  .t-group-modal-scroll, .t-manual-scroll { align-items: stretch; padding: 0; }
  .t-group-modal-panel, .t-manual-panel { width: 100%; max-width: 100%; min-height: 100%;
    margin: 0; border-radius: 0; }
  .t-group-modal-grid { grid-template-columns: 1fr; }
  .t-group-modal-head { position: sticky; top: 0; z-index: 3; background: var(--t-card);
    margin: -22px -22px 14px; padding: 18px 22px 14px; border-bottom: 1px solid var(--t-border-subtle); }
}
.t-group-modal-panel { position: relative; width: min(920px, 96vw);
  background: var(--t-card); border: 1px solid var(--t-border); border-radius: 18px; padding: 22px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.55); animation: t-modal-in .25s var(--t-ease); }
@keyframes t-modal-in { from { opacity: 0; transform: translateY(14px) scale(0.98); } to { opacity: 1; transform: none; } }
.t-group-modal-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.t-group-modal-head h3 { font-weight: 900; font-size: clamp(1.15rem, 1vw + 0.9rem, 1.4rem); }
.t-group-modal-close, .t-manual-close { flex-shrink: 0; width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center;
  color: var(--t-muted); background: rgba(255,255,255,0.05); transition: color .15s, background .15s; }
.t-group-modal-close:hover, .t-manual-close:hover { color: #fff; background: rgba(255,255,255,0.1); }
.t-group-modal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }

/* Manual-delivery popup */
.t-manual-panel { position: relative; width: min(420px, 94vw); background: var(--t-card);
  border: 1px solid var(--t-border); border-radius: 18px; padding: 28px 26px; text-align: center;
  box-shadow: 0 30px 90px rgba(0,0,0,0.55); animation: t-modal-in .25s var(--t-ease); }
.t-manual-close { position: absolute; top: 14px; right: 14px; }
.t-manual-icon { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 15px; margin-bottom: 14px;
  background: rgba(var(--t-accent-rgb), 0.14); color: var(--t-accent-hover);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 0 24px rgba(var(--t-accent-rgb),0.35); }
.t-manual-title { font-weight: 900; font-size: 1.35rem; margin-bottom: 8px; }
.t-manual-msg { color: var(--t-muted); font-weight: 500; line-height: 1.55; margin-bottom: 16px; }
.t-manual-box { text-align: left; border: 1px solid var(--t-border-subtle); border-radius: 12px; padding: 14px 16px;
  background: rgba(255,255,255,0.02); margin-bottom: 18px; }
.t-manual-box-title { font-weight: 800; font-size: 0.9rem; margin-bottom: 6px; }
.t-manual-box-text { color: var(--t-muted); font-weight: 500; font-size: 0.9rem; line-height: 1.55; }
.t-manual-btn { width: 100%; height: 48px; }

/* ---------- Products ---------- */
.t-products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; }
.t-product-card { position: relative; border-radius: var(--t-radius-card); border: 1px solid var(--t-border-subtle);
  background: var(--t-card); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.t-product-card:hover { transform: translateY(-3px); border-color: var(--t-border-hover);
  box-shadow: 0 18px 40px rgba(0,0,0,0.4); }
/* Uniform 3:2 banner for every card. cover fills the frame whatever the source shape is
   (3:2 members fill perfectly; a squarer group image is centred to a 3:2 banner). */
.t-product-media { position: relative; aspect-ratio: 3 / 2; overflow: hidden;
  background: linear-gradient(150deg, #2a2158, #1a1440 55%, #120f2e); }
.t-product-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.t-product-media-fallback { position: absolute; inset: 0; display: grid; place-items: center;
  color: rgba(255,255,255,0.9); font-weight: 900; letter-spacing: 0.04em; text-align: center; }
.t-product-badge { position: absolute; top: 12px; right: 12px; font-size: 0.66rem; font-weight: 900;
  padding: 6px 13px; border-radius: 999px; color: #fff; background: rgba(0,0,0,0.55);
  border: 1px solid rgba(255,255,255,0.20); backdrop-filter: blur(6px); letter-spacing: 0.02em; }
.t-product-badge--best { background: linear-gradient(90deg, #a855f7, #7c3aed); border-color: transparent; }
.t-product-badge--auto { background: rgba(var(--t-accent-rgb),0.55); border-color: transparent; }
.t-product-body { padding: 16px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.t-product-name { font-weight: 900; font-size: 1.02rem; }
.t-product-foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: auto; }
.t-product-info { color: var(--t-faint); font-size: 0.78rem; line-height: 1.5; }
.t-product-info .t-stock { color: var(--t-green); font-weight: 700; }
.t-product-price { color: var(--t-text); font-weight: 900; font-size: 1.05rem; }
.t-product-price s { color: var(--t-whisper); font-weight: 500; font-size: 0.8rem; margin-left: 4px; }

/* ---------- How it works ---------- */
.t-flow { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.t-flow-step { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding-block: 18px; position: relative; }
.t-flow-num { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(var(--t-accent-rgb),0.10); border: 1px solid rgba(var(--t-accent-rgb),0.4);
  color: var(--t-accent); font-weight: 900; }
.t-flow-step:not(:last-child)::before { content: ''; position: absolute; left: 20px; top: 58px; bottom: 0;
  width: 1px; background: var(--t-border); }
.t-flow-title { font-weight: 900; font-size: 1.05rem; }
.t-flow-text { color: var(--t-muted); font-size: 0.92rem; margin-top: 4px; font-weight: 500; }

/* ---------- Features (why buy) ---------- */
.t-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }
.t-feature-card { position: relative; border-radius: var(--t-radius-card); border: 1px solid var(--t-border-subtle);
  background: var(--t-surface); padding: 22px; overflow: hidden; }
.t-feature-spot { position: absolute; top: 0; left: 10%; right: 10%; height: 42%;
  background: radial-gradient(ellipse at 50% 0%, var(--t-accent-glow), transparent 70%); pointer-events: none; opacity: .5; }
.t-feature-icon { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center;
  background: rgba(var(--t-accent-rgb),0.12); color: var(--t-accent); position: relative; margin-bottom: 16px; }
.t-feature-body h3 { font-weight: 900; font-size: 1.05rem; position: relative; }
.t-feature-body p { color: var(--t-muted); font-size: 0.9rem; margin-top: 8px; font-weight: 500; position: relative; }
.t-feature-mock-wrap { position: relative; margin-top: 16px; }

/* mock stages */
.t-mock-app { border: 1px solid var(--t-border-subtle); border-radius: 10px; background: rgba(0,0,0,0.28);
  overflow: hidden; font-family: var(--t-font-mono); font-size: 11px; }
.t-mock-chrome { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-bottom: 1px solid var(--t-border-subtle); }
.t-mock-dots { display: inline-flex; gap: 5px; } .t-mock-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.15); }
.t-mock-label { color: var(--t-faint); }
.t-mock-stage { padding: 10px; min-height: 74px; display: flex; flex-direction: column; gap: 6px; }
.t-mock-line { opacity: 0; filter: blur(4px); transform: translate3d(0,8px,0); color: var(--t-muted);
  transition: opacity var(--mock-line-dur) var(--t-ease), transform var(--mock-line-dur) var(--t-ease), filter var(--mock-line-dur) var(--t-ease); }
.t-mock-line.is-visible { opacity: 1; filter: none; transform: none; }
.t-mock-line.is-ok { color: var(--t-green); } .t-mock-line.is-accent { color: var(--t-accent); }
.t-mock-receipt-head, .t-mock-total { display: flex; justify-content: space-between; padding: 8px 10px; }
.t-mock-receipt-head { border-bottom: 1px solid var(--t-border-subtle); color: var(--t-faint); }
.t-mock-list { list-style: none; margin: 0; padding: 6px 10px; display: flex; flex-direction: column; gap: 6px; min-height: 60px; }
.t-mock-list li { display: flex; justify-content: space-between; color: var(--t-muted);
  opacity: 0; filter: blur(4px); transform: translate3d(0,8px,0);
  transition: opacity var(--mock-line-dur) var(--t-ease), transform var(--mock-line-dur) var(--t-ease), filter var(--mock-line-dur) var(--t-ease); }
.t-mock-list li.is-visible { opacity: 1; filter: none; transform: none; }
.t-mock-total { border-top: 1px solid var(--t-border-subtle); color: var(--t-text); font-weight: 700;
  opacity: 0; transition: opacity .4s var(--t-ease); } .t-mock-total.is-visible { opacity: 1; }
.t-mock-meter { padding: 8px 10px; } .t-mock-meter-label { display: flex; justify-content: space-between; color: var(--t-muted); margin-bottom: 6px; }
.t-mock-meter-label em { color: var(--t-green); font-style: normal; }
.t-mock-meter-track { height: 5px; border-radius: 999px; background: rgba(255,255,255,0.08); overflow: hidden; }
.t-mock-meter-fill { display: block; height: 100%; width: 0%; border-radius: 999px;
  background: linear-gradient(90deg, var(--t-accent), var(--t-accent-hover)); transition: width var(--mock-meter-dur) var(--t-ease); }
.t-mock-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 12px 10px; }
.t-mock-stat { text-align: center; } .t-mock-stat b { display: block; color: var(--t-star); font-size: 15px; }
.t-mock-stat span { color: var(--t-faint); font-size: 10px; }

/* ---------- Why 1,000+ choose us ---------- */
.t-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 900px) { .t-why-grid { grid-template-columns: 1fr; } }
.t-why-card { position: relative; border-radius: var(--t-radius-card); border: 1px solid var(--t-border-subtle);
  background: var(--t-surface); padding: 22px; overflow: hidden; display: flex; flex-direction: column; }
.t-why-head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 18px; position: relative; }
.t-why-head .t-feature-icon { margin-bottom: 0; }
.t-why-head h3 { font-weight: 900; font-size: 1.05rem; }
.t-why-head p { color: var(--t-muted); font-size: 0.88rem; margin-top: 4px; font-weight: 500; }
.t-why-mock { position: relative; margin-top: auto; }

/* live feed */
.t-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--t-green); flex-shrink: 0;
  animation: t-pulse-dot 1.8s infinite; }
@keyframes t-pulse-dot { 0% { box-shadow: 0 0 0 0 rgba(53,208,127,0.5); } 70% { box-shadow: 0 0 0 7px rgba(53,208,127,0); } 100% { box-shadow: 0 0 0 0 rgba(53,208,127,0); } }
.t-live-row { display: flex; align-items: center; gap: 10px; padding: 7px 4px; }
.t-live-ava { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center;
  background: linear-gradient(160deg, var(--t-accent-hover), var(--t-accent)); color: #fff; font-weight: 900; font-size: 0.72rem; }
.t-live-txt { flex: 1; font-size: 0.78rem; color: var(--t-muted); }
.t-live-txt strong { color: var(--t-text); font-weight: 800; }
.t-live-check { color: var(--t-green); font-weight: 900; }

/* price comparison */
.t-compare { border: 1px solid var(--t-border-subtle); border-radius: 10px; overflow: hidden; background: rgba(0,0,0,0.22); }
.t-compare-head { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; padding: 8px 12px;
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--t-faint); font-weight: 800;
  border-bottom: 1px solid var(--t-border-subtle); }
.t-compare-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px 12px; align-items: center;
  padding: 10px 12px; border-bottom: 1px solid var(--t-border-subtle); }
.t-compare-row:last-child { border-bottom: 0; }
.t-compare-name { font-size: 0.8rem; font-weight: 700; }
.t-compare-retail { color: var(--t-whisper); font-size: 0.78rem; }
.t-compare-price { color: var(--t-accent); font-weight: 900; font-size: 0.9rem; }
.t-compare-save { grid-column: 1 / -1; justify-self: start; font-size: 0.66rem; font-weight: 800; color: var(--t-green);
  background: rgba(53,208,127,0.12); padding: 2px 8px; border-radius: 6px; }

/* support chat */
.t-chat { border: 1px solid var(--t-border-subtle); border-radius: 10px; background: rgba(0,0,0,0.22); overflow: hidden; }
.t-chat-status { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-bottom: 1px solid var(--t-border-subtle);
  font-size: 0.72rem; color: var(--t-muted); font-weight: 600; }
.t-chat-body { padding: 12px; display: flex; flex-direction: column; gap: 8px; }
.t-chat-bubble { max-width: 84%; padding: 8px 11px; border-radius: 12px; font-size: 0.78rem; font-weight: 500; line-height: 1.38; }
.t-chat-agent { align-self: flex-start; background: rgba(255,255,255,0.06); color: var(--t-text); border-bottom-left-radius: 4px; }
.t-chat-user { align-self: flex-end; background: linear-gradient(160deg, var(--t-accent-hover), var(--t-accent)); color: #fff; border-bottom-right-radius: 4px; }

/* ---------- Stats (glow — POP) ---------- */
.t-stats { position: relative; display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(var(--t-accent-rgb), 0.30); border-radius: 18px; overflow: hidden;
  background: linear-gradient(180deg, rgba(var(--t-accent-rgb), 0.10), var(--t-card));
  max-width: 960px; margin: 0 auto;
  box-shadow: 0 0 0 1px rgba(var(--t-accent-rgb), 0.06), 0 24px 64px rgba(var(--t-accent-rgb), 0.20); }
.t-stats::before { content: ''; position: absolute; left: 50%; top: -60%; transform: translateX(-50%);
  width: 72%; height: 170%;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, var(--t-accent-glow), transparent 70%);
  filter: blur(52px); pointer-events: none; }
.t-stat { position: relative; padding: 36px 20px; text-align: center; }
.t-stat + .t-stat { border-left: 1px solid rgba(var(--t-accent-rgb), 0.18); }
.t-stat-value { font-size: clamp(2.3rem, 2.8vw + 1rem, 3.6rem); font-weight: 900; line-height: 1; letter-spacing: -0.02em;
  background: linear-gradient(180deg, #ffffff 0%, var(--t-accent-hover) 135%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 20px rgba(var(--t-accent-rgb), 0.6)); }
.t-stat-label { color: var(--t-muted); font-size: 0.92rem; margin-top: 10px; font-weight: 600; }
@media (max-width: 640px) { .t-stats { grid-template-columns: 1fr; } .t-stat + .t-stat { border-left: 0; border-top: 1px solid rgba(var(--t-accent-rgb), 0.18); } }

/* ---------- Reviews ---------- */
.t-reviews-summary { display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  width: 100%; color: var(--t-muted); font-weight: 500; margin-bottom: 30px; }
.t-stars { display: inline-flex; gap: 2px; color: var(--t-star); }
.t-reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.t-review-card { border: 1px solid var(--t-border-subtle); border-radius: var(--t-radius-card);
  background: var(--t-card); padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.t-review-text { font-size: 0.92rem; color: var(--t-text); font-weight: 500; }
/* v2 review card (.t-rc) — markup contract lives in snippets/review-card.njk and
   buildCard() in theme-vouches.js. */
.t-rc-head { display: flex; align-items: center; gap: 10px; }
.t-rc-avatar { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(var(--t-accent-rgb),0.18); color: var(--t-accent);
  font-weight: 900; font-size: 0.95rem; flex-shrink: 0; }
/* Verified-purchase variant: same 38px chip, check glyph instead of a letter. SellAuth feedback
   carries no username, so native cards land here (see snippets/review-card.njk). */
.t-rc-avatar--check { color: var(--t-accent); font-size: 0; line-height: 0; }
.t-rc-avatar--check svg { display: block; width: 18px; height: 18px; }
/* Real Discord pfp variant: identical 38px chip, the <img> just fills it. /feedback only —
   the landing grid never builds this (media flag in buildCard(), theme-vouches.js). Falls back
   to the plain letter chip when the avatar is missing or 404s. */
.t-rc-avatar--img { background: var(--t-whisper); place-items: stretch; overflow: hidden; }
.t-rc-avatar--img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; display: block; }
.t-rc-id { display: flex; flex-direction: column; min-width: 0; }
.t-rc-user { font-weight: 700; font-size: 0.9rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.t-rc-date { color: var(--t-faint); font-size: 0.76rem; }
.t-rc-stars { margin-left: auto; flex-shrink: 0; align-self: flex-start; }
/* Card footer: category pill left, optional "Image" button right (/feedback only). margin-top:auto
   on the row pins it to the bottom, so cards stay the same height whether or not an image exists. */
.t-rc-foot { display: flex; align-items: center; gap: 8px; margin-top: auto; flex-wrap: wrap; }
/* Attached image (vouch `proof` / SellAuth `image_url`) — offered as a button, not a thumbnail. */
.t-rc-imglink { margin-left: auto; display: inline-flex; align-items: center; gap: 5px;
  border-radius: 999px; padding: 4px 11px; font-size: 0.74rem; font-weight: 800;
  color: var(--t-muted); background: rgba(255,255,255,0.04);
  border: 1px solid var(--t-border); text-decoration: none; transition: .15s; }
.t-rc-imglink:hover { color: var(--t-text); border-color: rgba(var(--t-accent-rgb),0.65);
  background: rgba(var(--t-accent-rgb),0.10); }
/* Lightbox for review screenshots. .t-btn-style display rules don't apply here, but [hidden]
   still needs forcing because .t-lb sets display:flex — same convention as #mv-load-more. */
.t-lb { position: fixed; inset: 0; z-index: 120; display: flex; align-items: center;
  justify-content: center; padding: 24px; background: rgba(6,7,14,0.82);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  animation: mv-fade-in .18s ease both; }
.t-lb[hidden] { display: none !important; }
.t-lb-panel { position: relative; max-width: min(900px, 100%); max-height: 100%; }
.t-lb-img { display: block; max-width: 100%; max-height: calc(100vh - 48px);
  width: auto; height: auto; border-radius: 18px; border: 1px solid var(--t-border);
  box-shadow: 0 30px 90px rgba(0,0,0,0.55); background: var(--t-whisper); }
.t-lb-close { position: absolute; top: 10px; right: 10px; width: 34px; height: 34px;
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  border-radius: 50%; border: 1px solid var(--t-border); color: var(--t-text);
  background: rgba(10,10,18,0.72); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  transition: .15s; padding: 0; }
.t-lb-close:hover { background: rgba(10,10,18,0.92); border-color: rgba(var(--t-accent-rgb),0.65); }
html.t-lb-open, html.t-lb-open body { overflow: hidden; }
@media (max-width: 640px) { .t-lb { padding: 14px; } .t-lb-img { border-radius: 14px; } }
.t-rc-pill { align-self: flex-start; border-radius: 999px; padding: 4px 11px;
  font-size: 0.74rem; font-weight: 800; }
.t-rc-pill--boosts { color: var(--t-accent); background: rgba(var(--t-accent-rgb),0.14); border: 1px solid rgba(var(--t-accent-rgb),0.32); }
.t-rc-pill--nitro { color: #5865f2; background: rgba(88,101,242,0.14); border: 1px solid rgba(88,101,242,0.32); }
/* --t-green / --t-muted are hex+rgba tokens, not rgb triples — literal channels, as elsewhere in this file. */
.t-rc-pill--aged { color: var(--t-green); background: rgba(53,208,127,0.14); border: 1px solid rgba(53,208,127,0.32); }
.t-rc-pill--review { color: var(--t-muted); background: rgba(233,237,247,0.14); border: 1px solid rgba(233,237,247,0.32); }
/* .t-cat-tab / .t-cat-tabs are shared with the products section (see ~line 362). */
.t-cat-tab-count { opacity: .7; font-weight: 700; font-variant-numeric: tabular-nums; }
/* Clamp the review body in both grids so the cards stay uniform. */
#mv-grid .t-review-text { display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
#fb-grid .t-review-text { display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; }
/* .t-btn's display:inline-flex overrides the UA [hidden] rule — force it (theme convention, see line ~381). */
#mv-load-more[hidden] { display: none !important; }
#fb-load-more[hidden] { display: none !important; }
.t-reviews-footer { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; flex-wrap: wrap; }
.t-reviews-all-link { color: var(--t-muted); font-size: 0.88rem; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; transition: color .15s ease; }
.t-reviews-all-link:hover { color: var(--t-text); }
/* Injected MyVouches cards can't use data-reveal (theme-motion.js only binds its
   IntersectionObserver at init) — self-contained fade-in instead. */
.mv-fade-in { animation: mv-fade-in .45s ease both; }
@keyframes mv-fade-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ---------- About ---------- */
.t-about { max-width: 640px; margin: 0 auto; text-align: center; border: 1px solid var(--t-border-subtle);
  border-radius: 18px; background: linear-gradient(180deg, var(--t-card), var(--t-surface)); padding: clamp(28px, 5vw, 48px); }
.t-about p { color: var(--t-muted); font-weight: 500; margin-top: 16px; font-size: 1rem; }
.t-about-actions { margin-top: 26px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- FAQ ---------- */
.t-faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.t-faq-grid { max-width: 980px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
@media (max-width: 720px) { .t-faq-grid { grid-template-columns: 1fr; } }
.t-faq-item { border: 1px solid var(--t-border-subtle); border-radius: 12px; background: var(--t-card);
  padding: 0 20px; overflow: hidden; }
.t-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 0; font-weight: 700; font-size: 1rem; }
.t-faq-item summary::-webkit-details-marker { display: none; }
.t-faq-item summary::after { content: '⌄'; color: var(--t-faint); transition: transform .2s ease; font-size: 1.2rem; }
.t-faq-item[open] summary::after { transform: rotate(180deg); }
.t-faq-item p { color: var(--t-muted); font-weight: 500; padding-bottom: 18px; font-size: 0.94rem; }
.t-faq-support { max-width: 820px; margin: 22px auto 0; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; border: 1px solid var(--t-border-subtle); border-radius: 14px;
  background: var(--t-card); padding: 20px 22px; }
.t-faq-support-l { display: flex; align-items: center; gap: 14px; }
.t-faq-support-ico { width: 42px; height: 42px; border-radius: 11px; background: rgba(var(--t-accent-rgb),0.14);
  color: var(--t-accent); display: grid; place-items: center; }
.t-faq-support-title { font-weight: 900; } .t-faq-support-text { color: var(--t-muted); font-size: 0.88rem; }

/* ---------- Footer ---------- */
.t-footer { position: relative; z-index: 1; background: rgba(8,9,14,0.9);
  border-top: 1px solid var(--t-border-subtle); padding-block: 48px 30px; }
.t-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.t-footer-brand .t-nav-brand { margin-bottom: 14px; }
.t-footer-tag { color: var(--t-muted); font-size: 0.9rem; max-width: 34ch; font-weight: 500; }
.t-footer-social { display: flex; gap: 10px; margin-top: 18px; }
.t-footer-social a { width: 36px; height: 36px; border-radius: 9px; display: grid; place-items: center;
  border: 1px solid var(--t-border-subtle); color: var(--t-muted); transition: color .15s, border-color .15s, background .15s; }
.t-footer-social a:hover { color: var(--t-text); border-color: var(--t-border-hover); background: rgba(255,255,255,0.04); }
.t-footer-col h4 { font-size: 0.82rem; letter-spacing: 0.04em; color: var(--t-faint); text-transform: uppercase; margin-bottom: 14px; font-weight: 900; }
.t-footer-col a { display: block; color: var(--t-muted); font-size: 0.9rem; padding: 6px 0; font-weight: 500; transition: color .15s; }
.t-footer-col a:hover { color: var(--t-text); }
.t-footer-bottom { border-top: 1px solid var(--t-border-subtle); margin-top: 34px; padding-top: 20px;
  color: var(--t-faint); font-size: 0.84rem; }
@media (max-width: 820px) { .t-footer-grid { grid-template-columns: 1fr 1fr; } .t-footer-brand { grid-column: 1 / -1; } }

/* ---------- Scroll reveal ---------- */
[data-reveal] { opacity: 0; transform: translateY(42px); filter: blur(10px);
  transition: opacity .7s var(--t-ease), transform .7s var(--t-ease), filter .7s var(--t-ease);
  transition-delay: var(--reveal-delay, 0ms); }
[data-reveal].is-revealed { opacity: 1; transform: none; filter: none; }
html:not(.motion-ready) [data-reveal] { opacity: 1; transform: none; filter: none; }

/* ---------- Discord joins feed (reusable) ---------- */
.t-joins { border: 1px solid var(--t-border-subtle); border-radius: 12px; overflow: hidden;
  background: rgba(0,0,0,0.30); display: flex; flex-direction: column; }
.t-joins-head { display: flex; align-items: center; gap: 7px; padding: 9px 12px;
  border-bottom: 1px solid var(--t-border-subtle); font-size: 0.8rem; color: var(--t-muted); font-weight: 700; }
.t-joins-hash { color: var(--t-faint); font-weight: 800; }
.t-joins-title { color: var(--t-text); }
.t-joins-dot { width: 7px; height: 7px; margin-left: auto; }
.t-joins-live { color: var(--t-green); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.t-joins-body { display: flex; flex-direction: column; justify-content: flex-end; gap: 7px;
  padding: 10px 12px; height: 150px; overflow: hidden; }
.t-joins-row { display: flex; align-items: center; gap: 9px; font-size: 0.78rem; color: var(--t-muted);
  transition: opacity .35s var(--t-ease), transform .35s var(--t-ease); }
.t-joins-row.is-entering { opacity: 0; transform: translateY(10px); }
.t-joins-row.is-leaving { opacity: 0; transform: translateY(-6px); }
.t-joins-row b { color: var(--t-text); font-weight: 800; }
.t-joins-ico { flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; }
.t-joins-ico--join { color: var(--t-green); background: rgba(53,208,127,0.14); }
.t-joins-ico--boost { color: var(--t-accent-hover); background: rgba(var(--t-accent-rgb),0.18); }
.t-joins-text { line-height: 1.3; }
.t-joins-input { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border-top: 1px solid var(--t-border-subtle); }
.t-joins-plus { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,0.14);
  color: var(--t-muted); display: grid; place-items: center; font-weight: 700; font-size: 0.9rem; flex-shrink: 0; }
.t-joins-placeholder { color: var(--t-faint); font-size: 0.8rem; }

/* delivery-preview: looping example screens (Nitro <-> Server Boosts) */
.t-demo-screens { display: grid; }
.t-demo-screen { grid-area: 1 / 1; opacity: 0; visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease; }
.t-demo-screen.is-active { opacity: 1; visibility: visible; }
html:not(.motion-ready) .t-demo-screen { opacity: 1; visibility: visible; }
html:not(.motion-ready) .t-demo-screen ~ .t-demo-screen { display: none; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] { transition-duration: .25s; }
  .t-hero-haze, .t-hero-core { animation: none; }
  .t-hero-badge-dot, .t-live-dot { animation: none; }
  .t-aurora span { animation: none; }
}

/* ---------- Visual builder toolbar (only inside SellAuth builder) ---------- */
.builder .component { position: relative; }
.builder .component .builder-toolbar { display: none; }
.builder .component:hover .builder-toolbar { display: block; }
.builder .builder-toolbar { position: absolute; top: 1rem; left: 0; right: 0; z-index: 100; text-align: center; }
.builder .builder-toolbar .actions { background: #0b0d13; display: inline-flex; gap: .5rem; padding: .5rem;
  border-radius: 10px; box-shadow: 0 8px 24px rgba(0,0,0,.45); border: 1px solid rgba(255,255,255,.12); }
.builder .builder-toolbar .actions button { padding: .4rem; border-radius: 8px; background: #141826; border: 0; cursor: pointer; }
.builder .builder-toolbar .actions button:hover { background: #1c2236; }
.builder .builder-toolbar .actions button svg { width: 1.25rem; height: 1.25rem; fill: #fff; }
/* Global components: edit only (no delete/move) */
.builder .t-announce .builder-toolbar .actions button:not(.edit),
.builder .t-navbar .builder-toolbar .actions button:not(.edit),
.builder .t-footer .builder-toolbar .actions button:not(.edit) { display: none; }
