:root {
  color-scheme: dark;
  --bg: #030404;
  --ink: #f2f1df;
  --muted: #a29f92;
  --soft: #716f66;
  --panel: rgba(14, 15, 13, 0.82);
  --panel-strong: rgba(18, 19, 17, 0.96);
  --line: rgba(242, 241, 223, 0.16);
  --line-strong: rgba(242, 241, 223, 0.32);
  --acid: #b8e075;
  --acid-dim: #91bb53;
  --blood: #b94134;
  --blood-bright: #ff6a55;
  --radius: 12px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 76% 22%, rgba(185, 65, 52, 0.15), transparent 24rem),
    radial-gradient(circle at 16% 18%, rgba(184, 224, 117, 0.07), transparent 18rem),
    linear-gradient(180deg, #060706, #020303 46%, #040505);
}

a {
  color: inherit;
}

.page {
  position: relative;
  overflow-x: hidden;
}

.page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(123deg, transparent 8%, rgba(242, 241, 223, 0.22) 8.06%, transparent 8.14%),
    linear-gradient(38deg, transparent 70%, rgba(242, 241, 223, 0.14) 70.06%, transparent 70.13%),
    linear-gradient(151deg, transparent 84%, rgba(242, 241, 223, 0.12) 84.05%, transparent 84.14%),
    linear-gradient(91deg, transparent 57%, rgba(242, 241, 223, 0.08) 57.04%, transparent 57.11%);
  mask-image: linear-gradient(to bottom, black 0, black 62%, transparent 92%);
  opacity: 0.34;
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 44px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(242, 241, 223, 0.1);
  background: rgba(3, 4, 4, 0.78);
  backdrop-filter: blur(18px);
}

.site-header__inner {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.brand__mark {
  width: 30px;
  height: 30px;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--ink);
  outline: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  min-height: calc(100dvh - 66px);
  align-items: center;
  gap: 64px;
  padding: 72px 0 64px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6.7vw, 84px);
  line-height: 0.96;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

h1 span {
  display: block;
  white-space: nowrap;
}

.hero__copy {
  max-width: 420px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line-strong);
  border-radius: 9px;
  padding: 0 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(184, 224, 117, 0.62);
  outline: none;
}

.button--primary {
  border-color: rgba(184, 224, 117, 0.52);
  color: #09100a;
  background: linear-gradient(180deg, #c4ef80, #9dcc57);
  box-shadow: 0 0 28px rgba(184, 224, 117, 0.14);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: linear-gradient(180deg, #d1ff8c, #a7d760);
}

.button[disabled],
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.55;
}

.note {
  margin-top: 16px;
  color: var(--soft);
  font-size: 13px;
}

.hero-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(242, 241, 223, 0.17);
  border-radius: 18px;
  background: #050606;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    0 0 0 1px rgba(184, 224, 117, 0.04) inset;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.hero-card::before {
  inset: 42px 0 0;
  background:
    linear-gradient(28deg, transparent 20%, rgba(242, 241, 223, 0.36) 20.08%, transparent 20.19%),
    linear-gradient(142deg, transparent 46%, rgba(242, 241, 223, 0.22) 46.06%, transparent 46.18%),
    linear-gradient(92deg, transparent 60%, rgba(242, 241, 223, 0.16) 60.05%, transparent 60.15%);
  opacity: 0.28;
}

.hero-card::after {
  width: 220px;
  height: 1px;
  left: 32px;
  bottom: 88px;
  background: linear-gradient(90deg, transparent, rgba(255, 106, 85, 0.9), transparent);
  opacity: 0.72;
}

.window-bar {
  position: relative;
  z-index: 3;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(242, 241, 223, 0.13);
  color: var(--muted);
  background: rgba(18, 19, 17, 0.72);
  font-size: 13px;
}

.traffic-lights {
  position: absolute;
  left: 17px;
  display: flex;
  gap: 8px;
}

.traffic-lights span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.traffic-lights span:nth-child(1) { background: #ff6157; }
.traffic-lights span:nth-child(2) { background: #ffc24b; }
.traffic-lights span:nth-child(3) { background: #59d36b; }

.timer-preview {
  position: relative;
  min-height: 518px;
}

.hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: contrast(1.04) saturate(0.9);
}

.timer-capsule {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 4;
  border: 1px solid rgba(242, 241, 223, 0.18);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(7, 9, 8, 0.78);
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
}

.timer-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.timer-row img {
  width: 26px;
  height: 26px;
}

.timer-label {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.timer-value {
  color: var(--acid);
  font-variant-numeric: tabular-nums;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.section {
  padding: 72px 0;
  border-top: 1px solid rgba(242, 241, 223, 0.11);
}

.section h2 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.02;
  text-align: center;
}

.section .container > h2 {
  margin-right: auto;
  margin-left: auto;
}

.section__lead {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.panel {
  min-height: 160px;
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(8, 10, 9, 0.8);
}

.panel h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 21px;
}

.panel p,
.panel li {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: var(--panel);
}

.price-card--featured {
  border-color: rgba(184, 224, 117, 0.42);
  background:
    linear-gradient(180deg, rgba(184, 224, 117, 0.08), rgba(255, 255, 255, 0.025)),
    var(--panel);
}

.price-card h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.price-card p {
  color: var(--muted);
}

.price {
  margin: 24px 0 10px;
  font-size: clamp(38px, 5vw, 54px);
  font-weight: 900;
  line-height: 1;
}

.price small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.status-message {
  min-height: 22px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.fine-print {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.legal {
  max-width: 760px;
  padding: 72px 0;
}

.legal h1 {
  font-size: clamp(34px, 6vw, 58px);
}

.legal p,
.legal li {
  color: var(--muted);
  line-height: 1.75;
}

.activation-box {
  max-width: 760px;
  margin: 72px auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 28px;
  background: var(--panel-strong);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.55);
}

.code-box {
  width: 100%;
  min-height: 72px;
  margin: 18px 0;
  overflow-wrap: anywhere;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 18px;
  color: var(--acid);
  background: #050806;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 18px;
}

.site-footer {
  border-top: 1px solid rgba(242, 241, 223, 0.11);
  padding: 30px 0;
  color: var(--soft);
  font-size: 13px;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 42px;
    padding-top: 54px;
  }

  .hero-card {
    min-height: 500px;
  }
}

@media (max-width: 760px) {
  .nav {
    display: none;
  }

  .grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .section h2 {
    text-align: left;
  }

  .section .container > h2 {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 28px, 1280px);
  }

  h1 {
    font-size: 48px;
  }

  .actions,
  .button {
    width: 100%;
  }

  .hero-card {
    min-height: 390px;
    border-radius: 14px;
  }

  .timer-preview {
    min-height: 348px;
  }

  .timer-capsule {
    top: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
  }

  .timer-label {
    display: none;
  }
}
