:root {
  --btn-red: #ff2a12;
  --btn-orange: #ff8f1f;
  --btn-shadow: rgba(180, 20, 0, 0.55);
  --label: #fff4e8;
}

* {
  box-sizing: border-box;
}

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

body {
  font-family: "Montserrat", sans-serif;
  background-image:
    radial-gradient(circle at 50% 28%, rgba(255, 70, 25, 0.22), transparent 42%),
    radial-gradient(circle at 50% 100%, rgba(255, 120, 20, 0.18), transparent 47%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.5)),
    url("./assets/bg-presell.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2a120a;
}

.bg-overlay {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 35, 0, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(35, 10, 4, 0.1) 0%, rgba(35, 10, 4, 0.5) 100%);
  pointer-events: none;
}

.page {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  padding: 24px 16px max(34px, env(safe-area-inset-bottom));
}

.top-banner {
  position: absolute;
  top: 24px;
  left: 16px;
  right: 16px;
  max-width: 560px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: clamp(16px, 4vw, 26px);
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff5ea;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.98), 0 0 22px rgba(0, 0, 0, 0.62);
}

.pitch {
  width: min(560px, 100%);
  padding: 0;
}

.eyebrow {
  margin: 0 0 6px;
  color: rgba(255, 214, 179, 0.9);
  letter-spacing: 0.1em;
  font-size: clamp(11px, 2.5vw, 13px);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 18px rgba(0, 0, 0, 0.55);
}

.pitch h1 {
  margin: 0;
  font-size: clamp(18px, 4.2vw, 30px);
  line-height: 1.12;
  color: #fff5eb;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.98), 0 0 20px rgba(0, 0, 0, 0.6);
}

.subtext {
  margin: 8px 0 0;
  color: rgba(255, 223, 197, 0.92);
  font-size: clamp(13px, 3.1vw, 16px);
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 16px rgba(0, 0, 0, 0.55);
}

.proof-line {
  margin: 10px 0 0;
  color: #ffe8d7;
  font-size: clamp(12px, 2.9vw, 15px);
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 16px rgba(0, 0, 0, 0.55);
}

.topics-window {
  margin-top: 12px;
  overflow: hidden;
}

.topics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  transition: transform 420ms ease;
  will-change: transform;
}

.topics li {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: 8px;
  color: #fff1e5;
  font-size: clamp(12px, 2.9vw, 14px);
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 3px 0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.96), 0 0 16px rgba(0, 0, 0, 0.56);
}

.topics li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}

.timer-box {
  width: min(560px, 100%);
  border: 1px solid rgba(255, 208, 166, 0.58);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(1px);
  padding: 8px 10px;
  text-align: center;
}

.timer-box span {
  display: block;
  color: rgba(255, 223, 195, 0.92);
  font-size: clamp(12px, 2.8vw, 14px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.96), 0 0 16px rgba(0, 0, 0, 0.56);
}

.timer-box strong {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.07em;
  color: #fff4e7;
  font-size: clamp(34px, 8vw, 48px);
  line-height: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.98), 0 0 20px rgba(0, 0, 0, 0.6);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(560px, 100%);
  min-height: 64px;
  text-decoration: none;
  text-align: center;
  color: var(--label);
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: clamp(20px, 5.3vw, 33px);
  text-transform: uppercase;
  border-radius: 999px;
  border: 2px solid rgba(255, 220, 175, 0.68);
  background: linear-gradient(92deg, var(--btn-orange) 0%, var(--btn-red) 60%, #c30d00 100%);
  box-shadow:
    0 14px 35px var(--btn-shadow),
    0 0 0 3px rgba(255, 77, 25, 0.18),
    inset 0 1px 0 rgba(255, 242, 220, 0.55);
  transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
  animation: pulseGlow 1.8s ease-in-out infinite;
}

.cta-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 32px;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.35));
}

.cta-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.cta:hover {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.1) brightness(1.04);
}

.cta:active {
  transform: translateY(1px) scale(0.995);
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow:
      0 14px 35px var(--btn-shadow),
      0 0 0 3px rgba(255, 77, 25, 0.18),
      inset 0 1px 0 rgba(255, 242, 220, 0.55);
  }
  50% {
    box-shadow:
      0 18px 40px rgba(180, 20, 0, 0.68),
      0 0 0 5px rgba(255, 77, 25, 0.28),
      inset 0 1px 0 rgba(255, 242, 220, 0.6);
  }
}

@media (max-width: 480px) {
  .page {
    padding: 18px 12px max(120px, env(safe-area-inset-bottom));
    gap: 8px;
  }

  .top-banner {
    top: 18px;
    left: 12px;
    right: 12px;
  }

  .cta {
    min-height: 60px;
    letter-spacing: 0.06em;
  }

  .cta-icon {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
}
