:root {
  color-scheme: dark;
  --bg: #050506;
  --bg-soft: #0c0c0f;
  --red: #ff2737;
  --red-dark: #d80f21;
  --red-light: #FF1529;
  --white: #f6f6f7;
  --muted: #a5a6ac;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: var(--bg);
  color: var(--white);
}

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

.landing {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 28, 43, 0.24), transparent 25rem),
    radial-gradient(circle at 50% 60%, rgba(255, 0, 18, 0.16), transparent 18rem),
    linear-gradient(180deg, #070709 0%, #040405 100%);
}

.landing::before,
.landing::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
}

.landing::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), transparent 22%, transparent 78%, rgba(0, 0, 0, 0.68)),
    radial-gradient(ellipse at 50% 100%, rgba(255, 25, 37, 0.18), transparent 42rem);
}

.landing::after {
  opacity: 0.32;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 4px;
  mix-blend-mode: soft-light;
}

.ambient {
  position: absolute;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  filter: blur(70px);
  opacity: 0.16;
}

.ambient-left {
  top: 22%;
  left: -12rem;
  background: var(--red);
}

.ambient-right {
  right: -12rem;
  bottom: 18%;
  background: #ff6b22;
}

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  width: min(100%, 88rem);
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 5rem) 1.5rem clamp(2rem, 5vh, 4.5rem);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  margin-bottom: clamp(1.75rem, 4vh, 3.2rem);
  font-size: clamp(2.8rem, 6vw, 5.7rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0.18rem 1rem rgba(0, 0, 0, 0.75);
}

.brand-white {
  color: #fff;
}

.brand-red {
  color: var(--red-light);
}

.age-badge {
  display: inline-flex;
  margin-left: clamp(0.75rem, 1.8vw, 1.25rem);
  min-width: clamp(3.8rem, 8vw, 5.9rem);
  height: clamp(2.5rem, 5vw, 4.1rem);
  align-items: center;
  justify-content: center;
  border: clamp(0.16rem, 0.35vw, 0.25rem) solid var(--red-light);
  border-radius: clamp(0.65rem, 1.4vw, 1rem);
  color: #fff;
  font-size: clamp(1.35rem, 2.7vw, 2.25rem);
  font-weight: 900;
  box-shadow: 0 0 1.6rem rgba(255, 39, 55, 0.2);
}

.podium {
  display: block;
  width: min(56rem, 86vw);
  max-height: min(38vh, 25rem);
  margin: 0 auto clamp(1.4rem, 3vh, 2.3rem);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1.2rem 1.6rem rgba(0, 0, 0, 0.55));
}

.copy h1 {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.1rem, 5.2vw, 5.45rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: nowrap;
  white-space: nowrap;
  text-shadow:
    0 0.14rem 0 rgba(255, 255, 255, 0.18),
    0 0.4rem 1.35rem rgba(0, 0, 0, 0.72);
}

.copy p {
  margin: clamp(0.85rem, 2vh, 1.35rem) auto 0;
  color: var(--muted);
  font-size: clamp(1.25rem, 2.7vw, 2.25rem);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0.25rem 0.9rem rgba(0, 0, 0, 0.75);
}

.cta {
  display: inline-flex;
  width: min(100%, 46.5rem);
  min-height: clamp(4.3rem, 9vw, 7.05rem);
  align-items: center;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.4rem);
  margin-top: clamp(1.6rem, 4vh, 2.7rem);
  border: 0.14rem solid rgba(255, 115, 123, 0.82);
  border-radius: clamp(0.7rem, 1.4vw, 1.05rem);
  background:
    linear-gradient(180deg, rgba(255, 88, 96, 0.24), transparent 32%),
    linear-gradient(135deg, #ff2034 0%, #e91125 58%, #c90b1d 100%);
  box-shadow:
    inset 0 0.12rem 0 rgba(255, 255, 255, 0.3),
    0 0.55rem 2.1rem rgba(255, 27, 43, 0.28),
    0 1.1rem 2.6rem rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.9rem);
  font-weight: 900;
  line-height: 1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    filter 160ms ease;
}

.cta:hover {
  border-color: rgba(255, 172, 177, 0.95);
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0.12rem 0 rgba(255, 255, 255, 0.34),
    0 0.7rem 2.7rem rgba(255, 27, 43, 0.38),
    0 1.25rem 2.8rem rgba(0, 0, 0, 0.58);
}

.cta:focus-visible {
  outline: 0.2rem solid #fff;
  outline-offset: 0.3rem;
}

.cta svg {
  width: clamp(1.7rem, 3.2vw, 2.45rem);
  height: clamp(1.7rem, 3.2vw, 2.45rem);
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.legal {
  margin: clamp(1.4rem, 3.5vh, 2.25rem) 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(1rem, 2.1vw, 1.55rem);
  font-weight: 700;
}

@media (max-width: 560px) {
  .hero {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .brand {
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }

  .podium {
    position: relative;
    left: 50%;
    width: min(40rem, 108vw);
    max-height: 30vh;
    transform: translateX(-50%);
  }

  .copy h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 6.7vw, 6.05rem);
    text-wrap: balance;
    white-space: normal;
  }

  .cta {
    min-height: 4.5rem;
    padding: 0 1.2rem;
  }
}

@media (max-height: 680px) and (min-width: 720px) {
  .hero {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .brand {
    margin-bottom: 1rem;
    font-size: clamp(2.8rem, 5vw, 4.8rem);
  }

  .podium {
    max-height: 30vh;
    margin-bottom: 1rem;
  }

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

  .cta {
    margin-top: 1.35rem;
  }

  .legal {
    margin-top: 1.1rem;
  }
}
