/* ============================================================
   RoxBuddy — Waitlist Landing  ·  dark · yellow · athletic
   Mobile-first. Display: Saira Condensed · Body: Archivo
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0a0a0a;
  --bg2: #0e0e0e;
  --panel: #141414;
  --panel2: #1c1c1c;
  --panel3: #232323;
  --line: rgba(255,255,255,0.08);
  --line2: rgba(255,255,255,0.14);
  --yellow: #FFC420;
  --yellow-bright: #FFD541;
  --yellow-deep: #F9A207;
  --accent-rgb: 255,196,32;
  --ink: #ffffff;
  --muted: #9a9a9a;
  --muted2: #6b6b6b;
  --maxw: 1200px;
  --pad: 22px;
  --r: 18px;
  --font-display: 'Saira Condensed', sans-serif;
  --glow-scale: 1;
  --glow-opacity: 1;
}

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink);
  font-family: 'Archivo', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
::selection { background: var(--yellow); color: #000; }

.disp { font-family: var(--font-display); }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding: 72px 0; position: relative; }
.center { text-align: center; }

/* ---------- typographic helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--yellow); background: rgba(var(--accent-rgb),0.10);
  border: 1px solid rgba(var(--accent-rgb),0.25); padding: 8px 15px; border-radius: 999px;
}
.eyebrow.muted { color: var(--muted); background: var(--panel2); border-color: var(--line); }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 0 rgba(var(--accent-rgb),.6); animation: pulse 1.9s infinite; flex: none; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.55);} 70%{box-shadow:0 0 0 9px rgba(var(--accent-rgb),0);} 100%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);} }

.kicker { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.2em; color: var(--muted2); }
.h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; line-height: 0.92; letter-spacing: -0.5px; font-size: clamp(34px, 7vw, 58px); }
.h2 .y { color: var(--yellow); }
.h2 .yi { color: var(--yellow); font-style: italic; }
.lead { color: var(--muted); font-size: clamp(15px, 2.6vw, 18px); line-height: 1.6; font-weight: 500; }
.rule { width: 46px; height: 4px; background: var(--yellow); border-radius: 999px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 800; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.1em;
  padding: 14px 24px; border-radius: 999px; border: none; transition: transform .15s ease, background .2s ease, border-color .2s; white-space: nowrap; }
.btn:active { transform: scale(0.97); }
.btn-y { background: var(--yellow); color: #000; }
.btn-y:hover { background: var(--yellow-bright); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid var(--line2); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); }
.btn-dark { background: #000; color: #fff; border: 1px solid var(--line2); }
.btn-lg { padding: 17px 34px; font-size: 14px; }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 60; transition: background .3s, border-color .3s, backdrop-filter .3s; border-bottom: 1px solid transparent; }
.nav.scrolled { background: rgba(10,10,10,0.82); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 64px; }
.wordmark { display: flex; align-items: center; gap: 7px; }
.wordmark .lg { font-family: var(--font-display); font-weight: 900; font-size: 24px; letter-spacing: -0.5px; }
.wordmark .lg b { color: var(--yellow); }
.wordmark .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.nav-links { display: none; gap: 28px; }
.nav-links a { color: rgba(255,255,255,0.6); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav-right { display: flex; align-items: center; gap: 12px; }
.nav-right .btn { padding: 11px 18px; }
.hamburger { display: inline-flex; background: var(--panel2); border: 1px solid var(--line); border-radius: 11px; width: 42px; height: 42px; align-items: center; justify-content: center; color: #fff; }
.hamburger svg { width: 20px; height: 20px; }
/* mobile drawer */
.drawer { position: fixed; inset: 64px 0 auto 0; z-index: 55; background: rgba(10,10,10,0.97); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); padding: 18px var(--pad) 26px; display: flex; flex-direction: column; gap: 6px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .22s, transform .22s; }
.drawer.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
.drawer a { padding: 13px 4px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.75); border-bottom: 1px solid var(--line); }
.drawer .btn { margin-top: 14px; width: 100%; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding-top: 96px; overflow: hidden; }
.hero .glow { position: absolute; width: 70vw; max-width: 560px; aspect-ratio: 1; right: -10%; top: 18%; background: radial-gradient(circle, rgba(var(--accent-rgb),0.16), transparent 65%); filter: blur(10px); pointer-events: none; z-index: 0; }
.hero-grid { display: grid; grid-template-columns: 1fr; gap: 8px; position: relative; z-index: 2; }
.hero-grid > * { min-width: 0; }
.hero-copy { padding-bottom: 8px; }
.hero h1 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; line-height: 0.82; letter-spacing: -1px; font-size: clamp(52px, 13.5vw, 92px); margin: 20px 0 18px; }
.hero h1 .yi { color: var(--yellow); font-style: italic; display: block; }
.hero .lead { max-width: 460px; margin-bottom: 26px; }
.hero-visual { position: relative; display: flex; align-items: flex-end; justify-content: center; min-height: 360px; }
.hero-visual img.mascot {
  width: auto; height: 420px; max-height: 56vh; object-fit: contain;
  filter: drop-shadow(0 30px 50px rgba(0,0,0,0.6)); position: relative; z-index: 2;
  transform-origin: center bottom;
  animation: rb-mascot-idle 4.8s ease-in-out infinite;
}
@keyframes rb-mascot-idle {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  42% { transform: translateY(-11px) rotate(0.7deg); }
  52% { transform: translateY(-11px) rotate(0.7deg); }
  78% { transform: translateY(-3px) rotate(0.15deg); }
}
.float-chat {
  position: absolute; left: 2%; top: 8%; z-index: 3;
  background: rgba(20,20,20,0.92); border: 1px solid var(--line2); border-radius: 16px;
  padding: 13px 15px; width: 210px; backdrop-filter: blur(8px);
  box-shadow: 0 16px 40px -16px rgba(0,0,0,0.8);
  animation: rb-chat-float 4.8s ease-in-out infinite;
  animation-delay: -2.4s;
}
@keyframes rb-chat-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
.float-chat .who { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--yellow); margin-bottom: 5px; }
.float-chat .msg { font-size: 12px; line-height: 1.42; color: #d6d6d6; }

/* waitlist form */
.waitlist { max-width: 470px; }
.waitlist .field { display: flex; align-items: center; gap: 8px; background: var(--panel2); border: 1px solid var(--line2); border-radius: 999px; padding: 6px 6px 6px 18px; transition: border-color .2s; }
.waitlist .field:focus-within { border-color: rgba(var(--accent-rgb),0.6); }
.waitlist input { flex: 1; min-width: 0; background: transparent; border: none; outline: none; color: #fff; font-family: 'Archivo'; font-size: 16px; padding: 13px 0; }
.waitlist input::placeholder { color: #6b6b6b; }
.waitlist .btn { flex: none; }
.waitlist .note { font-size: 12px; color: var(--muted2); margin-top: 11px; padding-left: 4px; }
.waitlist-error { font-size: 13px; color: #ff8a8a; line-height: 1.45; margin: 8px 0 0; padding-left: 4px; }
.waitlist.submitting .btn { opacity: 0.72; cursor: wait; }
.waitlist.done .field { display: none; }
.waitlist.done .note { display: none; }
.waitlist.done .waitlist-error { display: none; }
.form-success { display: none; align-items: center; gap: 13px; background: rgba(var(--accent-rgb),0.08); border: 1px solid rgba(var(--accent-rgb),0.3); border-radius: 18px; padding: 16px 18px; max-width: 470px; }
.waitlist.done + .form-success { display: flex; }
.form-success .ic { width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); color: #000; display: flex; align-items: center; justify-content: center; flex: none; }
.form-success .t { font-weight: 800; font-size: 15px; }
.form-success .s { font-size: 12.5px; color: var(--muted); }

/* urgency cluster */
.urgency { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.count { display: flex; gap: 8px; }
.count .unit { text-align: center; }
.count .num { font-family: var(--font-display); font-weight: 800; font-size: 28px; line-height: 1; background: var(--panel2); border: 1px solid var(--line); border-radius: 10px; padding: 9px 10px; min-width: 46px; display: block; font-variant-numeric: tabular-nums; }
.count .lbl { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted2); margin-top: 6px; display: block; }
.count .colon { font-family: var(--font-display); font-weight: 800; font-size: 24px; color: var(--yellow); align-self: flex-start; padding-top: 9px; }
.spots { border-left: 1px solid var(--line); padding-left: 22px; }
.spots .big { font-family: var(--font-display); font-weight: 900; font-size: 26px; color: var(--yellow); line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; }
.spots .spots-price { font-size: 14px; font-weight: 700; margin-top: 6px; line-height: 1.35; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0 7px; }
.spots .spots-was { color: var(--muted2); font-weight: 600; text-decoration: line-through; text-decoration-color: rgba(255,255,255,0.35); }
.spots .spots-now { color: var(--ink); }
.spots .cap { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted2); margin-top: 5px; }
.spots .track { width: 130px; height: 5px; background: var(--panel3); border-radius: 999px; margin-top: 8px; overflow: hidden; }
.spots .track > i { display: block; height: 100%; width: 53%; background: var(--yellow); border-radius: 999px; }

/* coach strip */
.coach-strip { margin-top: 38px; border-top: 1px solid var(--line); padding-top: 26px; }
.coach-strip .sl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted2); margin-bottom: 14px; }
.coach-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.coach-card { display: flex; align-items: center; gap: 12px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 10px 12px; transition: border-color .2s, background .2s; }
.coach-card:hover { border-color: rgba(var(--accent-rgb),0.4); background: var(--panel2); }
.coach-card img { width: 48px; height: 58px; object-fit: contain; object-position: bottom; flex: none; }
.coach-card .nm { font-family: var(--font-display); font-weight: 800; font-size: 17px; text-transform: uppercase; }
.coach-card .sp { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--yellow); margin-top: 2px; }

/* ============================================================
   INTEGRATIONS BAR
   ============================================================ */
.intbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg2); }
.intbar-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; padding: 20px 0; }
.intbar .lbl { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--muted2); }
.intbar .brands { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; }
.brand { display: inline-flex; align-items: center; gap: 8px; }
.brand .ic { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex: none; }
.brand .ic svg { width: 12px; height: 12px; }
.brand .nm { font-size: 13px; font-weight: 800; letter-spacing: -0.2px; }
.brand.soon { opacity: 0.6; }
.brand .soon-tag { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted2); border: 1px solid var(--line); border-radius: 999px; padding: 2px 6px; }
.brand .soon-tag.limited { color: #000; background: var(--yellow); border-color: var(--yellow); }

/* ============================================================
   SECTION HEADER
   ============================================================ */
.sec-head { margin-bottom: 40px; }
.sec-head .kicker { margin-bottom: 12px; }
.sec-head .lead { max-width: 560px; margin-top: 16px; }

/* ============================================================
   PROBLEM
   ============================================================ */
.problem { background: #000; }
.pain-list { display: flex; flex-direction: column; gap: 4px; margin-top: 34px; }
.pain { border-left: 2px solid var(--yellow); padding: 18px 0 18px 22px; }
.pain .n { font-family: var(--font-display); font-weight: 900; font-size: 42px; color: var(--yellow); line-height: 1; display: block; margin-bottom: 8px; }
.pain .t { font-weight: 800; font-size: 18px; margin-bottom: 6px; }
.pain .d { color: var(--muted); font-size: 14px; line-height: 1.55; max-width: 520px; }

/* ============================================================
   FEATURES BENTO
   ============================================================ */
.bento { display: grid; grid-template-columns: 1fr; gap: 14px; }
.fcard { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r); padding: 24px; transition: border-color .25s, transform .25s; position: relative; overflow: hidden; }
.fcard:hover { border-color: rgba(var(--accent-rgb),0.35); transform: translateY(-3px); }
.fcard .fic { width: 44px; height: 44px; border-radius: 13px; background: var(--yellow); color: #000; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.fcard.dark .fic { background: #000; color: var(--yellow); border: 1px solid var(--line2); }
.fcard .fic svg { width: 20px; height: 20px; }
.fcard h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; text-transform: uppercase; letter-spacing: 0.2px; margin-bottom: 8px; }
.fcard p { color: var(--muted); font-size: 13.5px; line-height: 1.55; }
.fcard .tag { position: absolute; top: 20px; right: 20px; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow); }

/* ============================================================
   ANALYTICS SHOWCASE
   ============================================================ */
.analytics { background: linear-gradient(180deg, #0a0a0a, #0d0b06 50%, #0a0a0a); }
.an-grid { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.an-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 22px; }
.an-tab { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); background: var(--panel2); border: 1px solid var(--line); border-radius: 999px; padding: 9px 15px; transition: all .2s; }
.an-tab.active { background: var(--yellow); color: #000; border-color: var(--yellow); }
.an-points { display: flex; flex-direction: column; gap: 14px; }
.an-point { display: flex; gap: 13px; }
.an-point .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); margin-top: 7px; flex: none; }
.an-point .t { font-weight: 800; font-size: 15px; }
.an-point .d { color: var(--muted); font-size: 13px; line-height: 1.5; }

/* dashboard panel */
.dash { background: linear-gradient(160deg, #181818, #0f0f0f); border: 1px solid var(--line2); border-radius: 24px; padding: 20px; box-shadow: 0 30px 70px -25px rgba(0,0,0,0.8); }
.dash .dh { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.dash .dh .t { font-family: var(--font-display); font-weight: 800; font-size: 19px; text-transform: uppercase; }
.dash .dh .live { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--yellow); display: flex; align-items: center; gap: 6px; }
.dash .dh .live i { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); animation: pulse 1.9s infinite; }
.dash .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.stat { background: var(--panel); border: 1px solid var(--line); border-radius: 15px; padding: 14px; }
.stat .k { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted2); }
.stat .v { font-family: var(--font-display); font-weight: 900; font-size: 32px; line-height: 1; margin-top: 7px; }
.stat .v small { font-size: 13px; color: var(--muted); font-weight: 700; }
.ring { width: 66px; height: 66px; border-radius: 50%; background: conic-gradient(var(--yellow) 0 84%, #2a2a2a 84% 100%); display: flex; align-items: center; justify-content: center; flex: none; }
.ring .inner { width: 50px; height: 50px; border-radius: 50%; background: var(--panel); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ring .inner b { font-family: var(--font-display); font-weight: 900; font-size: 19px; line-height: 1; }
.ring .inner span { font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted2); }
.bar { height: 7px; background: #2a2a2a; border-radius: 999px; overflow: hidden; margin-top: 8px; }
.bar > i { display: block; height: 100%; background: var(--yellow); border-radius: 999px; transition: width .8s ease; }
.thresh-row { display: flex; align-items: center; gap: 11px; }
.pill-y { font-family: var(--font-display); font-weight: 800; font-size: 13px; background: rgba(var(--accent-rgb),0.14); color: var(--yellow); border-radius: 8px; padding: 3px 9px; flex: none; }
.predict { background: var(--yellow); color: #000; border-radius: 15px; padding: 13px 15px; }
.predict .pk { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.65; }
.predict .pv { font-family: var(--font-display); font-weight: 900; font-size: 30px; line-height: 1; margin-top: 3px; }
.stations { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 16px; }
.st-item { display: flex; align-items: center; gap: 8px; }
.st-item i { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.st-item span { font-size: 11px; color: #cfcfcf; font-weight: 600; }
.st-green { background: #1f8a3b; } .st-amber { background: var(--yellow); } .st-red { background: #c8442e; }

/* ============================================================
   COACHES
   ============================================================ */
.coaches { background: #000; }
.coach-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 36px; }
.coach-tile { background: linear-gradient(180deg, var(--panel), #101010); border: 1px solid var(--line); border-radius: 22px; padding: 22px; position: relative; overflow: hidden; transition: border-color .25s; }
.coach-tile:hover { border-color: rgba(var(--accent-rgb),0.4); }
.coach-tile .bgnum { position: absolute; right: -8px; top: -22px; font-family: var(--font-display); font-weight: 900; font-size: 120px; color: rgba(255,255,255,0.03); pointer-events: none; }
.coach-tile .ph { display: flex; align-items: flex-end; gap: 14px; margin-bottom: 14px; }
.coach-tile .ph img { width: 92px; height: 110px; object-fit: contain; object-position: bottom; flex: none; }
.coach-tile .role { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--yellow); background: rgba(var(--accent-rgb),0.1); border: 1px solid rgba(var(--accent-rgb),0.22); border-radius: 999px; padding: 5px 11px; display: inline-block; }
.coach-tile .cn { font-family: var(--font-display); font-weight: 900; font-size: 30px; text-transform: uppercase; font-style: italic; line-height: 0.95; margin: 10px 0 8px; }
.coach-tile .cn b { color: var(--yellow); }
.coach-tile .cd { color: var(--muted); font-size: 13px; line-height: 1.55; }
.coach-tile .traits { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; }
.coach-tile .traits span { font-size: 10px; font-weight: 700; color: #cdcdcd; background: var(--panel3); border-radius: 999px; padding: 4px 10px; }

/* ============================================================
   INTEGRATIONS SECTION
   ============================================================ */
.int-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.int-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 18px; display: flex; flex-direction: column; gap: 12px; min-height: 120px; }
.int-card .top { display: flex; align-items: center; justify-content: space-between; }
.int-card .ic { width: 40px; height: 40px; border-radius: 11px; display: flex; align-items: center; justify-content: center; }
.int-card .ic svg { width: 20px; height: 20px; }
.int-card .status { font-size: 8.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 8px; border-radius: 999px; }
.status.connected { color: #1f8a3b; background: rgba(31,138,59,0.14); }
.status.soon { color: var(--muted2); background: var(--panel3); }
.status.limited { color: #000; background: var(--yellow); }
.int-card .nm { font-family: var(--font-display); font-weight: 800; font-size: 19px; text-transform: uppercase; }
.int-card .ds { font-size: 11.5px; color: var(--muted); margin-top: -6px; }
.int-note { margin-top: 22px; font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.int-note a { color: var(--yellow); font-weight: 700; border-bottom: 1px solid rgba(var(--accent-rgb),0.35); transition: border-color .2s; }
.int-note a:hover { border-color: var(--yellow); }

/* ============================================================
   MARKETPLACE
   ============================================================ */
.market { background: linear-gradient(180deg, #0a0a0a, #0d0b06); }
.mk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
.mk-card { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 20px; transition: background .2s, border-color .2s; }
.mk-card:hover { background: var(--panel2); border-color: rgba(var(--accent-rgb),0.3); }
.mk-card .ic { width: 42px; height: 42px; border-radius: 12px; background: #000; border: 1px solid var(--line2); color: var(--yellow); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.mk-card .ic svg { width: 20px; height: 20px; }
.mk-card .nm { font-family: var(--font-display); font-weight: 800; font-size: 20px; text-transform: uppercase; }
.mk-card .deals { display: inline-block; font-size: 9.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; color: #000; background: var(--yellow); border-radius: 999px; padding: 4px 10px; margin-top: 10px; }

/* partner onboarding */
.partner { margin-top: 28px; display: grid; grid-template-columns: 1fr; gap: 28px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; padding: 28px 24px; }
.partner-intro { max-width: 420px; }
.partner-ic { width: 48px; height: 48px; border-radius: 14px; background: var(--yellow); color: #000; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.partner-ic svg { width: 24px; height: 24px; }
.partner-title { font-family: var(--font-display); font-weight: 900; font-size: clamp(26px, 4vw, 34px); text-transform: uppercase; letter-spacing: -0.3px; margin: 10px 0 12px; line-height: 0.95; }
.partner-intro p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.partner-form { display: flex; flex-direction: column; gap: 16px; }
.pf-row { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pf-field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.pf-field label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; color: var(--muted); }
.pf-field label .opt { color: var(--muted2); font-weight: 600; letter-spacing: 0; text-transform: none; }
.pf-field input, .pf-field select, .pf-field textarea {
  width: 100%; background: var(--panel2); border: 1px solid var(--line2); border-radius: 12px;
  padding: 13px 15px; color: #fff; font-family: 'Archivo'; font-size: 15px; outline: none; transition: border-color .2s;
}
.pf-field input::placeholder, .pf-field textarea::placeholder { color: #6b6b6b; }
.pf-field input:focus, .pf-field select:focus, .pf-field textarea:focus { border-color: rgba(var(--accent-rgb),0.6); }
.pf-field select { appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238a8a8a' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px; }
.pf-field select option { background: #1c1c1c; color: #fff; }
.pf-field textarea { resize: vertical; min-height: 104px; line-height: 1.5; }
.pf-count { font-size: 11px; color: var(--muted2); text-align: right; margin-top: -2px; }
.partner-form .btn { align-self: flex-start; margin-top: 4px; }
.partner-error { font-size: 13px; color: #ff8a8a; line-height: 1.45; margin: 0; }
.partner-form.submitting .btn { opacity: 0.72; cursor: wait; }
.partner-success { display: none; align-items: center; gap: 14px; background: rgba(var(--accent-rgb),0.08); border: 1px solid rgba(var(--accent-rgb),0.3); border-radius: 16px; padding: 18px 20px; }
.partner-success .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: #000; display: flex; align-items: center; justify-content: center; flex: none; }
.partner-success .ic svg { width: 20px; height: 20px; }
.partner-success .t { font-weight: 800; font-size: 15px; }
.partner-success .s { font-size: 13px; color: var(--muted); margin-top: 2px; }
.partner.done .partner-form { display: none; }
.partner.done .partner-success { display: flex; }

/* ============================================================
   FOUNDER
   ============================================================ */
.founder { background: #000; }
.founder-card { display: grid; grid-template-columns: 1fr; gap: 0; background: linear-gradient(160deg, #161616, #0d0d0d); border: 1px solid var(--line); border-radius: 26px; overflow: hidden; }
.founder-photo { position: relative; min-height: 320px; background:
  repeating-linear-gradient(135deg, #1a1a1a 0 14px, #151515 14px 28px);
  display: flex; align-items: flex-end; justify-content: center; border-bottom: 1px solid var(--line); }
.founder-photo .ph-note { position: absolute; top: 16px; left: 16px; font-family: 'Archivo'; font-size: 10px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--muted2); background: rgba(0,0,0,0.5); border: 1px dashed var(--line2); border-radius: 8px; padding: 5px 9px; }
.founder-photo .badge-flag { position: absolute; bottom: 16px; right: 16px; display: flex; align-items: center; gap: 8px; background: rgba(0,0,0,0.6); border: 1px solid var(--line2); border-radius: 999px; padding: 7px 13px; font-size: 11px; font-weight: 800; }
.founder-body { padding: 30px 26px; }
.founder-body .role { color: var(--yellow); }
.founder-body .nm { font-family: var(--font-display); font-weight: 900; font-size: clamp(32px, 6vw, 46px); text-transform: uppercase; line-height: 0.95; margin: 12px 0 6px; }
.founder-body .quote { font-size: 16px; line-height: 1.6; color: #e2e2e2; margin: 16px 0 20px; font-weight: 500; }
.founder-creds { display: flex; flex-direction: column; gap: 10px; }
.cred { display: flex; align-items: center; gap: 11px; font-size: 13.5px; font-weight: 600; color: #d6d6d6; }
.cred .ck { width: 26px; height: 26px; border-radius: 8px; background: rgba(var(--accent-rgb),0.12); color: var(--yellow); display: flex; align-items: center; justify-content: center; flex: none; }
.cred .ck svg { width: 14px; height: 14px; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.finalcta { background:
   radial-gradient(ellipse at 50% 0%, rgba(var(--accent-rgb),0.10), transparent 60%), #000; text-align: center; }
.finalcta .badge { margin: 0 auto 22px; }
.finalcta h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; line-height: 0.9; letter-spacing: -1px; font-size: clamp(40px, 9vw, 78px); }
.finalcta h2 .yi { color: var(--yellow); font-style: italic; }
.finalcta .lead { max-width: 480px; margin: 18px auto 30px; }
.finalcta .waitlist { margin: 0 auto; }
.finalcta .urgency { justify-content: center; margin-top: 32px; }
.finalcta .mascot-run { width: 150px; margin: 0 auto 4px; }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-page { padding: 108px 0 72px; }
.legal-back {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--muted); margin-bottom: 28px; transition: color .2s;
}
.legal-back:hover { color: var(--yellow); }
.legal-back svg { width: 16px; height: 16px; }
.legal-head { max-width: 42rem; margin-bottom: 36px; }
.legal-head .eyebrow { margin-bottom: 14px; }
.legal-head h1 {
  font-family: var(--font-display); font-weight: 900; font-size: clamp(34px, 6vw, 48px);
  text-transform: uppercase; line-height: 0.95; letter-spacing: -0.3px;
}
.legal-prose { max-width: 42rem; color: #c8c8c8; font-size: 14.5px; line-height: 1.65; }
.legal-prose h2 {
  margin: 36px 0 12px; font-size: 11px; font-weight: 800; text-transform: uppercase;
  letter-spacing: 0.14em; color: #fff;
}
.legal-prose p { margin-bottom: 14px; }
.legal-prose ul { margin: 0 0 14px 1.2em; }
.legal-prose li { margin-bottom: 6px; }
.legal-prose a { color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; }
.legal-prose a:hover { color: var(--yellow-bright); }
.legal-prose strong { color: #fff; font-weight: 700; }
.legal-prose .legal-effective { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted2); margin-bottom: 18px; }
.legal-prose .legal-lead { color: #fff; font-size: 15px; font-weight: 600; margin-bottom: 18px; }
.legal-box {
  margin-top: 40px; padding: 22px 24px; border-radius: 16px;
  background: var(--panel); border: 1px solid var(--line); font-size: 13px; color: var(--muted);
}
.legal-box p + p { margin-top: 10px; }
.legal-box strong { color: #ddd; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #000; border-top: 1px solid var(--line); padding: 54px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px; }
.footer .about { max-width: 320px; }
.footer .about p { color: var(--muted); font-size: 13.5px; line-height: 1.55; margin: 14px 0 18px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 11px; background: var(--panel2); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--muted); transition: color .2s, border-color .2s; }
.socials a:hover { color: var(--yellow); border-color: rgba(var(--accent-rgb),0.4); }
.socials svg { width: 17px; height: 17px; }
.foot-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.foot-col h4 { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.foot-col a { display: block; color: var(--muted); font-size: 13.5px; padding: 6px 0; transition: color .2s; }
.foot-col a:hover { color: #fff; }
.foot-bottom { border-top: 1px solid var(--line); padding-top: 22px; }
.foot-bottom p { color: var(--muted2); font-size: 11.5px; line-height: 1.6; }
.foot-bottom .disc { margin-top: 10px; font-size: 10.5px; color: #595959; max-width: 720px; }

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } .pulse, .dash .dh .live i { animation: none; } }

/* ============================================================
   RESPONSIVE  ≥ 640
   ============================================================ */
@media (min-width: 640px) {
  :root { --pad: 32px; }
  .coach-row { grid-template-columns: repeat(4, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .int-grid { grid-template-columns: repeat(3, 1fr); }
  .mk-grid { grid-template-columns: repeat(4, 1fr); }
  .pf-row { grid-template-columns: 1fr 1fr; }
  .foot-cols { grid-template-columns: repeat(3, 1fr); }
  .founder-photo { min-height: 360px; }
}

/* ============================================================
   RESPONSIVE  ≥ 900
   ============================================================ */
@media (min-width: 900px) {
  :root { --pad: 40px; }
  .section { padding: 96px 0; }
  .nav-links { display: flex; }
  .hamburger { display: none; }
  .hero { padding-top: 120px; }
  .hero-grid { grid-template-columns: 1.12fr 0.88fr; gap: 24px; align-items: center; }
  .hero-visual { min-height: 520px; }
  .hero-visual img.mascot { height: 540px; max-height: 64vh; }
  .float-chat { left: -10px; width: 220px; }
  .bento { grid-template-columns: repeat(3, 1fr); }
  .bento .span2 { grid-column: span 2; }
  .an-grid { grid-template-columns: 0.95fr 1.05fr; gap: 48px; }
  .partner { grid-template-columns: 0.8fr 1.2fr; gap: 44px; padding: 40px; align-items: start; }
  .coach-grid { grid-template-columns: repeat(2, 1fr); }
  .int-grid { grid-template-columns: repeat(5, 1fr); }
  .founder-card { grid-template-columns: 0.85fr 1.15fr; }
  .founder-photo { border-bottom: none; border-right: 1px solid var(--line); }
  .founder-body { padding: 44px 40px; }
  .sec-head { max-width: 720px; }
}

@media (min-width: 1100px) {
  .coach-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ============================================================
   TWEAKS  ·  Energy · Accent · Headline personality
   ============================================================ */
.section > .container { position: relative; z-index: 1; }

/* --- ENERGY: Focused (calm, premium, restrained) --- */
body.energy-focused .pulse,
body.energy-focused .dash .dh .live i { animation: none; }
body.energy-focused .hero-visual img.mascot,
body.energy-focused .hero-visual .float-chat { animation: none; }
body.energy-focused .hero .glow { opacity: 0.4; transform: scale(0.85); }
body.energy-focused .eyebrow { background: var(--panel2); border-color: var(--line); color: var(--muted); }
body.energy-focused .reveal { transition-duration: 0.95s; }

/* --- ENERGY: Charged (default — no overrides) --- */

/* --- ENERGY: Hyped (loud, kinetic, race-day) --- */
body.energy-hyped .pulse { animation-duration: 0.85s; }
body.energy-hyped .dash .dh .live i { animation-duration: 0.85s; }
body.energy-hyped .hero .glow { opacity: 1; transform: scale(1.4); filter: blur(4px); }
body.energy-hyped .hero h1,
body.energy-hyped .finalcta h2 { letter-spacing: -1.8px; }
body.energy-hyped .hero-visual img.mascot { animation: rb-bob 3.2s ease-in-out infinite; }
@keyframes rb-bob { 0%,100% { transform: translateY(0) rotate(-0.7deg); } 50% { transform: translateY(-14px) rotate(0.7deg); } }
body.energy-hyped .finalcta::before,
body.energy-hyped .problem::before,
body.energy-hyped .coaches::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background: repeating-linear-gradient(115deg, transparent 0 46px, rgba(var(--accent-rgb),0.045) 46px 48px);
  background-size: 220% 100%; animation: rb-slide 9s linear infinite;
}
@keyframes rb-slide { from { background-position: 0 0; } to { background-position: 220% 0; } }
body.energy-hyped .btn-y { animation: rb-glow 2.4s ease-in-out infinite; }
@keyframes rb-glow { 0%,100% { box-shadow: 0 8px 26px -8px rgba(var(--accent-rgb),0.45); } 50% { box-shadow: 0 8px 42px -4px rgba(var(--accent-rgb),0.85); } }

@media (prefers-reduced-motion: reduce) {
  .hero-visual img.mascot,
  .hero-visual .float-chat,
  body.energy-hyped .hero-visual img.mascot,
  body.energy-hyped .finalcta::before,
  body.energy-hyped .problem::before,
  body.energy-hyped .coaches::before,
  body.energy-hyped .btn-y { animation: none; }
}

/* --- HEADLINE PERSONALITY --- */
/* condensed = default (Saira Condensed) */

/* tech: monospaced, console/lab energy */
body.type-tech { --font-display: 'JetBrains Mono', ui-monospace, monospace; }
body.type-tech .hero h1 { font-size: clamp(36px, 9vw, 64px); letter-spacing: -2px; line-height: 0.95; }
body.type-tech .h2 { font-size: clamp(26px, 5.2vw, 44px); letter-spacing: -1px; }
body.type-tech .finalcta h2 { font-size: clamp(30px, 6.5vw, 56px); }
body.type-tech .yi, body.type-tech .coach-tile .cn { font-style: normal; }

/* wide: heavy modern grotesque, SaaS-clean */
body.type-wide { --font-display: 'Archivo', sans-serif; }
body.type-wide .hero h1 { font-weight: 900; letter-spacing: -3px; line-height: 0.9; font-size: clamp(44px, 11.5vw, 82px); }
body.type-wide .h2 { font-weight: 900; letter-spacing: -2px; }
body.type-wide .finalcta h2 { font-weight: 900; letter-spacing: -2px; }
body.type-wide .yi, body.type-wide .coach-tile .cn { font-style: normal; }

/* ============================================================
   PRICING PAGE
   ============================================================ */
.page-hero { padding-top: 116px; text-align: center; }
.page-hero .h2 { margin: 16px 0 0; }
.page-hero .lead { max-width: 560px; margin: 18px auto 0; }
.page-hero .rule { margin: 22px auto 0; }

.price-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 8px; align-items: start; }
.price-card { background: var(--panel); border: 1px solid var(--line); border-radius: 22px; padding: 28px 24px; position: relative; display: flex; flex-direction: column; }
.price-card.featured { border-color: var(--yellow); box-shadow: 0 24px 70px -30px rgba(var(--accent-rgb),0.55); background: linear-gradient(180deg, rgba(var(--accent-rgb),0.06), var(--panel) 40%); }
.price-card.soon { opacity: 0.66; }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: #000; background: var(--yellow); padding: 6px 14px; border-radius: 999px; white-space: nowrap; }
.price-badge.muted { color: #fff; background: var(--panel3); border: 1px solid var(--line2); }
.price-name { font-family: var(--font-display); font-weight: 900; font-size: 24px; text-transform: uppercase; letter-spacing: 0.3px; }
.price-tagline { font-size: 12.5px; color: var(--muted); margin-top: 4px; min-height: 34px; }
.price-amount { display: flex; align-items: baseline; gap: 6px; margin: 18px 0 4px; }
.price-amount .big { font-family: var(--font-display); font-weight: 900; font-size: 52px; line-height: 0.9; letter-spacing: -1px; }
.price-amount .per { font-size: 13px; color: var(--muted); font-weight: 600; }
.price-card .price-cta { margin: 22px 0 4px; width: 100%; }
.price-card.soon .price-cta { background: var(--panel3); color: var(--muted); cursor: not-allowed; }
.price-list { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-list .grp-l { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted2); margin-bottom: -2px; }
.price-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; line-height: 1.4; color: #e0e0e0; }
.price-list li .ck { width: 17px; height: 17px; border-radius: 50%; background: var(--yellow); color: #000; display: flex; align-items: center; justify-content: center; flex: none; margin-top: 1px; }
.price-list li .ck svg { width: 11px; height: 11px; }
.price-list li.muted { color: var(--muted2); }
.price-list li.muted .ck { background: var(--panel3); color: var(--muted2); }
.price-list li b { color: #fff; font-weight: 700; }

/* limits strip */
.limits { display: grid; grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
.limit-card { background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 20px; }
.limit-card .lk { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--muted2); }
.limit-card .lv { display: flex; align-items: baseline; gap: 14px; margin-top: 12px; flex-wrap: wrap; }
.limit-card .lv .pair { display: flex; flex-direction: column; }
.limit-card .lv .t { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted2); }
.limit-card .lv .n { font-family: var(--font-display); font-weight: 900; font-size: 26px; line-height: 1; }
.limit-card .lv .n.y { color: var(--yellow); }
.limit-card .lv .arrow { color: var(--muted2); font-size: 18px; align-self: center; }

/* comparison table */
.cmp-wrap { margin-top: 34px; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.cmp-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp { width: 100%; border-collapse: collapse; min-width: 540px; }
.cmp th, .cmp td { text-align: center; padding: 14px 12px; border-bottom: 1px solid var(--line); }
.cmp thead th { position: sticky; top: 0; background: var(--panel2); }
.cmp thead th:first-child { text-align: left; }
.cmp .feat { text-align: left; font-size: 13.5px; color: #e0e0e0; font-weight: 500; width: 46%; }
.cmp .col-name { font-family: var(--font-display); font-weight: 900; font-size: 18px; text-transform: uppercase; }
.cmp .col-name span { display: block; font-family: 'Archivo'; font-weight: 700; font-size: 10px; letter-spacing: 0.08em; color: var(--muted2); text-transform: none; margin-top: 3px; }
.cmp thead th.pro { background: linear-gradient(180deg, rgba(var(--accent-rgb),0.12), var(--panel2)); }
.cmp thead th.pro .col-name { color: var(--yellow); }
.cmp tr.grp td { background: #000; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 0.16em; color: var(--muted2); text-align: left; padding: 11px 14px; }
.cmp tbody tr:last-child td { border-bottom: none; }
.cmp .yes { color: var(--yellow); }
.cmp .yes svg { width: 17px; height: 17px; }
.cmp .no { color: #444; font-size: 16px; }
.cmp .txt { font-size: 12px; font-weight: 700; color: #cfcfcf; }
.cmp td.pro { background: rgba(var(--accent-rgb),0.04); }

/* pricing footnote */
.price-note { margin-top: 26px; font-size: 12.5px; color: var(--muted2); line-height: 1.6; text-align: center; }
.price-note a { color: var(--yellow); font-weight: 700; }

@media (min-width: 720px) {
  .limits { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 900px) {
  .price-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .price-card.featured { transform: translateY(-10px); }
}
