@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;700;800;900&display=swap');

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #020713;
  color: white;
  font-family: Inter, Arial, sans-serif;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(2,7,19,.30), #020713 75%),
    url("assets/stadium-bg.jpg") center top / cover no-repeat;
  opacity: .92;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 15%, rgba(25,217,255,.18), transparent 30%),
    linear-gradient(180deg, transparent, #020713 78%);
}

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

.logo-header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  z-index: 10;
}

.logo-header img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.hero {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
  min-height: calc(100svh - 98px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
  position: relative;
}

.hero-copy { position: relative; z-index: 2; }

h1 {
  font-family: Anton, Impact, sans-serif;
  text-transform: uppercase;
  font-size: clamp(64px, 7.4vw, 96px);
  line-height: .96;
  margin: 0 0 24px;
  text-shadow: 0 10px 28px rgba(0,0,0,.65);
}

h1 span { color: #18d9ff; }

.hero-copy p {
  max-width: 520px;
  margin: 0 0 28px;
  color: #d4dce8;
  font-size: 21px;
  line-height: 1.5;
}

.store-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.store {
  width: 216px;
  height: 64px;
  background: #030303;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.045em;
  box-shadow: 0 12px 30px rgba(0,0,0,.45);
}

.store small {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

.apple { font-size: 40px; line-height: 1; }

.play {
  width: 36px;
  height: 36px;
  clip-path: polygon(0 0,100% 50%,0 100%);
  background: linear-gradient(135deg,#00f076 0 34%,#19b9ff 34% 62%,#ffd339 62% 82%,#ff4058 82%);
}

.trusted {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  color: #cbd4df;
  font-size: 18px;
}

.trusted span {
  width: 30px;
  height: 36px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg,#3775ff,#193dca);
  border-radius: 8px 8px 14px 14px;
  font-weight: 900;
  flex-shrink: 0;
}

.phones {
  height: 690px;
  position: relative;
}

.phone {
  position: absolute;
  width: 370px;
  border-radius: 46px;
  filter: drop-shadow(0 55px 65px rgba(0,0,0,.7));
}

.front { left: 75px; top: 0; z-index: 2; transform: rotate(-2deg); }
.back  { right: 10px; top: 45px; opacity: .72; transform: rotate(6deg); }

.features,
.showcase {
  width: min(1110px, calc(100% - 44px));
  margin: 0 auto;
  padding: 70px 0;
  border-top: 1px solid rgba(105,213,255,.16);
  position: relative;
  z-index: 5;
  background: #020713;
}

.features { text-align: center; }

.features h2,
.showcase h2 {
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: clamp(28px,4vw,40px);
  margin: 0 0 34px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
}

article {
  padding: 0 28px;
  border-right: 1px solid rgba(105,213,255,.2);
}

article:last-child { border-right: 0; }

article div {
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(25,217,255,.55);
  border-radius: 16px;
  color: #18d9ff;
  font-size: 38px;
}

article p,
.showcase p {
  color: #aeb9c9;
  line-height: 1.6;
}

.showcase {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 50px;
  align-items: center;
}

.showcase img {
  width: 100%;
  max-width: 420px;
  border-radius: 44px;
  justify-self: center;
  box-shadow: 0 35px 80px rgba(0,0,0,.55);
}

/* features-phone: only shown on mobile, hidden on desktop */
.features-phone {
  display: none;
}

.eyebrow {
  color: #18d9ff;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 900;
  font-size: 13px;
  margin: 0 0 10px;
}

/* ============================================================
   FEATURE SPOTLIGHT SECTIONS (Player Props + AI Assistant)
   ============================================================ */
.feature-spotlight {
  width: min(1110px, calc(100% - 44px));
  margin: 0 auto;
  padding: 80px 0;
  border-top: 1px solid rgba(105,213,255,.16);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 5;
  background: #020713;
}

.feature-spotlight h2 {
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: clamp(28px, 4vw, 46px);
  font-family: Anton, Impact, sans-serif;
  line-height: 1.05;
  margin: 0 0 20px;
}

.feature-spotlight .spotlight-copy p {
  color: #aeb9c9;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

.spotlight-phone {
  display: flex;
  justify-content: center;
}

.spotlight-phone img {
  width: 100%;
  max-width: 300px;
  border-radius: 44px;
  box-shadow: 0 40px 80px rgba(0,0,0,.6);
}

/* AI section flips: phone left, text right */
.spotlight-ai {
  grid-template-areas: "phone copy";
}
.spotlight-ai .spotlight-copy { grid-area: copy; }
.spotlight-ai .spotlight-phone { grid-area: phone; }

/* ============================================================
   MOBILE  ≤ 960px  —  single clean block, no !important wars
   ============================================================ */
@media (max-width: 960px) {

  /* --- Header --- */
  .logo-header {
    padding: 0;
  }

  .logo-header img {
    width: 100%;
    height: auto;
  }

  /* --- Hero --- */
  .hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 40px);
    min-height: 0;
    gap: 0;
    padding: 12px 0 40px;
  }

  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: clamp(36px, 10.5vw, 44px);
    line-height: .92;
    margin: 0 0 14px;
    max-width: 100%;
  }

  .hero-copy p {
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 16px;
    max-width: 100%;
    color: #c8d4e0;
  }

  /* --- Store buttons --- */
  .store-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 14px;
  }

  .store {
    width: 100%;
    height: 52px;
    font-size: 19px;
    gap: 11px;
  }

  .store small { font-size: 10px; }
  .apple { font-size: 32px; }
  .play { width: 28px; height: 28px; }

  /* --- Trusted badge --- */
  .trusted {
    margin-top: 12px;
    font-size: 15px;
    gap: 10px;
    justify-content: center;
  }

  .trusted span {
    width: 26px;
    height: 30px;
  }

  /* --- Phone mockups --- */
  .phones {
    width: 100%;
    height: 420px;
    position: relative;
    margin: 20px 0 0;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  /* Hide back phone entirely on mobile */
  .phone.back {
    display: none;
  }

  /* Front phone: centered, slightly tilted */
  .phone.front {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: rotate(-2deg);
    width: 78vw;
    max-width: 300px;
    height: auto;
    border-radius: 26px;
    filter: drop-shadow(0 18px 32px rgba(0,0,0,.7));
    z-index: 2;
  }

  /* --- Features grid --- */
  .features {
    width: calc(100% - 40px);
    padding: 44px 0 32px;
    border-top: 1px solid rgba(105,213,255,.22);
    margin-top: 0;
    background: #020713;
    position: relative;
    z-index: 5;
  }

  .features h2 {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  article {
    border-right: none;
    border-bottom: 1px solid rgba(105,213,255,.18);
    padding: 18px 8px;
  }

  article:last-child { border-bottom: none; }

  article div {
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 12px;
  }

  article h3 { margin: 8px 0 6px; }
  article p { margin: 0; font-size: 14px; }

  .features-phone {
    display: block;
    width: 62vw;
    max-width: 230px;
    height: auto;
    border-radius: 28px;
    margin: 28px auto 0;
    box-shadow: 0 24px 50px rgba(0,0,0,.55);
  }

  /* --- Showcase / AI section --- */
  .showcase {
    display: block;
    width: calc(100% - 40px);
    padding: 36px 0 52px;
  }

  .showcase h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .showcase p {
    font-size: 15px;
    line-height: 1.55;
  }

  .showcase img {
    width: 65vw;
    max-width: 240px;
    margin: 22px auto 0;
    display: block;
    height: auto;
    border-radius: 32px;
  }

  /* --- Spotlight sections (Player Props + AI Assistant) --- */
  .feature-spotlight {
    display: block;
    width: calc(100% - 40px);
    padding: 44px 0 50px;
    border-top: 1px solid rgba(105,213,255,.22);
    overflow: hidden;
  }

  .feature-spotlight h2 {
    font-size: 28px;
    margin-bottom: 14px;
    line-height: 1.05;
  }

  .feature-spotlight .spotlight-copy p {
    font-size: 15px;
    line-height: 1.55;
  }

  .spotlight-ai {
    grid-template-areas: none;
  }

  .spotlight-ai .spotlight-copy,
  .spotlight-ai .spotlight-phone {
    grid-area: auto;
  }

  .spotlight-phone {
    display: block;
    text-align: center;
  }

  .spotlight-phone img {
    width: 78vw;
    max-width: 290px;
    border-radius: 28px;
    margin: 24px auto 0;
    display: block;
  }
}

/* ============================================================
   Small phones  ≤ 390px  —  minor tweaks only
   ============================================================ */
@media (max-width: 390px) {

  h1 { font-size: 35px; }

  .hero-copy p { font-size: 14px; }

  .store { height: 48px; font-size: 17px; }

  .phones { height: 300px; }

  .phone.front { width: 65vw; max-width: 220px; }

  .showcase img {
    width: 60vw;
    max-width: 210px;
  }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  border-top: 1px solid rgba(105,213,255,.16);
  background: #020713;
  position: relative;
  z-index: 5;
  padding: 48px 20px 36px;
}

.footer-inner {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* Social icons */
.footer-social {
  display: flex;
  gap: 20px;
  align-items: center;
}

.social-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(105,213,255,.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aeb9c9;
  overflow: hidden;
  transition: border-color .2s, color .2s;
}

.social-icon:hover {
  border-color: #18d9ff;
  color: #18d9ff;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

/* Nav links */
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 28px;
}

.footer-links a {
  color: #7a8a9a;
  font-size: 13px;
  letter-spacing: .02em;
  transition: color .2s;
}

.footer-links a:hover {
  color: #18d9ff;
}

/* Copyright */
.footer-copy {
  color: #4a5a6a;
  font-size: 12px;
  margin: 0;
  text-align: center;
}
