/* ============================================================
   CONTEXINTEL — Intelligence-grade design system
   ============================================================ */

:root {
  /* Backgrounds */
  --bg-0: #05070d;     /* deepest black-navy */
  --bg-1: #080b14;
  --bg-2: #0c1019;     /* graphite panel */
  --bg-3: #11161f;

  /* Lines & strokes */
  --line: rgba(120, 160, 220, 0.12);
  --line-strong: rgba(120, 170, 240, 0.25);

  /* Text */
  --text: #e8eef7;
  --text-soft: #aebbcf;
  --text-mute: #6f7d92;

  /* Accents */
  --cyan: #22e0ff;
  --blue: #3b82f6;
  --electric: #4f86ff;
  --accent: #34d3ff;
  --danger: #ff4d5e;
  --warn: #ffb020;
  --ok: #2ee6a6;

  /* Glow */
  --glow-cyan: 0 0 24px rgba(52, 211, 255, 0.35);
  --glow-soft: 0 0 60px rgba(59, 130, 246, 0.25);

  /* Glass */
  --glass-bg: rgba(18, 26, 40, 0.55);
  --glass-border: rgba(120, 170, 240, 0.16);
  --glass-blur: 16px;

  /* Layout */
  --maxw: 1200px;
  --radius: 16px;
  --radius-sm: 10px;

  --font-display: "Space Grotesk", "Inter", system-ui, sans-serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--font-body);
  background: var(--bg-0);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Ambient backdrop glow */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(900px 600px at 78% -5%, rgba(52, 211, 255, 0.10), transparent 60%),
    radial-gradient(800px 600px at 10% 8%, rgba(59, 130, 246, 0.10), transparent 55%),
    radial-gradient(1000px 800px at 50% 110%, rgba(79, 134, 255, 0.08), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

img, svg, canvas { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: rgba(52, 211, 255, 0.3); color: #fff; }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-1); }
::-webkit-scrollbar-thumb { background: #1d2838; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #283449; }

/* Accessibility helpers */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 1000;
  background: var(--cyan);
  color: #03101a;
  padding: 10px 16px;
  border-radius: 0 0 8px 0;
  font-weight: 600;
}
.skip-link:focus { left: 0; }

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; }

.section { padding: 120px 0; position: relative; z-index: 1; overflow: hidden; }
.section--alt { background: linear-gradient(180deg, var(--bg-0), var(--bg-1) 50%, var(--bg-0)); }

#who-we-are::before,
#capabilities::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

#who-we-are::before {
  background:
    radial-gradient(circle at 22% 20%, rgba(34, 224, 255, 0.14), transparent 18%),
    radial-gradient(circle at 82% 12%, rgba(79, 134, 255, 0.10), transparent 16%),
    radial-gradient(circle at 40% 70%, rgba(34, 224, 255, 0.06), transparent 35%),
    linear-gradient(120deg, rgba(5, 7, 13, 0.96), rgba(5, 7, 13, 0.9));
}

#who-we-are::after,
#capabilities::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

#who-we-are::after {
  width: 520px;
  height: 520px;
  top: 20%;
  left: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,224,255,0.12), transparent 52%);
  filter: blur(32px);
  opacity: 0.8;
}

#capabilities::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(52, 211, 255, 0.12), transparent 20%),
    radial-gradient(circle at 88% 84%, rgba(79, 134, 255, 0.08), transparent 18%),
    linear-gradient(130deg, rgba(7, 11, 18, 0.96), rgba(6, 10, 16, 0.86));
}

#capabilities::after {
  width: 620px;
  height: 620px;
  top: 8%;
  left: 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,224,255,0.08), transparent 62%);
  filter: blur(36px);
  opacity: 0.9;
}

#capabilities .cards-grid {
  position: relative;
  z-index: 1;
}

.section-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-decor::before {
  content: "";
  position: absolute;
  inset: 12% 0 12% 10%;
  background: radial-gradient(circle at 25% 20%, rgba(52, 211, 255, 0.04), transparent 18%),
              repeating-linear-gradient(0deg, transparent 0 18px, rgba(52, 211, 255, 0.04) 18px 18.5px),
              repeating-linear-gradient(90deg, transparent 0 18px, rgba(52, 211, 255, 0.04) 18px 18.5px);
  opacity: 0.55;
  filter: blur(0.5px);
}

.section-decor .node,
.section-decor .wire {
  position: absolute;
  display: block;
}

.section-decor .node {
  border-radius: 50%;
  transform: translateZ(0);
}

.node--hexagon {
  width: 90px;
  height: 100px;
  top: 62%;
  left: 10%;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: linear-gradient(145deg, rgba(34, 224, 255, 0.14), rgba(79, 134, 255, 0.06));
  border: 1px solid rgba(34, 224, 255, 0.22);
  box-shadow: 0 0 30px rgba(34, 224, 255, 0.18);
}

.node--sphere {
  width: 100px;
  height: 100px;
  top: 14%;
  right: 14%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.55), rgba(34, 224, 255, 0.35) 32%, transparent 60%);
  box-shadow: 0 0 26px rgba(34, 224, 255, 0.22);
}

.node--pulse {
  width: 34px;
  height: 34px;
  right: 22%;
  bottom: 16%;
  background: radial-gradient(circle, rgba(34, 224, 255, 0.6), rgba(34, 224, 255, 0.18) 36%, transparent 64%);
}

.node--grid {
  width: 140px;
  height: 140px;
  top: 10%;
  right: 12%;
  background: radial-gradient(circle at 30% 30%, rgba(79, 134, 255, 0.16), transparent 34%),
              repeating-linear-gradient(0deg, rgba(52, 211, 255, 0.06) 0 1px, transparent 1px 14px),
              repeating-linear-gradient(90deg, rgba(52, 211, 255, 0.06) 0 1px, transparent 1px 14px);
  border-radius: 24px;
  border: 1px solid rgba(34, 224, 255, 0.16);
}

.node--glow {
  width: 240px;
  height: 240px;
  left: 6%;
  top: 24%;
  background: radial-gradient(circle, rgba(34, 224, 255, 0.14), transparent 56%);
  filter: blur(18px);
  opacity: 0.9;
}

.node--core {
  width: 60px;
  height: 60px;
  left: 50%;
  top: 60%;
  transform: translateX(-50%);
  background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.75), rgba(34, 224, 255, 0.45) 32%, transparent 70%);
  box-shadow: 0 0 28px rgba(34, 224, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.wire {
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 224, 255, 0.18), rgba(79, 134, 255, 0.08));
  filter: drop-shadow(0 0 8px rgba(34, 224, 255, 0.12));
}

.wire--about-1 {
  width: 200px;
  top: 42%;
  left: 8%;
  transform: rotate(14deg);
}

.wire--about-2 {
  width: 260px;
  top: 74%;
  left: 52%;
  transform: rotate(-16deg);
}

.wire--cap-1 {
  width: 220px;
  top: 18%;
  left: 24%;
  transform: rotate(-8deg);
}

.wire--cap-2 {
  width: 180px;
  top: 46%;
  right: 14%;
  transform: rotate(22deg);
}

.wire--cap-3 {
  width: 150px;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%) rotate(4deg);
}

.wire--cap-4 {
  width: 240px;
  right: 10%;
  top: 42%;
  transform: rotate(-18deg);
}

.wire--about-3 {
  width: 220px;
  top: 51%;
  right: 10%;
  transform: rotate(-22deg);
}

.section-decor--about .node--core {
  width: 48px;
  height: 48px;
  top: 29%;
  left: 52%;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.75), rgba(34,224,255,0.30) 34%, transparent 65%);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 0 22px rgba(34,224,255,0.18);
}

.section-decor--about .node--mini {
  width: 72px;
  height: 72px;
  top: 18%;
  left: 11%;
  background: radial-gradient(circle at 33% 33%, rgba(34,224,255,0.18), transparent 46%);
  border: 1px solid rgba(34,224,255,0.18);
  box-shadow: 0 0 18px rgba(34,224,255,0.12);
}

.section-decor--capabilities .node--pulse {
  width: 52px;
  height: 52px;
  top: 36%;
  right: 24%;
  background: radial-gradient(circle at 35% 35%, rgba(34,224,255,0.32), transparent 46%);
  border: 1px solid rgba(34,224,255,0.16);
  box-shadow: 0 0 20px rgba(34,224,255,0.14);
}

.section-decor--workflow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-decor--workflow::before {
  content: "";
  position: absolute;
  inset: 10% 6% 18% 6%;
  border-radius: 32px;
  background:
    radial-gradient(circle at 20% 16%, rgba(34,224,255,0.12), transparent 18%),
    radial-gradient(circle at 84% 32%, rgba(79,134,255,0.08), transparent 18%),
    linear-gradient(135deg, rgba(5,7,13,0.92), rgba(5,7,13,0.78));
  filter: blur(1px);
}

.section-decor--workflow .node--matrix {
  width: 120px;
  height: 120px;
  top: 12%;
  right: 10%;
  border-radius: 24px;
  background:
    radial-gradient(circle at 35% 35%, rgba(79,134,255,0.18), transparent 40%),
    repeating-linear-gradient(0deg, rgba(52,211,255,0.05) 0 1px, transparent 1px 14px),
    repeating-linear-gradient(90deg, rgba(52,211,255,0.05) 0 1px, transparent 1px 14px);
  border: 1px solid rgba(34,224,255,0.16);
  box-shadow: 0 0 22px rgba(34,224,255,0.14);
}

.section-decor--workflow .node--anchor {
  width: 64px;
  height: 64px;
  top: 58%;
  left: 8%;
  background: radial-gradient(circle at 40% 40%, rgba(34,224,255,0.35), transparent 42%);
  border: 1px solid rgba(34,224,255,0.20);
  box-shadow: 0 0 16px rgba(34,224,255,0.15);
}

.section-decor--workflow .wire--flow-1 {
  width: 282px;
  top: 24%;
  left: 18%;
  transform: rotate(12deg);
}

.section-decor--workflow .wire--flow-2 {
  width: 190px;
  top: 50%;
  right: 18%;
  transform: rotate(-20deg);
}

.section-decor--workflow .wire--flow-3 {
  width: 180px;
  top: 70%;
  left: 22%;
  transform: rotate(-10deg);
}

.section-decor--workflow .wire--flow-4 {
  width: 210px;
  top: 34%;
  right: 42%;
  transform: rotate(22deg);
}

.timeline {
  position: relative;
  margin-top: 40px;
}

.timeline::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(34,224,255,0.10), transparent 16%),
    radial-gradient(circle at 76% 28%, rgba(79,134,255,0.08), transparent 18%),
    linear-gradient(50deg, transparent 28%, rgba(34,224,255,0.03) 29%, rgba(34,224,255,0.03) 34%, transparent 35%),
    linear-gradient(135deg, transparent 30%, rgba(34,224,255,0.04) 31%, rgba(34,224,255,0.04) 36%, transparent 37%);
  pointer-events: none;
  z-index: 0;
}

.timeline__steps { position: relative; z-index: 1; }

@media (max-width: 860px) {
  .section-decor::before { display: none; }
  .section-decor .node,
  .section-decor .wire { opacity: 0.75; }
  .section-decor .node--grid,
  .section-decor .node--glow { display: none; }
}

.feature-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(10, 16, 26, 0.92), rgba(18, 27, 42, 0.82));
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(34, 224, 255, 0.08), transparent 18%),
    radial-gradient(circle at 80% 15%, rgba(79, 134, 255, 0.06), transparent 18%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.03), transparent 45%, rgba(255, 255, 255, 0.02));
  opacity: 0.9;
  pointer-events: none;
}

.feature-card * { position: relative; z-index: 1; }

.section__head,
.grid-2,
.uncover-list,
.feature-card {
  position: relative;
  z-index: 1;
}

.section__head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section__sub { margin-top: 14px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
}
.eyebrow::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 18px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan));
}

.section__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lead { font-size: 20px; color: var(--text-soft); margin: 18px 0 14px; }
.muted { color: var(--text-mute); font-size: 16px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.grid-2--contact { align-items: start; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  padding: 13px 26px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s;
  white-space: nowrap;
}
.btn--lg { padding: 16px 32px; font-size: 16px; }
.btn--sm { padding: 9px 18px; font-size: 13px; }

.btn--primary {
  background: linear-gradient(135deg, var(--cyan), var(--electric));
  color: #021019;
  box-shadow: 0 8px 30px rgba(52, 211, 255, 0.28);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(52, 211, 255, 0.45); }

.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: var(--line-strong);
  color: var(--text);
  backdrop-filter: blur(8px);
}
.btn--ghost:hover { border-color: var(--cyan); color: var(--cyan); transform: translateY(-2px); box-shadow: var(--glow-cyan); }

/* ---------- Glass ---------- */
.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  position: relative;
  overflow: hidden;
}
.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(140deg, rgba(52,211,255,0.4), transparent 40%, transparent 70%, rgba(79,134,255,0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
  pointer-events: none;
}

/* ============================================================
   NAVIGATION
   ============================================================ */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--cyan), var(--electric));
  z-index: 1001;
  box-shadow: var(--glow-cyan);
}

.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(5, 7, 13, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.nav__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--cyan); }
.brand__mark { display: inline-flex; filter: drop-shadow(0 0 8px rgba(52,211,255,0.5)); }
.brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: 0.22em;
  font-size: 16px;
  color: var(--text);
}

.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a {
  font-size: 14px;
  color: var(--text-soft);
  font-weight: 500;
  position: relative;
  transition: color .2s;
}
.nav__links a::after {
  content: "";
  position: absolute;
  left: 0; bottom: -6px;
  width: 0; height: 2px;
  background: var(--cyan);
  transition: width .3s var(--ease);
}
.nav__links a:hover { color: var(--text); }
.nav__links a:hover::after { width: 100%; }

.nav__cta { margin-left: 8px; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav__toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: .3s; }
.nav__toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle.is-open span:nth-child(2) { opacity: 0; }
.nav__toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.nav__mobile {
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 0 24px;
  background: rgba(5, 7, 13, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s var(--ease), padding .4s var(--ease);
}
.nav__mobile.is-open { max-height: 420px; padding: 12px 24px 24px; }
.nav__mobile a { padding: 12px 0; color: var(--text-soft); border-bottom: 1px solid var(--line); }
.nav__mobile .btn { margin-top: 14px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }

.hero__vignette {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 50%, transparent 40%, rgba(5,7,13,0.55) 78%, var(--bg-0) 100%),
    linear-gradient(90deg, rgba(5,7,13,0.85) 0%, rgba(5,7,13,0.1) 45%, transparent 70%);
}
.hero__scanline {
  position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0.5;
  background: repeating-linear-gradient(0deg, transparent 0 3px, rgba(52,211,255,0.025) 3px 4px);
}

.hero__content { position: relative; z-index: 3; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; width: 100%; }

.hero__status {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em;
  color: var(--cyan);
  border: 1px solid var(--line-strong);
  background: rgba(52,211,255,0.05);
  padding: 8px 16px; border-radius: 100px; margin-bottom: 28px;
}
.hero__status-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--cyan);
  box-shadow: 0 0 10px var(--cyan); animation: pulse 1.6s infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .4; transform: scale(.7);} }

.hero__title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(44px, 8vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.grad-text {
  background: linear-gradient(120deg, #ffffff 10%, #bfe9ff 40%, var(--cyan) 75%, var(--electric));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

.hero__subtitle { max-width: 560px; font-size: clamp(16px, 2vw, 20px); color: var(--text-soft); margin-bottom: 38px; }

.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: var(--text-mute);
}
.hero__scroll-mouse {
  width: 22px; height: 36px; border: 2px solid var(--line-strong); border-radius: 14px; position: relative;
}
.hero__scroll-mouse::before {
  content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 4px; height: 7px; border-radius: 2px; background: var(--cyan);
  animation: scrollwheel 1.8s infinite;
}
@keyframes scrollwheel { 0% { opacity: 0; top: 7px;} 30%{opacity:1;} 100% { opacity: 0; top: 18px;} }
.hero__scroll-text { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.3em; }

/* Floating intel cards */
.intel-cards { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.intel-card {
  position: absolute;
  display: flex; align-items: center; gap: 12px;
  background: rgba(10, 16, 26, 0.72);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 12px 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
  opacity: 0;
  min-width: 190px;
}
.intel-card__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); flex-shrink: 0; }
.intel-card--alert .intel-card__dot { background: var(--danger); box-shadow: 0 0 10px var(--danger); }
.intel-card__label { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.16em; color: var(--text-mute); }
.intel-card__value { font-size: 13px; font-weight: 600; color: var(--text); font-family: var(--font-mono); }
.intel-card[data-card="1"] { top: 22%; right: 8%; }
.intel-card[data-card="2"] { top: 40%; right: 14%; }
.intel-card[data-card="3"] { top: 60%; right: 6%; }
.intel-card[data-card="4"] { top: 74%; right: 18%; }

/* ============================================================
   TRUST BAR
   ============================================================ */
.trustbar { padding: 44px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-1); }
.trustbar__lead { text-align: center; font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-mute); margin-bottom: 22px; }
.trustbar__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 40px; }
.trustbar__list li { font-family: var(--font-display); font-weight: 600; font-size: clamp(14px, 2vw, 18px); color: var(--text-soft); opacity: 0.75; transition: opacity .2s, color .2s; }
.trustbar__list li:hover { opacity: 1; color: var(--cyan); }

/* ============================================================
   WHO WE ARE
   ============================================================ */
.uncover-list { padding: 32px; }
.uncover-list__head { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--cyan); margin-bottom: 20px; }
.uncover-list ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; }
.uncover-list li { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--text-soft); }
.tick { width: 18px; height: 18px; border-radius: 5px; background: rgba(52,211,255,0.12); border: 1px solid var(--line-strong); position: relative; flex-shrink: 0; }
.tick::after { content: ""; position: absolute; left: 5px; top: 2px; width: 5px; height: 9px; border-right: 2px solid var(--cyan); border-bottom: 2px solid var(--cyan); transform: rotate(42deg); }

/* ============================================================
   FEATURE CARDS
   ============================================================ */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { padding: 32px; transition: transform .35s var(--ease), border-color .35s; }
.feature-card:hover { transform: translateY(-6px); }
.feature-card:hover .feature-card__icon { box-shadow: var(--glow-cyan); border-color: var(--cyan); }
.feature-card__icon {
  width: 54px; height: 54px; border-radius: 14px; display: flex; align-items: center; justify-content: center;
  background: rgba(52,211,255,0.08); border: 1px solid var(--line-strong); margin-bottom: 22px;
  transition: box-shadow .35s, border-color .35s;
}
.feature-card__icon svg { width: 26px; height: 26px; stroke: var(--cyan); fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { font-family: var(--font-display); font-size: 20px; font-weight: 600; margin-bottom: 12px; }
.feature-card p { color: var(--text-mute); font-size: 15px; }

/* ============================================================
   TIMELINE
   ============================================================ */
.timeline { position: relative; margin-top: 40px; }
.timeline__track { position: absolute; top: 70px; left: 0; right: 0; height: 2px; background: var(--line); border-radius: 2px; }
.timeline__progress { display: block; height: 100%; width: 0%; background: linear-gradient(90deg, var(--cyan), var(--electric)); box-shadow: var(--glow-cyan); border-radius: 2px; }
.timeline__steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.timeline__step { position: relative; padding-top: 96px; text-align: left; }
.timeline__num { font-family: var(--font-mono); font-size: 13px; color: var(--cyan); letter-spacing: 0.1em; }
.timeline__node {
  position: absolute; top: 62px; left: 0; width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, rgba(79, 134, 255, 0.26), rgba(10, 16, 26, 0.92));
  border: 2px solid rgba(52, 211, 255, 0.18);
  box-shadow: inset 0 4px 8px rgba(255,255,255,0.04);
  transition: .4s;
}
.timeline__step.is-active .timeline__node {
  border-color: var(--cyan);
  background: radial-gradient(circle at 40% 40%, rgba(34, 224, 255, 0.96), rgba(3, 10, 18, 0.92));
  box-shadow: 0 0 20px rgba(34, 224, 255, 0.2);
}
.timeline__step h3 { font-family: var(--font-display); font-size: 16px; font-weight: 600; margin: 10px 0 8px; }
.timeline__step p { font-size: 13px; color: var(--text-mute); }

/* ============================================================
   DASHBOARD
   ============================================================ */
.dashboard { padding: 0; }
.dashboard__bar { display: flex; align-items: center; gap: 14px; padding: 14px 20px; border-bottom: 1px solid var(--line); background: rgba(8,11,20,0.6); }
.dashboard__dots { display: flex; gap: 7px; }
.dashboard__dots span { width: 11px; height: 11px; border-radius: 50%; background: #2a3547; }
.dashboard__dots span:first-child { background: #ff5f57; }
.dashboard__dots span:nth-child(2) { background: #febc2e; }
.dashboard__dots span:nth-child(3) { background: #28c840; }
.dashboard__title { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.16em; color: var(--text-mute); }
.dashboard__live { margin-left: auto; display: flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.14em; color: var(--ok); }
.dashboard__live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--ok); box-shadow: 0 0 10px var(--ok); animation: pulse 1.6s infinite; }

.dashboard__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: minmax(190px, auto); gap: 1px; background: var(--line); }
.panel { background: var(--bg-2); padding: 18px; display: flex; flex-direction: column; min-height: 190px; }
.panel--graph { grid-row: span 2; }
.panel--map { grid-row: span 1; }
.panel__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.panel__head h4 { font-family: var(--font-display); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; }
.panel__tag { font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.14em; color: var(--text-mute); border: 1px solid var(--line); padding: 3px 8px; border-radius: 100px; }
.panel__canvas { flex: 1; width: 100%; border-radius: 8px; background: rgba(3,6,12,0.5); }

/* Threat feed */
.feed { display: flex; flex-direction: column; gap: 10px; overflow: hidden; flex: 1; }
.feed li { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; padding-bottom: 9px; border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-6px); }
.feed li.show { animation: feedIn .5s var(--ease) forwards; }
@keyframes feedIn { to { opacity: 1; transform: translateY(0);} }
.feed__sev { font-family: var(--font-mono); font-size: 9px; padding: 2px 6px; border-radius: 4px; flex-shrink: 0; letter-spacing: .08em; }
.feed__sev.crit { background: rgba(255,77,94,0.16); color: var(--danger); }
.feed__sev.high { background: rgba(255,176,32,0.16); color: var(--warn); }
.feed__sev.med { background: rgba(52,211,255,0.16); color: var(--cyan); }
.feed__txt { color: var(--text-soft); }
.feed__time { color: var(--text-mute); font-family: var(--font-mono); font-size: 10px; margin-left: auto; flex-shrink: 0; }

/* Risk scores */
.risk { display: flex; flex-direction: column; gap: 16px; flex: 1; justify-content: center; }
.risk__row { display: flex; flex-direction: column; gap: 6px; }
.risk__top { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-soft); }
.risk__val { font-family: var(--font-mono); font-weight: 600; }
.risk__bar { height: 6px; border-radius: 4px; background: rgba(255,255,255,0.06); overflow: hidden; }
.risk__fill { height: 100%; width: 0; border-radius: 4px; transition: width 1.2s var(--ease); }

/* Leak alerts */
.alerts { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.alerts li { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--text-soft); padding: 8px 10px; border-radius: 8px; background: rgba(255,77,94,0.06); border: 1px solid rgba(255,77,94,0.14); }
.alerts__icon { color: var(--danger); flex-shrink: 0; font-family: var(--font-mono); }

/* Threat actors */
.actors { display: flex; flex-direction: column; gap: 10px; flex: 1; }
.actors li { display: flex; align-items: center; gap: 10px; font-size: 12px; }
.actors__avatar { width: 26px; height: 26px; border-radius: 6px; background: linear-gradient(135deg, #1c2b44, #0f1828); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 10px; color: var(--cyan); border: 1px solid var(--line-strong); flex-shrink: 0; }
.actors__meta { display: flex; flex-direction: column; }
.actors__name { font-family: var(--font-mono); color: var(--text); font-size: 12px; }
.actors__tag { color: var(--text-mute); font-size: 10px; }
.actors__status { margin-left: auto; font-family: var(--font-mono); font-size: 9px; color: var(--warn); }

/* ============================================================
   WHY CHOOSE
   ============================================================ */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card { padding: 30px; transition: transform .35s var(--ease); }
.why-card:hover { transform: translateY(-6px); }
.why-card__index { font-family: var(--font-mono); font-size: 13px; color: var(--cyan); display: block; margin-bottom: 20px; opacity: .8; }
.why-card h3 { font-family: var(--font-display); font-size: 18px; font-weight: 600; margin-bottom: 12px; line-height: 1.25; }
.why-card p { color: var(--text-mute); font-size: 14px; }

/* ============================================================
   STATISTICS
   ============================================================ */
.section--stats { background: linear-gradient(180deg, var(--bg-0), var(--bg-1)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 5vw, 60px); line-height: 1; background: linear-gradient(120deg, #fff, var(--cyan)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat__label { margin-top: 12px; color: var(--text-mute); font-size: 14px; letter-spacing: 0.02em; }

/* ============================================================
   CONTACT
   ============================================================ */
#contact { position: relative; }
.contact-info { margin-top: 30px; padding: 26px 30px; position: relative; overflow: hidden; border-color: rgba(52, 211, 255, 0.22); box-shadow: 0 26px 70px rgba(0, 0, 0, 0.20); }
.contact-info::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(34, 224, 255, 0.14), transparent 20%),
    radial-gradient(circle at 82% 70%, rgba(79, 134, 255, 0.10), transparent 18%);
  pointer-events: none;
}
.contact-info__org { font-family: var(--font-display); font-weight: 600; font-size: 18px; color: var(--cyan); margin-bottom: 10px; letter-spacing: 0.04em; }
.contact-info address { font-style: normal; color: var(--text-soft); font-size: 15px; line-height: 1.8; }

.contact-cta { margin-top: 28px; padding: 28px 30px; position: relative; overflow: hidden; border-color: rgba(52, 211, 255, 0.22); box-shadow: 0 30px 90px rgba(0,0,0,0.18); }
.contact-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(14, 23, 36, 0.92), rgba(10, 16, 26, 0.8));
  opacity: 0.85;
  pointer-events: none;
}
.contact-cta__pill { display: inline-flex; align-items: center; justify-content: center; padding: 8px 12px; border-radius: 999px; background: rgba(34,224,255,0.12); color: var(--cyan); font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 12px; position: relative; z-index: 1; }
.contact-cta h3, .contact-cta p, .contact-cta .btn { position: relative; z-index: 1; }
.contact-cta h3 { font-size: 20px; margin-bottom: 12px; }
.contact-cta p { color: var(--text-mute); margin-bottom: 18px; line-height: 1.7; }
.contact-cta .btn { z-index: 1; }
.contact-cta::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -36px;
  right: -36px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34,224,255,0.16), transparent 55%);
  filter: blur(10px);
}

.section-decor--contact { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.section-decor--contact::before {
  content: "";
  position: absolute;
  inset: 8% 10% 14% 8%;
  border-radius: 32px;
  background:
    radial-gradient(circle at 22% 18%, rgba(34,224,255,0.12), transparent 20%),
    radial-gradient(circle at 80% 72%, rgba(79,134,255,0.08), transparent 18%),
    linear-gradient(135deg, rgba(5,7,13,0.92), rgba(5,7,13,0.80));
  filter: blur(1px);
}
.section-decor--contact .node { position: absolute; display: block; }
.section-decor--contact .node--hexagon { width: 96px; height: 106px; top: 20%; left: 8%; clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); background: linear-gradient(145deg, rgba(34,224,255,0.14), rgba(79,134,255,0.06)); border: 1px solid rgba(34,224,255,0.18); box-shadow: 0 0 24px rgba(34,224,255,0.12); }
.section-decor--contact .node--sphere { width: 80px; height: 80px; top: 58%; right: 12%; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.55), rgba(34,224,255,0.30) 30%, transparent 62%); box-shadow: 0 0 22px rgba(34,224,255,0.18); border-radius: 50%; }
.section-decor--contact .node--core { width: 42px; height: 42px; top: 40%; left: 45%; background: radial-gradient(circle at 40% 40%, rgba(34,224,255,0.40), transparent 42%); border-radius: 50%; border: 1px solid rgba(34,224,255,0.18); box-shadow: 0 0 18px rgba(34,224,255,0.14); }
.section-decor--contact .wire { position: absolute; height: 1px; background: linear-gradient(90deg, rgba(34,224,255,0.22), rgba(79,134,255,0.06)); filter: drop-shadow(0 0 6px rgba(34,224,255,0.10)); }
.section-decor--contact .wire--contact-1 { width: 220px; top: 22%; left: 18%; transform: rotate(12deg); }
.section-decor--contact .wire--contact-2 { width: 180px; top: 46%; left: 40%; transform: rotate(-14deg); }
.section-decor--contact .wire--contact-3 { width: 200px; bottom: 16%; right: 18%; transform: rotate(24deg); }

@media (max-width: 860px) {
  .contact-cta { margin-top: 18px; }
  .section-decor--contact { display: none; }
}

.contact-form { padding: 32px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; color: var(--text-soft); margin-bottom: 8px; font-weight: 500; }
.field input, .field textarea {
  width: 100%; background: rgba(3,6,12,0.6); border: 1px solid var(--line); border-radius: 10px;
  padding: 13px 15px; color: var(--text); font-family: var(--font-body); font-size: 15px; resize: vertical;
  transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(52,211,255,0.12); }
.field__error { display: block; color: var(--danger); font-size: 12px; margin-top: 6px; min-height: 0; }
.field.has-error input, .field.has-error textarea { border-color: var(--danger); }
.contact-form__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 8px; }
.contact-form__status { margin-top: 16px; font-size: 14px; min-height: 20px; }
.contact-form__status.ok { color: var(--ok); }
.contact-form__status.err { color: var(--danger); }

/* ============================================================
   PROFILE INVESTIGATION
   ============================================================ */
.profile-investigation { padding: 32px; }

.profile-investigation__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.profile-investigation__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}

.profile-investigation__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-family: var(--font-mono);
  letter-spacing: 0.08em;
  color: var(--ok);
}

.profile-investigation__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 12px rgba(46, 230, 166, 0.6); }
  50% { opacity: 0.5; box-shadow: 0 0 24px rgba(46, 230, 166, 0.3); }
}

.profile-investigation__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Profile Avatar */
.profile-avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
}

.profile-avatar__icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  color: var(--cyan);
  background: radial-gradient(circle, rgba(52, 211, 255, 0.1), transparent 70%);
  z-index: 2;
}

.profile-avatar__icon svg {
  width: 50%;
  height: 50%;
}

.profile-avatar__scan {
  position: absolute;
  inset: 0;
  border: 2px solid var(--cyan);
  border-radius: 50%;
  animation: scan-spin 3s linear infinite;
  opacity: 0.6;
  z-index: 1;
}

@keyframes scan-spin {
  0% { transform: rotate(0deg); opacity: 0.6; }
  50% { opacity: 0.2; }
  100% { transform: rotate(360deg); opacity: 0.6; }
}

.profile-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  padding: 0 4px 10px;
  margin-bottom: 12px;
}

.profile-detail {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 14px;
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 12px;
}

.profile-detail__label {
  font-size: 11px;
  color: var(--text-mute);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.profile-detail__value {
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
  word-break: break-word;
}

/* Investigation Metrics */
.investigation-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px;
  background: rgba(52, 211, 255, 0.05);
  border: 1px solid rgba(52, 211, 255, 0.15);
  border-radius: var(--radius-sm);
}

.metric {
  text-align: center;
}

.metric__label {
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.05em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.metric__value {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  color: var(--cyan);
  animation: count-up 1.5s ease-out forwards;
}

.metric__value--warning {
  color: var(--warn);
}

@keyframes count-up {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Investigation Stages */
.investigation-stages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stage {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.15);
  color: var(--text-soft);
  transition: all 0.3s ease;
}

.stage--active {
  background: rgba(52, 211, 255, 0.1);
  border-color: rgba(52, 211, 255, 0.3);
  color: var(--cyan);
}

.stage--pending {
  opacity: 0.6;
}

.stage__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.stage--active .stage__dot {
  animation: stage-pulse 1.5s ease-in-out infinite;
}

@keyframes stage-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.3); opacity: 0.7; }
}

.stage__label {
  font-weight: 500;
}

/* Network Preview */
.network-preview {
  position: relative;
  background: rgba(3, 6, 12, 0.4);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 14px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.network-preview__canvas {
  width: 100%;
  height: 160px;
}

.network-preview__legend {
  position: absolute;
  top: 10px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 1;
}

.network-preview__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-family: var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(217, 248, 255, 0.95);
  background: rgba(9, 18, 32, 0.75);
  border: 1px solid rgba(52, 211, 255, 0.16);
}

.network-preview__chip--email { color: #34d3ff; }
.network-preview__chip--phone { color: #6ee7ff; }
.network-preview__chip--address { color: #8ab4ff; }
.network-preview__chip--domain { color: #4f86ff; }
.network-preview__chip--threat { color: #ff4d5e; }

.network-preview__label {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 11px;
  color: var(--text-mute);
  letter-spacing: 0.05em;
  background: var(--bg-0);
  padding: 0 8px;
}

/* Discovery Insights */
.discovery-insights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.insight {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--text-soft);
  padding: 8px 10px;
  border-radius: 6px;
  transition: all 0.3s ease;
  animation: insight-slide-in 0.6s ease-out forwards;
}

.insight:nth-child(2) { animation-delay: 0.1s; }
.insight:nth-child(3) { animation-delay: 0.2s; }

@keyframes insight-slide-in {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.insight:hover {
  background: rgba(52, 211, 255, 0.08);
  color: var(--cyan);
}

.insight__icon {
  font-size: 16px;
  flex-shrink: 0;
}

.insight__text {
  flex-grow: 1;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer { border-top: 1px solid var(--line); background: var(--bg-1); position: relative; z-index: 1; }
.footer__inner { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; align-items: flex-start; padding-top: 56px; padding-bottom: 40px; }
.brand--footer { color: var(--cyan); }
.footer__tag { color: var(--text-mute); margin-top: 14px; font-size: 14px; }
.footer__links, .footer__social { display: flex; flex-direction: column; gap: 12px; }
.footer__links a, .footer__social a { color: var(--text-soft); font-size: 14px; transition: color .2s; }
.footer__links a:hover, .footer__social a:hover { color: var(--cyan); }
.footer__social { flex-direction: row; gap: 22px; }
.footer__bottom { border-top: 1px solid var(--line); padding: 22px 0; color: var(--text-mute); font-size: 13px; text-align: center; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .timeline__steps { grid-template-columns: repeat(3, 1fr); gap: 28px 16px; }
  .timeline__track { display: none; }
  .timeline__step { padding-top: 0; }
  .timeline__node { position: static; display: inline-block; margin-bottom: 10px; }
  .dashboard__grid { grid-template-columns: repeat(2, 1fr); }
  .panel--graph { grid-row: span 1; }
}

@media (max-width: 768px) {
  .section { padding: 80px 0; }
  .nav__links, .nav__cta { display: none; }
  .nav__toggle { display: flex; margin-left: auto; }
  .nav__mobile { display: flex; }
  .grid-2 { grid-template-columns: 1fr; gap: 36px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 16px; }
  .profile-details { grid-template-columns: 1fr; }
  .intel-card[data-card="1"] { top: 14%; right: 4%; }
  .intel-card[data-card="2"] { display: none; }
  .intel-card[data-card="3"] { bottom: 22%; top: auto; right: 4%; }
  .intel-card[data-card="4"] { display: none; }
  .hero__vignette { background: radial-gradient(120% 90% at 50% 40%, transparent 30%, var(--bg-0) 92%); }
}

@media (max-width: 560px) {
  .cards-grid, .why-grid { grid-template-columns: 1fr; }
  .timeline__steps { grid-template-columns: 1fr 1fr; }
  .dashboard__grid { grid-template-columns: 1fr; }
  .uncover-list ul { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; }
  .intel-cards { display: none; }
}
