/* Homepage-only styles */
/* ============================================================
   FANTASYSPIN — Premium standard-scroll homepage
   ============================================================ */

body{
  background:
    radial-gradient(1400px 900px at 50% -10%, rgba(255,90,90,0.22), transparent 70%),
    radial-gradient(1200px 800px at 50% 110%, rgba(120,8,12,0.22), transparent 70%),
    linear-gradient(180deg, #e11a1a 0%, #d8161c 50%, #c41218 100%);
  background-attachment: fixed;
  overflow-x: clip;
}

/* ============================================================
   AMBIENT BACKGROUND — auto-animated, sports + gambling theme
   ============================================================ */
.ambient{ position:fixed; inset:0; z-index:0; overflow:hidden; pointer-events:none; }
.ambient .blob{
  position:absolute; border-radius:50%;
  filter:blur(80px); opacity:.55; mix-blend-mode: screen;
}
.ambient .blob.b1{
  width:560px; height:560px; left:-10%; top:-10%;
  background: radial-gradient(circle at 30% 30%, #ff6f6f, #6a0808 60%, transparent 70%);
  animation: blobDrift 22s ease-in-out infinite;
}
.ambient .blob.b2{
  width:640px; height:640px; right:-12%; top:18%;
  background: radial-gradient(circle at 60% 40%, #ffb0b0, #8a0c0c 60%, transparent 70%);
  animation: blobDrift 28s ease-in-out -8s infinite reverse;
}
.ambient .blob.b3{
  width:480px; height:480px; left:25%; bottom:-12%;
  background: radial-gradient(circle at 50% 50%, #ff8585, #5e0a0d 60%, transparent 70%);
  animation: blobDrift 32s ease-in-out -14s infinite;
}
@keyframes blobDrift{
  0%,100%{ transform: translate(0,0) scale(1); }
  33%   { transform: translate(40px,-30px) scale(1.06); }
  66%   { transform: translate(-30px,40px) scale(0.96); }
}
.ambient .rays{
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.045) 30%, transparent 32%, transparent 100%),
    linear-gradient(90deg, transparent 50%, rgba(255,255,255,0.035) 65%, transparent 67%, transparent 100%);
  mix-blend-mode: overlay;
  animation: raysShift 18s linear infinite;
}
@keyframes raysShift{
  0%  { background-position: 0% 0, 0% 0; }
  100%{ background-position: 12% 0, -8% 0; }
}
.ambient::after{
  content:""; position:absolute; inset:0;
  background-image: radial-gradient(rgba(0,0,0,0.14) 1px, transparent 1px);
  background-size: 3px 3px; opacity:.42; mix-blend-mode: multiply;
}

.particles{ position:fixed; inset:0; z-index:0; pointer-events:none; overflow:hidden; }
.particles span{
  position:absolute;
  filter: drop-shadow(0 4px 18px rgba(0,0,0,0.35));
  animation: drift linear infinite;
  will-change: transform, opacity;
}
@keyframes drift{
  from{ transform: translate3d(0, 110vh, 0) rotate(0deg); opacity: 0; }
  10% { opacity: .55; }
  90% { opacity: .55; }
  to  { transform: translate3d(0, -20vh, 0) rotate(360deg); opacity: 0; }
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section{ position:relative; z-index:2; padding: 100px 0; }
@media (max-width: 760px){ .section{ padding: 60px 0; } }
.section .container{ max-width: 1280px; margin: 0 auto; padding: 0 28px; }
@media (max-width: 640px){ .section .container{ padding: 0 18px; } }

.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding: 10px 18px; border-radius: 999px;
  background: rgba(10,18,38,0.85);
  border:1px solid rgba(255,255,255,0.18);
  font-size:14px; font-weight:800; letter-spacing:.22em; text-transform:uppercase;
  color: #ffffff;
}
.eyebrow .star{ color: #ffd400; }
.eyebrow .dot{
  width:6px; height:6px; border-radius:50%; background: #1aeca0;
  box-shadow: 0 0 12px #1aeca0;
  animation: pulseDot 1.8s ease-in-out infinite;
}
@keyframes pulseDot{ 0%,100%{opacity:1; transform:scale(1)} 50%{opacity:.5; transform:scale(.8)} }
@media (max-width: 640px){ .eyebrow{ font-size: 12px; padding: 8px 14px; } }

.section-title{
  font-family:'Anton', Inter, sans-serif; transform: skewX(-7deg);
  font-size: clamp(40px, 6vw, 88px);
  line-height: .92; letter-spacing: -.005em;
  text-transform: uppercase; margin: 14px 0 12px;
  color: #fff;
}
.section-title .accent{ color: #1aeca0; }
.section-title .accent2{ color: #ffd400; }
.section-sub{
  color: #fff; font-size: clamp(18px, 1.7vw, 22px);
  max-width: 70ch; line-height: 1.5; font-weight: 500;
}

/* ============================================================
   HERO
   On mobile we tighten padding + gap so the entire hero block
   (headline → tagline → prize → steps → CTAs → award) lands
   above the fold, leaving the hero phones to appear on scroll.
   ============================================================ */
.hero{
  position:relative; z-index:2;
  padding: 90px 0 60px;
  text-align: center;
}
@media (max-width: 760px){ .hero{ padding: 28px 0 40px; } }

.hero-stack{
  display: flex; flex-direction: column; align-items: center;
  gap: 18px; padding: 0 24px;
}
@media (max-width: 760px){ .hero-stack{ padding: 0 18px; gap: 22px; } }

/* ============================================================
   SPIN · PICK · WIN — REAL slot-reel headline.
   Each word is a vertical reel-track of brand-themed cells that
   whirs upward at speed and decelerates onto its target. Reels
   stop in sequence (left → center → right) for the classic Vegas
   slot feel. No box around anything — the mask is just the line
   height of one cell, so the cycling words appear to spin in
   from thin air and lock into place.
   ============================================================ */
h1.hero-title{
  font-family:'Anton', Inter, sans-serif;
  font-weight: 400;
  font-size: clamp(52px, 11vw, 180px);
  line-height: 1; letter-spacing: -.012em;
  text-transform: uppercase; margin: 0;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 0 .14em;
  filter: drop-shadow(0 30px 80px rgba(0,0,0,0.55));
}

/* The visible "window" of each reel — exactly one cell tall. */
h1.hero-title .word{
  display: inline-block;
  position: relative;
  height: 1em;          /* one cell tall — the slot window */
  overflow: hidden;     /* hides the rest of the track */
  padding: 0;
  transform: skewX(-7deg);
  vertical-align: middle;
}

/* Invisible sizer keeps each word's width pinned to its TARGET word,
   so the slot window doesn't jiggle as wider/narrower cycle words pass. */
.word-sizer{
  display: inline-block;
  visibility: hidden;
  height: 1em; line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}

/* Vertical stack of reel cells. TARGET cell is FIRST in the track so
   the animation can run TOP→BOTTOM: the track starts shifted UP (showing
   the last cycle word at the bottom) and slides DOWN to translate(0),
   landing on the target. New cycle words appear from above each frame. */
.reel-track{
  position: absolute; left: 0; right: 0; top: 0;
  display: flex; flex-direction: column; align-items: center;
  line-height: 1;
  /* Initial state: shifted -6em so cell 6 (last cycle word) sits in the
     window. JS adds .spin-in to animate down to translate(0) = TARGET. */
  transform: translate3d(0, -6em, 0);
  will-change: transform, filter;
}
.reel-cell{
  display: block;
  height: 1em; line-height: 1;
  white-space: nowrap;
  color: #ffffff;
}

/* Target cells get the brand gradient pop on landing. */
.w-spin .reel-target{
  background: linear-gradient(180deg, #fff 0%, #ffd9d9 100%);
  -webkit-background-clip:text; background-clip:text; color: transparent;
}
.w-pick .reel-target{
  background: linear-gradient(180deg, #fff 0%, #ffd400 100%);
  -webkit-background-clip:text; background-clip:text; color: transparent;
}
.w-win .reel-target{
  background: linear-gradient(180deg, #c5ffe6 0%, #1aeca0 100%);
  -webkit-background-clip:text; background-clip:text; color: transparent;
}

/* THE SPIN — top→bottom.
   7 cells per track (1 target + 6 cycle). The track starts at -6em
   (last cycle word in the window) and slides DOWN to 0 (target). New
   cycle words appear from ABOVE each frame, exactly like a Vegas reel
   dropping symbols from the top. Aggressive accel, long graceful
   decelerate onto target. */
.word.spin-in .reel-track{
  animation: reelSpin 0.65s cubic-bezier(.18, .55, .22, 1) forwards;
}
@keyframes reelSpin{
  0%   { transform: translate3d(0, -6em,    0); filter: blur(0);    }
  12%  {                                         filter: blur(1.5px); }
  35%  { transform: translate3d(0, -3em,    0); filter: blur(4px);  }
  65%  { transform: translate3d(0, -1em,    0); filter: blur(3px);  }
  85%  { transform: translate3d(0, -0.15em, 0); filter: blur(1px);  }
  100% { transform: translate3d(0,  0,      0); filter: blur(0);    }
}

/* When JS is missing or reduced-motion, jump straight to the target
   (target is cell 0, so translate(0) shows it). */
.no-js .reel-track,
.no-anim .reel-track{
  transform: translate3d(0, 0, 0) !important;
  filter: none !important; animation: none !important;
}

/* TAGLINE — primary line + "Thrill meets Skill" subline.
   Appear AFTER all three reels lock (~1.5s) for clean choreography.
   Spacing handled by the parent .hero-stack flex gap (no margin-top). */
.hero-tagline{
  font-family:'Anton', sans-serif;
  font-size: clamp(20px, 2vw, 32px);
  letter-spacing: .08em; text-transform: uppercase;
  color: #fff; margin: 0;
  opacity: 0; animation: fadeUp .9s 1.55s ease forwards;
}
.hero-subline{
  font-family:'Anton', sans-serif;
  font-size: clamp(22px, 2.6vw, 34px);
  letter-spacing: .14em; text-transform: uppercase;
  color: #fff; margin: 0;
  opacity: 0; animation: fadeUp .9s 1.7s ease forwards;
}
.hero-subline .tagline-meets{
  display: inline-block; margin: 0 .2em;
  color: #ffd400;
}
@keyframes fadeUp{
  from{ opacity: 0; transform: translateY(14px); }
  to  { opacity: 1; transform: translateY(0); }
}

/* SECONDARY focal point — Over $1,000,000 paid out.
   Two stacked lines, no chip / no background / no border. Big mint-green
   number, white label below. Stays visible but doesn't compete with the
   reel headline. */
.hero-prize{
  display: block; text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  opacity: 0; animation: fadeUp .9s 1.75s ease forwards;
}
.hero-prize-num{
  display: block;
  font-family:'Anton', sans-serif;
  font-size: clamp(36px, 4.6vw, 64px); line-height: 1;
  color: #1aeca0;
  letter-spacing: -.005em;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.35));
}
.hero-prize-label{
  display: block;
  margin-top: 6px;
  font-family:'Inter', sans-serif;
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: .14em; text-transform: uppercase;
  font-style: normal;
  color: #ffffff; font-weight: 700;
}
@media (max-width: 640px){
  .hero-prize-num{ font-size: clamp(32px, 9vw, 48px); }
  .hero-prize-label{ font-size: 12px; letter-spacing: .12em; }
}

/* Numbered steps — replaces the prose lede. Four steps that read like a
   game plan. On desktop they sit on one line as a pill row; on mobile they
   stack vertically so each step is easy to scan. */
.hero-steps{
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 880px;
  display: flex; flex-wrap: wrap; justify-content: center; align-content: center;
  gap: 10px 12px;
  opacity: 0; animation: fadeUp .9s 1.95s ease forwards;
}
.hero-steps li{
  display: inline-flex; align-items: center; gap: 10px;
  /* Padding tightened to keep pill outer size the same after bumping
     the font +2px. Net pill height stays close to original. */
  padding: 7px 16px 7px 11px;
  border-radius: 999px;
  background: rgba(10,18,38,0.55);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff; font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 600; line-height: 1.25;
}
.hero-steps li::before{
  content: counter(steplist);
  counter-increment: steplist;
  flex: 0 0 24px;
  width: 24px; height: 24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, #1aeca0, #0fb37a);
  color: #04201a; font-weight: 900; font-size: 13px;
  box-shadow: 0 4px 12px rgba(26,236,160,0.35);
}
.hero-steps{ counter-reset: steplist; }
.hero-steps .nowrap{ white-space: nowrap; }
@media (max-width: 760px){
  .hero-steps{
    flex-direction: column; align-items: stretch;
    max-width: 420px; gap: 7px;
    justify-content: center;
  }
  .hero-steps li{
    width: 100%; justify-content: flex-start;
    /* Same padding-tightening pattern on mobile: bigger font, tighter pad. */
    padding: 8px 12px 8px 11px;
    font-size: 15px;
  }
}

.hero-cta-row{
  margin: 0;
  padding: 0;
  /* nowrap keeps both store badges on the SAME line on every viewport */
  display: flex; flex-wrap: nowrap; gap: 14px;
  align-items: center; justify-content: center;
  opacity: 0; animation: fadeUp .9s 2.35s ease forwards;
}
@media (max-width: 380px){ .hero-cta-row{ gap: 8px; } }

/* Real App Store + Google Play badges with pulsating glow halo */
.store-btn{
  position: relative;
  display: inline-block;
  border-radius: 14px;
  transition: transform .15s ease;
}
.store-btn img{
  display: block;
  height: 64px; width: auto;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(255,255,255,0.06);
}
.store-btn:hover{ transform: translateY(-2px); }
.store-btn.pulse::before{
  content:""; position: absolute; inset: -6px;
  border-radius: 18px;
  box-shadow: 0 0 0 0 rgba(255,255,255,0.55);
  animation: storePulse 2.2s ease-in-out infinite;
  pointer-events: none;
}
@keyframes storePulse{
  0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.55); }
  70%  { box-shadow: 0 0 0 22px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
@media (max-width: 640px){ .store-btn img{ height: 54px; } }

/* Award line — text + star only, no pill background.
   Sits below the store buttons. */
.hero-award{
  margin: 0 auto;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0;
  background: none;
  border: 0;
  color: #fff; font-size: clamp(16px, 1.1vw, 18px);
  font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0,0,0,0.4);
  opacity: 0; animation: fadeUp .9s 2.15s ease forwards;
}
.hero-award svg{ width: 16px; height: 16px; flex: 0 0 16px; }

/* ============================================================
   HERO PHONES — two-panel "spin players / spin teams" showcase
   ============================================================ */
.hero-phones{
  position: relative;
  margin: 40px auto 0;
  width: min(94vw, 900px);
  opacity: 0; transform: translateY(28px);
  transition: opacity 1s ease 1.8s, transform 1s ease 1.8s;
}
.hero-phones.in{ opacity: 1; transform: translateY(0); animation: heroFloat 8s ease-in-out 2.6s infinite; }
@media (max-width: 760px){ .hero-phones{ margin-top: 28px; } }
.hero-phones .phones-headline{
  font-family:'Anton', sans-serif;
  font-size: clamp(40px, 6vw, 88px);
  line-height: .92; letter-spacing: -.005em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 26px;
  max-width: none;
  text-align: left;
  filter: drop-shadow(0 6px 24px rgba(0,0,0,0.45));
}
.hero-phones .phones-headline .or{
  color: #ffd400;
  display: inline-block;
  margin: 0 .1em;
}
.hero-phones .phones-headline .players{
  background: linear-gradient(180deg, #fff, #ffd9d9);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-phones .phones-headline .teams{
  background: linear-gradient(180deg, #c5ffe6, #1aeca0);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-phones .phones-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(12px, 3vw, 36px);
  align-items: end;
  justify-items: center;
}
.hero-phones .phone-card{
  position: relative;
  width: 100%;
  max-width: 380px;
  padding: 14px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(10,18,38,0.86), rgba(6,12,28,0.94));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5);
  transition: transform .4s ease;
}
.hero-phones .phone-card:hover{ transform: translateY(-6px); }
.hero-phones .phone-card img{
  width: 100%; height: auto; display: block;
  border-radius: 14px;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.4));
}
.hero-phones .phone-card .caption{
  position: absolute; bottom: -14px; left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(10,18,38,0.92);
  border: 1px solid rgba(255,255,255,0.16);
  font-size: 12px; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(0,0,0,0.35);
}
.hero-phones .phone-card.players .caption{
  color: #ffd9d9;
  border-color: rgba(255,180,180,0.5);
}
.hero-phones .phone-card.teams .caption{
  color: #c5ffe6;
  border-color: rgba(26,236,160,0.55);
}
@media (max-width: 480px){
  .hero-phones .phones-row{ gap: 10px; }
  .hero-phones .phone-card{ padding: 8px; border-radius: 20px; }
  .hero-phones .phone-card img{ border-radius: 10px; }
  .hero-phones .phone-card .caption{
    font-size: 10px; padding: 5px 10px; letter-spacing: 0.1em; bottom: -12px;
  }
  .hero-phones .phones-headline{ margin-bottom: 22px; }
}
@keyframes heroFloat{
  0%,100%{ transform: translateY(0); }
  50%   { transform: translateY(-8px); }
}

/* ============================================================
   SPORTS GRID — graphic showing all 8 sports available
   ============================================================ */
.sports-wrap{
  position: relative;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(10,18,38,0.86), rgba(6,12,28,0.94));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  overflow: hidden;
}
.sports-wrap::before{
  content: ""; position: absolute; inset: -1px;
  background:
    radial-gradient(700px 350px at 10% -10%, rgba(255,90,90,0.18), transparent 60%),
    radial-gradient(700px 350px at 100% 110%, rgba(26,236,160,0.14), transparent 60%);
  pointer-events: none; border-radius: 26px;
}
.sports-grid{
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
@media (max-width: 1100px){ .sports-grid{ grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 520px){  .sports-grid{ grid-template-columns: repeat(4, 1fr); gap: 10px; } }
@media (max-width: 360px){  .sports-grid{ grid-template-columns: repeat(2, 1fr); } }
.sport-tile{
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
  padding: 18px 8px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.sport-tile:hover{
  transform: translateY(-4px);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  border-color: rgba(255,255,255,0.22);
}
.sport-tile .ic{
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
}
.sport-tile .ic svg{ width: 100%; height: 100%; }
.sport-tile .lbl{
  font-family:'Anton', sans-serif; transform: skewX(-7deg);
  font-size: 22px; line-height: 1;
  letter-spacing: .02em; text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
@media (max-width: 520px){
  .sport-tile{ padding: 14px 6px; gap: 6px; }
  .sport-tile .ic{ width: 38px; height: 38px; }
  .sport-tile .lbl{ font-size: 18px; }
}

/* ============================================================
   STEPS GRID
   ============================================================ */
.steps-grid{
  margin-top: 36px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
@media (max-width: 880px){ .steps-grid{ grid-template-columns: 1fr; gap: 16px; } }
.step{
  position: relative;
  border-radius: 22px; overflow: hidden;
  background: linear-gradient(180deg, rgba(10,18,38,0.92), rgba(6,12,28,0.96));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
  transition: transform .3s ease, box-shadow .3s ease;
}
.step:hover{ transform: translateY(-6px); box-shadow: 0 40px 100px rgba(0,0,0,0.55); }
.step .visual{ aspect-ratio: 1000/1455; background: #000; }
.step .visual img{ width:100%; height:100%; object-fit: cover; display:block; }
.step .body{ padding: 20px 22px 24px; }
.step h3{
  font-family:'Anton', sans-serif; transform: skewX(-7deg);
  text-transform: uppercase; font-size: clamp(28px, 2.6vw, 36px); margin: 0 0 10px;
  letter-spacing: .01em;
}
.step p{ color: #fff; font-size: 17px; margin: 0; line-height: 1.55; font-weight: 500; }
@media (max-width: 640px){ .step p{ font-size: 15.5px; } }

/* ============================================================
   MAP
   ============================================================ */
.map-grid{
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 48px;
  align-items: center;
}
@media (max-width: 880px){ .map-grid{ grid-template-columns: 1fr; gap: 24px; } }
.map-copy h2{ margin: 0 0 12px; }
.map-copy p{ color: #fff; max-width: 50ch; font-size: 18px; line-height: 1.55; font-weight: 500; }
.map-copy ul{ margin-top: 18px; padding: 0; list-style: none; columns: 2; column-gap: 24px; }
.map-copy ul li{
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 8px; color: #fff; font-size: 16px; font-weight: 600;
}
.map-copy ul li::before{
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: #1aeca0; box-shadow: 0 0 8px #1aeca0; flex: 0 0 8px;
}
.map-frame{
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(10,18,38,0.92), rgba(6,12,28,0.96));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}
.map-frame img{ width:100%; height:auto; display:block; border-radius: 14px; }

/* ============================================================
   TRUST + AWARD
   ============================================================ */
.trust-grid{
  margin-top: 28px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
@media (max-width: 880px){ .trust-grid{ grid-template-columns: 1fr; } }
.trust-card{
  padding: 24px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10,18,38,0.86), rgba(6,12,28,0.94));
  border: 1px solid rgba(255,255,255,0.10);
  display: flex; flex-direction: column; gap: 8px;
}
.trust-card .ic{
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(26,236,160,0.16); color: #1aeca0;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.trust-card .ic svg{ width: 24px; height: 24px; }
.trust-card h4{
  font-family:'Anton', sans-serif; transform: skewX(-7deg);
  text-transform: uppercase; font-size: 26px; margin: 0;
  letter-spacing: .01em;
}
.trust-card p{ color: rgba(255,255,255,0.92); font-size: 16.5px; margin: 0; line-height: 1.5; font-weight: 500; }

.award-strip{
  padding: 20px 28px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(10,18,38,0.86), rgba(6,12,28,0.94));
  border: 1px solid rgba(255,255,255,0.10);
  display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap;
  max-width: 920px; margin: 28px auto 0;
}
.award-strip img{ height: 38px; width: auto; opacity: .9; }
.award-strip .award-line{
  font-size: 16px; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; font-weight: 800;
}
.award-strip .award-line span{ color: #ffd400; }
@media (max-width: 640px){ .award-strip .award-line{ font-size: 13px; } }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta{
  position: relative;
  padding: 60px 48px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(10,18,38,0.92), rgba(6,12,28,0.96));
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 50px 120px rgba(0,0,0,0.55);
  display: grid; grid-template-columns: 1.3fr auto; gap: 32px; align-items: center;
  overflow: hidden;
}
@media (max-width: 880px){
  .final-cta{ grid-template-columns: 1fr; padding: 40px 28px; gap: 24px; text-align: center; }
  .final-cta .ctas{ margin: 0 auto; }
}
@media (max-width: 480px){ .final-cta{ padding: 32px 22px; } }
.final-cta::before{
  content: ""; position: absolute; inset: -1px;
  background: linear-gradient(135deg, transparent 50%, rgba(255,80,80,0.35));
  pointer-events: none; opacity: .35; border-radius: 28px;
}
.final-cta h3{
  font-family:'Anton', sans-serif; transform: skewX(-7deg);
  text-transform: uppercase; letter-spacing: -.005em;
  font-size: clamp(36px, 5vw, 64px); line-height: .92; margin: 0;
}
.final-cta h3 b{ color: #1aeca0; }
.final-cta p{ color: #fff; margin: 14px 0 0; font-size: 19px; max-width: 56ch; line-height: 1.5; font-weight: 500; }
@media (max-width: 640px){ .final-cta p{ font-size: 16px; } }
.final-cta .ctas{ display: flex; flex-direction: column; gap: 14px; align-items: center; }
.final-cta .store-badges{ display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.final-cta .store-badges img{
  height: 56px; width: auto; border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  transition: transform .15s ease;
}
.final-cta .store-badges a:hover img{ transform: translateY(-2px); }

/* ============================================================
   CONTACT — embedded form at the bottom of the landing page
   ============================================================ */
.contact-section{ padding-bottom: 60px; }
.contact-shell{
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px;
  align-items: start;
  max-width: 1180px; margin: 0 auto;
}
@media (max-width: 880px){
  .contact-shell{ grid-template-columns: 1fr; gap: 24px; }
}
.contact-intro h2{ margin: 14px 0 14px; }
.contact-intro p{
  color: #fff; font-size: 17px; line-height: 1.6; font-weight: 500;
  max-width: 46ch;
}
.contact-intro .quick-links{
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 24px;
}
.contact-intro .quick-links a{
  display: inline-flex; align-items: center; justify-content: space-between;
  padding: 14px 18px; border-radius: 14px;
  background: rgba(10,18,38,0.55);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff; font-weight: 700; font-size: 14.5px;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.contact-intro .quick-links a:hover{
  background: rgba(10,18,38,0.78);
  border-color: rgba(255,255,255,0.22);
  transform: translateY(-1px);
}
.contact-intro .quick-links a span.lbl{ display: flex; align-items: center; gap: 10px; }
.contact-intro .quick-links a svg{ width: 18px; height: 18px; }
.contact-intro .quick-links a .arrow{ opacity: 0.55; }

.contact-form-card{
  position: relative;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(10,18,38,0.92), rgba(6,12,28,0.96));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 30px 80px rgba(0,0,0,0.55);
}
.contact-form-card::before{
  content:""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, var(--fs-mint), var(--fs-blue));
  border-radius: 4px 0 0 4px; opacity: 0.6;
}
.contact-form-card h3{
  font-family: 'Anton', sans-serif; transform: skewX(-7deg);
  font-size: clamp(24px, 2.6vw, 32px);
  margin: 0 0 6px; text-transform: uppercase; letter-spacing: 0.01em;
  color: #fff;
}
.contact-form-card .form-desc{
  color: rgba(255,255,255,0.78); font-size: 14px; margin: 0 0 18px;
}
.contact-form-card .form-grid{
  display: grid; gap: 14px; grid-template-columns: 1fr 1fr;
}
.contact-form-card .form-grid .full{ grid-column: 1 / -1; }
@media (max-width: 560px){
  .contact-form-card{ padding: 24px 20px; }
  .contact-form-card .form-grid{ grid-template-columns: 1fr; }
}
.contact-form-card .field{ display: flex; flex-direction: column; gap: 6px; }
.contact-form-card .field label{
  font-size: 12px; letter-spacing: 0.06em;
  color: rgba(255,255,255,0.78); font-weight: 700;
  text-transform: uppercase;
}
.contact-form-card .field label .req{ color: var(--fs-red-glow); margin-left: 3px; }

.contact-form-card .field input::placeholder,
.contact-form-card .field textarea::placeholder{ color: rgba(255,255,255,0.34); }


.contact-form-card .field .err-msg{
  display: none; color: var(--fs-red-glow); font-size: 12px; font-weight: 600;
}
.contact-form-card .field.error .err-msg{ display: block; }
.contact-form-card .form-actions{
  margin-top: 18px;
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
}
.contact-form-card .form-actions .help{ font-size: 12px; color: rgba(255,255,255,0.55); }
.contact-form-card .form-success{
  display: none;
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(26,236,160,0.08);
  border: 1px solid rgba(26,236,160,0.45);
  color: #d6ffec;
  font-size: 14px; line-height: 1.5;
}
.contact-form-card .form-success.show{ display: block; }
.contact-form-card .form-success b{ color: var(--fs-mint); }
.contact-form-card .field select{
  -webkit-appearance: none; -moz-appearance: none; appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.78) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.78) 50%, transparent 50%);
  background-position: calc(100% - 22px) center, calc(100% - 16px) center;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 38px;
}
.contact-form-card .field select option{ background: #08102a; color: #fff; }

/* ============================================================
   REVEAL-ON-VIEW
   ============================================================ */
.reveal{ opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s ease; }
.reveal.in{ opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){
  .reveal{ opacity: 1; transform: none; transition: none; }
  .hero-phones, .ambient .blob, .ambient .rays, .particles span,
  .hero-tagline, .hero-subline, .hero-prize, .hero-steps, .hero-cta-row, .hero-award{
    animation: none !important; opacity: 1 !important; transform: none !important; filter: none !important;
  }
  /* Slot reel: snap straight to the target word, no spinning. */
  .reel-track{
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
    filter: none !important;
  }
}

footer.foot{
  position: relative; z-index: 2;
  background: linear-gradient(180deg, rgba(6,10,24,0.95), rgba(4,6,15,0.98));
  border-top: 1px solid rgba(255,255,255,0.10);
  margin-top: 60px;
  padding: 32px 0 40px;
}

/* Loader */
#loader{
  position: fixed; inset: 0; z-index: 200;
  background: #c41218;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 18px;
  transition: opacity .5s ease;
}
#loader.gone{ opacity: 0; pointer-events: none; }
#loader img{
  width: 84px; height: 84px;
  filter: drop-shadow(0 12px 36px rgba(0,0,0,0.5));
  animation: spinChip 2.4s linear infinite;
}
#loader .label{
  font-family:'Anton', sans-serif; letter-spacing: .35em; font-size: 11px;
  color: rgba(255,255,255,0.85); text-transform: uppercase;
}
@keyframes spinChip{ to{ transform: rotate(360deg); } }

/* Checkbox fields: do not stretch like text inputs */
.contact-form-card .field input:not([type="checkbox"]):not([type="radio"]),
.contact-form-card .field select,
.contact-form-card .field textarea{
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0,0,0,0.32);
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font: inherit; font-size: 15px;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.contact-form-card .field input:not([type="checkbox"]):not([type="radio"]):focus,
.contact-form-card .field select:focus,
.contact-form-card .field textarea:focus{
  outline: 0;
  border-color: var(--fs-mint);
  background: rgba(26,236,160,0.06);
  box-shadow: 0 0 0 3px rgba(26,236,160,0.16);
}
.contact-form-card .field.error input:not([type="checkbox"]):not([type="radio"]),
.contact-form-card .field.error select,
.contact-form-card .field.error textarea{
  border-color: var(--fs-red-glow);
  background: rgba(255,58,58,0.06);
  box-shadow: 0 0 0 3px rgba(255,58,58,0.16);
}
.contact-form-card .check{
  display: flex; align-items: flex-start; gap: 10px;
  text-transform: none; letter-spacing: normal;
  font-size: 13.5px; font-weight: 600; line-height: 1.45;
  color: rgba(255,255,255,0.78); cursor: pointer;
}
.contact-form-card .check input{
  width: 16px; height: 16px; flex: 0 0 auto;
  margin-top: 3px; padding: 0;
  accent-color: var(--fs-cyan);
  background: transparent; border: none; box-shadow: none;
}

