:root {
  --ink: #0f172a;
  --ink-2: #24324a;
  --muted: #607086;
  --line: #d8e6f0;
  --paper: #f7fbff;
  --white: #ffffff;
  --green-neon: #29d3ff;
  --green-neon-soft: #adf2ff;
  --green: #2d8cff;
  --green-dark: #075ea8;
  --green-deep: #071b33;
  --green-black: #050914;
  --green-mist: #edf8ff;
  --green-line: #a4e9ff;
  --cyan: #62e7ff;
  --violet: #7c5cff;
  --teal: #14b8d4;
  --teal-dark: #08758b;
  --copper: #ff9f5a;
  --shadow: 0 18px 55px rgba(7, 46, 70, 0.18);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; min-width: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
section, #services, #approach, #founders, #contact { scroll-margin-top: 86px; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(45, 140, 255, 0.035) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, rgba(45, 140, 255, 0.03) 1px, transparent 1px) 0 0 / 72px 72px,
    var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { overflow-wrap: anywhere; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
  padding: 0 clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 251, 255, 0.9);
  color: var(--ink);
  box-shadow: 0 8px 26px rgba(6, 34, 54, 0.12), 0 0 28px rgba(41, 211, 255, 0.1);
  backdrop-filter: blur(12px);
}

.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; font-weight: 760; }
.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(41, 211, 255, 0.8);
  border-radius: 6px;
  font-size: 1.05rem;
  letter-spacing: 0;
  color: var(--green-neon-soft);
  background: rgba(41, 211, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(41, 211, 255, 0.18), 0 0 28px rgba(41, 211, 255, 0.18);
}
.brand-name { white-space: nowrap; }
.mobile-header-cta { display: none; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 0.95rem; font-weight: 680; }
.site-nav a { position: relative; opacity: 0.86; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -8px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--green-neon); box-shadow: 0 0 16px rgba(41, 211, 255, 0.58); transition: transform 160ms ease; }
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after { transform: scaleX(1); }
.site-nav .nav-cta {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid rgba(41, 211, 255, 0.42);
  border-radius: 6px;
  color: #03101b;
  background: linear-gradient(135deg, var(--green-neon), var(--green));
  opacity: 1;
  box-shadow: 0 0 26px rgba(41, 211, 255, 0.16);
}
.site-nav .nav-cta::after { display: none; }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 6px;
  color: inherit;
  background: transparent;
}

.hero {
  position: relative;
  min-height: min(760px, 86svh);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--green-black);
}
.hero-image, .hero picture { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 10, 0.93) 0%, rgba(6, 34, 54, 0.78) 42%, rgba(6, 17, 13, 0.46) 82%),
    linear-gradient(180deg, rgba(6, 34, 54, 0.22), rgba(6, 17, 13, 0.78)),
    repeating-linear-gradient(90deg, rgba(41, 211, 255, 0.11) 0 1px, transparent 1px 90px),
    repeating-linear-gradient(0deg, rgba(41, 211, 255, 0.08) 0 1px, transparent 1px 90px);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(41, 211, 255, 0.14) 58% 58.4%, transparent 58.4% 100%),
    linear-gradient(115deg, transparent 0 66%, rgba(57, 213, 255, 0.12) 66% 66.35%, transparent 66.35% 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 7px);
  mix-blend-mode: screen;
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 96px);
  padding: 118px 0 72px;
}
.hero-visual {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 7vw, 104px);
  top: 50%;
  width: min(380px, 30vw);
  height: 390px;
  transform: translateY(-44%);
  color: var(--white);
}
.signal-card, .signal-node {
  position: absolute;
  border: 1px solid rgba(41, 211, 255, 0.42);
  border-radius: 8px;
  background: rgba(6, 17, 13, 0.66);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(173, 242, 255, 0.08);
  backdrop-filter: blur(10px);
}
.signal-card-main {
  left: 50%;
  top: 118px;
  width: 230px;
  padding: 18px;
  transform: translateX(-50%);
}
.signal-label {
  display: block;
  margin-bottom: 8px;
  color: var(--green-neon-soft);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.signal-card strong { display: block; font-size: 1.35rem; line-height: 1.05; }
.signal-meter { height: 9px; margin-top: 18px; overflow: hidden; border: 1px solid rgba(41, 211, 255, 0.36); border-radius: 999px; background: rgba(255,255,255,0.08); }
.signal-meter span { display: block; width: 78%; height: 100%; background: linear-gradient(90deg, var(--green-neon), var(--cyan)); box-shadow: 0 0 24px rgba(41, 211, 255, 0.58); }
.signal-node {
  display: grid;
  place-items: center;
  width: 108px;
  min-height: 54px;
  color: var(--green-neon-soft);
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: node-pulse 3200ms ease-in-out infinite;
}
.signal-node-b { animation-delay: 520ms; }
.signal-node-c { animation-delay: 1040ms; }
.signal-node-a { left: 8px; top: 40px; }
.signal-node-b { right: 0; top: 36px; color: #d7fff0; }
.signal-node-c { right: 46px; bottom: 34px; color: #d7fff0; }
.signal-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(41, 211, 255, 0.88), transparent);
  box-shadow: 0 0 18px rgba(41, 211, 255, 0.44);
  transform-origin: center;
  animation: line-pulse 3600ms ease-in-out infinite;
}
.signal-line-a { width: 164px; left: 76px; top: 118px; transform: rotate(31deg); }
.signal-line-b { width: 150px; right: 62px; top: 122px; transform: rotate(-29deg); animation-delay: 420ms; }
.signal-line-c { width: 126px; right: 86px; bottom: 126px; transform: rotate(67deg); animation-delay: 840ms; }
@keyframes node-pulse {
  0%, 100% { box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), 0 0 0 rgba(41, 211, 255, 0); }
  50% { box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), 0 0 24px rgba(41, 211, 255, 0.34); }
}
@keyframes line-pulse {
  0%, 100% { opacity: 0.62; filter: drop-shadow(0 0 4px rgba(41, 211, 255, 0.22)); }
  50% { opacity: 1; filter: drop-shadow(0 0 13px rgba(41, 211, 255, 0.6)); }
}

.eyebrow, .section-kicker {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--green-neon); text-shadow: 0 0 22px rgba(41, 211, 255, 0.44); }
h1 { max-width: 720px; margin: 0; font-size: clamp(2.7rem, 5.4vw, 5.15rem); line-height: 0.98; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.4rem); line-height: 1.04; letter-spacing: 0; }
h3 { margin: 0; font-size: 1.14rem; line-height: 1.25; }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: rgba(255, 255, 255, 0.82); font-size: clamp(1.05rem, 1.7vw, 1.28rem); }
.hero-proof-list {
  display: grid;
  gap: 8px;
  max-width: 650px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 680;
}
.hero-proof-list li {
  position: relative;
  padding-left: 24px;
}
.hero-proof-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green-neon);
  box-shadow: 0 0 18px rgba(41, 211, 255, 0.62);
  transform: translateY(-50%);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
  margin-top: 24px;
}
.hero-chips span, .service-tag, .case-pattern {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 5px 9px;
  border: 1px solid rgba(41, 211, 255, 0.34);
  border-radius: 999px;
  color: var(--green-neon-soft);
  background: rgba(41, 211, 255, 0.08);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 760;
  cursor: pointer;
}
.button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button.primary { background: linear-gradient(135deg, var(--green-neon), var(--green)); color: #03101b; box-shadow: 0 0 0 1px rgba(41, 211, 255, 0.28), 0 16px 34px rgba(28, 155, 255, 0.36), 0 0 38px rgba(41, 211, 255, 0.18); }
.button.primary:hover { background: var(--green-dark); color: var(--white); }
.button.secondary { border-color: rgba(173, 242, 255, 0.5); color: var(--white); background: rgba(41, 211, 255, 0.08); }
.button:focus-visible, .site-nav a:focus-visible, .nav-toggle:focus-visible {
  outline: 2px solid var(--green-neon);
  outline-offset: 4px;
}

.proof-strip { overflow-x: hidden; background: linear-gradient(90deg, var(--green-deep), #083553 52%, var(--green-black)); color: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(260px, 100%), 1fr)); gap: 1px; width: 100%; max-width: 1180px; margin: 0 auto; background: rgba(255, 255, 255, 0.12); }
.proof-item { position: relative; min-width: 0; min-height: 132px; padding: 26px; background: rgba(6, 34, 54, 0.78); overflow: hidden; }
.proof-item::after { content: ""; position: absolute; left: 26px; right: 26px; bottom: 18px; height: 2px; background: linear-gradient(90deg, var(--green-neon), transparent); opacity: 0.8; }
.proof-value { display: block; color: var(--green-neon); font-size: 1.8rem; font-weight: 820; overflow-wrap: anywhere; text-shadow: 0 0 20px rgba(41, 211, 255, 0.34); }
.proof-label { display: block; margin-top: 6px; color: rgba(255, 255, 255, 0.76); overflow-wrap: anywhere; }

.section { position: relative; overflow: hidden; padding: clamp(58px, 9vw, 112px) clamp(18px, 5vw, 64px); }
.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(18px, 5vw, 64px);
  width: 120px;
  height: 3px;
  background: linear-gradient(90deg, var(--green-neon), var(--cyan), transparent);
  box-shadow: 0 0 18px rgba(41, 211, 255, 0.42);
}
.section::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  top: 34px;
  width: min(220px, 28vw);
  height: min(220px, 28vw);
  pointer-events: none;
  border: 1px solid rgba(41, 211, 255, 0.08);
  background:
    radial-gradient(circle at 50% 50%, rgba(41, 211, 255, 0.1), transparent 54%),
    linear-gradient(45deg, transparent 48%, rgba(41, 211, 255, 0.18) 49% 51%, transparent 52%);
  transform: rotate(14deg);
}
.intro::after { right: auto; left: clamp(18px, 7vw, 96px); transform: rotate(-12deg) scale(0.82); opacity: 0.68; }
.intro { padding-bottom: clamp(28px, 3.5vw, 48px); }
.services { padding-top: clamp(48px, 6vw, 76px); }
.services::after { transform: rotate(10deg) scale(1.04); opacity: 0.82; }
.approach::after { right: auto; left: clamp(18px, 5vw, 64px); transform: rotate(-9deg) scale(0.74); opacity: 0.62; }
.founders::after { transform: rotate(18deg) scale(0.86); opacity: 0.7; }
.proof::after { right: auto; left: clamp(18px, 5vw, 64px); transform: rotate(-16deg) scale(0.95); opacity: 0.68; }
.blueprint-section::after { transform: rotate(24deg) scale(1.08); opacity: 0.78; }
.section > * { position: relative; z-index: 1; width: 100%; max-width: 1180px; margin-left: auto; margin-right: auto; }
.split { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(280px, 1fr); gap: clamp(28px, 6vw, 80px); align-items: start; }
.split p, .section-heading p, .contact-panel p { color: var(--muted); font-size: 1.05rem; }
.section-heading { display: grid; grid-template-columns: minmax(280px, 0.95fr) minmax(240px, 0.55fr); gap: 32px; align-items: end; margin-bottom: 34px; }
.card-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.fit-section { background: linear-gradient(180deg, #f7fcff 0%, #eef9ff 100%); }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.fit-card { min-height: 210px; padding: 24px; background: rgba(255, 255, 255, 0.88); }
.fit-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  border: 1px solid rgba(41, 211, 255, 0.48);
  border-radius: 14px;
  color: #031728;
  background:
    linear-gradient(135deg, rgba(41, 211, 255, 0.92), rgba(255, 255, 255, 0.92) 52%, rgba(124, 92, 255, 0.18)),
    #e8fbff;
  box-shadow: 0 14px 30px rgba(28, 155, 255, 0.16);
}
.fit-icon svg { width: 23px; height: 23px; stroke-width: 2.1; }
.fit-card p { margin: 0; color: var(--muted); font-weight: 680; }
.inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 64px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(41, 211, 255, 0.16), transparent 52%),
    var(--green-deep);
}
.inline-cta > * { max-width: 1180px; }
.inline-cta div { display: grid; gap: 4px; }
.inline-cta span { color: var(--green-neon-soft); font-size: 0.76rem; font-weight: 820; letter-spacing: 0.1em; text-transform: uppercase; }
.inline-cta strong { font-size: clamp(1.05rem, 2vw, 1.42rem); line-height: 1.2; }

.service-card, .case-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(23, 33, 38, 0.03);
}
.service-card { position: relative; min-height: 270px; padding: 24px; overflow: hidden; transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease; background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.92)); }
.service-card:hover { transform: translateY(-3px); border-color: rgba(41, 211, 255, 0.42); box-shadow: 0 16px 42px rgba(6, 34, 54, 0.12), 0 0 30px rgba(41, 211, 255, 0.1); }
.service-card::before, .case-card::before, .founder-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--green-neon), var(--cyan), transparent);
}
.service-card::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -24px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(41, 211, 255, 0.14);
  border-radius: 999px;
}
.service-tag { margin-bottom: 14px; color: var(--green-dark); background: rgba(41, 211, 255, 0.12); }
.service-card .icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border: 1px solid rgba(41, 211, 255, 0.34); border-radius: 999px; background: linear-gradient(135deg, #f4fcff, #dff5ff); color: var(--green-dark); box-shadow: 0 12px 30px rgba(28, 155, 255, 0.16); }
.service-card svg { width: 22px; height: 22px; }
.service-card p, .case-card p { color: var(--muted); }
.service-card-priority { min-height: 300px; background: linear-gradient(145deg, rgba(255,255,255,0.98), rgba(235, 248, 255, 0.96)); box-shadow: 0 14px 38px rgba(7, 46, 70, 0.08); }
.service-card-priority .icon { width: 56px; height: 56px; color: #03101b; background: linear-gradient(135deg, var(--green-neon), #ffffff 48%, rgba(124, 92, 255, 0.22)); box-shadow: 0 16px 34px rgba(41, 211, 255, 0.24); }
.service-card-priority .service-tag { color: #03101b; background: linear-gradient(135deg, rgba(41, 211, 255, 0.22), rgba(124, 92, 255, 0.12)); }

.ai-section {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(41, 211, 255, 0.08) 1px, transparent 1px) 0 0 / 58px 58px,
    linear-gradient(180deg, rgba(124, 92, 255, 0.08) 1px, transparent 1px) 0 0 / 58px 58px,
    radial-gradient(circle at 18% 18%, rgba(41, 211, 255, 0.24), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(255, 159, 90, 0.18), transparent 30%),
    linear-gradient(135deg, #050914 0%, #082742 52%, #130b2c 100%);
}
.ai-section::after { opacity: 0.2; }
.ai-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 0.85fr);
  gap: clamp(24px, 5vw, 62px);
  align-items: center;
}
.ai-copy p:not(.section-kicker) { color: rgba(255, 255, 255, 0.76); }
.ai-copy h2 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 4.4rem);
  line-height: 0.98;
}
.ai-console {
  position: relative;
  min-height: 382px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(173, 242, 255, 0.28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(41, 211, 255, 0.14), rgba(124, 92, 255, 0.12)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.05), 0 28px 78px rgba(0, 0, 0, 0.24), 0 0 42px rgba(41, 211, 255, 0.14);
  overflow: hidden;
}
.ai-console::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(41, 211, 255, 0.18);
  border-radius: 6px;
}
.ai-console::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-neon), var(--copper), transparent);
  box-shadow: 0 0 26px rgba(41, 211, 255, 0.32);
}
.ai-console-top,
.ai-metrics { position: relative; z-index: 2; }
.ai-console-top span {
  display: block;
  margin-bottom: 14px;
  color: var(--green-neon);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ai-console-top strong {
  display: block;
  max-width: 330px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.02;
}
.ai-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 76px;
}
.ai-metrics span {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(173, 242, 255, 0.22);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(6, 17, 13, 0.42);
}
.ai-metrics strong { color: var(--green-neon); font-size: 0.86rem; }

.approach { background: linear-gradient(180deg, #ecf9ff 0%, #dff4ff 100%); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); overflow: hidden; }
.process-grid::before { content: ""; position: absolute; left: 7%; right: 7%; top: 64px; height: 2px; z-index: 1; background: linear-gradient(90deg, var(--green-neon), var(--cyan), var(--green-neon)); box-shadow: 0 0 22px rgba(41, 211, 255, 0.28); }
.process-step { position: relative; min-height: 250px; padding: 24px; background: #f7fcff; overflow: hidden; }
.process-step::after { content: ""; position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; border-top: 2px solid rgba(41, 211, 255, 0.5); border-right: 2px solid rgba(41, 211, 255, 0.5); }
.process-number { position: relative; z-index: 2; display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 34px; border: 1px solid rgba(41, 211, 255, 0.52); border-radius: 999px; color: #031728; background: linear-gradient(135deg, var(--green-neon), #c9f5ff); font-weight: 820; box-shadow: 0 0 24px rgba(41, 211, 255, 0.28); }
.process-step p { color: var(--muted); }

.lifecycle-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(41, 211, 255, 0.18), transparent 34%),
    linear-gradient(180deg, #f7fbff 0%, #edf8ff 100%);
}
.lifecycle-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.lifecycle-card {
  position: relative;
  min-height: 292px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #ffffff, #f5fbff);
  box-shadow: 0 14px 38px rgba(6, 34, 54, 0.08);
  overflow: hidden;
}
.lifecycle-card::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--green-neon), transparent);
}
.lifecycle-card-emphasis {
  border-color: rgba(41, 211, 255, 0.52);
  background:
    linear-gradient(135deg, rgba(41, 211, 255, 0.16), rgba(124, 92, 255, 0.08)),
    #ffffff;
  box-shadow: 0 18px 46px rgba(6, 34, 54, 0.1), 0 0 34px rgba(41, 211, 255, 0.1);
}
.lifecycle-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  border: 1px solid rgba(41, 211, 255, 0.44);
  border-radius: 999px;
  color: #03101b;
  background: linear-gradient(135deg, var(--green-neon), #ffffff);
  box-shadow: 0 0 24px rgba(41, 211, 255, 0.18);
}
.lifecycle-icon svg { width: 22px; height: 22px; }
.lifecycle-card p { color: var(--muted); }

.engagement-section {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 10%, rgba(41, 211, 255, 0.2), transparent 30%),
    radial-gradient(circle at 90% 20%, rgba(124, 92, 255, 0.18), transparent 28%),
    linear-gradient(135deg, #071b33 0%, #0f2745 52%, #050914 100%);
}
.engagement-section::after { opacity: 0.34; }
.engagement-section .section-heading p { color: rgba(255, 255, 255, 0.72); }
.engagement-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.engagement-card {
  position: relative;
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(173, 242, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045), 0 24px 58px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
.engagement-card::before {
  content: "";
  position: absolute;
  inset: auto 22px 22px 22px;
  height: 2px;
  background: linear-gradient(90deg, var(--green-neon), rgba(124, 92, 255, 0.72), transparent);
}
.engagement-card-emphasis {
  border-color: rgba(41, 211, 255, 0.42);
  background: linear-gradient(145deg, rgba(41, 211, 255, 0.16), rgba(124, 92, 255, 0.12));
}
.engagement-icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  border: 1px solid rgba(173, 242, 255, 0.38);
  border-radius: 999px;
  color: #03101b;
  background: linear-gradient(135deg, var(--green-neon), #ffffff);
  box-shadow: 0 0 30px rgba(41, 211, 255, 0.22);
}
.engagement-icon svg { width: 24px; height: 24px; }
.engagement-card h3 { color: var(--white); }
.engagement-card p { color: rgba(255, 255, 255, 0.72); }

.founders { background: linear-gradient(180deg, var(--paper), #edf9ff); }
.founder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.founder-card { position: relative; display: grid; grid-template-columns: 112px 1fr; gap: 20px; align-items: start; min-height: 214px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #ffffff, #f6fbff); box-shadow: 0 12px 36px rgba(6, 34, 54, 0.08); overflow: hidden; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.founder-card:hover { transform: translateY(-3px); border-color: rgba(41, 211, 255, 0.42); box-shadow: 0 18px 44px rgba(6, 34, 54, 0.12), 0 0 30px rgba(41, 211, 255, 0.1); }
.founder-card::after { display: none; }
.founder-media { width: 112px; aspect-ratio: 1; overflow: hidden; border: 2px solid rgba(41, 211, 255, 0.54); border-radius: 8px; background-color: var(--ink); background-position: center; background-size: cover; box-shadow: 0 10px 28px rgba(23, 33, 38, 0.14), 0 0 0 5px rgba(41, 211, 255, 0.07); }
.founder-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(0.92) contrast(1.04); }
.founder-initials { display: inline-grid; place-items: center; width: 100%; height: 100%; color: var(--white); font-size: 1.35rem; font-weight: 820; }
.founder-card strong { display: inline-flex; align-items: center; width: max-content; max-width: 100%; min-height: 28px; margin-top: 5px; padding: 4px 9px; border: 1px solid rgba(41, 211, 255, 0.24); border-radius: 999px; color: var(--green-dark); background: rgba(41, 211, 255, 0.08); font-size: 0.78rem; line-height: 1; }
.founder-credential { display: block; margin: 9px 0 8px; color: var(--ink-2); font-size: 0.88rem; font-weight: 760; line-height: 1.32; }
.founder-trust { display: block; margin-bottom: 9px; color: var(--muted); font-size: 0.84rem; line-height: 1.36; }
.founder-card p { margin: 0; color: var(--muted); font-size: 0.93rem; line-height: 1.48; }

.case-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; min-height: 280px; padding: 24px; overflow: hidden; background: linear-gradient(180deg, #ffffff 0%, #f7fff9 100%); }
.case-card::after { display: none; }
.case-pattern { margin-bottom: 18px; color: var(--green-dark); background: rgba(41, 211, 255, 0.12); }
.case-shift {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
}
.case-shift p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(41, 211, 255, 0.18);
  border-radius: 6px;
  background: rgba(41, 211, 255, 0.055);
  color: var(--ink-2);
  font-size: 0.88rem;
  line-height: 1.35;
}
.case-after { border-color: rgba(41, 211, 255, 0.36) !important; background: rgba(41, 211, 255, 0.1) !important; }
.case-result { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--green-line); color: var(--green-dark); font-weight: 760; }

.blueprint-section {
  color: var(--white);
  background:
    radial-gradient(circle at 18% 8%, rgba(41, 211, 255, 0.22), transparent 34%),
    radial-gradient(circle at 88% 72%, rgba(57, 213, 255, 0.16), transparent 32%),
    linear-gradient(135deg, #050b16 0%, #0a385c 58%, #061827 100%);
}
.blueprint-section .section-heading p { color: rgba(255, 255, 255, 0.72); }
.blueprint-board {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(41, 211, 255, 0.22);
  border-radius: var(--radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(41, 211, 255, 0.07) 1px, transparent 1px) 0 0 / 52px 52px,
    linear-gradient(180deg, rgba(41, 211, 255, 0.06) 1px, transparent 1px) 0 0 / 52px 52px,
    rgba(6, 17, 13, 0.62);
  box-shadow: inset 0 0 0 1px rgba(173, 242, 255, 0.06), 0 28px 78px rgba(0, 0, 0, 0.18);
}
.blueprint-board::before,
.blueprint-board::after {
  content: "";
  position: absolute;
  inset: 50% 12%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(41, 211, 255, 0.8), rgba(57, 213, 255, 0.64), transparent);
  box-shadow: 0 0 24px rgba(41, 211, 255, 0.34);
}
.blueprint-board::after {
  inset: 13% auto 13% 50%;
  width: 2px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(41, 211, 255, 0.72), rgba(57, 213, 255, 0.58), transparent);
}
.blueprint-core {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 210px;
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(41, 211, 255, 0.58);
  border-radius: 8px;
  text-align: center;
  background: rgba(6, 17, 13, 0.84);
  box-shadow: 0 0 46px rgba(41, 211, 255, 0.22), inset 0 0 0 1px rgba(173, 242, 255, 0.1);
  transform: translate(-50%, -50%);
}
.blueprint-core span,
.blueprint-node span {
  color: var(--green-neon);
  font-size: 0.72rem;
  font-weight: 820;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.blueprint-core strong { font-size: 1.38rem; line-height: 1.04; }
.blueprint-node {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: min(320px, 32%);
  min-height: 158px;
  padding: 20px;
  border: 1px solid rgba(41, 211, 255, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(173, 242, 255, 0.06);
  backdrop-filter: blur(10px);
}
.blueprint-node strong { font-size: 1.02rem; }
.blueprint-node p { margin: 0; color: rgba(255, 255, 255, 0.7); font-size: 0.94rem; line-height: 1.45; }
.blueprint-node-a { left: 34px; top: 34px; }
.blueprint-node-b { right: 34px; top: 34px; }
.blueprint-node-c { left: 34px; bottom: 34px; }
.blueprint-node-d { right: 34px; bottom: 34px; }

.contact-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(41, 211, 255, 0.2), transparent 34%),
    repeating-linear-gradient(90deg, rgba(41, 211, 255, 0.08) 0 1px, transparent 1px 84px),
    linear-gradient(135deg, var(--green-deep) 0%, #10171b 68%);
}
.contact-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(280px, 0.75fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.contact-section::after { display: none; }
.contact-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(41, 211, 255, 0.38); border-radius: inherit; box-shadow: inset 0 0 42px rgba(41, 211, 255, 0.08); }
.contact-panel::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--green-neon), var(--cyan), var(--violet)); }
.next-steps {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid rgba(41, 211, 255, 0.24);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(41, 211, 255, 0.08), rgba(57, 213, 255, 0.05));
}
.next-steps span {
  display: block;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.next-steps ol { margin: 0; padding-left: 18px; color: var(--muted); }
.next-steps li + li { margin-top: 6px; }
.next-steps p { margin: 12px 0 0; color: var(--ink-2); font-weight: 760; }
.email-fallback { margin-top: 18px; font-weight: 760; }
.email-fallback a { color: var(--green-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.contact-form { display: grid; gap: 14px; }
label { display: grid; gap: 7px; color: var(--ink-2); font-size: 0.92rem; font-weight: 760; }
input, select, textarea { width: 100%; border: 1px solid #c7d4d8; border-radius: 6px; padding: 12px; color: var(--ink); background: #fbfcfb; font: inherit; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--green-neon); box-shadow: 0 0 0 4px rgba(41, 211, 255, 0.15), 0 0 24px rgba(41, 211, 255, 0.12); }
textarea { resize: vertical; }
.contact-form .button { justify-self: start; }
.form-status {
  min-height: 24px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0;
  color: var(--green);
  font-weight: 760;
}
.form-status:not(:empty) {
  padding: 12px 14px;
}
.form-status.is-sending {
  border-color: rgba(40, 68, 73, 0.18);
  background: #f4f7f6;
  color: var(--ink);
}
.form-status.is-success {
  border-color: rgba(40, 125, 78, 0.3);
  background: #edf7f0;
  color: #1d6d3f;
}
.form-status.is-error {
  border-color: rgba(154, 47, 47, 0.3);
  background: #fff1ef;
  color: #9a2f2f;
}

.site-footer { display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 24px; padding: 30px clamp(18px, 5vw, 64px); color: rgba(255, 255, 255, 0.74); background: #061827; }
.site-footer div { display: grid; gap: 4px; }
.site-footer strong { color: var(--white); }
.site-footer a { color: var(--green-neon-soft); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; font-size: 0.9rem; font-weight: 720; }
.footer-links a { color: rgba(255, 255, 255, 0.78); }
.footer-links a:hover, .footer-domain:hover { color: var(--green-neon); }
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .signal-node, .signal-line { animation: none; }
}

@media (max-width: 920px) {
  .nav-toggle { display: inline-grid; place-items: center; }
  .mobile-header-cta { display: inline-grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(41, 211, 255, 0.42); border-radius: 6px; color: #03101b; background: linear-gradient(135deg, var(--green-neon), var(--green)); box-shadow: 0 0 22px rgba(41, 211, 255, 0.18); }
  .mobile-header-cta svg { width: 18px; height: 18px; }
  .site-nav { position: absolute; top: 72px; right: 18px; display: none; min-width: 260px; padding: 14px; border: 1px solid rgba(41, 211, 255, 0.26); border-radius: 8px; color: var(--ink); background: rgba(255, 255, 255, 0.96); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
  .site-nav.is-open { display: grid; }
  .site-nav a { min-height: 44px; display: flex; align-items: center; border-bottom: 1px solid rgba(6, 34, 54, 0.08); }
  .site-nav .nav-cta { justify-content: center; margin-top: 8px; border-bottom: 0; }
  .hero-visual { right: 18px; width: 260px; height: 290px; opacity: 0.72; transform: translateY(-32%); }
  .signal-card-main { width: 186px; padding: 14px; }
  .signal-card strong { font-size: 1rem; }
  .signal-node { width: 88px; min-height: 46px; font-size: 0.68rem; }
  .proof-grid, .card-grid, .case-grid, .founder-grid, .engagement-board, .lifecycle-grid { grid-template-columns: 1fr; }
  .proof-grid { width: 100%; max-width: 100%; }
  .ai-stage { grid-template-columns: 1fr; }
  .ai-console { min-height: auto; }
  .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .inline-cta { display: grid; }
  .blueprint-board { min-height: auto; display: grid; gap: 12px; padding: 18px; }
  .blueprint-board::before, .blueprint-board::after { display: none; }
  .blueprint-core, .blueprint-node { position: relative; left: auto; right: auto; top: auto; bottom: auto; width: 100%; min-height: auto; transform: none; }
  .blueprint-node { padding: 22px; }
  .blueprint-node p { font-size: 1rem; line-height: 1.5; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .split, .section-heading, .contact-panel { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand-name { max-width: 178px; white-space: normal; line-height: 1.05; }
  .site-header { gap: 10px; }
  .hero { min-height: min(660px, 82svh); }
  .hero-image { object-position: 58% center; }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 12, 10, 0.96) 0%, rgba(6, 34, 54, 0.84) 62%, rgba(6, 17, 13, 0.58) 100%),
      linear-gradient(180deg, rgba(6, 34, 54, 0.26), rgba(6, 17, 13, 0.84)),
      repeating-linear-gradient(90deg, rgba(41, 211, 255, 0.1) 0 1px, transparent 1px 78px),
      repeating-linear-gradient(0deg, rgba(41, 211, 255, 0.07) 0 1px, transparent 1px 78px);
  }
  .hero-content { width: calc(100vw - 56px); max-width: calc(100vw - 56px); margin-left: 14px; padding-top: 96px; padding-bottom: 58px; }
  .hero-visual { display: none; }
  h1 { font-size: 2.08rem; line-height: 1.08; }
  .hero .eyebrow, .hero h1, .hero-copy { width: min(300px, calc(100vw - 56px)); max-width: min(300px, calc(100vw - 56px)); }
  .hero-copy { font-size: 1rem; }
  .hero-proof-list { gap: 8px; margin-top: 16px; width: min(300px, calc(100vw - 56px)); max-width: min(300px, calc(100vw - 56px)); font-size: 0.86rem; line-height: 1.32; }
  .hero-proof-list li { overflow-wrap: anywhere; }
  .proof-item { padding: 20px 18px; }
  .proof-value { font-size: 1.34rem; line-height: 1.08; }
  .hero-chips { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 18px; width: min(300px, calc(100vw - 56px)); }
  .hero-chips span { justify-content: center; width: 100%; min-height: 32px; padding: 5px 7px; text-align: center; font-size: 0.6rem; line-height: 1.15; }
  .hero-actions { width: min(300px, calc(100vw - 56px)); gap: 10px; margin-top: 30px; margin-bottom: 4px; }
  .button { font-size: 0.94rem; }
  h2 { font-size: 1.72rem; line-height: 1.08; }
  .section { padding: 54px 14px; }
  .section::before { width: 96px; }
  .section::after { right: -72px; width: 112px; height: 112px; opacity: 0.34; }
  .section > * { width: min(320px, calc(100vw - 56px)); max-width: min(320px, calc(100vw - 56px)); margin-left: 0; margin-right: auto; }
  .section-heading { margin-bottom: 26px; }
  .card-grid, .case-grid, .founder-grid { gap: 14px; }
  .ai-metrics { grid-template-columns: 1fr; margin-top: 38px; }
  .ai-metrics span { min-height: auto; }
  .lifecycle-card { min-height: auto; padding: 20px; }
  .fit-grid { grid-template-columns: 1fr; gap: 1px; }
  .fit-card { min-height: auto; padding: 18px; }
  .fit-icon { width: 42px; height: 42px; margin-bottom: 16px; border-radius: 12px; }
  .fit-icon svg { width: 21px; height: 21px; }
  .service-card, .case-card, .founder-card { padding: 18px; }
  .process-step { padding: 20px 18px 18px 72px; min-height: 210px; }
  .case-card::after, .founder-card::after { display: none; }
  .button { width: 100%; }
  select { font-size: 0.95rem; }
  .founder-card { grid-template-columns: 1fr; min-height: auto; }
  .founder-media { width: 104px; }
  .founder-credential { font-size: 0.84rem; }
  .founder-trust { font-size: 0.84rem; }
  .inline-cta { padding: 24px 14px; }
  .inline-cta > * { width: min(320px, calc(100vw - 56px)); margin-left: 0; margin-right: auto; }
  input, select { min-height: 48px; }
  .contact-form .button { margin-top: 4px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid::after { content: ""; position: absolute; left: 38px; top: 28px; bottom: 28px; width: 2px; z-index: 1; background: linear-gradient(rgba(41, 211, 255, 0.62), rgba(41, 211, 255, 0.06)); box-shadow: 0 0 10px rgba(41, 211, 255, 0.26); }
  .process-number { position: absolute; left: 18px; top: 20px; width: 40px; height: 40px; margin: 0; font-size: 0.88rem; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { display: grid; grid-template-columns: 1fr; justify-content: flex-start; gap: 12px; width: 100%; font-size: 1.06rem; }
  .footer-links a { display: flex; align-items: center; min-height: 56px; padding: 15px 16px; border: 1px solid rgba(41, 211, 255, 0.24); border-radius: 6px; background: rgba(255, 255, 255, 0.07); }
  .footer-domain { display: inline-flex; align-items: center; min-height: 52px; margin-top: -2px; font-size: 1.02rem; font-weight: 760; }
}
