:root {
  --bg: #080808;
  --bg-soft: #120707;
  --card: rgba(22, 10, 10, 0.78);
  --stroke: rgba(255, 255, 255, 0.08);
  --text: #f6f2f2;
  --muted: #c4b6b6;
  --primary: #ff3131;
  --primary-2: #ff6b2c;
  --green: #40ff88;
  --shadow: 0 24px 80px rgba(255, 58, 58, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(120, 0, 0, 0.55), transparent 36%),
    linear-gradient(180deg, #050505 0%, #140404 52%, #090909 100%);
  color: var(--text);
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: radial-gradient(#fff 0.7px, transparent 0.7px);
  background-size: 22px 22px;
}
.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}
.orb-1 { width: 280px; height: 280px; left: -60px; top: 120px; background: rgba(255, 44, 44, 0.35); }
.orb-2 { width: 340px; height: 340px; right: -80px; top: 260px; background: rgba(255, 132, 0, 0.18); }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.topbar {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 16px 20px;
  border: 1px solid var(--stroke);
  border-radius: 22px;
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(12px);
  position: sticky; top: 14px; z-index: 50;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .03em; }
.brand-dot {
  width: 12px; height: 12px; border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: 0 0 22px rgba(255, 49, 49, 0.75);
}
.nav { display: flex; gap: 22px; }
.nav a, .footer a { color: #f2eaea; text-decoration: none; }
.nav a:hover { color: white; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; border-radius: 16px; font-weight: 700;
  padding: 14px 18px; transition: .2s ease; border: 1px solid transparent;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--primary-2));
  box-shadow: var(--shadow);
}
.btn-secondary {
  color: white; background: rgba(255,255,255,.06); border-color: var(--stroke);
}
.btn-outline {
  color: white; border-color: rgba(255, 118, 118, 0.35); background: rgba(255, 66, 66, 0.08);
}
.btn.small { padding: 12px 14px; border-radius: 14px; }
.hero {
  padding: 58px 0 28px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 36px; align-items: center;
}
.tag {
  display: inline-flex; padding: 8px 12px; border-radius: 999px;
  background: rgba(255, 73, 73, 0.12); border: 1px solid rgba(255, 120, 120, 0.18);
  color: #ffd2d2; font-weight: 700; font-size: 14px;
}
.hero h1 { font-size: clamp(34px, 5vw, 68px); line-height: 1.03; margin: 18px 0 14px; }
.hero p { color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 680px; }
.hero-actions { display: flex; gap: 12px; margin: 26px 0 28px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stat-card, .feature-card, .benefit-card, .panel-shell, .banner {
  border: 1px solid var(--stroke);
  background: var(--card);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}
.stat-card {
  padding: 18px; border-radius: 22px;
}
.stat-card strong { display: block; font-size: 26px; margin-bottom: 6px; }
.stat-card span { color: var(--muted); font-size: 14px; }
.panel-shell {
  border-radius: 28px; padding: 22px; position: relative; overflow: hidden;
}
.panel-shell::before {
  content: ""; position: absolute; inset: -40% auto auto -10%; width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(255,49,49,.26), transparent 65%);
}
.panel-head, .panel-footer, .signal-feature { position: relative; z-index: 1; }
.panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.panel-title { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.panel-live {
  width: 10px; height: 10px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 14px rgba(64,255,136,.8);
}
.panel-badge {
  padding: 8px 12px; border-radius: 999px; background: rgba(64,255,136,.1); color: #9bffc2;
  border: 1px solid rgba(64,255,136,.18); font-size: 12px; font-weight: 800;
}
.signal-feature {
  display: flex; align-items: center; gap: 18px; margin-bottom: 18px;
  padding: 18px; border-radius: 22px; background: rgba(255,255,255,.04); border: 1px solid var(--stroke);
}
.rocket-wrap {
  width: 88px; height: 88px; display: grid; place-items: center; border-radius: 24px;
  background: radial-gradient(circle at center, rgba(255, 100, 100, 0.25), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
}
.rocket { font-size: 36px; animation: float 2.4s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.mini-label { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; color: #c9a3a3; margin: 0 0 6px; }
#next-time { font-size: 44px; margin: 0; }
.muted { color: var(--muted); margin: 6px 0 0; }
.signal-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; position: relative; z-index: 1;
}
.signal-card {
  padding: 16px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid var(--stroke);
}
.signal-card .time { font-size: 30px; font-weight: 900; margin: 8px 0; }
.signal-card .status {
  display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 800;
  background: rgba(64,255,136,.1); color: #9bffc2;
}
.signal-card .status.waiting { background: rgba(255, 189, 64, 0.12); color: #ffd68b; }
.signal-card .status.risk { background: rgba(255, 92, 92, 0.12); color: #ffaeae; }
.panel-footer {
  margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px; border-radius: 22px;
}
.section { padding: 38px 0; }
.section-head { margin-bottom: 20px; }
.section-head.center { text-align: center; }
.section h3 { font-size: clamp(28px, 4vw, 44px); margin: 14px 0 0; }
.features, .benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card, .benefit-card {
  padding: 24px; border-radius: 24px;
}
.feature-card span {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border-radius: 12px; background: rgba(255, 70, 70, 0.16); font-weight: 800; margin-bottom: 14px;
}
.feature-card h4, .benefit-card h4 { margin: 0 0 10px; font-size: 22px; }
.feature-card p, .benefit-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.banner {
  padding: 28px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.footer {
  padding: 24px 0 46px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
code {
  padding: 2px 8px; border-radius: 10px; background: rgba(255,255,255,.07); border: 1px solid var(--stroke); color: #ffd9d9;
}
@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .features, .benefits, .hero-stats { grid-template-columns: 1fr; }
  .banner, .footer, .topbar { flex-direction: column; align-items: stretch; }
  .nav { justify-content: center; flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .topbar { padding: 14px; }
  .hero { padding-top: 32px; }
  .signal-grid { grid-template-columns: 1fr; }
  .panel-footer { flex-direction: column; align-items: stretch; }
}
