/* ============================================================
   Choice Media — Base / Design System
   Loaded on every page (incl. future checkout & booking pages).
   Tokens, layout primitives, nav, buttons, sections, footer,
   partner ticker, floating CTA.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #07080f;
  --white: #ffffff;
  --off-white: #f4f3ef;
  --accent: #1e7fff;
  --accent-dark: #1060cc;
  --accent-glow: rgba(30, 127, 255, 0.18);
  --mid: #0d1428;
  --surface: #0d1120;
  --muted: #b0bdd4;
  --border: rgba(255,255,255,0.12);
  --card-bg: rgba(255,255,255,0.06);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.75;
  padding-bottom: 58px; /* clear the fixed partner ticker */
}

/* ---- NAV ---- */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 5vw;
  backdrop-filter: blur(16px);
  background: rgba(8,8,16,0.72);
  border-bottom: 1px solid var(--border);
}
.logo {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700; font-size: 1.3rem;
  letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 8px;
  text-decoration: none; color: var(--white);
}
.logo-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); display: inline-block; }
.nav-links { display: flex; gap: 2rem; list-style: none; }
.nav-links a { color: #a0b4cc; text-decoration: none; font-size: 0.9rem; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-cta {
  background: var(--accent); color: var(--black);
  padding: 0.55rem 1.4rem; border-radius: 100px;
  font-weight: 600; font-size: 0.88rem; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: #fff; transform: translateY(-1px); }
.nav-back { color: var(--muted); text-decoration: none; font-size: 0.88rem; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.nav-back:hover { color: var(--white); }

/* ---- BUTTONS ---- */
.btn-primary {
  background: var(--accent); color: var(--black);
  padding: 0.9rem 2.2rem; border-radius: 100px;
  font-weight: 600; font-size: 1rem; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  box-shadow: 0 0 40px rgba(30,127,255,0.3);
}
.btn-primary:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 0 60px rgba(30,127,255,0.4); }
.btn-secondary {
  border: 1px solid var(--border);
  color: var(--white);
  padding: 0.9rem 2.2rem; border-radius: 100px;
  font-weight: 400; font-size: 1rem; text-decoration: none;
  display: inline-block; transition: all 0.2s;
  background: transparent;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.3); background: rgba(255,255,255,0.05); }

/* ---- SECTION PRIMITIVES ---- */
section { padding: 7rem 5vw; }
.section-label {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem; display: block;
}
.section-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.9rem);
  font-weight: 700; letter-spacing: -0.03em;
  line-height: 1.1; margin-bottom: 1.2rem;
}
.section-sub { color: #b8c8e0; font-size: 1.05rem; max-width: 520px; font-weight: 400; }
.center { text-align: center; display: flex; flex-direction: column; align-items: center; }

/* ---- FOOTER ---- */
footer {
  border-top: 1px solid var(--border);
  padding: 3rem 5vw;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 1.5rem;
}
.footer-logo { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1.1rem; display: flex; align-items: center; gap: 8px; }
.footer-links { display: flex; gap: 2rem; flex-wrap: wrap; align-items: center; }
.footer-links a { color: #a0b4cc; font-size: 0.85rem; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { color: #a0b4cc; font-size: 0.8rem; }

/* ---- PARTNER TICKER ---- */
.partner-ticker {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(7,8,15,0.92);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(30,127,255,0.2);
  overflow: hidden; height: 58px;
}
.ticker-label {
  position: absolute; left: 0; top: 0; bottom: 0; z-index: 10;
  display: flex; align-items: center;
  padding: 0 1.4rem 0 1.2rem;
  background: linear-gradient(to right, rgba(7,8,15,1) 70%, transparent 100%);
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #1e7fff;
  white-space: nowrap; gap: 8px; pointer-events: none;
}
.ticker-label::after { content: ''; display: inline-block; width: 1px; height: 22px; background: rgba(30,127,255,0.35); margin-left: 8px; }
.ticker-fade-right {
  position: absolute; right: 0; top: 0; bottom: 0; z-index: 10;
  width: 80px;
  background: linear-gradient(to left, rgba(7,8,15,1) 40%, transparent 100%);
  pointer-events: none;
}
.ticker-track {
  display: flex; align-items: center; height: 100%;
  animation: ticker-scroll 28s linear infinite;
  width: max-content; padding-left: 160px;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.partner-badge {
  display: flex; align-items: center; gap: 10px;
  padding: 0 2.2rem; white-space: nowrap;
  border-right: 1px solid rgba(255,255,255,0.07); height: 100%;
}
.badge-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.badge-name { font-family: 'Space Grotesk', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.01em; }
.badge-sub { font-size: 0.65rem; color: var(--muted); letter-spacing: 0.05em; text-transform: uppercase; }

/* ---- FLOATING GET STARTED BUTTON ---- */
.float-cta {
  position: fixed; right: 2rem; bottom: 78px; z-index: 150;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}
.float-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.float-cta-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--accent); color: var(--black);
  padding: 0.75rem 1.5rem; border-radius: 100px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 8px 32px rgba(30,127,255,0.45), 0 2px 8px rgba(0,0,0,0.4);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s; white-space: nowrap;
}
.float-cta-btn:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 12px 40px rgba(30,127,255,0.55), 0 2px 8px rgba(0,0,0,0.4); }
.float-cta-btn svg { flex-shrink: 0; }
.float-cta-pulse {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--accent); display: none;
  align-items: center; justify-content: center;
  box-shadow: 0 0 0 0 rgba(30,127,255,0.5);
  animation: float-pulse 2.2s ease-out infinite;
  text-decoration: none; color: var(--black); font-size: 1.1rem;
}
@keyframes float-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(30,127,255,0.5); }
  70%  { box-shadow: 0 0 0 14px rgba(30,127,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(30,127,255,0); }
}

/* ---- RESPONSIVE (shared chrome) ---- */
@media (max-width: 640px) {
  nav { padding: 1rem 4vw; }
  .nav-links { display: none; }
  footer { flex-direction: column; align-items: flex-start; }
  .ticker-label { padding: 0 0.8rem; font-size: 0.6rem; }
  .partner-badge { padding: 0 1.4rem; }
  .float-cta { right: 1.2rem; bottom: 72px; }
  .float-cta-btn { display: none; }
  .float-cta-pulse { display: flex; }
}
