/* VantageIQ — Dark command center aesthetic */
:root {
  --bg: #060d1a;
  --surface: #0d1829;
  --surface-2: #132035;
  --fg: #e8eef7;
  --fg-muted: #7a92b0;
  --accent: #f59e0b;
  --accent-dim: rgba(245,158,11,0.12);
  --green: #22c55e;
  --red: #ef4444;
  --purple: #a78bfa;
  --border: rgba(255,255,255,0.06);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Figtree', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Nav */
.nav {
  padding: 20px 40px;
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.5px;
}
.nav-tag {
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Hero */
.hero {
  padding: 80px 40px 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-dim);
  border: 1px solid rgba(245,158,11,0.25);
  border-radius: 100px;
  padding: 6px 14px;
  font-size: 12px;
  color: var(--accent);
  margin-bottom: 28px;
}
.badge-dot {
  width: 7px;
  height: 7px;
  background: var(--accent);
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}
.hero-headline {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: var(--fg);
  margin-bottom: 24px;
}
.hero-lede {
  font-size: 18px;
  color: var(--fg-muted);
  line-height: 1.7;
  max-width: 480px;
}

/* Radar visual */
.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.radar-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0 auto;
}
.radar-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(245,158,11,0.15);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radar-ring-1 { width: 90px; height: 90px; }
.radar-ring-2 { width: 170px; height: 170px; border-color: rgba(245,158,11,0.08); }
.radar-ring-3 { width: 250px; height: 250px; border-color: rgba(245,158,11,0.04); }
.radar-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.radar-pulse {
  width: 14px;
  height: 14px;
  background: var(--accent);
  border-radius: 50%;
  margin: 0 auto 6px;
  box-shadow: 0 0 12px rgba(245,158,11,0.6);
}
.radar-label {
  font-size: 10px;
  letter-spacing: 1.5px;
  color: var(--accent);
  text-transform: uppercase;
}
.radar-blip {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(245,158,11,0.5);
  animation: blip-pulse 3s ease-in-out infinite;
}
.radar-blip-1 { top: 18%; left: 55%; animation-delay: 0s; }
.radar-blip-2 { top: 72%; left: 30%; animation-delay: 0.8s; }
.radar-blip-3 { top: 35%; left: 18%; animation-delay: 1.6s; }
.radar-blip-4 { top: 60%; left: 75%; animation-delay: 2.4s; }
@keyframes blip-pulse {
  0%, 100% { opacity: 0.9; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.6); }
}

/* Source counts */
.source-counts {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.source-row {
  display: grid;
  grid-template-columns: 110px 1fr 40px;
  align-items: center;
  gap: 12px;
}
.source-name {
  font-size: 13px;
  color: var(--fg-muted);
}
.source-bar {
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 2px;
  overflow: hidden;
}
.source-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, rgba(245,158,11,0.4), var(--accent));
  border-radius: 2px;
}
.source-num {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg);
  text-align: right;
}

/* Section shared */
.section-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.section-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  font-weight: 600;
}
.section-heading {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -1px;
  margin-bottom: 48px;
  line-height: 1.1;
}

/* Monitoring grid */
.monitoring-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.monitoring-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.monitor-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: border-color 0.2s;
}
.monitor-card:hover {
  border-color: rgba(245,158,11,0.2);
}
.monitor-icon {
  width: 40px;
  height: 40px;
  background: var(--accent-dim);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  margin-bottom: 18px;
}
.monitor-card h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.monitor-card p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}
.monitor-tag {
  font-size: 11px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}

/* Threat feed */
.threat-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.feed-container {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.feed-header {
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(245,158,11,0.04);
}
.feed-dot {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(34,197,94,0.5);
}
.feed-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--fg-muted);
}
.feed-items {
  display: flex;
  flex-direction: column;
}
.feed-item {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 20px;
  align-items: center;
}
.feed-item:last-child { border-bottom: none; }
.feed-badge {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
}
.feed-badge-high { background: rgba(239,68,68,0.15); color: var(--red); }
.feed-badge-medium { background: rgba(245,158,11,0.15); color: var(--accent); }
.feed-badge-positive { background: rgba(34,197,94,0.1); color: var(--green); }
.feed-badge-low { background: rgba(122,146,176,0.1); color: var(--fg-muted); }
.feed-text {
  font-size: 14px;
  color: var(--fg);
  line-height: 1.5;
}
.feed-time {
  font-size: 12px;
  color: var(--fg-muted);
  margin-top: 4px;
  display: block;
}
.action-btn {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-muted);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  font-family: 'Figtree', sans-serif;
}
.action-btn:hover { border-color: var(--accent); color: var(--accent); }
.action-btn-primary { background: var(--accent); border-color: var(--accent); color: #000; }
.action-btn-primary:hover { background: #d97706; }
.action-btn-positive { border-color: rgba(34,197,94,0.3); color: var(--green); }
.dismissed { font-size: 12px; color: var(--fg-muted); opacity: 0.5; }

/* Comparison */
.comparison-section {
  padding: 80px 0;
  border-top: 1px solid var(--border);
}
.comparison-table {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.comp-row {
  display: grid;
  grid-template-columns: 1fr 140px 200px;
  border-bottom: 1px solid var(--border);
}
.comp-row:last-child { border-bottom: none; }
.comp-header .comp-cell {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--fg-muted);
}
.comp-cell {
  padding: 18px 24px;
  font-size: 14px;
  border-right: 1px solid var(--border);
}
.comp-cell:last-child { border-right: none; }
.comp-cell-label { color: var(--fg); font-weight: 500; }
.comp-cell-vantage { background: rgba(245,158,11,0.04); }
.comp-row:not(.comp-header):hover { background: rgba(255,255,255,0.02); }
.comp-row.comp-header { background: var(--surface-2); }
.check-x { color: #ef4444; font-weight: 600; }
.check-no { color: #ef4444; }
.check-yes { color: var(--green); font-weight: 600; }

/* Closing */
.closing-section {
  padding: 100px 40px;
  text-align: center;
  border-top: 1px solid var(--border);
}
.closing-headline {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.closing-body {
  font-size: 18px;
  color: var(--fg-muted);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.closing-tag {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.closing-badge {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  color: var(--fg-muted);
}

/* Footer */
.footer {
  padding: 28px 40px;
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: var(--fg-muted);
}
.footer-copy {
  font-size: 13px;
  color: var(--fg-muted);
}

/* Responsive */
@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .monitoring-grid { grid-template-columns: 1fr; }
  .comp-row { grid-template-columns: 1fr; }
  .comp-cell:not(.comp-cell-label) { display: none; }
  .feed-item { grid-template-columns: 80px 1fr; }
  .feed-action { display: none; }
  .nav { padding: 16px 20px; }
  .hero { padding: 60px 20px 70px; }
  .section-inner { padding: 0 20px; }
  .comparison-section .section-inner,
  .monitoring-section .section-inner,
  .threat-section .section-inner { padding: 0 20px; }
  .closing-section { padding: 60px 20px; }
  .footer { padding: 20px; }
}
@media (max-width: 480px) {
  .hero-headline { font-size: 36px; }
  .closing-headline { font-size: 28px; }
}
