* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Avenir Next", "Montserrat", "Segoe UI", sans-serif;
  color: #101114;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 214, 110, 0.5), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(255, 77, 44, 0.34), transparent 30%),
    linear-gradient(170deg, #fef6e8 0%, #eaf1ff 48%, #f4ffef 100%);
}

.presell-page {
  min-height: 100vh;
}

.top-trust {
  min-height: 44px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(30, 51, 88, 0.12);
  backdrop-filter: blur(6px);
}

.brand-name {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #1a2f52;
}

.trust-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #0f223f;
  white-space: nowrap;
}

.shield {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #14a44d;
  color: #fff;
  font-size: 10px;
}

.alert-strip {
  min-height: 56px;
  background: linear-gradient(95deg, #ff3017, #ff5a22 48%, #ff3017);
  display: grid;
  place-items: center;
  padding: 6px 10px;
}

.timer span {
  min-width: 102px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #101114;
  font-size: 30px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-screen {
  padding: 12px;
}

.mobile-shell {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.hero-media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(23, 41, 74, 0.18);
  box-shadow: 0 12px 28px rgba(15, 35, 70, 0.22);
}

.hero-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.hero-texts {
  display: grid;
  gap: 6px;
  text-align: center;
}

.eyebrow {
  margin: 0;
  color: #ff3b22;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.hero-texts h1 {
  margin: 0;
  font-size: clamp(28px, 8.3vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #111723;
}

.hero-texts p {
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
  color: #2d4268;
}

.buy-button {
  min-height: 64px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: linear-gradient(95deg, #18b056, #149b4b 52%, #10853f);
  color: #fff;
  font-size: clamp(18px, 5.6vw, 28px);
  font-weight: 900;
  letter-spacing: 0.015em;
  box-shadow: 0 12px 24px rgba(20, 82, 43, 0.34);
}

.presell-footer {
  margin-top: 0;
  padding-top: 6px;
  border-top: 1px solid rgba(24, 47, 84, 0.16);
  display: grid;
  gap: 5px;
  text-align: center;
}

.privacy-link {
  color: #284f92;
  font-size: 12px;
  font-weight: 800;
}

.presell-footer address {
  margin: 0;
  font-style: normal;
  line-height: 1.25;
  color: #2e4167;
  font-size: 10px;
}

@media (min-width: 768px) {
  .top-trust {
    padding-left: 22px;
    padding-right: 22px;
  }

  .mobile-shell {
    max-width: 720px;
  }

  .hero-texts p {
    font-size: 18px;
  }

  .presell-footer address {
    font-size: 11px;
  }
}
