:root {
  --bg: #070b14;
  --bg-2: #0b1222;
  --panel: rgba(16, 26, 46, 0.72);
  --text: #eef6ff;
  --muted: #a8b8d4;
  --quiet: #71819d;
  --line: rgba(154, 178, 216, 0.2);
  --blue: #89ddff;
  --teal: #5ff0cb;
  --violet: #9f8cff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 8%, rgba(137, 221, 255, 0.18), transparent 30rem),
    radial-gradient(circle at 18% 0%, rgba(159, 140, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 48%, var(--bg));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.62;
  overflow-x: hidden;
}

a { color: inherit; }

.bg-orb {
  position: fixed;
  z-index: -1;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.22;
  pointer-events: none;
}

.bg-orb-a { left: -14rem; top: 10%; background: var(--blue); }
.bg-orb-b { right: -16rem; bottom: 8%; background: var(--violet); }

.site-header {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 40;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 36px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(7, 11, 20, 0.72);
  backdrop-filter: blur(20px);
}

.logo {
  display: block;
  height: 42px;
  width: auto;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -0.01em;
}

.nav-cta {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.035);
}

.button.primary {
  margin-top: 22px;
  color: #04101c;
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 18px 70px rgba(95, 240, 203, 0.14);
}

.section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 108px 0;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  gap: 76px;
  align-items: center;
  padding-top: 160px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(2.65rem, 5.1vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 4.25vw, 4.15rem);
  line-height: 1.03;
  letter-spacing: -0.06em;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
}

.hero-lead {
  color: #fff;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

.hero-copy p:not(.eyebrow),
.section-intro p,
.thesis-point p,
.final-panel p,
.usecase-card p,
.capability-card p,
.loop-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-visual {
  position: relative;
  min-height: 610px;
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 44%, rgba(137, 221, 255, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.02));
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle, black, transparent 77%);
}

.visual-label {
  position: absolute;
  left: 26px;
  top: 24px;
  z-index: 2;
  color: var(--quiet);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cycle-svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 610px;
}

.cycle-ring {
  fill: none;
  stroke: rgba(137, 221, 255, 0.22);
  stroke-width: 1.5;
}

.cycle-path {
  fill: none;
  stroke: url(#ringGradient);
  stroke-width: 3;
  stroke-dasharray: 8 15;
  opacity: 0.65;
}

.center-core circle {
  fill: rgba(11, 20, 36, 0.86);
  stroke: rgba(255,255,255,0.17);
}

.center-core text {
  fill: var(--muted);
  font-size: 17px;
  letter-spacing: 0.04em;
}

.center-core .bold {
  fill: var(--text);
  font-size: 22px;
  font-weight: 800;
}

.node-svg rect {
  fill: rgba(10, 18, 34, 0.90);
  stroke: rgba(154, 178, 216, 0.30);
}

.node-title {
  fill: var(--text);
  font-size: 21px;
  font-weight: 800;
}

.node-sub {
  fill: var(--muted);
  font-size: 14px;
}

.thesis {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 64px;
  align-items: start;
}

.thesis-grid {
  display: grid;
  gap: 18px;
}

.thesis-point {
  padding: 24px 0 24px 24px;
  border-left: 1px solid var(--line);
}

.thesis-point span,
.capability-card span {
  display: block;
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 900;
}

.section-intro {
  max-width: 790px;
  margin: 0 auto 54px;
  text-align: center;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.capability-card,
.flow-card,
.usecase-card,
.trust-item {
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(137,221,255,0.12), transparent 14rem),
    var(--panel);
}

.capability-card {
  padding: 26px;
}

.model-flow {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto;
  gap: 16px;
  align-items: center;
}

.flow-card {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 24px;
  text-align: center;
}

.flow-card span {
  color: var(--text);
  font-weight: 800;
  font-size: 1.05rem;
}

.flow-arrow {
  color: var(--blue);
  font-size: 2rem;
  opacity: 0.75;
}

.flow-arrow.loop {
  color: var(--teal);
}

.loop-copy {
  margin-top: 24px;
  text-align: center;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.usecase-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.06)),
    radial-gradient(circle at top left, rgba(159,140,255,0.12), transparent 14rem);
}

.trust-row {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.trust-item {
  padding: 22px;
  background: rgba(137, 221, 255, 0.055);
}

.trust-item strong {
  display: block;
  margin-bottom: 8px;
}

.trust-item span {
  color: var(--muted);
}

.final {
  padding-bottom: 88px;
}

.final-panel {
  padding: clamp(36px, 8vw, 86px);
  border: 1px solid var(--line);
  border-radius: 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(137,221,255,0.16), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  text-align: center;
  box-shadow: var(--shadow);
}

.final-panel h2,
.final-panel p {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.final-line {
  color: var(--text) !important;
  font-weight: 800;
  margin-top: 28px;
}

.footer {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 28px 0 48px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.92rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 120ms; }
.delay-2 { transition-delay: 220ms; }
.delay-3 { transition-delay: 320ms; }

@media (max-width: 1040px) {
  .hero,
  .thesis {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .capability-grid,
  .model-flow {
    grid-template-columns: 1fr;
  }

  .flow-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }

  .trust-row,
  .usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 14px;
    width: calc(100% - 24px);
  }

  .logo { height: 34px; }

  .nav-cta {
    min-height: 40px;
    padding: 0 15px;
  }

  .section {
    width: calc(100% - 28px);
    padding: 86px 0;
  }

  .hero {
    padding-top: 136px;
    gap: 52px;
  }

  h1 { font-size: 2.55rem; }
  h2 { font-size: 2.3rem; }

  .hero-visual,
  .cycle-svg {
    min-height: 500px;
  }

  .node-title { font-size: 18px; }
  .node-sub { font-size: 12px; }

  .trust-row,
  .usecase-grid {
    grid-template-columns: 1fr;
  }

  .footer {
    flex-direction: column;
    width: calc(100% - 28px);
  }
}
