/* ============================================================
   Mish Ride — shared styles (Bootstrap 5 override layer)
   ============================================================ */

:root {
  --bg: #0A0A0F;
  --bg-2: #0A0E14;
  --card: #16161F;
  --card-2: #1C1C28;
  --card-3: #12121A;
  --cyan: #00C8FF;
  --cyan-2: #22B8E0;
  --cyan-deep: #082E3C;
  --orange: #F97316;
  --green: #16A34A;
  --text: #FFFFFF;
  --muted: #8A8F98;
  --muted-2: #6B7280;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.12);
  --radius: 18px;
  --radius-sm: 12px;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-display: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --font-unbounded: 'Unbounded', 'Plus Jakarta Sans', sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}

a { text-decoration: none; color: inherit; }

/* remove focus outline on links & images (mouse + keyboard) */
a:focus,
a:focus-visible,
img:focus,
img:focus-visible {
  outline: none;
}
a, img { -webkit-tap-highlight-color: transparent; }

/* cross-browser: strip iOS/Safari native control chrome (inner shadow, default button look).
   Checkbox/radio left alone so accent-color still styles them. */
input:not([type="checkbox"]):not([type="radio"]),
textarea,
button,
select {
  -webkit-appearance: none;
  appearance: none;
}

.text-cyan { color: var(--cyan) !important; }
.text-muted-2 { color: var(--muted) !important; }

/* ---------- layout container ---------- */
.container-x {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 24px;
}

.section { padding-block: 56px; }
.section-tight { padding-block: 40px; }

/* ---------- navbar (sticky) ---------- */
.site-nav {
  position: -webkit-sticky;   /* older iOS Safari */
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 10, 15, 0.78);
  backdrop-filter: saturate(150%) blur(16px);
  -webkit-backdrop-filter: saturate(150%) blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background .3s, box-shadow .3s;
}
.site-nav.scrolled {
  background: rgba(10, 10, 15, 0.92);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
.site-nav .container-x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 18px;
}
/* offset anchored sections so the sticky header doesn't cover them */
section[id] { scroll-margin-top: 84px; }
.brand img { height: 46px; width: auto; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: #C7CBD1;
  font-size: 16px;
  font-weight: 400;
  transition: color .2s;
}
.nav-links a:hover { color: #fff; }

/* ---------- buttons ---------- */
.btn-cyan {
  background: var(--cyan);
  color: #04222E;
  font-weight: 600;
  border: none;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 15px;
  box-shadow: 0 0 24px rgba(0, 200, 255, .45);
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn-cyan:hover {
  background: #1ad2ff;
  color: #04222E;
  box-shadow: 0 0 32px rgba(0, 200, 255, .6);
  transform: translateY(-1px);
}
.btn-dark-pill {
  background: #17171F;
  color: #fff;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s, border-color .2s;
}
.btn-dark-pill:hover { background: #22222c; color: #fff; border-color: rgba(255,255,255,.2); }

.btn-nav {
  padding: 11px 24px;
  font-size: 15px;
}

/* ---------- pill badges ---------- */
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.pill-cyan-outline {
  border: 1px solid rgba(0, 200, 255, .5);
  color: var(--cyan);
  background: rgba(0, 200, 255, .04);
}
.pill-cyan-soft {
  background: rgba(0, 200, 255, .12);
  color: var(--cyan);
  border: 1px solid rgba(0,200,255,.15);
}
.pill-orange {
  background: rgba(249, 115, 22, .16);
  color: var(--orange);
  border: 1px solid rgba(249,115,22,.25);
}
.pill-orange-solid {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 6px 24px rgba(249,115,22,.35);
  font-family: var(--font-unbounded);
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

/* ---------- hero (landing) ---------- */
.hero {
  position: relative;
  overflow: hidden;
  /* a touch under full viewport so the next section peeks in on laptop/desktop
     (nav ~80px + ~80px peek reserved via the 160px subtraction) */
  min-height: clamp(440px, calc(100vh - 160px), 860px);
  display: flex;
  align-items: center;
  padding-block: 44px;
}
/* dynamic viewport height where supported — stabilises hero against iOS/Android
   browser toolbars that grow/shrink the visible viewport */
@supports (height: 100dvh) {
  .hero { min-height: clamp(440px, calc(100dvh - 160px), 860px); }
}
/* image sits on the RIGHT portion only, at its natural proportions (no full-width stretch/zoom) */
.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56%;
  background: url('../images/hero-right-img.png') no-repeat center center / cover;
  z-index: 0;
}
.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #0A0A0F 0%, rgba(10,10,15,.65) 22%, rgba(10,10,15,.12) 52%, rgba(10,10,15,0) 78%),
    linear-gradient(180deg, rgba(10,10,15,.45) 0%, transparent 22%, transparent 72%, rgba(10,10,15,.9) 100%);
}
.hero .container-x { position: relative; z-index: 2; }
.hero-title {
  font-size: clamp(42px, 5.4vw, 66px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 22px 0 20px;
}
.hero-sub {
  color: #AEB4BD;
  font-size: 18px;
  max-width: 480px;
  margin-bottom: 30px;
}
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-bullets {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: #C7CBD1;
  font-size: 14px;
}
.hero-bullets span { display: inline-flex; align-items: center; gap: 8px; }
.hero-bullets .dot { background: var(--cyan); }

/* ---------- countdown ---------- */
.eyebrow {
  text-align: center;
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}
.cd-card {
  background: var(--card-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  width: 118px;
  padding: 22px 10px 16px;
  text-align: center;
}
.cd-num {
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  font-family: var(--font-body);
  letter-spacing: -0.01em;
}
.cd-label {
  margin-top: 10px;
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--muted);
  text-transform: uppercase;
}
.cd-colon { font-size: 30px; color: var(--muted-2); font-weight: 700; }
.cd-caption { text-align: center; color: var(--muted); margin-top: 20px; font-size: 15px; }

/* ---------- spots claimed ---------- */
.spots-card {
  max-width: 920px;
  margin-inline: auto;
  background: rgba(20,22,30,.6);
  border: 1px solid rgba(0,200,255,.55);
  border-radius: 20px;
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 0 60px rgba(0,200,255,.06);
}
.spots-num { font-size: 52px; font-weight: 700; color: var(--cyan); font-family: var(--font-body); }
.spots-title { font-size: 26px; font-weight: 500; color: #E8EAED; }
.spots-sub { color: var(--muted); margin-top: 8px; font-size: 15px; }
.spots-note { color: var(--muted-2); margin-top: 10px; font-size: 13px; }
.live-badge {
  background: rgba(0,200,255,.12);
  color: var(--cyan);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.live-badge .dot {
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  position: relative;
  animation: live-pulse 1.6s ease-in-out infinite;
}
/* expanding ripple ring around the dot */
.live-badge .dot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--cyan);
  animation: live-ripple 1.6s ease-out infinite;
  pointer-events: none;
}
@keyframes live-pulse {
  0%, 100% { opacity: 1; }
  50%      { opacity: .5; }
}
@keyframes live-ripple {
  0%   { transform: scale(1);   opacity: .6; }
  100% { transform: scale(3.4); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .live-badge .dot { animation: none; }
  .live-badge .dot::after { display: none; }
}

/* ---------- save more ---------- */
.save-img {
  width: 100%;
  border-radius: 18px;
  display: block;
}
.h2-lg { font-size: clamp(30px, 3.4vw, 44px); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
.h2-xl { font-size: clamp(34px, 4vw, 50px); }
.section-lead { color: var(--muted); font-size: 17px; max-width: 620px; }

/* ---------- perks / member cards ---------- */
.perks-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}
/* dotted-grid background pattern — subtle, evenly spread, soft-faded at all edges */
.perks-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 92% 88% at 50% 46%, #000 42%, transparent 86%);
  mask-image: radial-gradient(ellipse 92% 88% at 50% 46%, #000 42%, transparent 86%);
  pointer-events: none;
}
/* cyan aura glows — soft glow behind the heading (top) and along the bottom edge */
.perks-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(640px 320px at 50% -30px, rgba(0, 200, 255, 0.13), transparent 60%),
    radial-gradient(760px 300px at 50% calc(100% + 30px), rgba(0, 200, 255, 0.11), transparent 200%);
  pointer-events: none;
}
.perks-section > .container-x { position: relative; z-index: 1; }

.centered-head { text-align: center; }
.centered-head .h2-lg { margin: 18px auto 10px; }
.centered-head .section-lead { margin-inline: auto; }

.card-grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.perk-card {
  position: relative;
  background: linear-gradient(180deg, rgba(30, 31, 44, 0.92) 0%, rgba(18, 19, 28, 0.92) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 28px 30px;
  overflow: hidden;
  transition: transform .4s cubic-bezier(.2, .8, .25, 1), border-color .4s ease, box-shadow .4s ease;
}
/* subtle top edge highlight (revealed on hover) */
.perk-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(0, 200, 255, 0.55), transparent);
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}
/* dot pattern + top-left corner glow (behind content, revealed on hover) */
.perk-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(rgba(150, 225, 255, 0.08) 1px, transparent 1.5px) 0 0 / 22px 22px,
    radial-gradient(135% 120% at 0% 0%, rgba(0, 200, 255, 0.20), transparent 125%);
  opacity: 0;
  transition: opacity .45s ease;
}
.perk-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 200, 255, 0.5);
  background: linear-gradient(158deg, rgba(7, 45, 59, 0.88) 0%, rgba(10, 17, 25, 0.92) 62%);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42), 0 0 44px rgba(0, 200, 255, 0.12);
}
.perk-card:hover::before,
.perk-card:hover::after { opacity: 1; }

.icon-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 200, 255, 0.1);
  border: 1px solid rgba(0, 200, 255, 0.2);
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 22px;
  transition: transform .4s cubic-bezier(.2, .8, .25, 1), background .4s ease, color .4s ease, box-shadow .4s ease;
}
.perk-card:hover .icon-circle {
  background: rgba(0, 200, 255, 0.18);
  border-color: rgba(0, 200, 255, 0.45);
  transform: scale(1.05);
  box-shadow: 0 0 22px rgba(0, 200, 255, 0.28);
}
.perk-title { font-family: var(--font-body); font-weight: 600; font-size: 17px; margin-bottom: 8px; }
.perk-sub { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- docs cards ---------- */
.doc-card {
  background: var(--card-3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 22px 26px;
  transition: border-color .2s, transform .2s;
}
.doc-card:hover { border-color: rgba(255,255,255,.16); transform: translateY(-2px); }
.doc-icon {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(0,200,255,.08);
  color: var(--cyan);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 22px;
}
.doc-title { font-family: var(--font-body); font-weight: 600; font-size: 16px; margin-bottom: 6px; }
.doc-sub { color: var(--muted); font-size: 13.5px; margin: 0; }

/* ---------- pricing ---------- */
.pricing-wrap { max-width: 1080px; margin-inline: auto; }
.price-card {
  background: var(--card-3);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px 38px 34px;
  height: 100%;
}
.price-card.featured {
  border: 1.5px solid var(--cyan);
  box-shadow: 0 0 50px rgba(0,200,255,.18);
  background: linear-gradient(180deg, rgba(0,200,255,.05), rgba(18,18,26,.9));
}
.price-tier { color: var(--cyan); font-weight: 600; letter-spacing: .05em; font-size: 14px; text-transform: uppercase; }
.price-old { color: var(--muted); text-decoration: line-through; margin-top: 12px; font-size: 16px; }
.price-amount { font-family: var(--font-body); font-weight: 700; font-size: 56px; line-height: 1; }
.price-per { color: var(--muted); font-size: 18px; font-weight: 400; }
.save-badge {
  display: inline-block;
  background: rgba(0,200,255,.15);
  color: var(--cyan);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 8px;
  margin-top: 14px;
  letter-spacing: .03em;
}
.price-note { color: var(--muted); font-size: 14px; margin: 22px 0; }
.btn-price-dark {
  width: 100%;
  background: #23232D;
  border: 1px solid var(--border-strong);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 15px;
  letter-spacing: .04em;
  transition: background .2s;
}
.btn-price-dark:hover { background: #2c2c38; color: #fff; }
.btn-price-cyan {
  width: 100%;
  background: var(--cyan);
  border: none;
  color: #04222E;
  font-weight: 700;
  border-radius: 999px;
  padding: 15px;
  letter-spacing: .04em;
  box-shadow: 0 0 30px rgba(0,200,255,.4);
}
.price-foot { text-align: center; color: var(--muted); font-size: 13.5px; margin-top: 16px; }
.price-flexible { color: #C7CBD1; font-weight: 600; margin-top: 20px; font-size: 15px; }
.price-flexible.cyan { color: var(--cyan); }
.best-value {
  background: var(--cyan);
  color: #04222E;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .03em;
}
.fees-note { text-align: center; color: var(--muted); font-size: 15px; margin-top: 24px; }
.fees-card {
  max-width: 720px;
  margin: 22px auto 0;
  background: var(--card-2);
  border: 1px solid var(--border);
  border-left: 3px solid var(--cyan);
  border-radius: 14px;
  padding: 22px 26px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.fees-card .doc-icon { margin-bottom: 0; flex: 0 0 auto; }
.fees-card h5 { font-family: var(--font-body); font-weight: 600; font-size: 17px; margin: 0 0 6px; }
.fees-card p { color: var(--muted); font-size: 14px; margin: 0; }

/* ---------- form ---------- */
.form-wrap { max-width: 660px; margin-inline: auto; }
.form-card {
  background: linear-gradient(180deg, #14141C, #101018);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 40px 42px 34px;
}
.form-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  color: #E8EAED;
}
.form-control-x {
  background: rgba(255,255,255,.02);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  color: #fff;
  padding: 13px 16px;
  font-size: 15px;
  width: 100%;
  transition: border-color .2s, box-shadow .2s;
}
.form-control-x::placeholder { color: #5B616B; }
.form-control-x:focus {
  outline: none;
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(0,200,255,.12);
}
/* select: reboot strips the native arrow, so draw our own and keep the
   dropdown on-theme — height/padding already match the inputs above. */
select.form-control-x {
  padding-right: 46px;
  cursor: pointer;
  color-scheme: dark;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%238A8F98' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}
select.form-control-x:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300C8FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
}
/* empty + required = nothing picked yet, so mute it like ::placeholder */
select.form-control-x:invalid { color: #5B616B; }
select.form-control-x option { background: var(--card-2); color: var(--text); }
select.form-control-x option[value=""] { color: #5B616B; }
.form-check-x { display: flex; align-items: center; gap: 12px; margin: 22px 0; color: var(--muted); font-size: 14px; }
.form-check-x input { width: 18px; height: 18px; accent-color: var(--cyan); }
/* validation states */
.form-control-x.invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, .12);
}
.field-error {
  display: none;
  color: #f87171;
  font-size: 13px;
  margin-top: 6px;
}
.field-error.show { display: block; }
/* pull the checkbox error up tighter under the agree row */
.form-check-x + .field-error { margin-top: -12px; margin-bottom: 14px; }
.btn-submit {
  width: 100%;
  background: var(--cyan);
  border: none;
  color: #04222E;
  font-weight: 700;
  border-radius: 999px;
  padding: 16px;
  font-size: 17px;
  box-shadow: 0 0 34px rgba(0,200,255,.4);
  transition: transform .15s;
}
.btn-submit:hover { transform: translateY(-1px); color: #04222E; }
.form-trust {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  flex-wrap: wrap;
}
.form-trust span { display: inline-flex; align-items: center; gap: 8px; }

/* ---------- check waitlist position ---------- */
.check-wrap { max-width: 680px; margin-inline: auto; }
.check-card {
  background: linear-gradient(180deg, #14141C, #101018);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 38px 40px;
}
.check-title { font-family: var(--font-unbounded); font-size: clamp(24px, 3vw, 18px); font-weight: 700; }
.check-sub { color: var(--muted); font-size: 15px; margin: 10px 0 24px; }
.check-btn { margin-top: 14px; }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 880px; margin-inline: auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-q i { color: var(--cyan); transition: transform .25s; font-size: 16px; }
.faq-q[aria-expanded="true"] i { transform: rotate(180deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  color: var(--muted);
  font-size: 15px;
}
.faq-a.open { max-height: 300px; padding-bottom: 24px; }

/* ---------- footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  padding-block: 50px 32px;
}
.footer-brand img { height: 56px; margin-bottom: 20px; }
.footer-tag { color: var(--muted); font-size: 14px; max-width: 320px; }
.footer-social { display: flex; gap: 14px; margin-top: 24px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 10px;
  background: #1A1A22;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--muted);
  transition: background .2s, color .2s;
}
.footer-social a:hover { background: #24242e; color: #fff; }
.footer-col h6 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 18px;
  color: #fff;
}
.footer-col a { display: block; color: var(--muted); font-size: 14px; margin-bottom: 14px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-copy { color: var(--muted-2); font-size: 14px; margin-top: 28px; }

/* ============================================================
   Confirmation page specifics
   ============================================================ */
.conf-hero { text-align: center; padding-top: 40px; }
.conf-badge-circle {
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--cyan);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 34px;
  margin-bottom: 28px;
  box-shadow: 0 0 50px rgba(0,200,255,.55);
}
.conf-title { font-family: var(--font-unbounded); font-size: clamp(38px, 4.6vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; }
.conf-welcome { color: var(--cyan); font-weight: 600; font-size: 18px; margin-top: 10px; }
.conf-note { color: var(--muted); font-size: 14px; margin-top: 8px; }

.wait-card {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(18,18,26,.7);
  border: 1px solid rgba(0,200,255,.55);
  border-radius: 22px;
  padding: 40px 34px;
  text-align: center;
  box-shadow: 0 0 70px rgba(0,200,255,.10);
}
.wait-eyebrow { color: var(--muted); letter-spacing: .22em; text-transform: uppercase; font-size: 13px; font-weight: 500; }
.wait-num {
  font-family: var(--font-unbounded);
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  color: var(--cyan);
  text-shadow: 0 0 40px rgba(0,200,255,.45);
  margin: 4px 0;
}
.wait-onlist { font-size: 20px; color: #E8EAED; margin-bottom: 26px; }
.progress-track {
  height: 10px;
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  width: 38%;
  background: var(--green);
  border-radius: 999px;
  animation: progress-grow 1.4s cubic-bezier(.16, 1, .3, 1) both;
}
/* fills from 0 up to the element's own width on page load */
@keyframes progress-grow {
  from { width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .progress-fill { animation: none; }
}
.wait-prog-label { color: var(--muted); font-size: 14px; margin-top: 12px; }
.wait-chips { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 26px; }
.wait-chips .chip {
  flex: 1 1 0%;            /* all three equal width, one row on desktop */
  min-width: 0;
  justify-content: center;
  font-size: 11px;
  letter-spacing: .02em;
  padding: 9px 8px;
  gap: 6px;              /* tighter emoji ↔ text */
}
.chip {
  background: #1B1B24;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 9px 15px;
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #C7CBD1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;   /* keep each badge on a single line — no text break */
}

.moveup-wrap { max-width: 640px; margin: 40px auto 0; }
.moveup-title { font-family: var(--font-unbounded); font-weight: 700; font-size: 20px; }
.moveup-sub { color: var(--muted); font-size: 15px; margin-bottom: 22px; }
.ref-input-group {
  display: flex;
  background: #14141C;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  overflow: hidden;
  padding: 6px 6px 6px 18px;
  align-items: center;
}
.ref-input-group input {
  flex: 1;
  background: none;
  border: none;
  color: #C7CBD1;
  font-size: 15px;
  outline: none;
}
.ref-copy-btn {
  background: var(--cyan);
  color: #04222E;
  border: none;
  border-radius: 9px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 15px;
}
.moveup-chips { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.moveup-chips .chip {
  text-transform: none;
  letter-spacing: normal;
  font-size: 13.5px;
  background: #14141C;
  padding: 12px 14px;
  border-radius: 12px;
  flex: 1 1 0%;               /* all three equal width */
  min-width: 150px;
  justify-content: center;
  white-space: nowrap;       /* keep each badge on one line — no text break */
  gap: 6px;                  /* tighter emoji ↔ text spacing */
}
.share-row { display: flex; gap: 12px; justify-content: center; margin-top: 26px; }
.share-btn {
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: #17171F;
  color: #fff;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.share-btn.circle { width: 44px; height: 44px; padding: 0; justify-content: center; border-radius: 50%; }
.share-btn.green { background: var(--green); border-color: transparent; }

.leaderboard {
  max-width: 640px;
  margin: 40px auto 0;
  background: var(--card-3);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 30px 34px 24px;
}
.lb-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.lb-head h5 { font-family: var(--font-unbounded); font-weight: 700; font-size: 20px; margin: 0; display: flex; align-items: center; gap: 10px; }
.lb-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}
.lb-row:last-of-type { border-bottom: none; }
.lb-name { display: flex; align-items: center; gap: 14px; font-size: 15px; }
.lb-rank { color: var(--muted); width: 22px; }
.lb-count b { color: var(--cyan); font-weight: 700; }
.lb-count span { color: var(--muted); font-size: 14px; }
.lb-foot { text-align: center; color: var(--muted-2); font-size: 13px; margin-top: 16px; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 991px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: auto; }
  /* below the lg breakpoint the text stacks full width, so let the image sit as a
     subtle full-width backdrop with a heavier overlay for legibility */
  .hero-bg { width: 100%; }
  .hero-bg::after {
    background:
      linear-gradient(90deg, #0A0A0F 6%, rgba(10,10,15,.82) 48%, rgba(10,10,15,.55) 100%),
      linear-gradient(180deg, rgba(10,10,15,.6), rgba(10,10,15,.86));
  }
}
@media (max-width: 767px) {
  .section { padding-block: 42px; }
  .section-tight { padding-block: 30px; }
  .nav-links { display: none; }
  .countdown { gap: 8px; }
  .cd-card { width: 74px; padding: 16px 4px 12px; }
  .cd-num { font-size: 30px; }
  .cd-colon { font-size: 20px; }
  .spots-card { flex-direction: column; text-align: center; padding: 28px 22px; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-card, .check-card { padding: 28px 22px; }
  .form-trust { justify-content: space-between; }
  .wait-card, .form-card { padding: 30px 22px; }
  .wait-num { font-size: 72px; }
  .price-card { padding: 30px 26px; }
  .moveup-chips .chip,
  .wait-chips .chip { min-width: 100%; }
  .share-row { flex-wrap: wrap; }
  .hero-title { font-size: 40px; }
}
@media (max-width: 575px) {
  .container-x { padding-inline: 18px; }
  .countdown { gap: 6px; }
  .cd-card { width: 66px; }
  .hero { padding-block: 36px; }
  .hero-title { font-size: 36px; }
  .hero-sub { font-size: 16px; margin-bottom: 24px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn-cyan, .hero-cta .btn-dark-pill { width: 100%; text-align: center; }
}
/* very small phones (~320–360px): shrink the countdown so all 4 cards fit one row */
@media (max-width: 360px) {
  .countdown { gap: 4px; }
  .cd-card { width: 56px; padding: 14px 2px 10px; }
  .cd-num { font-size: 24px; }
  .cd-colon { font-size: 16px; }
}

/* ===================== SCROLL REVEAL ANIMATION ===================== */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.reveal.reveal-visible {
  opacity: 1;
  transform: translateY(0);
}
/* Respect users who prefer no motion */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ===================== CTA BUTTON HOVER ANIMATION ===================== */
.btn-cyan,
.btn-dark-pill,
.btn-submit,
.btn-price-dark,
.btn-price-cyan {
  position: relative;
  display: inline-block;      /* needed so overflow:hidden clips the shine */
  overflow: hidden;
  vertical-align: middle;
  transition: transform .2s ease, box-shadow .25s ease,
              background .25s ease, border-color .2s ease, color .2s ease;
}

/* Shine sweep that glides across the button on hover */
.btn-cyan::before,
.btn-dark-pill::before,
.btn-submit::before,
.btn-price-dark::before,
.btn-price-cyan::before {
  content: "";
  position: absolute;
  top: 0;
  left: -125%;
  width: 60%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-20deg);
  transition: left .6s ease;
  pointer-events: none;
}
.btn-cyan:hover::before,
.btn-dark-pill:hover::before,
.btn-submit:hover::before,
.btn-price-dark:hover::before,
.btn-price-cyan:hover::before {
  left: 130%;
}

/* Lift on hover */
.btn-cyan:hover,
.btn-dark-pill:hover,
.btn-submit:hover,
.btn-price-dark:hover,
.btn-price-cyan:hover {
  transform: translateY(-3px);
}

/* Press-down feedback on click */
.btn-cyan:active,
.btn-dark-pill:active,
.btn-submit:active,
.btn-price-dark:active,
.btn-price-cyan:active {
  transform: translateY(0) scale(.97);
}

/* No motion preference: disable lift/shine */
@media (prefers-reduced-motion: reduce) {
  .btn-cyan::before,
  .btn-dark-pill::before,
  .btn-submit::before,
  .btn-price-dark::before,
  .btn-price-cyan::before { display: none; }
  .btn-cyan:hover,
  .btn-dark-pill:hover,
  .btn-submit:hover,
  .btn-price-dark:hover,
  .btn-price-cyan:hover { transform: none; }
}
