:root {
  --bg: #140606;
  --bg-soft: #220b0b;
  --panel: rgba(34, 11, 11, 0.84);
  --panel-strong: rgba(46, 14, 14, 0.96);
  --text: #fff6f4;
  --muted: #f0d7d2;
  --line: rgba(255, 255, 255, 0.14);
  --red: #c21c1c;
  --red-deep: #8f0f0f;
  --red-soft: #ff8e8e;
  --white: #fffaf7;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --radius-xl: 28px;
  --radius-lg: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(194, 28, 28, 0.2), transparent 34%),
    radial-gradient(circle at right 20%, rgba(255, 255, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #120707 0%, #170909 46%, #0c0404 100%);
}

a { color: inherit; text-decoration: none; }

.page-shell {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 48px;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(74px);
  pointer-events: none;
  opacity: 0.44;
}
.bg-orb-1 { top: 6%; left: 2%; width: 260px; height: 260px; background: rgba(194, 28, 28, 0.22); }
.bg-orb-2 { right: 4%; bottom: 8%; width: 240px; height: 240px; background: rgba(255, 255, 255, 0.1); }

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.92fr;
  gap: 32px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(36, 11, 11, 0.95), rgba(18, 6, 6, 0.95));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent 28%, transparent 72%, rgba(194,28,28,0.08));
  pointer-events: none;
}

.badge, .eyebrow, .card-kicker, .panel-label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 0.78rem;
}
.eyebrow {
  margin: 20px 0 12px;
  color: var(--red-soft);
  font-size: 0.82rem;
}
h1, h2, p { margin-top: 0; }
h1 {
  margin-bottom: 18px;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 1.02;
  max-width: 11ch;
}
.lead {
  max-width: 64ch;
  color: #f7dfda;
  font-size: 1.06rem;
  line-height: 1.72;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #db2b2b 0%, #a11414 100%);
  box-shadow: 0 12px 30px rgba(194, 28, 28, 0.28);
}
.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.07);
}

.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}
.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-list li::before {
  content: "●";
  color: var(--white);
}

.hero-side {
  display: grid;
  gap: 22px;
  align-content: center;
}
.cap-panel, .info-panel, .content-card, .timeline-card {
  border: 1px solid rgba(255,255,255,0.12);
  background: var(--panel);
  backdrop-filter: blur(16px);
}
.cap-panel {
  position: relative;
  min-height: 340px;
  border-radius: 26px;
  overflow: hidden;
}
.cap {
  position: absolute;
  top: 54px;
  left: 50%;
  width: 220px;
  height: 130px;
  background: radial-gradient(circle at 50% 24%, #ff7070, #c51e1e 58%, #8e1010 100%);
  border-radius: 140px 140px 80px 80px;
  transform: translateX(-50%);
  box-shadow: 0 20px 50px rgba(194, 28, 28, 0.24);
}
.stem {
  position: absolute;
  left: 50%;
  bottom: 46px;
  width: 62px;
  height: 130px;
  background: linear-gradient(180deg, #fffdf9, #ead9d1);
  border-radius: 40px;
  transform: translateX(-50%);
}
.spot {
  position: absolute;
  background: rgba(255,255,255,0.95);
  border-radius: 999px;
}
.spot-1 { width: 34px; height: 34px; top: 94px; left: 120px; }
.spot-2 { width: 26px; height: 26px; top: 88px; right: 122px; }
.spot-3 { width: 22px; height: 22px; top: 136px; left: 168px; }
.spot-4 { width: 30px; height: 30px; top: 138px; right: 156px; }

.info-panel {
  padding: 22px;
  border-radius: var(--radius-lg);
}
.panel-label, .card-kicker {
  margin-bottom: 10px;
  color: var(--red-soft);
  font-size: 0.75rem;
}
.panel-value {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 700;
}
.panel-text, .content-card p, .timeline-item span, .focus-item span {
  color: var(--muted);
  line-height: 1.72;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.content-card, .timeline-card {
  padding: 26px;
  border-radius: var(--radius-lg);
}
.content-card h2, .timeline-card h2 {
  margin-bottom: 12px;
  font-size: 1.6rem;
}
.content-card-wide { grid-column: 1 / -1; }
.focus-grid, .timeline {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}
.focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.timeline { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.focus-item, .timeline-item {
  padding: 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: var(--panel-strong);
}
.focus-item strong, .timeline-item strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
}
.timeline-card { margin-top: 22px; }

.site-footer {
  padding: 26px 8px 8px;
  text-align: center;
  color: #f0cfc7;
}
.footer-subline { margin-bottom: 0; }

@media (max-width: 920px) {
  .hero-card, .section-grid, .focus-grid, .timeline {
    grid-template-columns: 1fr;
  }
  .hero-card { padding: 28px; }
  h1 { max-width: 100%; }
}

@media (max-width: 560px) {
  .page-shell { width: min(100% - 20px, 1180px); padding-top: 18px; }
  .hero-card, .content-card, .timeline-card { padding: 20px; }
  .cap-panel { min-height: 250px; }
  .cap { width: 170px; height: 100px; top: 42px; }
  .stem { height: 98px; width: 48px; bottom: 36px; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
}
