:root {
  --bg: #030303;
  --panel: rgba(15, 15, 18, 0.78);
  --panel-strong: rgba(24, 24, 28, 0.92);
  --text: #f5f5f5;
  --muted: #a7a7ad;
  --dim: #66666d;
  --red: #e50914;
  --red-2: #9b0008;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(circle at 72% 18%, rgba(229, 9, 20, 0.20), transparent 32rem),
    radial-gradient(circle at 15% 80%, rgba(229, 9, 20, 0.10), transparent 28rem),
    linear-gradient(135deg, #050505 0%, #0a0a0d 45%, #020202 100%);
}

.site-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -2;
  opacity: .08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.topbar {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(229, 9, 20, 0.6);
  background: linear-gradient(135deg, rgba(229,9,20,.20), rgba(255,255,255,.04));
  box-shadow: 0 0 35px rgba(229, 9, 20, .25);
  transform: skew(-10deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.nav a { transition: color .18s ease, border-color .18s ease; }
.nav a:hover { color: var(--text); }
.nav-cta {
  padding: 10px 14px;
  border: 1px solid rgba(229, 9, 20, 0.55);
  color: var(--text) !important;
  background: rgba(229, 9, 20, .08);
}

main {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  align-items: center;
  gap: 60px;
  padding: 54px 0 96px;
}

.eyebrow, .section-kicker {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--red);
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: .76rem;
}

.eyebrow span {
  width: 38px;
  height: 2px;
  background: var(--red);
  box-shadow: 0 0 18px rgba(229, 9, 20, .9);
}

h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(4.2rem, 12vw, 9.8rem);
  line-height: .82;
  letter-spacing: -0.08em;
  text-transform: uppercase;
  text-wrap: balance;
  text-shadow: 0 0 45px rgba(229, 9, 20, .14);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: .95;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h3 {
  font-size: 1.45rem;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.lede {
  max-width: 650px;
  margin-bottom: 32px;
  color: #d3d3d6;
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions, .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid var(--line);
  color: var(--text);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  overflow: hidden;
  transform: skew(-8deg);
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-110%);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  transition: transform .4s ease;
}

.button:hover::before { transform: translateX(110%); }
.button.primary {
  border-color: rgba(229, 9, 20, .8);
  background: linear-gradient(135deg, var(--red), var(--red-2));
  box-shadow: 0 18px 45px rgba(229, 9, 20, .20);
}
.button.secondary { background: rgba(255,255,255,.06); }
.button.ghost { background: transparent; color: var(--muted); }

.stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 132px));
  gap: 12px;
}

.stats div {
  padding: 16px 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}

.stats strong {
  display: block;
  font-size: 1.15rem;
  letter-spacing: .08em;
}

.stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-card {
  position: relative;
  border: 1px solid rgba(255,255,255,.13);
  background: radial-gradient(circle at 50% 50%, rgba(229, 9, 20, .14), rgba(255,255,255,.035) 45%, rgba(0,0,0,.45));
  box-shadow: var(--shadow), inset 0 0 70px rgba(229, 9, 20, .08);
  padding: 22px;
  isolation: isolate;
}

.hero-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(229,9,20,.75), transparent 30%, rgba(255,255,255,.18));
  opacity: .42;
  filter: blur(18px);
}

.hero-card img {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.08);
  background: #000;
}

.crosshair {
  pointer-events: none;
  position: absolute;
  inset: 10%;
  z-index: 2;
  border: 1px solid rgba(229, 9, 20, .16);
  border-radius: 50%;
}

.crosshair::before, .crosshair::after {
  content: "";
  position: absolute;
  background: rgba(229, 9, 20, .24);
}
.crosshair::before { width: 1px; height: 130%; left: 50%; top: -15%; }
.crosshair::after { height: 1px; width: 130%; left: -15%; top: 50%; }

.section {
  padding: 90px 0;
  border-top: 1px solid var(--line);
}

.split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 56px;
  align-items: end;
}

.split > p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 0 0 90px;
}

.card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
  box-shadow: 0 20px 70px rgba(0,0,0,.22);
}

.card-number {
  display: inline-block;
  margin-bottom: 70px;
  color: var(--red);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .16em;
}

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

.cta-panel {
  margin-bottom: 72px;
  padding: 42px;
  border: 1px solid rgba(229, 9, 20, .34);
  background:
    linear-gradient(135deg, rgba(229,9,20,.14), transparent 42%),
    var(--panel-strong);
  box-shadow: var(--shadow);
}

.cta-panel h2 { max-width: 820px; margin-bottom: 26px; }
.note {
  margin: 22px 0 0;
  color: var(--dim);
  font-size: .9rem;
}
code {
  padding: 2px 6px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: #e5e5e5;
}

.footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 26px 0 38px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--dim);
  border-top: 1px solid var(--line);
  font-size: .85rem;
}
.footer a { color: var(--muted); }

@media (max-width: 900px) {
  .topbar { align-items: flex-start; }
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; gap: 36px; padding-top: 30px; }
  .hero-card { max-width: 560px; margin: 0 auto; }
  .split, .cards { grid-template-columns: 1fr; }
  .cards { padding-bottom: 60px; }
  .section { padding: 64px 0; }
}

@media (max-width: 560px) {
  .topbar, main, .footer { width: min(100% - 28px, var(--max)); }
  h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }
  .stats { grid-template-columns: 1fr; }
  .button { width: 100%; }
  .cta-panel { padding: 26px; }
  .footer { flex-direction: column; }
}
