:root {
  color-scheme: dark;
  --bg: #030305;
  --panel: #0a0a0d;
  --red: #ff1529;
  --red-soft: #ff4654;
  --teal: #20d3bd;
  --teal-soft: #57efe1;
  --white: #f7f7f8;
  --muted: #b6b6bd;
  --silver: #d7d8dd;
}

* {
  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 {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 43%, rgba(255, 21, 41, 0.46), transparent 24rem),
    radial-gradient(circle at 50% 70%, rgba(188, 10, 28, 0.42), transparent 36rem),
    linear-gradient(180deg, #130407 0%, #090103 46%, #160307 100%);
}

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

.landing::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(72, 4, 13, 0.22) 24%, rgba(72, 4, 13, 0.22) 76%, rgba(0, 0, 0, 0.68)),
    radial-gradient(ellipse at 50% 102%, rgba(255, 37, 52, 0.26), transparent 46rem);
}

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

.hero {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100vh;
  width: min(100%, 92rem);
  margin: 0 auto;
  padding: clamp(1.4rem, 4vh, 2.8rem) clamp(1rem, 3vw, 2rem) clamp(1rem, 3vh, 1.8rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.08em;
  margin-bottom: clamp(1rem, 2.4vh, 1.75rem);
  font-size: clamp(3.1rem, 5.8vw, 5.9rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0.22rem 1rem rgba(0, 0, 0, 0.82);
}

.brand-white {
  color: #fff;
}

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

.age-badge {
  display: inline-flex;
  margin-left: clamp(0.7rem, 1.3vw, 1.3rem);
  min-width: clamp(3.75rem, 6.2vw, 5.55rem);
  height: clamp(2.45rem, 4vw, 3.8rem);
  align-items: center;
  justify-content: center;
  border-radius: clamp(0.62rem, 1vw, 0.9rem);
  background: linear-gradient(180deg, #ff2637 0%, #e40518 100%);
  box-shadow:
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.24),
    0 0.45rem 1.7rem rgba(255, 21, 41, 0.28);
  color: #fff;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 900;
}

.intro h1 {
  max-width: 100%;
  margin: 0;
  font-size: clamp(2.7rem, 5.2vw, 5.5rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow:
    0 0.15rem 0 rgba(255, 255, 255, 0.15),
    0 0.42rem 1.3rem rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}

.intro p {
  margin: clamp(0.6rem, 1.4vh, 0.9rem) 0 0;
  color: var(--muted);
  font-size: clamp(1.35rem, 2.2vw, 2.05rem);
  font-weight: 500;
  line-height: 1.2;
  text-shadow: 0 0.28rem 0.9rem rgba(0, 0, 0, 0.82);
}

.stage {
  position: relative;
  display: grid;
  width: min(100%, 74rem);
  min-height: clamp(20.5rem, 39vh, 29.5rem);
  margin: clamp(-1.1rem, -1.6vh, -0.45rem) auto 0;
  place-items: center;
}

.review-duo {
  display: block;
  width: min(55rem, 72vw);
  max-height: min(48vh, 31.5rem);
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 1.4rem 1.6rem rgba(0, 0, 0, 0.52));
}

.side-callout {
  position: absolute;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  color: #fff;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 500;
  line-height: 1.1;
  text-shadow: 0 0.22rem 0.65rem rgba(0, 0, 0, 0.85);
}

.side-left {
  top: 34%;
  left: 5%;
}

.side-right {
  right: 4%;
}

.top-pick {
  top: 24%;
}

.quality {
  top: 58%;
}

.callout-icon,
.mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0.16rem solid currentColor;
  border-radius: 999px;
  color: var(--teal);
}

.callout-icon {
  width: clamp(4rem, 6vw, 4.9rem);
  height: clamp(4rem, 6vw, 4.9rem);
}

.callout-icon svg,
.mini-icon svg {
  width: 58%;
  height: 58%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.callout-icon.solid svg,
.mini-icon svg {
  fill: currentColor;
}

.callout-icon.red,
.mini-icon.red {
  color: var(--red-soft);
}

.callout-icon.teal,
.mini-icon.teal {
  color: var(--teal);
}

.callout-icon.silver {
  color: rgba(229, 230, 235, 0.78);
}

.proof-list {
  display: flex;
  width: min(100%, 43rem);
  align-items: center;
  justify-content: center;
  gap: clamp(1.5rem, 4vw, 2.65rem);
  margin: clamp(-0.65rem, -0.7vh, -0.15rem) auto 0;
  padding: 0;
  list-style: none;
}

.proof-list li {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: clamp(0.6rem, 1.4vw, 1rem);
  color: #fff;
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 0.22rem 0.65rem rgba(0, 0, 0, 0.75);
}

.proof-list li + li::before {
  display: block;
  width: 1px;
  height: clamp(1.8rem, 3vw, 2.5rem);
  margin-right: clamp(0.1rem, 0.8vw, 0.5rem);
  background: rgba(255, 255, 255, 0.22);
  content: "";
}

.mini-icon {
  width: clamp(2.9rem, 4.6vw, 4rem);
  height: clamp(2.9rem, 4.6vw, 4rem);
  flex: 0 0 auto;
}

.cta {
  position: relative;
  display: inline-grid;
  grid-template-columns: 1fr;
  width: min(100%, 68.5rem);
  min-height: clamp(4.25rem, 8.4vw, 5.7rem);
  align-items: center;
  gap: 1rem;
  margin-top: clamp(0.75rem, 2vh, 1.45rem);
  padding: 0 clamp(1.2rem, 3vw, 2rem);
  border-radius: clamp(0.7rem, 1vw, 0.92rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(135deg, #ffd867 0%, #f0a91d 54%, #b96e07 100%);
  box-shadow:
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.28),
    0 0.8rem 2.5rem rgba(240, 169, 29, 0.3),
    0 1.2rem 2.8rem rgba(0, 0, 0, 0.52);
  color: #180b02;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 900;
  line-height: 1;
  transition:
    transform 160ms ease,
    filter 160ms ease,
    box-shadow 160ms ease;
}

.cta:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow:
    inset 0 0.1rem 0 rgba(255, 255, 255, 0.32),
    0 0.95rem 2.8rem rgba(240, 169, 29, 0.4),
    0 1.35rem 3rem rgba(0, 0, 0, 0.58);
}

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

.cta span {
  display: inline-block;
  justify-self: center;
  letter-spacing: 0.11em;
}

.cta svg {
  position: absolute;
  right: clamp(1.2rem, 3vw, 2rem);
  width: clamp(1.9rem, 3vw, 2.45rem);
  height: clamp(1.9rem, 3vw, 2.45rem);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.2;
}

.legal {
  margin: clamp(0.85rem, 2vh, 1.3rem) 0 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 650;
}

@media (max-width: 900px) {
  .intro h1 {
    max-width: 12ch;
    margin-right: auto;
    margin-left: auto;
    white-space: normal;
    text-wrap: balance;
  }

  .stage {
    width: min(100%, 42rem);
    min-height: clamp(21rem, 43vh, 26rem);
    margin-top: clamp(-1.4rem, -2vh, -0.75rem);
  }

  .review-duo {
    width: min(43rem, 104vw);
    max-height: min(45vh, 28rem);
  }

  .side-callout {
    position: absolute;
    transform: scale(0.88);
  }

  .side-left {
    top: 7%;
    left: 1%;
  }

  .top-pick {
    top: 7%;
    right: 1%;
  }

  .quality {
    display: none;
  }
}

@media (max-width: 620px) {
  .hero {
    justify-content: center;
    padding-top: 1rem;
  }

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

  .intro h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }

  .intro p {
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.05rem, 5vw, 1.45rem);
  }

  .stage {
    min-height: clamp(17.5rem, 39vh, 21.5rem);
    margin-top: -0.35rem;
    padding-top: 3.7rem;
    align-items: end;
  }

  .review-duo {
    width: min(36rem, 112vw);
    max-width: none;
    justify-self: center;
    transform: translateX(-8%);
  }

  .side-callout {
    transform: scale(0.74);
  }

  .side-left {
    top: 0;
    left: 0.35rem;
  }

  .top-pick {
    top: 0;
    right: 0.35rem;
  }

  .proof-list {
    width: 100%;
    gap: 0.55rem;
  }

  .proof-list li {
    gap: 0.38rem;
    font-size: clamp(0.98rem, 4.1vw, 1.25rem);
  }

  .proof-list li + li::before {
    height: 1.65rem;
    margin-right: 0.1rem;
  }

  .mini-icon {
    width: 2.15rem;
    height: 2.15rem;
  }

  .cta {
    min-height: 4.35rem;
    padding: 0 1rem;
    font-size: clamp(1.5rem, 7vw, 2.1rem);
    margin-top: 0.65rem;
  }
}

@media (max-height: 760px) and (min-width: 760px) {
  .hero {
    padding-top: 1rem;
    padding-bottom: 0.8rem;
  }

  .brand {
    margin-bottom: 0.7rem;
    font-size: clamp(2.8rem, 4.9vw, 4.9rem);
  }

  .intro h1 {
    font-size: clamp(2.9rem, 4.8vw, 4.8rem);
  }

  .intro p {
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  }

  .stage {
    min-height: 19.6rem;
  }

  .review-duo {
    max-height: 42vh;
  }

  .cta {
    margin-top: 1rem;
  }
}
