:root {
  color-scheme: light;
  --bg: #f6f7f9;
  --surface: #ffffff;
  --text: #1b1f24;
  --muted: #626c78;
  --line: rgba(27, 31, 36, 0.12);
  --accent: #0b72e7;
  --accent-dark: #0758b3;
  --coral: #f15b4f;
  --teal: #18a999;
  --ink: #15181d;
  --shadow: 0 24px 70px rgba(21, 24, 29, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 66px;
  padding: 14px max(22px, calc((100vw - 1120px) / 2));
  background: rgba(246, 247, 249, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: saturate(180%) blur(18px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 750;
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(27, 31, 36, 0.76);
  font-size: 14px;
}

.nav-links a {
  transition: color 160ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  min-height: calc(100vh - 66px);
  padding: clamp(56px, 9vw, 104px) max(22px, calc((100vw - 1120px) / 2)) 48px;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(58px, 10vw, 126px);
  line-height: 0.92;
  font-weight: 820;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.04;
  font-weight: 780;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-text {
  max-width: 650px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 2.4vw, 29px);
  line-height: 1.24;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #ffffff;
  background: var(--accent);
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  color: var(--accent);
  background: rgba(11, 114, 231, 0.09);
}

.media-panel {
  display: flex;
  justify-content: center;
}

.phone {
  width: min(100%, 360px);
  aspect-ratio: 0.56;
  padding: 12px;
  border: 1px solid rgba(27, 31, 36, 0.12);
  border-radius: 44px;
  background: linear-gradient(150deg, #2d3036, #07090d);
  box-shadow: var(--shadow);
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 28% 18%, rgba(241, 91, 79, 0.25), transparent 31%),
    radial-gradient(circle at 78% 8%, rgba(24, 169, 153, 0.24), transparent 28%),
    #f9fafb;
}

.poster-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.poster-row span {
  aspect-ratio: 0.68;
  border-radius: 8px;
  background: linear-gradient(150deg, var(--accent), #11243c 58%, var(--coral));
}

.poster-row span:nth-child(2) {
  background: linear-gradient(150deg, var(--teal), #0e2b36 62%, #f4c95d);
}

.poster-row span:nth-child(3) {
  background: linear-gradient(150deg, #3843d0, #161a36 60%, var(--coral));
}

.player-card {
  position: relative;
  height: 44%;
  margin-top: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(150deg, #11151d, #323948 55%, #0c0f15);
}

.player-card::before,
.player-card::after {
  position: absolute;
  content: "";
  height: 5px;
  bottom: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.player-card::before {
  left: 18px;
  width: 50%;
}

.player-card::after {
  right: 18px;
  width: 22%;
}

.play-icon {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  transform: translate(-50%, -50%);
}

.play-icon::after {
  position: absolute;
  top: 18px;
  left: 25px;
  width: 0;
  height: 0;
  content: "";
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 19px solid var(--ink);
}

.meta-lines {
  display: grid;
  gap: 10px;
  margin-top: 22px;
}

.meta-lines span {
  height: 10px;
  border-radius: 999px;
  background: rgba(27, 31, 36, 0.1);
}

.meta-lines span:nth-child(1) {
  width: 78%;
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

.meta-lines span:nth-child(2) {
  width: 52%;
}

.meta-lines span:nth-child(3) {
  width: 66%;
}

.intro-band {
  padding: 58px max(22px, calc((100vw - 940px) / 2));
  color: #ffffff;
  background: var(--ink);
  text-align: center;
}

.intro-band p {
  margin: 0;
  font-size: clamp(25px, 4vw, 46px);
  font-weight: 760;
  line-height: 1.13;
  letter-spacing: 0;
}

.section {
  padding: clamp(70px, 10vw, 118px) max(22px, calc((100vw - 1120px) / 2));
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.app-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.8fr) minmax(220px, 0.8fr);
  gap: 16px;
}

.app-card {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.app-card-featured {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
}

.app-card img {
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(21, 24, 29, 0.2);
}

.app-label {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 780;
  text-transform: uppercase;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.text-link {
  color: var(--accent);
  font-weight: 750;
}

.app-card-reserved {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--muted);
  background:
    linear-gradient(135deg, rgba(11, 114, 231, 0.05), rgba(24, 169, 153, 0.08)),
    #ffffff;
}

.reserved-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--accent);
  border: 1px dashed rgba(11, 114, 231, 0.45);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
}

.app-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.feature-card {
  min-height: 214px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.feature-card p,
.principle-list p,
.compliance-section p,
.legal-content p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 8vw, 96px);
  align-items: start;
  background: #ffffff;
}

.principle-list {
  display: grid;
  gap: 22px;
}

.principle-list strong {
  color: var(--text);
}

.compliance-section {
  background:
    linear-gradient(90deg, rgba(11, 114, 231, 0.1), rgba(24, 169, 153, 0.12)),
    #f6f7f9;
}

.compliance-section div {
  max-width: 820px;
}

.compliance-section a,
.legal-content a {
  color: var(--accent);
  font-weight: 700;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px max(22px, calc((100vw - 1120px) / 2));
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--text);
  overflow-wrap: anywhere;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.legal-hero {
  padding: clamp(64px, 10vw, 118px) max(22px, calc((100vw - 900px) / 2)) 42px;
  background: #ffffff;
}

.app-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  min-height: calc(100vh - 66px);
  padding: clamp(56px, 9vw, 104px) max(22px, calc((100vw - 1120px) / 2)) 48px;
  color: #ffffff;
  background:
    radial-gradient(circle at 20% 18%, rgba(141, 47, 255, 0.45), transparent 28%),
    radial-gradient(circle at 80% 18%, rgba(0, 122, 255, 0.42), transparent 30%),
    linear-gradient(145deg, #12002f, #071040 50%, #020412);
}

.app-hero .eyebrow,
.app-hero .hero-text {
  color: rgba(255, 255, 255, 0.78);
}

.app-hero-copy {
  max-width: 720px;
}

.app-icon-large {
  margin-bottom: 24px;
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.34);
}

.app-showcase {
  display: grid;
  justify-items: center;
  gap: 28px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.app-showcase img {
  border-radius: 42px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
}

.showcase-lines {
  display: grid;
  gap: 12px;
  width: 100%;
}

.showcase-lines span {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.showcase-lines span:nth-child(1) {
  width: 82%;
}

.showcase-lines span:nth-child(2) {
  width: 58%;
}

.showcase-lines span:nth-child(3) {
  width: 70%;
}

.app-band {
  background: #080b26;
}

.legal-hero h1 {
  font-size: clamp(44px, 7vw, 86px);
}

.legal-hero p:last-child {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 42px 22px clamp(72px, 9vw, 112px);
}

.legal-content section,
.contact-panel {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.12;
}

.legal-content h3 {
  margin: 24px 0 10px;
  font-size: 21px;
}

.legal-content p {
  max-width: 780px;
}

.legal-content ul {
  max-width: 780px;
  margin: 12px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 18px;
}

.legal-content li + li {
  margin-top: 6px;
}

.support-row h2 {
  margin-bottom: 16px;
}

@media (max-width: 820px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 46px;
  }

  .media-panel {
    justify-content: flex-start;
  }

  .phone {
    width: min(100%, 330px);
  }

  .feature-grid,
  .app-grid,
  .split-section {
    grid-template-columns: 1fr;
  }

  .app-card-featured,
  .app-hero {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .app-card {
    min-height: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  .nav-links {
    font-size: 13px;
  }

  h1 {
    font-size: 54px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .phone {
    border-radius: 34px;
  }

  .phone-screen {
    border-radius: 26px;
  }
}
