@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap");

:root {
  --ink-975: #02101f;
  --ink-950: #041528;
  --ink-900: #0a1f3a;
  --ink-800: #123764;
  --ink-700: #1d4e88;
  --ink-500: #5f85b3;
  --line: rgba(149, 186, 227, 0.42);
  --line-strong: rgba(110, 164, 226, 0.56);
  --blue-700: #0c5adf;
  --blue-600: #1776ff;
  --blue-500: #38a4ff;
  --blue-100: #eaf4ff;
  --blue-050: #f6fbff;
  --glass: rgba(255, 255, 255, 0.78);
  --glass-strong: rgba(255, 255, 255, 0.88);
  --shadow: 0 20px 44px rgba(4, 21, 40, 0.12);
  --shadow-strong: 0 28px 64px rgba(4, 21, 40, 0.18);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink-900);
  font-family: "IBM Plex Sans", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(78, 171, 255, 0.18) 0, transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(17, 94, 212, 0.22) 0, transparent 34%),
    radial-gradient(circle at 50% 100%, rgba(135, 210, 255, 0.18) 0, transparent 36%),
    linear-gradient(140deg, #eff7ff 0%, #f7fbff 42%, #edf5ff 100%);
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.68;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 1200'%3E%3Cg fill='none' stroke='%23659add' stroke-width='1.4' stroke-linecap='round' opacity='0.42'%3E%3Cpath d='M110 180L330 140 500 280 760 210 940 312 1170 250 1410 360'/%3E%3Cpath d='M150 680L370 560 620 660 810 560 1040 680 1270 620 1450 760'/%3E%3Cpath d='M220 980L420 860 640 930 860 830 1100 940 1340 870'/%3E%3Cpath d='M330 140L370 560M500 280L620 660M760 210L810 560M940 312L1040 680M1170 250L1270 620'/%3E%3C/g%3E%3Cg fill='%230d78ff' opacity='0.22'%3E%3Ccircle cx='110' cy='180' r='7'/%3E%3Ccircle cx='330' cy='140' r='8'/%3E%3Ccircle cx='500' cy='280' r='8'/%3E%3Ccircle cx='760' cy='210' r='9'/%3E%3Ccircle cx='940' cy='312' r='8'/%3E%3Ccircle cx='1170' cy='250' r='8'/%3E%3Ccircle cx='1410' cy='360' r='7'/%3E%3Ccircle cx='150' cy='680' r='7'/%3E%3Ccircle cx='370' cy='560' r='8'/%3E%3Ccircle cx='620' cy='660' r='8'/%3E%3Ccircle cx='810' cy='560' r='9'/%3E%3Ccircle cx='1040' cy='680' r='8'/%3E%3Ccircle cx='1270' cy='620' r='8'/%3E%3Ccircle cx='1450' cy='760' r='7'/%3E%3Ccircle cx='220' cy='980' r='7'/%3E%3Ccircle cx='420' cy='860' r='8'/%3E%3Ccircle cx='640' cy='930' r='8'/%3E%3Ccircle cx='860' cy='830' r='9'/%3E%3Ccircle cx='1100' cy='940' r='8'/%3E%3Ccircle cx='1340' cy='870' r='8'/%3E%3C/g%3E%3C/svg%3E")
      center/cover no-repeat;
}

.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background-image:
    linear-gradient(rgba(76, 124, 187, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(76, 124, 187, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 88%);
}

.wrap {
  width: min(1140px, 94vw);
  margin: 0 auto;
}

.stack {
  display: grid;
  gap: 1.15rem;
  padding: 0.5rem 0 2rem;
}

.glass {
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.topbar {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  position: sticky;
  top: 1rem;
  z-index: 4;
}

.brand {
  display: flex;
  gap: 0.85rem;
  align-items: center;
}

.brand img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
}

.eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  color: var(--ink-500);
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
  margin: 0.2rem 0;
  color: var(--ink-950);
}

h1 {
  font-size: 1.55rem;
}

h2 {
  font-size: clamp(2rem, 3.4vw, 3rem);
  line-height: 1.02;
  max-width: 9.8ch;
  text-wrap: balance;
}

nav {
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  align-items: center;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: rgba(248, 252, 255, 0.84);
  color: var(--ink-800);
  border-radius: 999px;
  padding: 0.48rem 0.88rem;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(13, 40, 72, 0.1);
  border-color: var(--line-strong);
}

.hero {
  border-radius: 24px;
  padding: 1.9rem;
  display: grid;
  grid-template-columns: 1.18fr 0.92fr;
  gap: 1.35rem;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-strong);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.88), rgba(245, 251, 255, 0.84)),
    radial-gradient(circle at top right, rgba(61, 155, 255, 0.16), transparent 32%);
}

.hero::before {
  content: "";
  position: absolute;
  right: 88px;
  top: 108px;
  width: 250px;
  height: 190px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 250 190'%3E%3Cg fill='none' stroke='%2383b8f6' stroke-width='1.2' stroke-linecap='round' opacity='0.5'%3E%3Cpath d='M20 112L62 88 104 114 144 78 184 104 226 70'/%3E%3Cpath d='M62 88L82 44 144 78 164 34 226 70'/%3E%3Cpath d='M104 114L122 154 184 104 204 146'/%3E%3Cpath d='M144 78L172 126'/%3E%3C/g%3E%3Cg fill='%2385d4ff' opacity='0.7'%3E%3Ccircle cx='20' cy='112' r='4'/%3E%3Ccircle cx='62' cy='88' r='4.8'/%3E%3Ccircle cx='82' cy='44' r='3.6'/%3E%3Ccircle cx='104' cy='114' r='4.2'/%3E%3Ccircle cx='122' cy='154' r='3.5'/%3E%3Ccircle cx='144' cy='78' r='5'/%3E%3Ccircle cx='164' cy='34' r='3.5'/%3E%3Ccircle cx='172' cy='126' r='3.5'/%3E%3Ccircle cx='184' cy='104' r='4.2'/%3E%3Ccircle cx='204' cy='146' r='3.5'/%3E%3Ccircle cx='226' cy='70' r='4.2'/%3E%3C/g%3E%3C/svg%3E")
      center/contain no-repeat;
  opacity: 0.75;
  pointer-events: none;
  animation: neuralDrift 12s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 18px;
  width: 320px;
  height: 240px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 240'%3E%3Cg fill='none' stroke='%23518fdd' stroke-width='1.6' stroke-linecap='round' opacity='0.68'%3E%3Cpath d='M38 164L92 118 144 148 198 88 248 118 286 76'/%3E%3Cpath d='M92 118L120 64 198 88 214 42 286 76'/%3E%3Cpath d='M144 148L168 196 248 118 274 168'/%3E%3Cpath d='M198 88L234 140'/%3E%3C/g%3E%3Cg fill='%230f78ff'%3E%3Ccircle cx='38' cy='164' r='6'/%3E%3Ccircle cx='92' cy='118' r='7'/%3E%3Ccircle cx='120' cy='64' r='5.5'/%3E%3Ccircle cx='144' cy='148' r='6.5'/%3E%3Ccircle cx='168' cy='196' r='5.5'/%3E%3Ccircle cx='198' cy='88' r='7.5'/%3E%3Ccircle cx='214' cy='42' r='5.5'/%3E%3Ccircle cx='234' cy='140' r='5.5'/%3E%3Ccircle cx='248' cy='118' r='6.5'/%3E%3Ccircle cx='274' cy='168' r='5.5'/%3E%3Ccircle cx='286' cy='76' r='6.5'/%3E%3C/g%3E%3Cg fill='%23b5dbff' opacity='0.9'%3E%3Ccircle cx='92' cy='118' r='2'/%3E%3Ccircle cx='198' cy='88' r='2.2'/%3E%3Ccircle cx='248' cy='118' r='2'/%3E%3C/g%3E%3C/svg%3E")
      center/contain no-repeat;
  opacity: 0.9;
  pointer-events: none;
  animation: neuralPulse 9s ease-in-out infinite alternate;
}

.hero p {
  color: var(--ink-700);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
}

.hero-lead {
  margin: 0.2rem 0 0.3rem;
  color: var(--blue-700);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.hero-intro {
  max-width: 46ch;
  font-size: 1.04rem;
  line-height: 1.66;
  margin-top: 0.9rem;
}

.actions {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.66rem 0.95rem;
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 700;
  text-decoration: none;
  color: white;
  background: linear-gradient(145deg, var(--blue-700), var(--blue-500));
  transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: saturate(1.04);
  box-shadow: 0 14px 28px rgba(23, 118, 255, 0.28);
}

.btn.ghost {
  color: var(--ink-800);
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--line);
}

.actions.compact {
  margin-top: 0.75rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.badge-row span {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(98, 165, 238, 0.34);
  background: rgba(237, 246, 255, 0.92);
  color: var(--ink-800);
  font-size: 0.78rem;
  padding: 0.3rem 0.58rem;
  font-weight: 700;
}

.signal-row {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.signal-row > div {
  border-radius: 16px;
  padding: 0.8rem 0.85rem;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(130, 176, 233, 0.34);
}

.signal-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.panel {
  border: 1px solid rgba(129, 175, 232, 0.36);
  background: linear-gradient(160deg, rgba(241, 248, 255, 0.98), rgba(235, 245, 255, 0.95));
  border-radius: 18px;
  padding: 1rem;
}

.hero-panel {
  background:
    linear-gradient(160deg, rgba(244, 250, 255, 0.98), rgba(234, 244, 255, 0.96)),
    radial-gradient(circle at top right, rgba(56, 164, 255, 0.12), transparent 34%);
}

.hero-panel-head {
  margin-bottom: 0.7rem;
}

.hero-panel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-bottom: 0.9rem;
}

.hero-panel-item {
  border-radius: 16px;
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(150, 189, 233, 0.34);
}

.hero-panel-item span {
  display: block;
  margin-bottom: 0.18rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.grid.two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.strip-item {
  border-radius: 18px;
  padding: 0.9rem 1rem;
  display: grid;
  gap: 0.25rem;
  background: var(--glass-strong);
}

.kicker {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-500);
}

.card {
  border-radius: 18px;
  padding: 1.15rem;
}

.card ul {
  margin: 0.4rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.45rem;
}

.grid.two > .card {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 0.35rem;
}

.text-link {
  display: inline-flex;
  margin-top: 0.6rem;
  color: var(--blue-700);
  font-weight: 700;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.15rem;
}

.timeline-card {
  overflow: hidden;
}

.timeline {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.timeline-step {
  position: relative;
  border-radius: 18px;
  padding: 1rem;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(240, 248, 255, 0.94));
  border: 1px solid rgba(145, 186, 233, 0.38);
}

.timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--blue-700), var(--blue-500));
  color: #fff;
  font-weight: 700;
}

.timeline-step strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Space Grotesk", "IBM Plex Sans", sans-serif;
}

.timeline-step p {
  margin: 0;
  color: var(--ink-700);
  line-height: 1.58;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 0 1.4rem;
  color: var(--ink-500);
  font-size: 0.9rem;
  border-top: 1px solid rgba(143, 181, 225, 0.28);
}

.footer div {
  display: flex;
  gap: 0.7rem;
}

.footer a {
  color: var(--ink-800);
}

.footer a:hover,
.text-link:hover {
  color: var(--blue-700);
}

@keyframes neuralPulse {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.78;
    filter: drop-shadow(0 0 0 rgba(56, 164, 255, 0.12));
  }
  50% {
    transform: translate3d(-8px, 6px, 0) scale(1.03);
    opacity: 0.94;
    filter: drop-shadow(0 0 14px rgba(56, 164, 255, 0.24));
  }
  100% {
    transform: translate3d(4px, -5px, 0) scale(0.99);
    opacity: 0.86;
    filter: drop-shadow(0 0 8px rgba(56, 164, 255, 0.18));
  }
}

@keyframes neuralDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.58;
  }
  50% {
    transform: translate3d(10px, -8px, 0) scale(1.04);
    opacity: 0.82;
  }
  100% {
    transform: translate3d(-6px, 5px, 0) scale(0.98);
    opacity: 0.66;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none;
  }
}

@media (max-width: 960px) {
  .hero,
  .grid.two,
  .summary-band,
  .summary-points,
  .signal-row,
  .timeline {
    grid-template-columns: 1fr;
  }

  .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .topbar,
  .footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    position: static;
  }

  .final-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand img {
    width: 62px;
    height: 62px;
  }

  .hero::before,
  .hero::after {
    opacity: 0.42;
  }
}
