.tier-premium{background:rgba(245,158,11,.25);border:1px solid rgba(245,158,11,.5);color:#FCD34D !important;}
/* ─────────────────────────────────────────────
   DESIGN TOKENS
───────────────────────────────────────────── */
:root {
  --black:   #03010A;
  --navy:    #07041A;
  --card:    #0D0925;
  --purple:  #7C3AED;
  --purpleL: #A78BFA;
  --purpleX: #C084FC;
  --white:   #F1EFFE;
  --muted:   rgba(241,239,254,.45);
  --border:  rgba(124,58,237,.18);
  --borderH: rgba(124,58,237,.48);
  --amber:   #F59E0B;
  --amberL:  #FCD34D;
}

/* ─────────────────────────────────────────────
   RESET + BASE
───────────────────────────────────────────── */
*, *::before, *::after { box-sizing:border-box; margin:0; padding:0 }
html { scroll-behavior:smooth }
body {
  font-family:'DM Sans', sans-serif;
  background:var(--black);
  color:var(--white);
  overflow-x:hidden;
  line-height:1.5;
}

/* Film-grain overlay */
body::after {
  content:'';
  position:fixed; inset:0; z-index:9999; pointer-events:none;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity:.032;
  background-size:256px 256px;
}

/* ─────────────────────────────────────────────
   NAV — exact ConceptA2 match
───────────────────────────────────────────── */
nav {
  position:sticky;
  top:0;
  z-index:800;
  height:62px;
  display:flex;
  align-items:center;
  padding:0 48px;
  gap:32px;
  background:rgba(3,1,10,.88);
  backdrop-filter:blur(20px);
  -webkit-backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  transition:background .3s, border-color .3s;
}
nav.scrolled {
  background:rgba(3,1,10,.97);
  border-bottom-color:rgba(124,58,237,.3);
}
.nav-logo { flex-shrink:0; cursor:pointer; margin-right:20px }
.nav-logo img { height:28px; display:block }
.nav-links { display:flex; align-items:center; gap:2px; flex:1 }
.nl {
  font-size:13.5px; font-weight:500; color:var(--muted);
  padding:7px 14px; border-radius:7px; cursor:pointer;
  transition:all .2s; text-decoration:none; letter-spacing:.01em;
}
.nl:hover { color:var(--white); background:rgba(124,58,237,.1) }
.nl-spotlight {
  display:flex; align-items:center; gap:7px;
  color:var(--purpleL); background:rgba(124,58,237,.1);
  border:1px solid rgba(124,58,237,.25); padding:7px 14px;
  border-radius:7px; font-size:13.5px; font-weight:600;
  letter-spacing:.01em; cursor:pointer; transition:all .25s;
}
.nl-spotlight:hover {
  background:rgba(124,58,237,.22);
  border-color:rgba(124,58,237,.5);
  color:var(--white);
}
.spot-dot {
  width:7px; height:7px; border-radius:50%;
  background:var(--purple); box-shadow:0 0 6px var(--purple);
  animation:spotNavPulse 2s ease-in-out infinite; flex-shrink:0;
}
@keyframes spotNavPulse {
  0%,100% { box-shadow:0 0 6px var(--purple); opacity:1 }
  50%      { box-shadow:0 0 14px var(--purpleX), 0 0 24px rgba(192,132,252,.3); opacity:.75 }
}
.nav-right { display:flex; align-items:center; gap:10px; flex-shrink:0; margin-left:auto }
.nav-signin {
  font-size:13.5px; font-weight:500; color:var(--muted);
  cursor:pointer; padding:8px 12px; transition:color .2s;
}
.nav-signin:hover { color:var(--white) }
.nav-cta {
  background:var(--purple); color:var(--white); border:none;
  border-radius:8px; font-family:'DM Sans',sans-serif;
  font-size:13.5px; font-weight:600; padding:9px 20px;
  cursor:pointer; transition:all .25s;
}
.nav-cta:hover { background:#6D28D9; box-shadow:0 0 20px rgba(124,58,237,.4); transform:translateY(-1px) }
.nav-hamburger {
  display:none; background:none; border:none;
  cursor:pointer; padding:8px; color:var(--white);
}
.mobile-menu {
  display:none; position:fixed; inset:62px 0 0;
  background:rgba(3,1,10,.98); z-index:799;
  padding:24px; flex-direction:column; gap:4px;
}
.mobile-menu.open { display:flex }
.mm-item {
  padding:14px 16px; border-radius:8px; font-size:15px;
  font-weight:500; color:var(--muted); cursor:pointer; transition:all .2s;
}
.mm-item:hover { background:rgba(124,58,237,.1); color:var(--white) }
.mm-spot {
  color:var(--purpleL); background:rgba(124,58,237,.08);
  border:1px solid rgba(124,58,237,.2);
}
.mm-cta {
  margin-top:12px; background:var(--purple); color:var(--white);
  text-align:center; padding:14px; border-radius:8px;
  font-size:15px; font-weight:600; cursor:pointer;
}

/* ─────────────────────────────────────────────
   PAGE HEADER — slim, left-aligned
───────────────────────────────────────────── */
.page-header {
  background:var(--navy);
  border-bottom:1px solid rgba(124,58,237,.2);
  padding:44px 48px 40px;
  position:relative;
  overflow:hidden;
}
/* Subtle glow */
.page-header::before {
  content:'';
  position:absolute; top:-40px; left:-60px;
  width:500px; height:300px; pointer-events:none;
  background:radial-gradient(ellipse 60% 70% at 20% 50%,
    rgba(124,58,237,.1) 0%, transparent 70%);
}
.ph-title {
  font-family:'Bebas Neue', cursive;
  font-size:clamp(48px, 6vw, 68px);
  letter-spacing:.03em;
  line-height:1;
  color:var(--white);
  margin-bottom:14px;
  position:relative; z-index:2;
}
.ph-meta {
  font-family:'Space Mono', monospace;
  font-size:10px;
  letter-spacing:.12em;
  color:rgba(241,239,254,.3);
  position:relative; z-index:2;
}



/* ─────────────────────────────────────────────
   CONTENT AREA
───────────────────────────────────────────── */
.content-area {
  background:var(--black);
  padding:52px 40px 80px;
  max-width:720px;
  margin:0 auto;
}

/* ─────────────────────────────────────────────
   SECTION STRUCTURE
───────────────────────────────────────────── */
.doc-section {
  margin-bottom:0;
  padding-bottom:0;
  /* Offset anchor so heading clears the sticky nav */
  scroll-margin-top:80px;
}

.section-divider {
  height:1px;
  background:rgba(124,58,237,.12);
  margin:40px 0;
}

.section-num {
  font-family:'Space Mono', monospace;
  font-size:9px;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--purpleL);
  margin-bottom:8px;
  display:block;
}

.section-heading {
  font-family:'DM Sans', sans-serif;
  font-size:18px;
  font-weight:700;
  color:var(--white);
  margin-bottom:16px;
  line-height:1.3;
}

.section-body {
  font-family:'DM Sans', sans-serif;
  font-size:15px;
  line-height:1.8;
  color:rgba(241,239,254,.7);
}
.section-body p {
  margin-bottom:16px;
}
.section-body p:last-child {
  margin-bottom:0;
}

/* Custom bullet list — left border, no dot */
.doc-list {
  list-style:none;
  padding-left:0;
  margin:12px 0 16px;
  border-left:2px solid rgba(124,58,237,.4);
  padding-left:16px;
}
.doc-list li {
  font-family:'DM Sans', sans-serif;
  font-size:14px;
  line-height:1.7;
  color:rgba(241,239,254,.6);
  margin-bottom:8px;
  padding-left:2px;
}
.doc-list li:last-child { margin-bottom:0 }

/* Inline amber links */
.inline-link {
  color:var(--amber);
  text-decoration:none;
  font-weight:500;
  transition:text-decoration .15s;
}
.inline-link:hover { text-decoration:underline }



/* ─────────────────────────────────────────────
   BACK TO TOP BUTTON
───────────────────────────────────────────── */
.back-to-top {
  position:fixed;
  bottom:28px;
  right:28px;
  z-index:700;
  background:var(--purple);
  color:var(--white);
  border:none;
  border-radius:24px;
  padding:9px 16px;
  font-family:'Space Mono', monospace;
  font-size:10px;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
  opacity:0;
  transform:translateY(12px);
  transition:opacity .25s ease, transform .25s ease, background .2s;
  pointer-events:none;
  box-shadow:0 4px 20px rgba(124,58,237,.35);
}
.back-to-top.visible {
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.back-to-top:hover { background:#6D28D9 }

/* ─────────────────────────────────────────────
   FOOTER — exact ConceptA2 match
───────────────────────────────────────────── */
footer {
  background:var(--navy);
  border-top:1px solid var(--border);
  padding:60px 48px 28px;
}
.footer-grid {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:48px;
  margin-bottom:48px;
}
.fg-brand img { height:26px; margin-bottom:16px; display:block }
.fg-brand p { font-size:13.5px; color:var(--muted); line-height:1.75; max-width:260px }
.fg-social { display:flex; gap:10px; margin-top:20px }
.fg-sicon {
  width:34px; height:34px; border-radius:7px;
  border:1px solid var(--border); display:flex;
  align-items:center; justify-content:center;
  font-size:13px; cursor:pointer; color:var(--muted);
  transition:all .2s; font-family:'DM Sans',sans-serif;
  font-weight:700; text-decoration:none;
}
.fg-sicon:hover { border-color:rgba(124,58,237,.4); background:rgba(124,58,237,.1); color:var(--white) }
.fg-col h5 {
  font-family:'Space Mono', monospace; font-size:10px;
  letter-spacing:.16em; text-transform:uppercase;
  color:var(--purpleL); margin-bottom:16px;
}
.fg-col a {
  display:block; font-size:13.5px; color:var(--muted);
  text-decoration:none; margin-bottom:10px;
  cursor:pointer; transition:color .2s;
}
.fg-col a:hover { color:var(--white) }
.footer-bottom {
  display:flex; align-items:center; justify-content:space-between;
  padding-top:24px; border-top:1px solid var(--border);
}
.fb-copy {
  font-family:'Space Mono', monospace; font-size:10px;
  letter-spacing:.08em; color:rgba(241,239,254,.25);
}
.fb-links { display:flex; gap:20px }
.fb-links a {
  font-size:11.5px; color:rgba(241,239,254,.3);
  text-decoration:none; cursor:pointer; transition:color .2s;
}
.fb-links a:hover { color:rgba(241,239,254,.6) }

/* ─────────────────────────────────────────────
   RESPONSIVE — 768–1023px (tablet)
───────────────────────────────────────────── */

  .content-area { padding:44px 36px 72px 36px }
}

/* ─────────────────────────────────────────────
   RESPONSIVE — ≤767px (mobile)
───────────────────────────────────────────── */
@media (max-width:767px) {
  nav { padding:0 20px }
  .nav-links, .nav-right { display:none }
  .nav-hamburger { display:flex; margin-left:auto }

  .page-header { padding:32px 20px 28px }



  /* Content goes full width */
  .page-body { flex-direction:column }
  .content-area {
    padding:28px 20px 60px;
  }

  .section-body { font-size:14px; line-height:1.9 }

  footer { padding:44px 20px 24px }
  .footer-grid { grid-template-columns:1fr 1fr; gap:28px }
  .back-to-top { bottom:20px; right:16px }
}

@media (max-width:479px) {
  .footer-grid { grid-template-columns:1fr }
  .ph-title { font-size:46px }
}


/* ═══════════════════════════════════════════════════
   PRICING PAGE — EXTRA STYLES
═══════════════════════════════════════════════════ */

/* ── Page Hero ── */
.price-hero {
  background: var(--navy);
  padding: 64px 150px 52px;
  text-align: center;
  position: relative;
  height:220px;
  overflow: hidden;
}

.price-hero::before {
  content: '';
  position: absolute;
  top: -120px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 400px;
  background: radial-gradient(ellipse at top,
    rgba(124,58,237,.22) 0%, transparent 65%);
  pointer-events: none;
}
.price-hero .kicker {
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--purpleL);
  margin-bottom: 14px;
}
.price-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(56px, 8vw, 88px);
  color: var(--white);
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: .01em;
}
.price-hero .sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  /* color: var(--muted); */
  color:rgb(241 239 254 / 69%);
}

/* ── Billing Toggle ── */
.billing-wrap {
  display: flex; justify-content: center;
  padding: 28px 20px 0;
  background: var(--black);
}
.billing-toggle {
  display: inline-flex;
  background: rgba(124,58,237,.1);
  border: 1px solid rgba(124,58,237,.3);
  border-radius: 100px;
  padding: 4px;
  gap: 2px;
  position: relative;
}
.billing-btn {
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase;
  padding: 9px 22px;
  border-radius: 100px;
  cursor: pointer;
  color: var(--muted);
  transition: all .2s;
  white-space: nowrap;
  position: relative;
  user-select: none;
}
.billing-btn.active {
  background: var(--purple);
  color: var(--white);
}
.billing-badge {
  position: absolute;
  top: -10px; right: -6px;
  font-family: 'Space Mono', monospace;
  font-size: 8px; letter-spacing: .04em;
  text-transform: uppercase;
  background: var(--amber);
  color: #03010A;
  padding: 2px 6px;
  border-radius: 100px;
  white-space: nowrap;
  font-weight: 700;
  display: none;
}
.billing-badge.show { display: block; }

/* ── User Type Tabs ── */
.type-tabs-wrap {
  background: var(--black);
  padding: 28px 40px 0;
  display: flex; justify-content: center;
}
.type-tabs {
  display: flex;
  border-bottom: 1px solid rgba(124,58,237,.15);
  gap: 0;
}
.type-tab {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 500;
  color: var(--muted);
  padding: 12px 28px;
  cursor: pointer;
  position: relative;
  transition: color .2s;
  white-space: nowrap;
}
.type-tab:hover { color: var(--white); }
.type-tab.active {
  color: var(--white);
}
.type-tab.active::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 2px;
  background: var(--amber);
  border-radius: 2px 2px 0 0;
}

/* ── Tab Panels ── */
.tab-content {
  background: var(--black);
  padding: 40px 40px 0;
}
.tab-panel {
  display: none;
  animation: fadePanel .15s ease;
}
.tab-panel.active { display: block; }
@keyframes fadePanel {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Founding Banner (Venues) ── */
.founding-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--navy);
  border: 1px solid rgba(124,58,237,.25);
  border-left: 3px solid;
  border-image: linear-gradient(180deg, var(--purple), var(--amber)) 1;
  border-radius: 12px;
  padding: 20px 28px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.founding-left { display: flex; flex-direction: column; gap: 4px; }
.founding-dot {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Mono', monospace;
  font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--purpleL);
  margin-bottom: 4px;
}
.founding-dot::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 8px var(--purple);
  animation: pulseF 2s ease-in-out infinite;
}
@keyframes pulseF {
  0%,100% { box-shadow: 0 0 4px var(--purple); }
  50%      { box-shadow: 0 0 14px var(--purple); }
}
.founding-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 26px; color: var(--white);
  letter-spacing: .02em;
}
.founding-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--muted);
  margin-top: 2px;
}
.founding-right {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 10px;
}
.founding-counter {
  font-family: 'Space Mono', monospace;
  font-size: 12px; color: var(--amber);
  letter-spacing: .04em;
}
.founding-cta {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  background: var(--purple); color: var(--white);
  padding: 10px 20px; border-radius: 8px;
  cursor: pointer; white-space: nowrap;
  border: none;
}

/* ── Cards Grid ── */
.cards-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}
.cards-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cards-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cards-grid.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ── Pricing Card ── */
.p-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .22s ease, border-color .22s ease,
              box-shadow .22s ease;
  position: relative;
}
.p-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124,58,237,.48);
  box-shadow: 0 12px 40px rgba(124,58,237,.12);
}
.p-card.popular {
  border-color: rgba(124,58,237,.55);
}
.p-card.gold-card {
  border-color: rgba(217,119,6,.5);
}
.p-card.gold-card:hover {
  border-color: rgba(217,119,6,.8);
  box-shadow: 0 12px 40px rgba(217,119,6,.1);
}
.p-card.fan-pro {
  border-color: rgba(245,158,11,.4);
}

/* Popular badge */
.popular-badge {
  position: absolute;
  top: 0; left: 50%; transform: translateX(-50%);
  font-family: 'Space Mono', monospace;
  font-size: 8px; letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--purple); color: var(--white);
  padding: 4px 14px;
  border-radius: 0 0 10px 10px;
  white-space: nowrap;
}

/* Card Header */
.p-card-head {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(124,58,237,.1);
}
.p-card.popular .p-card-head { padding-top: 38px; }
.card-tier-label {
  font-family: 'Space Mono', monospace;
  font-size: 9px; letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--purpleL);
  margin-bottom: 6px;
}
.card-tier-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px; color: var(--white);
  letter-spacing: .02em;
  line-height: 1;
  margin-bottom: 12px;
}
.card-price-row {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 2px;
}
.card-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px; color: var(--white);
  line-height: 1;
  letter-spacing: -.01em;
  transition: opacity .12s ease;
}
.card-price.free-price { color: var(--purpleL); }
.card-price-period {
  font-family: 'Space Mono', monospace;
  font-size: 11px; color: var(--muted);
  align-self: flex-end; padding-bottom: 8px;
}
.card-annual-note {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--muted);
  min-height: 18px;
  margin-bottom: 6px;
}
.card-tagline {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--muted);
  line-height: 1.5;
  margin-top: 8px;
}

/* Card CTA */
.card-cta {
  display: block; width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; font-weight: 600;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  margin-top: 16px;
  border: none;
  transition: opacity .2s, transform .15s;
}
.card-cta:hover { opacity: .88; transform: translateY(-1px); }
.card-cta.cta-free {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--purpleL);
}
.card-cta.cta-paid {
  background: var(--purple);
  color: var(--white);
}
.card-cta.cta-popular {
  background: var(--amber);
  color: #03010A;
}
.card-cta.cta-gold {
  background: transparent;
  border: 1px solid #D97706;
  color: #F59E0B;
}

/* Card Feature List */
.p-card-body {
  padding: 20px 24px 24px;
  flex: 1;
}
.feature-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0;
}
.feature-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 13.5px; line-height: 1.7;
  display: flex; align-items: flex-start; gap: 10px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(124,58,237,.06);
}
.feature-item:last-child { border-bottom: none; }
.feature-icon {
  flex-shrink: 0; width: 16px; margin-top: 3px;
  font-size: 12px; line-height: 1;
}
.feature-icon.inc  { color: #10B981; }
.feature-icon.exc  { color: rgba(241,239,254,.2); }
.feature-icon.addon{ color: #D97706; }
.feature-text.inc  { color: var(--white); }
.feature-text.exc  { color: var(--muted); }
.feature-text.addon{ color: var(--amber); }

/* ── Promo Strip ── */
.promo-strip {
  background: var(--navy);
  border: 1px solid rgba(245,158,11,.2);
  border-left: 3px solid var(--amber);
  border-radius: 10px;
  padding: 14px 20px;
  display: flex; align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.promo-text {
  font-family: 'Space Mono', monospace;
  font-size: 11px; letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--amberL);
  flex: 1;
}
.promo-code {
  font-family: 'Space Mono', monospace;
  font-size: 12px; font-weight: 700;
  color: var(--amber);
  background: rgba(245,158,11,.1);
  border: 1px solid rgba(245,158,11,.3);
  padding: 4px 12px; border-radius: 6px;
  display: inline-flex; align-items: center; gap: 8px;
  cursor: pointer;
  transition: background .15s;
}
.promo-code:hover { background: rgba(245,158,11,.18); }
.copy-icon {
  font-size: 11px; opacity: .7;
}
.copy-confirm {
  font-family: 'Space Mono', monospace;
  font-size: 11px; color: #10B981;
  display: none;
}

/* ── Spotlight Add-On ── */
.spotlight-callout {
  background: var(--spotCard, #110D2E);
  border: 1px solid rgba(217,119,6,.35);
  border-radius: 16px;
  padding: 28px 32px;
  display: flex; align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.spotlight-left { flex: 1; min-width: 220px; }
.spotlight-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Space Mono', monospace;
  font-size: 9px; letter-spacing: .16em;
  text-transform: uppercase; color: #D97706;
  margin-bottom: 10px;
}
.spotlight-badge-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #D97706;
  box-shadow: 0 0 8px #D97706;
  animation: pulseGold 2s ease-in-out infinite;
}
@keyframes pulseGold {
  0%,100% { box-shadow: 0 0 4px #D97706; }
  50%      { box-shadow: 0 0 16px #D97706; }
}
.spotlight-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px; color: var(--white);
  letter-spacing: .02em;
  margin-bottom: 8px;
}
.spotlight-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: var(--muted);
  line-height: 1.65; max-width: 460px;
}
.spotlight-right {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 6px;
  min-width: 160px;
}
.spotlight-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 36px; color: #D97706;
  letter-spacing: .01em; line-height: 1;
}
.spotlight-period {
  font-family: 'Space Mono', monospace;
  font-size: 10px; color: var(--muted);
}
.spotlight-eligible {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; color: var(--muted);
  margin-top: 4px;
}
.spotlight-included {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  color: #10B981;
}
.spotlight-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; font-weight: 600;
  color: #D97706;
  cursor: pointer; margin-top: 6px;
  text-decoration: none;
}
.spotlight-link:hover { text-decoration: underline; }

/* ── FAQ Teaser ── */
.faq-teaser {
  background: var(--black);
  text-align: center;
  padding: 40px 20px 56px;
}
.faq-teaser p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px; color: var(--muted);
}
.faq-teaser a {
  color: var(--amber); text-decoration: none;
  font-weight: 600;
}
.faq-teaser a:hover { text-decoration: underline; }

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width: 1199px) {
  .cards-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1023px) {
  .cards-grid.cols-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .tab-content { padding: 28px 20px 0; }
  .type-tabs-wrap { padding: 24px 20px 0; overflow-x: auto; }
  .type-tabs { gap: 0; }
  .type-tab { padding: 12px 18px; font-size: 13px; }
  .cards-grid.cols-2,
  .cards-grid.cols-3,
  .cards-grid.cols-4 { grid-template-columns: 1fr; }
  .billing-toggle { width: 100%; max-width: 380px; }
  .billing-btn { flex: 1; text-align: center; padding: 10px 12px; }

  .price-hero {
    height:200px;
    padding: 20px 40px 40px;
    overflow-x: hidden;
    overflow-y: auto; }

  .spotlight-callout { flex-direction: column; }
  .spotlight-right { align-items: flex-start; }
  .founding-banner { flex-direction: column; }
  .founding-right { align-items: flex-start; }
}
@media (max-width: 479px) {
  .price-hero h1 { font-size: 52px; }
  .card-price { font-size: 44px; }
  .promo-strip { flex-direction: column; align-items: flex-start; }
}