:root {
  --black: #030303;
  --black-2: #090909;
  --black-3: #111111;
  --white: #ffffff;
  --orange: #ff5b00;
  --orange-2: #ff7a18;
  --teal: #0ea7a2;
  --violet: #8a2cff;
  --muted: rgba(255, 255, 255, 0.66);
  --muted-dark: #747474;
  --line: rgba(255, 255, 255, 0.15);
  --line-dark: rgba(0, 0, 0, 0.1);
  --glass: rgba(255, 255, 255, 0.08);
  --glass-2: rgba(255, 255, 255, 0.13);
  --shadow: 0 34px 120px rgba(0, 0, 0, 0.5);
  --orange-shadow: 0 24px 80px rgba(255, 91, 0, 0.42);
  --radius: 32px;
  --radius-lg: 52px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', sans-serif;
  background: var(--black);
  color: var(--white);
  overflow-x: hidden;
}

body.locked {
  overflow: hidden;
}

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

img {
  width: 100%;
  display: block;
}

button {
  border: 0;
  font-family: inherit;
  cursor: pointer;
}

.container {
  width: min(var(--container), calc(100% - 44px));
  margin: 0 auto;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.055;
  background-image:
    radial-gradient(circle at 10% 20%, #fff 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, #fff 1px, transparent 1px);
  background-size: 34px 34px;
  mix-blend-mode: overlay;
}

.cursor-glow {
  position: fixed;
  z-index: 1;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 91, 0, 0.22), transparent 68%);
  pointer-events: none;
}

/* HEADER */

.header {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  top: 18px;
  transition: 0.3s ease;
}

.header.scrolled {
  top: 8px;
}

.nav {
  height: 78px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0 16px 0 22px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(24px);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.35);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--orange), #ff9b4a);
  box-shadow: var(--orange-shadow);
}

.nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  font-weight: 800;
  transition: 0.25s ease;
}

.nav-links a:hover {
  color: var(--orange);
}

.nav-download {
  position: relative;
  overflow: hidden;
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 950;
  box-shadow: var(--orange-shadow);
  transition: 0.25s ease;
}

.nav-download:hover {
  transform: translateY(-2px);
}

.nav-download::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 -70%;
  width: 44%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.7),
    transparent
  );
  transform: skewX(-18deg);
  transition: 0.75s ease;
}

.nav-download:hover::before {
  left: 130%;
}

.burger {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
}

.burger span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

/* HERO */

.hero {
  position: relative;
  min-height: 100vh;
  padding: 150px 0 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.78)),
    radial-gradient(circle at 15% 20%, rgba(255, 91, 0, 0.22), transparent 32%),
    radial-gradient(
      circle at 85% 65%,
      rgba(14, 167, 162, 0.16),
      transparent 30%
    ),
    url('photo1.jpeg') center/cover no-repeat;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78),
      rgba(0, 0, 0, 0.28),
      rgba(0, 0, 0, 0.82)
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), #000);
}

.hero-court {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.court-line {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.court-one {
  width: 760px;
  height: 760px;
  right: -230px;
  top: 100px;
  animation: spinSlow 22s linear infinite;
}

.court-two {
  width: 420px;
  height: 420px;
  left: -100px;
  bottom: 80px;
  animation: spinSlow 18s linear infinite reverse;
}

.court-three {
  width: 160px;
  height: 160px;
  left: 45%;
  top: 16%;
  animation: pulseScale 4s ease-in-out infinite;
}

.floating-ball {
  position: absolute;
  font-size: 3.2rem;
  filter: drop-shadow(0 20px 40px rgba(255, 91, 0, 0.45));
  opacity: 0.42;
  animation: ballFloat 6s ease-in-out infinite;
}

.ball-a {
  right: 14%;
  top: 24%;
}

.ball-b {
  left: 9%;
  bottom: 28%;
  animation-delay: 1.2s;
}

.hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 70px;
  align-items: center;
}

.eyebrow,
.mini-label,
.section-head span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--orange);
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow span {
  width: 10px;
  height: 10px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 91, 0, 0.7);
  animation: ping 1.7s infinite;
}

.hero h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 7.8vw, 7.4rem);
  line-height: 0.88;
  letter-spacing: -0.08em;
  font-weight: 950;
  margin-bottom: 28px;
}

.hero h1 strong {
  display: block;
  color: var(--orange);
  text-shadow: 0 0 48px rgba(255, 91, 0, 0.36);
}

.hero p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.78;
  margin-bottom: 34px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.btn {
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 17px 30px;
  border-radius: 999px;
  font-weight: 950;
  transition: 0.3s ease;
}

.btn-primary {
  background: var(--orange);
  color: #fff;
  box-shadow: var(--orange-shadow);
}

.btn-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 36px 100px rgba(255, 91, 0, 0.5);
}

.btn-ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  color: #fff;
}

.btn-ghost:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.14);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 155px));
  gap: 14px;
}

.hero-metrics div {
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.hero-metrics b {
  display: block;
  color: #fff;
  font-size: 1.45rem;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.84rem;
}

.hero-device {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: center;
}

.device-orbit {
  position: absolute;
  width: 475px;
  height: 475px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 91, 0, 0.32), transparent 61%),
    conic-gradient(
      from 90deg,
      transparent,
      rgba(255, 91, 0, 0.55),
      transparent,
      rgba(14, 167, 162, 0.45),
      transparent
    );
  filter: blur(6px);
  animation: spinSlow 10s linear infinite;
}

.phone {
  position: relative;
  z-index: 3;
  width: 320px;
  padding: 12px;
  border-radius: 48px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.22),
    rgba(255, 255, 255, 0.05)
  );
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.74);
  animation: phoneFloat 5.7s ease-in-out infinite;
}

.phone img {
  border-radius: 36px;
}

.stat-float {
  position: absolute;
  z-index: 4;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.stat-float span {
  font-size: 1.6rem;
}

.stat-float b {
  display: block;
  margin-top: 5px;
}

.stat-float small {
  color: var(--muted);
}

.float-top {
  top: 19%;
  left: 1%;
}

.float-bottom {
  right: 0;
  bottom: 22%;
}

.ticker {
  position: relative;
  z-index: 6;
  margin-top: 70px;
  padding: 22px 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.ticker-track {
  width: max-content;
  display: flex;
  gap: 58px;
  animation: tickerMove 24s linear infinite;
}

.ticker span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* SECTIONS */

.section {
  padding: 112px 0;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 66px;
  text-align: center;
}

.section-head h2,
.world-card h2,
.analytics-copy h2,
.versus-copy h2,
.cta-box h2 {
  font-size: clamp(2.35rem, 5.2vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 950;
}

.section-head p,
.world-card p,
.analytics-copy p,
.versus-copy p,
.cta-box p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

/* WORLD */

.app-world {
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 91, 0, 0.16), transparent 28%),
    linear-gradient(180deg, #000, #080808);
}

.world-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 28px;
}

.world-card,
.tip-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.world-card {
  padding: 54px;
  border-radius: var(--radius-lg);
}

.tip-card {
  padding: 40px;
  border-radius: var(--radius-lg);
  display: flex;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 91, 0, 0.82), rgba(255, 91, 0, 0.36)),
    rgba(255, 255, 255, 0.06);
}

.tip-icon {
  width: 86px;
  height: 86px;
  flex: 0 0 86px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 2.2rem;
}

.tip-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  letter-spacing: 0.12em;
}

.tip-card h3 {
  margin-top: 8px;
  font-size: 1.45rem;
  line-height: 1.45;
}

/* FEATURES */

.features {
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(14, 167, 162, 0.16),
      transparent 26%
    ),
    linear-gradient(180deg, #080808, #000);
}

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

.feature-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 32px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  transition: 0.35s ease;
}

.feature-card::before {
  content: '';
  position: absolute;
  inset: auto -60px -80px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 91, 0, 0.18);
  filter: blur(14px);
  opacity: 0;
  transition: 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 91, 0, 0.45);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  position: relative;
  z-index: 2;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border-radius: 24px;
  font-size: 1.7rem;
}

.feature-icon.orange {
  background: rgba(255, 91, 0, 0.16);
  color: var(--orange);
}

.feature-icon.teal {
  background: rgba(14, 167, 162, 0.16);
  color: var(--teal);
}

.feature-icon.violet {
  background: rgba(138, 44, 255, 0.16);
  color: var(--violet);
}

.feature-card h3 {
  position: relative;
  z-index: 2;
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.feature-card p {
  position: relative;
  z-index: 2;
  color: var(--muted);
  line-height: 1.65;
}

/* SCREENS */

.screens {
  padding: 115px 0;
  background:
    radial-gradient(circle at center, rgba(255, 91, 0, 0.2), transparent 36%),
    linear-gradient(135deg, #000, #111);
  overflow: hidden;
}

.carousel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 46px 82px 80px;
  border-radius: 58px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(24px);
  box-shadow: 0 40px 140px rgba(0, 0, 0, 0.62);
}

.carousel-stage {
  position: relative;
  height: 660px;
}

.slide {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 290px;
  opacity: 0;
  pointer-events: none;
  filter: blur(5px);
  transform: translate(-50%, -50%) scale(0.64);
  transition: 0.66s cubic-bezier(0.2, 0.95, 0.2, 1);
}

.slide img {
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.72);
}

.slide.active {
  z-index: 6;
  opacity: 1;
  filter: blur(0);
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
}

.slide.prev-one {
  z-index: 4;
  opacity: 0.48;
  filter: blur(2px);
  transform: translate(-128%, -50%) scale(0.82) rotate(-5deg);
}

.slide.next-one {
  z-index: 4;
  opacity: 0.48;
  filter: blur(2px);
  transform: translate(28%, -50%) scale(0.82) rotate(5deg);
}

.slide.prev-two {
  z-index: 2;
  opacity: 0.16;
  transform: translate(-190%, -50%) scale(0.62) rotate(-9deg);
}

.slide.next-two {
  z-index: 2;
  opacity: 0.16;
  transform: translate(90%, -50%) scale(0.62) rotate(9deg);
}

.slide-caption {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding: 15px 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.slide-caption span {
  color: var(--orange);
  font-weight: 950;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 2.4rem;
  box-shadow: var(--orange-shadow);
  transition: 0.25s ease;
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.08);
}

.carousel-btn.prev {
  left: 22px;
  transform: translateY(-50%);
}

.carousel-btn.next {
  right: 22px;
  transform: translateY(-50%);
}

.carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  transition: 0.25s ease;
}

.dot.active {
  width: 36px;
  background: var(--orange);
}

/* ANALYTICS */

.analytics-showcase {
  background:
    linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.9)),
    url('photo3.jpeg') center/cover fixed;
}

.analytics-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 40px;
  align-items: center;
}

.accuracy-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.ring {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: relative;
  background: rgba(255, 255, 255, 0.06);
}

.ring::before {
  content: '';
  position: absolute;
  inset: 8px;
  border-radius: inherit;
  border: 8px solid rgba(255, 255, 255, 0.08);
  border-top-color: currentColor;
  border-right-color: currentColor;
}

.orange-ring {
  color: var(--orange);
}
.teal-ring {
  color: var(--teal);
}
.violet-ring {
  color: var(--violet);
}

.ring b {
  font-size: 1.4rem;
}

.ring span {
  position: absolute;
  bottom: -28px;
  font-weight: 900;
  color: #fff;
}

.chart-panel {
  padding: 38px;
  border-radius: 42px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.chart-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 1.3rem;
  font-weight: 950;
}

.chart-title span {
  width: 14px;
  height: 14px;
  background: var(--orange);
  border-radius: 4px;
}

.line-chart {
  width: 100%;
  height: 330px;
  overflow: visible;
}

.grid-line {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 1;
}

.area {
  fill: url(#orangeFade);
}

.graph-line {
  fill: none;
  stroke: var(--orange);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 10px rgba(255, 91, 0, 0.6));
}

.line-chart circle {
  fill: var(--orange);
  stroke: #fff;
  stroke-width: 3;
}

/* VERSUS */

.versus {
  background: linear-gradient(180deg, #000, #080808);
}

.versus-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.versus-card {
  padding: 34px;
  border-radius: 46px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.78)),
    url('photo5.jpeg') center/cover no-repeat;
  box-shadow: var(--shadow);
}

.team-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.team-logo {
  height: 135px;
  border-radius: 26px;
  overflow: hidden;
  border: 2px solid var(--orange);
}

.team-logo img {
  height: 100%;
  object-fit: cover;
}

.team-logo.alt {
  border-color: var(--teal);
}

.swap {
  color: rgba(255, 255, 255, 0.55);
  font-size: 2rem;
}

.radar {
  height: 260px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
}

.radar-shape {
  width: 180px;
  height: 180px;
  background: rgba(255, 91, 0, 0.42);
  clip-path: polygon(50% 0, 88% 34%, 72% 92%, 18% 78%, 14% 28%);
  border: 2px solid var(--orange);
  filter: drop-shadow(0 0 24px rgba(255, 91, 0, 0.4));
  animation: radarPulse 3.8s ease-in-out infinite;
}

.bars-list {
  display: grid;
  gap: 18px;
}

.bars-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.bars-list span {
  font-size: 1.05rem;
  color: #fff;
}

.bars-list b {
  color: var(--muted);
  font-weight: 500;
}

.bars-list i {
  grid-column: 1 / -1;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.bars-list em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--teal));
}

/* ROSTER */

.roster {
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 91, 0, 0.14), transparent 26%),
    #050505;
}

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

.player-card {
  padding: 28px;
  min-height: 250px;
  border-radius: 34px;
  border: 1px solid var(--line);
  background:
    linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.8)),
    url('photo6.jpeg') center/cover no-repeat;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
  transition: 0.35s ease;
}

.player-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 91, 0, 0.55);
}

.avatar {
  width: 86px;
  height: 86px;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--orange);
  box-shadow: 0 0 36px rgba(255, 91, 0, 0.34);
}

.avatar img {
  height: 100%;
  object-fit: cover;
}

.player-card h3 {
  font-size: 1.35rem;
}

.player-card p {
  margin-top: 8px;
  color: var(--muted);
}

/* CTA */

.cta {
  padding: 90px 0 120px;
  background: #000;
}

.cta-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 86px 48px;
  border-radius: 58px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 91, 0, 0.28), transparent 32%),
    radial-gradient(
      circle at 78% 66%,
      rgba(14, 167, 162, 0.17),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.03)
    );
  box-shadow: var(--shadow);
}

.cta-box::before {
  content: '';
  position: absolute;
  inset: 22px;
  border-radius: 42px;
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.cta-ball {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  margin: 0 auto 22px;
  border-radius: 30px;
  background: rgba(255, 91, 0, 0.16);
  font-size: 2.5rem;
}

.cta-box p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

/* FOOTER */

.footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  background: #000;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}

.footer p {
  max-width: 520px;
  color: var(--muted);
  margin-top: 14px;
}

.footer-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--muted);
  font-weight: 800;
}

.footer-links a:hover {
  color: var(--orange);
}

/* PRIVACY */

.privacy-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.92)),
    radial-gradient(circle at 16% 12%, rgba(255, 91, 0, 0.24), transparent 30%),
    radial-gradient(
      circle at 82% 26%,
      rgba(14, 167, 162, 0.18),
      transparent 30%
    ),
    url('photo8.jpeg') center/cover fixed no-repeat;
}

.privacy-main {
  padding: 42px 0 92px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  padding: 15px 24px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 950;
  box-shadow: var(--orange-shadow);
}

.privacy-shell {
  overflow: hidden;
  border-radius: 58px;
  border: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(24px);
  box-shadow: 0 44px 150px rgba(0, 0, 0, 0.72);
}

.privacy-hero {
  padding: 62px;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 91, 0, 0.26), transparent 34%),
    rgba(255, 255, 255, 0.055);
}

.privacy-hero h1 {
  font-size: clamp(3.4rem, 9vw, 7.4rem);
  line-height: 0.86;
  letter-spacing: -0.085em;
  margin-bottom: 22px;
}

.privacy-hero p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.privacy-content {
  padding: 54px 62px 64px;
  display: grid;
  gap: 20px;
}

.policy-card {
  padding: 28px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.065);
}

.policy-card h2 {
  color: var(--orange);
  margin-bottom: 12px;
  font-size: 1.18rem;
}

.policy-card p {
  color: var(--muted);
  line-height: 1.75;
}

.policy-card strong {
  color: #fff;
}

.policy-email {
  display: inline-flex;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 91, 0, 0.15);
  border: 1px solid rgba(255, 91, 0, 0.36);
  color: #ff9a56;
  font-weight: 950;
}

.effective-date {
  padding: 22px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 91, 0, 0.35);
  background: rgba(255, 91, 0, 0.15);
  color: #ffd1b5;
  font-weight: 900;
}

/* REVEAL */

.reveal {
  opacity: 0;
  transform: translateY(42px);
  transition: 0.78s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay {
  transition-delay: 0.12s;
}
.delay-1 {
  transition-delay: 0.08s;
}
.delay-2 {
  transition-delay: 0.16s;
}

/* ANIMATIONS */

@keyframes ping {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 91, 0, 0.72);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(255, 91, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 91, 0, 0);
  }
}

@keyframes spinSlow {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseScale {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }
  50% {
    transform: scale(1.16);
    opacity: 0.75;
  }
}

@keyframes ballFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-28px) rotate(18deg);
  }
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-20px) rotate(-1deg);
  }
}

@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}

@keyframes radarPulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.82;
  }
  50% {
    transform: scale(1.08) rotate(4deg);
    opacity: 1;
  }
}

/* RESPONSIVE */

@media (max-width: 1060px) {
  .hero-grid,
  .world-grid,
  .analytics-grid,
  .versus-grid {
    grid-template-columns: 1fr;
  }

  .hero-device {
    min-height: 560px;
  }

  .feature-grid,
  .roster-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .nav-links {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    top: 96px;
    padding: 22px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.96);
    backdrop-filter: blur(24px);
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 14px 4px;
  }

  .burger {
    display: block;
  }

  .nav-download {
    margin-left: auto;
    padding: 13px 18px;
  }

  .hero {
    padding-top: 130px;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 5.2rem);
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .phone {
    width: min(310px, 86vw);
  }

  .stat-float {
    display: none;
  }

  .section,
  .screens {
    padding: 82px 0;
  }

  .world-card,
  .tip-card,
  .chart-panel,
  .versus-card,
  .privacy-hero,
  .privacy-content {
    padding: 30px;
  }

  .feature-grid,
  .roster-grid {
    grid-template-columns: 1fr;
  }

  .carousel {
    padding: 34px 18px 74px;
    border-radius: 38px;
  }

  .carousel-stage {
    height: 600px;
  }

  .slide {
    width: 255px;
  }

  .slide.prev-one {
    transform: translate(-114%, -50%) scale(0.72) rotate(-4deg);
  }

  .slide.next-one {
    transform: translate(14%, -50%) scale(0.72) rotate(4deg);
  }

  .slide.prev-two,
  .slide.next-two {
    opacity: 0;
  }

  .carousel-btn {
    width: 46px;
    height: 46px;
  }

  .carousel-btn.prev {
    left: 10px;
  }

  .carousel-btn.next {
    right: 10px;
  }

  .team-row {
    grid-template-columns: 1fr;
  }

  .swap {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand span:last-child {
    display: none;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-device {
    min-height: 500px;
  }

  .section-head {
    margin-bottom: 44px;
  }

  .tip-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .accuracy-row {
    margin-bottom: 32px;
  }

  .cta-box {
    padding: 58px 24px;
    border-radius: 38px;
  }

  .privacy-shell {
    border-radius: 34px;
  }

  .privacy-hero h1 {
    font-size: 3.5rem;
  }
}
