/* ============================================================
   azart_landing_v2 — stylesheet ported from v1/app/globals.css
   ============================================================ */

/* ── FONTS ────────────────────────────────────────────────── */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url('/fonts/outfit-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400 800;
  font-display: optional;
  src: url('/fonts/outfit-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

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

/* ── BASE ─────────────────────────────────────────────────── */
:root {
  --accent: #00ff88;
  --accent-dark: #00cc6a;
  --bg: #0a0a0a;
  --bg2: #121212;
  --surface: #1a1a1a;
  --surface2: #0f0f0f;
  --text: #ffffff;
  --text-muted: rgba(255,255,255,0.7);
  --text-faint: rgba(255,255,255,0.3);
  --border: rgba(255,255,255,0.1);
  --accent-border: rgba(0,255,136,0.3);
  --font: 'Outfit', sans-serif;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
button { cursor: pointer; font-family: var(--font); }
a { text-decoration: none; color: inherit; }
input, select { font-family: var(--font); }

/* ── LAYOUT ───────────────────────────────────────────────── */
.vsl-container {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  position: relative;
  padding: 0.5rem 2rem 2rem;
}
.vsl-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

/* ── HEADER ───────────────────────────────────────────────── */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 2rem;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.logo {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(0,255,136,0.3);
}

/* ── LIVE VIEWER COUNTER ──────────────────────────────────── */
.live-viewer-counter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(5,5,5,0.95);
  border: 1px solid var(--accent-border);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 8px 32px rgba(0,255,136,0.2);
  white-space: nowrap;
}
.live-dot {
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  animation: livePulse 2s ease-in-out infinite;
  box-shadow: 0 0 15px rgba(0,255,136,0.8);
  flex-shrink: 0;
}
.viewer-text {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: 0.5px;
}
.viewer-count {
  color: var(--accent);
  font-weight: 700;
  min-width: 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

/* ── HEADLINE ─────────────────────────────────────────────── */
.headline-section {
  margin-top: 1rem;
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 0.25rem;
}
.headline {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.highlight-wrapper { display: inline-block; }
.highlight-amount {
  background: linear-gradient(135deg, var(--accent) 0%, #00ffff 50%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  position: relative;
  font-size: 3.5rem;
  font-weight: 900;
}
.highlight-amount::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: radial-gradient(circle, rgba(0,255,136,0.2) 0%, transparent 70%);
  filter: blur(20px);
  z-index: -1;
  animation: glow 2s ease-in-out infinite;
}

/* ── VIDEO SECTION ────────────────────────────────────────── */
.video-section { margin-top: 0.5rem; position: relative; }
.video-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1);
  background: #000;
  max-width: 1000px;
  margin: 0 auto;
}
.custom-video-container {
  position: relative;
  width: 100%;
  background: #000;
  transform: translate3d(0,0,0);
  pointer-events: auto;
  /* Give the frame a guaranteed height even before the <video> has metadata,
     so the preview overlay (absolute: inset:0) has something to fill. */
  aspect-ratio: 16 / 9;
}
.custom-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  object-fit: cover;
  background: #000;
}

/* ── VIDEO PREVIEW LOOP ───────────────────────────────────── */
.video-preview-loop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  cursor: pointer;
  transition: opacity .25s ease;
}
.video-preview-loop.hidden { opacity: 0; pointer-events: none; }

/* ── PLAY OVERLAY ─────────────────────────────────────────── */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0,255,136,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s ease;
  z-index: 8;
  pointer-events: none;
  box-shadow: 0 0 30px rgba(0,255,136,0.4);
}
.playing .play-overlay { opacity: 0; }

/* ── PROGRESS BARS ────────────────────────────────────────── */
/* Thin always-visible bar at the bottom of the frame; hides when the
   full control row is shown. */
.progress-bar-minimal {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.15);
  z-index: 9;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.progress-fill-minimal {
  height: 100%;
  width: 100%;
  background: rgba(0,255,136,0.7);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
  transition: transform 120ms linear;
}
.custom-video-container.show-controls .progress-bar-minimal { opacity: 0; }

/* Thicker bar above the control row, shown only with controls. */
.custom-progress-bar {
  position: absolute;
  bottom: 50px;
  left: 1rem;
  right: 1rem;
  height: 3px;
  background: rgba(255,255,255,0.2);
  border-radius: 2px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.custom-video-container.show-controls .custom-progress-bar { opacity: 1; }
.custom-progress-fill {
  height: 100%;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
  box-shadow: 0 0 8px rgba(0,255,136,0.4);
  transition: transform 120ms linear;
}

/* ── VIDEO CONTROLS ROW ───────────────────────────────────── */
.video-controls-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.custom-video-container.show-controls .video-controls-wrapper {
  opacity: 1;
  pointer-events: auto;
}
.control-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 11;
}
.control-btn {
  background: rgba(0,0,0,0.5);
  border: none;
  color: var(--text);
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.control-btn:hover  { background: rgba(0,0,0,0.7); }
.control-btn:active { transform: scale(0.95); }
.control-btn svg    { pointer-events: none; width: 16px; height: 16px; }
.play-btn           { width: 28px; height: 28px; }
.play-btn svg       { width: 16px; height: 16px; }

/* ── QUALITY SELECTOR ─────────────────────────────────────── */
.quality-selector {
  position: relative;
  margin-left: auto;
  margin-right: 0.5rem;
}
.quality-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 4px;
  color: var(--text);
  cursor: pointer;
  transition: all 0.2s ease;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.quality-button:hover  { background: rgba(0,0,0,0.7); }
.quality-button:active { transform: scale(0.95); }
.quality-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 0.5rem;
  background: rgba(20,20,20,0.98);
  border: 1px solid var(--accent-border);
  border-radius: 8px;
  overflow: hidden;
  min-width: 120px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.8);
  z-index: 100;
  animation: slideUpFade 0.2s ease;
}
.quality-option {
  padding: 0.75rem 1rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.quality-option:last-child { border-bottom: none; }
.quality-option:hover {
  background: rgba(255,255,255,0.1);
  color: var(--text);
}
.quality-option.active {
  background: rgba(0,255,136,0.2);
  color: var(--accent);
  font-weight: 600;
}
.quality-option.active::after { content: '✓'; float: right; margin-left: 1rem; }

/* ── COUNTDOWN TIMER (step 2, synced to video time) ───────── */
.countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0;
  margin-top: 1.25rem;
  animation: fadeInUp 0.4s ease;
}
.countdown-label {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--accent);
  text-align: center;
  margin: 0;
}
.countdown-display {
  font-size: clamp(4rem, 22vw, 9rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255,255,255,0.6) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

/* ── WATCH DISCLAIMER ─────────────────────────────────────── */
.watch-disclaimer {
  background: linear-gradient(135deg, rgba(0,255,136,0.05) 0%, rgba(0,0,0,0.5) 100%);
  border: 2px solid var(--accent-border);
  border-radius: 16px;
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 800px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.watch-disclaimer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0,255,136,0.1), transparent);
  transform: translateX(-100%);
  animation: shimmerSlide 3s infinite;
}
.disclaimer-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.disclaimer-text {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.disclaimer-highlight { color: var(--accent); font-weight: 700; }

/* ── CTA (Check Availability) ─────────────────────────────── */
.cta-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  animation: fadeInUp 0.6s ease;
}
.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.cta-arrow {
  color: var(--accent);
  filter: drop-shadow(0 0 10px rgba(0,255,136,0.8));
}
.cta-arrow.left  { animation: arrowBounceLeft  0.8s ease-in-out infinite; }
.cta-arrow.right { animation: arrowBounceRight 0.8s ease-in-out infinite; }
.cta-button {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--bg);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.5rem 4rem;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: 0 10px 40px rgba(0,255,136,0.3);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  line-height: 1.2;
  font-family: var(--font);
}
.cta-button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--accent-dark) 0%, var(--accent) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(0,255,136,0.5);
}
.cta-button:hover::before { opacity: 1; }
.cta-button span { position: relative; z-index: 1; }
.cta-button:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

/* ── LOADING OVERLAY ──────────────────────────────────────── */
.loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn 0.3s ease;
}
.loading-content { text-align: center; }
.loading-spinner {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(0,255,136,0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 2rem;
}
.loading-text {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 1px;
  animation: pulse 2s ease-in-out infinite;
}
.loading-dots { display: inline-block; margin-left: 5px; }
.loading-dots span { animation: dots 1.4s infinite; opacity: 0; }
.loading-dots span:nth-child(1) { animation-delay: 0s; }
.loading-dots span:nth-child(2) { animation-delay: 0.2s; }
.loading-dots span:nth-child(3) { animation-delay: 0.4s; }

/* ── RESUME DIALOG ────────────────────────────────────────── */
.dialog-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 2999;
  animation: fadeIn 0.3s ease;
}
.resume-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);
  border: 2px solid rgba(0,255,136,0.5);
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 450px;
  width: 90%;
  box-shadow: 0 30px 80px rgba(0,0,0,0.9);
  z-index: 3000;
  animation: slideUp 0.4s cubic-bezier(0.4,0,0.2,1);
  text-align: center;
  transform: translate(-50%, -50%);
}
.resume-title { font-size: 1.8rem; font-weight: 700; color: var(--text); margin-bottom: 1rem; }
.resume-text { font-size: 1rem; color: var(--text-muted); margin-bottom: 2rem; line-height: 1.6; }
.resume-buttons { display: flex; gap: 1rem; flex-direction: column; }
.resume-btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font);
}
.resume-btn-primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--bg);
  box-shadow: 0 8px 25px rgba(0,255,136,0.3);
}
.resume-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 35px rgba(0,255,136,0.5); }
.resume-btn-secondary {
  background: rgba(255,255,255,0.05);
  color: var(--text);
  border: 2px solid rgba(255,255,255,0.2);
}
.resume-btn-secondary:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.4); }

/* ── LEAD FORM ────────────────────────────────────────────── */
.lead-form-overlay {
  margin-top: 3rem;
  animation: fadeInUp 0.6s ease;
}
.lead-form {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);
  border-radius: 24px;
  padding: 3rem;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(0,255,136,0.2);
}
.form-title {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, var(--text) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.form-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.form-row .form-group { margin-bottom: 0; }
.form-group { margin-bottom: 1.5rem; }
.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.8);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.form-input {
  width: 100%;
  padding: 1rem 1.25rem;
  background: rgba(255,255,255,0.05);
  border: 2px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  font-size: 1rem;
  font-family: var(--font);
  transition: all 0.3s ease;
}
.form-input:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 20px rgba(0,255,136,0.2);
}
.form-input::placeholder { color: var(--text-faint); }

/* Phone group */
.phone-group {
  display: flex;
  gap: 0;
  align-items: stretch;
  position: relative;
}
.country-select-wrapper {
  flex-shrink: 0;
  width: 108px;
  display: flex;
}
.country-select-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0.6rem;
  background: rgba(255,255,255,0.08);
  border: 2px solid var(--border);
  border-right: none;
  border-radius: 12px 0 0 12px;
  color: var(--text);
  font-size: 1rem;
  font-family: var(--font);
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
  line-height: normal;
  text-align: left;
}
.country-select-button:hover,
.country-select-button:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,0.12);
}
.country-button-label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 1;
}
.country-flag { font-size: 1.1rem; line-height: 1; }
.country-code-text { font-weight: 400; color: var(--text); }
.country-chevron { color: var(--text-muted); display: inline-flex; align-items: center; pointer-events: none; }

.country-popover {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 50;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  overflow: hidden;
  display: none;
  flex-direction: column;
}
.country-popover.open { display: flex; animation: slideUpFade .2s ease; }
.country-search-row {
  padding: 0.6rem;
  border-bottom: 1px solid var(--border);
}
.country-search {
  width: 100%;
  padding: 0.55rem 0.75rem;
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  font-family: var(--font);
  font-size: 0.95rem;
  box-sizing: border-box;
}
.country-search:focus {
  outline: none;
  border-color: var(--accent);
  background: rgba(255,255,255,0.08);
}
.country-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  max-height: 280px;
  overflow-y: auto;
}
.country-option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  cursor: pointer;
  color: var(--text);
  font-size: 0.95rem;
  transition: background 0.15s ease;
}
.country-option:hover { background: rgba(0,255,136,0.10); }
.country-option .country-name {
  flex: 1;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-option .country-code-text {
  color: var(--text-muted);
  font-weight: 500;
}

.phone-input-wrapper { flex: 1; display: flex; }
.phone-input-wrapper .form-input {
  flex: 1;
  height: auto;
  border-radius: 0 12px 12px 0;
}
.form-error {
  background: rgba(255, 80, 80, 0.1);
  border: 1px solid rgba(255, 80, 80, 0.4);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: #ff6b6b;
  font-size: 0.95rem;
  margin-bottom: 1rem;
}
.field-error {
  display: block;
  color: #ff6b6b;
  font-size: 0.78rem;
  margin-top: 0.3rem;
}
.form-input.input-error {
  border-color: rgba(255, 80, 80, 0.6);
}
.submit-button {
  width: 100%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  color: var(--bg);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.25rem;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 1rem;
  box-shadow: 0 10px 40px rgba(0,255,136,0.3);
  font-family: var(--font);
}
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 15px 50px rgba(0,255,136,0.5); }
.submit-button:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.submit-button .btn-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(10,10,10,0.3);
  border-top-color: #0a0a0a;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  vertical-align: middle;
  margin-right: 10px;
}

/* ── FOOTER ───────────────────────────────────────────────── */
.footer {
  margin-top: 4rem;
  padding: 3rem 2rem;
  border-top: 1px solid var(--border);
  text-align: center;
}
.footer-disclaimer {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 2rem;
}
.footer-links { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; }
.footer-link {
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: color 0.3s ease;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: var(--font);
}
.footer-link:hover { color: var(--accent); }

/* ── MODALS ───────────────────────────────────────────────── */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5000;
  animation: fadeIn 0.3s ease;
  padding: 2rem;
  overflow-y: auto;
}
.modal-content {
  background: linear-gradient(135deg, var(--surface) 0%, var(--surface2) 100%);
  border-radius: 20px;
  padding: 3rem;
  max-width: 800px;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 30px 80px rgba(0,0,0,0.9), 0 0 0 1px rgba(0,255,136,0.2);
  animation: slideUp 0.4s cubic-bezier(0.4,0,0.2,1);
  position: relative;
}
.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: transparent;
  border: none;
  color: var(--text-muted);
  font-size: 2rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  font-family: var(--font);
}
.modal-close:hover { background: rgba(255,255,255,0.1); color: var(--text); }
.modal-title { font-size: 2.5rem; font-weight: 800; margin-bottom: 2rem; color: var(--accent); }
.modal-text { font-size: 1rem; color: rgba(255,255,255,0.8); line-height: 1.8; margin-bottom: 1.5rem; }

/* ── THANKS PAGE ──────────────────────────────────────────── */
.thanks-container {
  min-height: 100vh;
  background: linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
}
.thanks-content { max-width: 900px; }
.thanks-icon    { font-size: 5rem; margin-bottom: 1.5rem; }
.thanks-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--accent);
  margin-bottom: 1rem;
}
@media (min-width: 900px) { .thanks-title { white-space: nowrap; } }
.thanks-text {
  font-size: 1.2rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.thanks-text-lg {
  font-size: 1.5rem;
  color: var(--text);
  max-width: 720px;
}
.thanks-callout {
  margin: 2.5rem auto 0;
  max-width: 720px;
  padding: 1.75rem 1.5rem;
  border: 2px solid var(--accent);
  border-radius: 16px;
  background: rgba(0, 255, 136, 0.08);
  box-shadow: 0 0 24px rgba(0, 255, 136, 0.15);
  text-align: center;
}
.thanks-callout-icon  { font-size: 3rem; line-height: 1; margin-bottom: 0.75rem; }
.thanks-callout-title {
  color: var(--accent);
  font-size: 1.75rem;
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: 0.01em;
}
.thanks-callout-text {
  color: var(--text);
  font-size: 1.25rem;
  line-height: 1.55;
  margin: 0;
}
@media (max-width: 600px) {
  .thanks-title        { font-size: 2rem; }
  .thanks-text-lg      { font-size: 1.2rem; }
  .thanks-callout      { padding: 1.25rem 1rem; margin-top: 2rem; }
  .thanks-callout-icon { font-size: 2.5rem; }
  .thanks-callout-title{ font-size: 1.35rem; }
  .thanks-callout-text { font-size: 1.05rem; }
}

/* ── ANIMATIONS (verbatim from v1) ────────────────────────── */
@keyframes livePulse {
  0%, 100% { transform: scale(1);   opacity: 1;   }
  50%      { transform: scale(1.3); opacity: 0.7; }
}
@keyframes glow {
  0%, 100% { opacity: 0.5; }
  50%      { opacity: 1;   }
}
@keyframes shimmerSlide {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%);  }
}
@keyframes arrowBounceLeft {
  0%, 100% { transform: translateX(0);    opacity: 1;   }
  50%      { transform: translateX(-8px); opacity: 0.6; }
}
@keyframes arrowBounceRight {
  0%, 100% { transform: translateX(0);   opacity: 1;   }
  50%      { transform: translateX(8px); opacity: 0.6; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp {
  from { opacity: 0; transform: translate(-50%, -50%) translateY(50px); }
  to   { opacity: 1; transform: translate(-50%, -50%) translateY(0);    }
}
@keyframes slideUpFade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0);    }
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes dots  { 0%, 100% { opacity: 0; } 50% { opacity: 1; } }

/* ── REDUCED MOTION ───────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ── MOBILE ───────────────────────────────────────────────── */
@media (max-width: 768px) {
  .vsl-container { padding: 1rem; }
  .header-section {
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    align-items: center;
    justify-content: space-between;
  }
  .logo { font-size: 1.3rem; }
  .live-viewer-counter {
    position: static;
    left: auto;
    transform: none;
    padding: 0.5rem 1rem;
    white-space: normal;
    text-align: center;
  }
  .video-section { margin-top: 1rem; }
  .video-wrapper { border-radius: 12px; }
  .custom-video-container { aspect-ratio: 1080 / 1450; }

  .headline-section { margin-top: 1.5rem; padding: 0 1rem; margin-bottom: 1rem; }
  .headline { font-size: 1.8rem; }
  .highlight-amount { font-size: 2.2rem; }

  .watch-disclaimer { padding: 1.25rem 1.5rem; margin: 1.5rem auto; }
  .disclaimer-text { font-size: 1rem; }

  .cta-section { margin-top: 2rem; }
  .cta-button { font-size: 1.1rem; padding: 1.2rem 2.5rem; }

  .lead-form { padding: 2rem; margin: 2rem 0; }
  .form-title { font-size: 2rem; }
  .form-subtitle { font-size: 1rem; }
  .form-row { grid-template-columns: 1fr; }
  .phone-group { flex-direction: row; gap: 0; }
  .country-select-wrapper { width: 96px; flex-shrink: 0; }
  .country-select-button { padding: 1rem 0.5rem; gap: 0.35rem; font-size: 0.95rem; }
  .country-search { font-size: 16px; padding: 0.65rem 0.85rem; }
  .country-option { padding: 0.75rem 0.85rem; gap: 0.7rem; font-size: 1rem; }
  .country-list { max-height: 250px; }
  .resume-dialog { padding: 2rem; }
  .control-buttons { gap: 0.3rem; }
  .control-btn { width: 24px; height: 24px; }
  .play-btn    { width: 24px; height: 24px; }
  .control-btn svg { width: 14px; height: 14px; }
  .quality-button { width: 24px; height: 24px; }
  .quality-button svg { width: 12px; height: 12px; }
  .custom-progress-bar { bottom: 55px; }
  .video-controls-wrapper { padding: 0.3rem 0.5rem; }
  .quality-menu { min-width: 100px; }
  .quality-option { padding: 0.6rem 0.85rem; font-size: 0.85rem; }
  .footer { margin-top: 3rem; padding: 2rem 1rem; }
  .footer-disclaimer { font-size: 0.85rem; }
  .footer-links { gap: 1.5rem; }
  .modal-content { padding: 2rem; margin: 1rem; }
  .modal-title { font-size: 2rem; }
  .modal-text { font-size: 0.95rem; }
}

@media (min-width: 769px) and (max-width: 1920px) {
  .vsl-container { padding: 3rem; }
}

/* ── Utility ──────────────────────────────────────────────── */
.hidden { display: none !important; }
