:root {
  --bg: #050308;
  --bg-2: #0c0814;
  --ink: #f4f1f8;
  --muted: #9a93a8;
  --line: rgba(255, 255, 255, 0.08);
  --magenta: #c026d3;
  --magenta-2: #e879f9;
  --warn: #f43f5e;
  --ok: #34d399;
  --max: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  min-height: 100vh;
  padding-bottom: 88px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, .btn { font-family: inherit; cursor: pointer; }

.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }

.nav {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(5, 3, 8, 0.78);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 14px 0;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { width: 40px; height: 40px; border-radius: 10px; object-fit: cover; }
.brand b { display: block; font-size: 15px; letter-spacing: -0.02em; }
.brand span { display: block; font-size: 10px; color: #93c5fd; letter-spacing: 0.18em; }
.links { display: flex; gap: 22px; font-size: 13px; color: #d4d0dc; }
.links a:hover, .links a.active { color: var(--magenta-2); }
.nav-phone {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--magenta);
  color: #fff; padding: 8px 14px; border-radius: 999px; font-size: 13px;
}
.menu-btn { display: none; background: none; border: 0; color: #fff; font-size: 22px; }

.hero {
  position: relative; overflow: hidden;
  padding: 88px 0 72px;
  background:
    linear-gradient(180deg, rgba(5,3,8,.35), rgba(5,3,8,.92)),
    url("../assets/hero-field.png") center / cover no-repeat;
}
.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--warn); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 18px;
}
.stamp {
  display: inline-block;
  border: 5px solid var(--warn);
  color: #fff;
  background: var(--warn);
  font-weight: 800;
  font-size: clamp(16px, 3.2vw, 28px);
  letter-spacing: 0.04em;
  padding: 10px 16px;
  transform: rotate(-2deg);
  margin-bottom: 22px;
  text-transform: uppercase;
}
.hero h1 {
  font-family: Syne, Inter, sans-serif;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.98; letter-spacing: -0.04em; max-width: 18ch;
}
.hero-sub {
  margin-top: 16px; color: #cfc8d8; font-size: 16px; max-width: 40ch;
}
.linked { margin-top: 40px; max-width: 640px; }
.linked-list, .linked-phones { list-style: none; display: grid; gap: 10px; margin-top: 10px; }
.linked-list li, .linked-phones li { font-size: 15px; color: #ddd6e8; }
.linked-phones a { color: #e879f9; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.cta-row { display: flex; align-items: center; gap: 18px; margin-top: 36px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; color: #111; border: 0; border-radius: 999px;
  padding: 12px 18px; font-weight: 600; font-size: 14px;
}
.btn i {
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--magenta); color: #fff; display: grid; place-items: center;
}
.btn.ghost { background: transparent; color: #fff; border: 1px solid var(--line); }
.stat-mini { font-size: 13px; color: #d4d0dc; }
.stat-mini b { display: block; font-size: 20px; }

.section { padding: 84px 0; }
.section.alt { background: var(--bg-2); }
.section h2 {
  font-family: Syne, Inter, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px;
}
.lead { color: var(--muted); max-width: 62ch; margin-bottom: 40px; }

.nums {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.num {
  border: 1px solid var(--line); border-radius: 16px; padding: 22px;
  background: rgba(255,255,255,0.02);
}
.tally {
  display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 28px 0 36px;
}
.tally .num b { font-size: clamp(36px, 6vw, 56px); }
.li-embed {
  border: 1px solid var(--line); border-radius: 16px; overflow: hidden; min-height: 520px; background: #fff;
}
.li-embed iframe { width: 100%; height: 560px; border: 0; }
.people-list { list-style: none; display: grid; gap: 0; }
.people-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  font-size: 15px;
}
.people-list li em { color: var(--muted); font-style: normal; font-size: 13px; display: block; }
.quote {
  border-left: 3px solid var(--warn);
  padding: 8px 0 8px 20px;
  margin: 0 0 32px;
  max-width: 72ch;
}
.quote p { font-size: 18px; line-height: 1.45; margin-bottom: 10px; }
.quote cite { color: var(--muted); font-size: 13px; font-style: normal; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  background: #09060f;
}
.card img { height: 180px; width: 100%; object-fit: cover; }
.card .pad { padding: 20px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 14px; }

.split { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: start; }
.steps { list-style: none; display: grid; gap: 16px; }
.steps li {
  display: grid; grid-template-columns: 42px 1fr; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid var(--line);
}
.steps b { color: var(--magenta-2); }
.shot {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--line);
}
.shot figcaption { padding: 12px 14px; font-size: 12px; color: var(--muted); }

.chat {
  background: #0a0710; border: 1px solid var(--line); border-radius: 18px;
  padding: 8px; max-width: 720px;
}
.msg { display: flex; margin: 10px; }
.msg .bubble {
  max-width: 78%; padding: 10px 12px; border-radius: 14px; font-size: 14px;
}
.msg.them { justify-content: flex-start; }
.msg.them .bubble { background: #1c1528; }
.msg.me { justify-content: flex-end; }
.msg.me .bubble { background: #3b0764; }
.who { font-size: 11px; color: var(--magenta-2); margin-bottom: 4px; }
.time { font-size: 11px; color: #6b6576; margin-top: 4px; }

.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table th, .table td { text-align: left; padding: 14px 10px; border-bottom: 1px solid var(--line); }
.table th { color: var(--muted); font-weight: 500; }

.phones { display: grid; gap: 12px; }
.phone {
  display: flex; justify-content: space-between; align-items: center;
  border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px;
}
.phone a { color: var(--magenta-2); font-size: 20px; letter-spacing: -0.02em; }

.note {
  border-left: 2px solid var(--warn); padding: 12px 16px; color: var(--muted); font-size: 13px;
  margin: 24px 0;
}

.why {
  list-style: none;
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.why li {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  color: #ddd6e8;
}
.why li:last-child { border-bottom: 0; }
.why b { color: #fff; }
.why-tag {
  display: inline-block;
  background: var(--warn);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 4px 8px;
  margin-bottom: 12px;
}

.footer {
  border-top: 1px solid var(--line); padding: 40px 0 56px; color: var(--muted); font-size: 13px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; margin-bottom: 28px; }
.footer a:hover { color: #fff; }

.drop {
  border: 1px dashed rgba(255,255,255,.2); border-radius: 16px; padding: 28px;
  color: var(--muted); font-size: 14px;
}

.report-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  background: #120814; border-top: 1px solid var(--line);
  padding: 12px 0 18px;
}
.report-bar .inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.bar-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.btn-tp {
  display: inline-flex; align-items: center;
  background: #00b67a; color: #fff; border-radius: 999px;
  padding: 12px 18px; font-weight: 700; font-size: 14px;
}
.report-bar .count b {
  font-size: 28px; letter-spacing: -0.04em; color: #fff;
}
.report-bar .count span { color: var(--muted); font-size: 13px; display: block; }
.report-bar .pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--warn); display: inline-block; margin-right: 6px; animation: pulse 1.4s infinite; }
@keyframes pulse { 50% { opacity: .35 } }
.btn-scam {
  background: var(--warn); color: #fff; border: 0; border-radius: 999px;
  padding: 12px 18px; font-weight: 600; font-size: 14px;
}
.btn-scam:disabled { opacity: .55; cursor: default; }
.sr-index { font-size: 11px; color: #3d3848; }
.sr-index a { color: #5c5568; }

@media (max-width: 900px) {
  .links, .nav-phone { display: none; }
  .links.open {
    display: flex; flex-direction: column; position: absolute; top: 64px; left: 0; right: 0;
    background: #0b0812; padding: 18px 20px 24px; border-bottom: 1px solid var(--line);
  }
  .menu-btn { display: block; }
  .hero-grid, .nums, .cards, .split, .footer-grid, .tally { grid-template-columns: 1fr; }
  .nums { grid-template-columns: 1fr 1fr; }
}
