:root {
  --bg: #050506;
  --panel: #0c0d10;
  --panel-2: #111319;
  --text: #f4f4f0;
  --muted: #a8adb7;
  --line: rgba(255,255,255,.12);
  --accent: #9cffd4;
  --accent-2: #6c8cff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 20% 10%, rgba(108,140,255,.18), transparent 30%),
    radial-gradient(circle at 80% 0%, rgba(156,255,212,.12), transparent 26%),
    var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 7vw;
  backdrop-filter: blur(18px);
  background: rgba(5,5,6,.72);
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 800;
  letter-spacing: -.04em;
  font-size: 28px;
}
.logo-mark {
  width: 42px;
  height: 42px;
  border: 1px solid var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(156,255,212,.45), inset 0 0 14px rgba(156,255,212,.2);
  position: relative;
}
.logo-mark:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 20px;
  width: 18px;
  height: 1px;
  background: var(--accent);
  transform: rotate(-35deg);
}
nav { display: flex; gap: 24px; align-items: center; color: var(--muted); font-size: 14px; }
.nav-cta { color: var(--text); border: 1px solid var(--line); padding: 10px 16px; border-radius: 999px; }
.hero {
  min-height: 86vh;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 60px;
  align-items: center;
  padding: 76px 7vw 42px;
}
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 7vw, 92px); line-height: .92; letter-spacing: -.075em; max-width: 920px; margin-bottom: 26px; }
h2 { font-size: clamp(32px, 4vw, 58px); line-height: 1; letter-spacing: -.055em; margin-bottom: 18px; }
h3 { font-size: 22px; letter-spacing: -.035em; }
.lead { font-size: 21px; line-height: 1.55; color: var(--muted); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; margin: 34px 0; flex-wrap: wrap; }
.primary, .secondary, .price-card a, button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
}
.primary, button { background: var(--text); color: var(--bg); border: 0; }
.secondary { border: 1px solid var(--line); color: var(--text); }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; color: var(--muted); }
.trust-row span, .bundle-list span {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 9px 13px;
  border-radius: 999px;
  font-size: 13px;
}
.phone-card {
  max-width: 390px;
  justify-self: center;
  width: 100%;
  min-height: 620px;
  border: 1px solid var(--line);
  border-radius: 42px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: 0 30px 120px rgba(0,0,0,.6);
}
.phone-top { width: 110px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.2); margin: 0 auto 58px; }
.status-pill { display: inline-flex; padding: 8px 12px; border-radius: 999px; color: var(--accent); background: rgba(156,255,212,.1); border: 1px solid rgba(156,255,212,.24); margin-bottom: 22px; }
.phone-card h2 { font-size: 38px; }
.metric { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 18px 0; color: var(--muted); }
.metric strong { color: var(--text); font-size: 24px; }
.scan-line { height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); margin: 42px 0 22px; box-shadow: 0 0 24px var(--accent); }
.phone-card p { color: var(--muted); }
section { padding: 76px 7vw; }
.problem { text-align: center; max-width: 980px; margin: 0 auto; }
.problem p, .bundles p, .device p, .waitlist p { color: var(--muted); font-size: 18px; line-height: 1.6; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.grid, .price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
article, .device, .waitlist, .bundles {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  border-radius: 28px;
  padding: 28px;
}
article p, li { color: var(--muted); line-height: 1.55; }
.bundles { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.bundle-list { display: flex; gap: 12px; flex-wrap: wrap; }
.price-grid { grid-template-columns: repeat(3, 1fr); }
.price-card { position: relative; background: var(--panel); }
.price-card.featured { border-color: rgba(156,255,212,.45); box-shadow: 0 0 60px rgba(156,255,212,.08); }
.tag { position: absolute; right: 22px; top: 22px; color: var(--accent); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.price { font-size: 52px; font-weight: 800; letter-spacing: -.06em; }
.price span { font-size: 16px; color: var(--muted); }
ul { padding-left: 18px; min-height: 132px; }
.price-card a { width: 100%; border: 1px solid var(--line); margin-top: 12px; }
.waitlist { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; background: linear-gradient(135deg, rgba(156,255,212,.09), rgba(108,140,255,.08)); }
form { display: grid; gap: 12px; }
input, select {
  width: 100%;
  height: 52px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.35);
  color: var(--text);
  padding: 0 14px;
}
small { color: var(--muted); }
footer { padding: 34px 7vw; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: var(--muted); }
@media (max-width: 960px) {
  nav { display: none; }
  .hero, .bundles, .waitlist { grid-template-columns: 1fr; }
  .grid, .price-grid { grid-template-columns: 1fr; }
  .phone-card { justify-self: start; min-height: auto; }
  footer { flex-direction: column; gap: 16px; }
}
