:root {
  --ink: #09101f;
  --ink-soft: #111b2e;
  --ink-card: #121d31;
  --paper: #f3f5ed;
  --paper-deep: #e9ece2;
  --white: #ffffff;
  --accent: #d9ef88;
  --accent-bright: #e7f9a8;
  --accent-dark: #9db842;
  --text: #e9ede2;
  --text-muted: #9ea8b8;
  --dark-text: #121927;
  --dark-muted: #5c6674;
  --line: rgba(255, 255, 255, 0.1);
  --line-dark: rgba(9, 16, 31, 0.12);
  --radius: 24px;
  --shell: 1220px;
  --shadow: 0 24px 80px rgba(3, 8, 18, 0.24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
::selection { color: var(--ink); background: var(--accent); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 18px; z-index: 1000; background: var(--accent); color: var(--ink); border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.ambient { position: fixed; border-radius: 50%; pointer-events: none; filter: blur(90px); opacity: .14; z-index: -1; }
.ambient-one { width: 420px; height: 420px; background: var(--accent); top: 4%; right: -180px; }
.ambient-two { width: 360px; height: 360px; background: #4675ff; top: 38%; left: -230px; opacity: .08; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled { background: rgba(9, 16, 31, .83); border-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand img { width: 226px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; color: #c7ced7; }
.nav-links > a:not(.nav-cta) { position: relative; padding: 10px 0; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 1px; background: var(--accent); transition: right .25s ease; }
.nav-links > a:not(.nav-cta):hover { color: var(--white); }
.nav-links > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: var(--ink); background: var(--accent); border: 1px solid var(--accent); border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover { transform: translateY(-2px); background: var(--accent-bright); }
.menu-toggle { display: none; width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); color: var(--white); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span:not(.sr-only) { width: 20px; height: 1px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; padding: 174px 0 54px; min-height: 860px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, black, transparent 82%); pointer-events: none; }
.hero::after { content: ""; position: absolute; width: 780px; height: 780px; right: -300px; top: -250px; border: 1px solid rgba(217, 239, 136, .09); border-radius: 50%; box-shadow: 0 0 0 110px rgba(217,239,136,.02), 0 0 0 220px rgba(217,239,136,.015); pointer-events: none; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; line-height: 1; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #68752e; }
.hero h1 { max-width: 720px; margin: 25px 0 24px; font-size: clamp(50px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; font-weight: 620; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-intro { max-width: 650px; margin: 0; color: #b2bbc7; font-size: 19px; line-height: 1.68; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button svg { width: 19px; height: 19px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:hover svg { transform: translateX(3px); }
.button-primary { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.button-primary:hover { background: var(--accent-bright); }
.button-secondary { color: var(--white); border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.035); }
.button-secondary:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.07); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 33px; color: #8e98a8; font-size: 12px; }
.hero-proof div { display: flex; align-items: center; gap: 8px; }
.pulse { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(217,239,136,.08); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; perspective: 1200px; }
.visual-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--accent); filter: blur(125px); opacity: .1; }
.operating-card { position: relative; z-index: 3; width: min(100%, 570px); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: linear-gradient(155deg, rgba(24,36,57,.96), rgba(10,17,31,.98)); box-shadow: 0 38px 100px rgba(0,0,0,.4); overflow: hidden; transform-style: preserve-3d; transition: transform .15s ease-out; }
.operating-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 15%, rgba(255,255,255,.04) 45%, transparent 70%); transform: translateX(-120%); animation: sheen 8s ease-in-out infinite; pointer-events: none; }
@keyframes sheen { 0%, 65% { transform: translateX(-120%); } 85%, 100% { transform: translateX(120%); } }
.card-topbar { min-height: 53px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .13em; color: #8793a3; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.18); }
.system-label { text-align: center; }
.status { justify-self: end; display: flex; align-items: center; gap: 7px; color: var(--accent); }
.status span { width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: blink 1.7s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .35; } }
.terminal { min-height: 205px; padding: 25px 27px; font: 12px/1.85 "SFMono-Regular", Consolas, "Liberation Mono", monospace; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 90% 5%, rgba(217,239,136,.07), transparent 38%); }
.terminal-line { color: #d8dde4; }
.terminal-line.muted { color: #657185; }
.terminal-line.success { color: #a7bd65; }
.prompt { color: var(--accent); }
.cursor { display: inline-block; width: 7px; height: 14px; margin-left: 4px; vertical-align: -2px; background: var(--accent); animation: blink .8s step-end infinite; }
.pipeline { padding: 24px 27px 26px; }
.pipeline-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; font-size: 11px; color: #cbd2dc; }
.live-label { color: var(--accent); font-size: 8px; letter-spacing: .16em; }
.pipeline-row { display: grid; grid-template-columns: 72px 1fr 48px; align-items: center; gap: 12px; margin-top: 14px; font-size: 9px; color: #7f8a9a; }
.pipeline-row b { color: #aeb7c5; font-weight: 650; text-align: right; }
.bar { height: 5px; background: rgba(255,255,255,.07); overflow: hidden; border-radius: 99px; }
.bar i { display: block; width: var(--value); height: 100%; background: linear-gradient(90deg, #8aa03e, var(--accent)); border-radius: inherit; transform-origin: left; animation: growBar 1.4s ease both; }
@keyframes growBar { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.visual-footer { min-height: 63px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 27px; }
.visual-footer small { display: block; font-size: 7px; letter-spacing: .16em; color: #596579; margin-bottom: 5px; }
.visual-footer strong { display: block; font-size: 9px; letter-spacing: .08em; color: #c4ccd6; }
.signal { height: 22px; display: flex; align-items: flex-end; gap: 3px; }
.signal span { width: 3px; border-radius: 3px; background: var(--accent); opacity: .65; animation: signal 1.6s ease-in-out infinite; }
.signal span:nth-child(1) { height: 6px; }
.signal span:nth-child(2) { height: 12px; animation-delay: .15s; }
.signal span:nth-child(3) { height: 18px; animation-delay: .3s; }
.signal span:nth-child(4) { height: 22px; animation-delay: .45s; }
@keyframes signal { 50% { opacity: .2; transform: scaleY(.72); } }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 185px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(10,17,31,.86); box-shadow: 0 18px 50px rgba(0,0,0,.26); backdrop-filter: blur(13px); animation: float 5s ease-in-out infinite; }
.floating-note > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--accent); font-size: 9px; font-weight: 800; }
.floating-note small { display: block; color: #727d8c; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.floating-note strong { display: block; margin-top: 3px; font-size: 11px; color: #e2e6eb; }
.note-one { left: -16px; top: 95px; }
.note-two { right: -16px; bottom: 73px; animation-delay: -2.2s; }
@keyframes float { 50% { transform: translateY(-10px); } }
.hero-bottom { position: relative; z-index: 3; margin-top: 68px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #8993a2; font-size: 13px; }
.hero-bottom p { max-width: 660px; margin: 0; line-height: 1.7; }
.hero-bottom a { color: #d6dce4; display: inline-flex; gap: 12px; align-items: center; white-space: nowrap; }
.hero-bottom a span { color: var(--accent); }

.marquee-section { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #0d1628; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 26px; padding: 17px 0; animation: marquee 38s linear infinite; color: #788496; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.marquee-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); opacity: .72; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 124px 0; }
.section-light { color: var(--dark-text); background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .72fr; gap: 90px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .problem-copy h2, .outcomes-head h2, .founder-copy h2, .fit-copy h2, .faq-intro h2, .contact-copy h2 { margin: 20px 0 0; font-size: clamp(39px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; font-weight: 620; }
.section-heading > p { margin: 0; color: var(--dark-muted); font-size: 16px; line-height: 1.75; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-card { position: relative; min-height: 440px; padding: 31px 29px 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: background .3s ease, transform .3s ease, box-shadow .3s ease; overflow: hidden; }
.service-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--accent-dark); transition: right .35s ease; }
.service-card:hover { z-index: 2; background: #fff; transform: translateY(-5px); box-shadow: 0 26px 70px rgba(9,16,31,.1); }
.service-card:hover::after { right: 0; }
.service-card.featured { background: var(--ink); color: var(--text); }
.service-card.featured p, .service-card.featured li { color: #aab4c2; }
.service-card.featured .service-index { color: var(--accent); }
.service-card.featured .service-icon { color: var(--accent); border-color: rgba(217,239,136,.25); background: rgba(217,239,136,.06); }
.service-index { color: #85903c; font-size: 11px; letter-spacing: .12em; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 33px 0 28px; border: 1px solid var(--line-dark); border-radius: 14px; color: #667326; background: rgba(157,184,66,.06); }
.service-icon svg { width: 23px; height: 23px; }
.service-card h3 { margin: 0 0 14px; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--dark-muted); font-size: 14px; line-height: 1.7; }
.service-card ul { list-style: none; margin: 26px 0 0; padding: 0; display: grid; gap: 9px; color: #56606d; font-size: 12px; }
.service-card li { position: relative; padding-left: 16px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent-dark); }

.problem-section { background: var(--ink); }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.problem-copy { position: sticky; top: 130px; }
.problem-copy p { color: #9aa4b3; font-size: 16px; line-height: 1.75; margin: 24px 0 28px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 14px; font-weight: 700; }
.problem-list { border-top: 1px solid var(--line); }
.problem-item { display: grid; grid-template-columns: 56px 1fr; gap: 26px; padding: 28px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.problem-item:hover { padding-left: 17px; background: linear-gradient(90deg, rgba(217,239,136,.035), transparent); }
.problem-item span { color: var(--accent); font: 10px/1.7 "SFMono-Regular", Consolas, monospace; }
.problem-item p { margin: 0; color: #d9dee5; font-size: 18px; line-height: 1.55; }

.approach-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.approach-sticky { position: relative; }
.approach-visual { position: sticky; top: 130px; min-height: 520px; display: grid; place-items: center; border: 1px solid var(--line-dark); background: #eef1e7; overflow: hidden; }
.approach-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(9,16,31,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(9,16,31,.035) 1px, transparent 1px); background-size: 38px 38px; }
.radar { position: relative; width: 330px; height: 330px; border-radius: 50%; border: 1px solid rgba(9,16,31,.13); overflow: hidden; }
.radar-ring { position: absolute; left: 50%; top: 50%; border-radius: 50%; border: 1px solid rgba(9,16,31,.12); transform: translate(-50%,-50%); }
.ring-one { width: 66%; height: 66%; }
.ring-two { width: 34%; height: 34%; }
.ring-three { width: 9%; height: 9%; background: var(--ink); border-color: var(--ink); }
.radar-line { position: absolute; left: 50%; top: 50%; background: rgba(9,16,31,.11); transform: translate(-50%,-50%); }
.line-x { width: 100%; height: 1px; }
.line-y { width: 1px; height: 100%; }
.radar-sweep { position: absolute; inset: 50% 0 0 50%; transform-origin: 0 0; background: conic-gradient(from 0deg, rgba(157,184,66,.32), transparent 35deg); animation: sweep 5s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.radar-center { position: absolute; left: 50%; top: 50%; z-index: 4; transform: translate(-50%,-50%); color: var(--accent); font-size: 9px; letter-spacing: .13em; }
.radar-dot { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--accent-dark); box-shadow: 0 0 0 7px rgba(157,184,66,.12); animation: dotPulse 2s ease-in-out infinite; }
.dot-one { left: 25%; top: 34%; }
.dot-two { right: 22%; top: 58%; animation-delay: .7s; }
.dot-three { left: 45%; bottom: 17%; animation-delay: 1.3s; }
@keyframes dotPulse { 50% { box-shadow: 0 0 0 13px rgba(157,184,66,.04); } }
.scan-label { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 8px; color: #626d7a; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.scan-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-dark); animation: blink 1.4s ease infinite; }
.steps { border-top: 1px solid var(--line-dark); }
.step { display: grid; grid-template-columns: 62px 1fr; gap: 24px; padding: 35px 0 41px; border-bottom: 1px solid var(--line-dark); }
.step-number { color: #85903c; font: 10px/1.5 "SFMono-Regular", Consolas, monospace; }
.step small { color: #788234; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.step h3 { margin: 9px 0 13px; max-width: 570px; font-size: 27px; line-height: 1.2; letter-spacing: -.03em; }
.step p { margin: 0; max-width: 610px; color: var(--dark-muted); font-size: 14px; line-height: 1.75; }

.outcomes-section { background: #10192a; }
.outcomes-head { display: grid; grid-template-columns: .7fr 1.3fr; align-items: end; gap: 60px; margin-bottom: 52px; }
.outcomes-head h2 { margin-top: 0; }
.outcomes-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome { min-height: 270px; padding: 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.outcome:hover { background: rgba(255,255,255,.035); }
.outcome > span { color: var(--accent); font: 9px/1.4 "SFMono-Regular", Consolas, monospace; }
.outcome h3 { margin: 92px 0 11px; font-size: 20px; }
.outcome p { margin: 0; color: #909bab; font-size: 13px; line-height: 1.65; }

.founder-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.founder-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.founder-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(9,16,31,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(9,16,31,.025), 0 0 0 150px rgba(9,16,31,.018); }
.founder-card { position: relative; z-index: 2; width: min(100%, 380px); aspect-ratio: 4/5; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; color: var(--text); background: var(--ink); box-shadow: var(--shadow); overflow: hidden; }
.founder-card::after { content: ""; position: absolute; right: -65px; top: -65px; width: 230px; height: 230px; border-radius: 50%; background: var(--accent); opacity: .12; filter: blur(4px); }
.founder-monogram { position: relative; z-index: 2; width: 78px; height: 78px; display: grid; place-items: center; border: 1px solid rgba(217,239,136,.35); border-radius: 50%; color: var(--accent); font-size: 20px; letter-spacing: .05em; }
.founder-lines { position: absolute; inset: 31% 0 auto; display: grid; gap: 19px; transform: rotate(-12deg) scale(1.2); opacity: .13; }
.founder-lines span { height: 1px; background: var(--accent); }
.founder-meta { position: relative; z-index: 2; }
.founder-meta small { display: block; margin-bottom: 9px; color: var(--accent); font-size: 9px; letter-spacing: .15em; }
.founder-meta strong { display: block; font-size: 27px; letter-spacing: -.03em; }
.founder-meta > span { display: block; margin-top: 7px; color: #8f9aaa; font-size: 12px; }
.experience-tag { position: absolute; z-index: 4; padding: 10px 14px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.88); color: #4f5966; box-shadow: 0 14px 40px rgba(9,16,31,.1); backdrop-filter: blur(10px); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.tag-a { left: 0; top: 24%; }
.tag-b { right: 0; top: 42%; }
.tag-c { left: 9%; bottom: 13%; }
.founder-copy p { margin: 22px 0 0; color: var(--dark-muted); font-size: 15px; line-height: 1.8; }
.experience-list { margin-top: 34px; border-top: 1px solid var(--line-dark); }
.experience-list div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line-dark); }
.experience-list span { color: #85903c; font: 9px/1.7 "SFMono-Regular", Consolas, monospace; }
.experience-list p { margin: 0; color: #35404d; font-size: 13px; line-height: 1.7; }

.fit-section { background: var(--ink); }
.fit-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.fit-copy p { margin: 23px 0 0; color: #96a0af; font-size: 15px; line-height: 1.75; }
.fit-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fit-card { min-height: 340px; padding: 28px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.fit-card.good { background: linear-gradient(145deg, rgba(217,239,136,.08), rgba(255,255,255,.02)); }
.fit-label { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #cdd4dc; }
.fit-label span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); color: var(--accent); }
.fit-card ul { list-style: none; padding: 0; margin: 72px 0 0; display: grid; gap: 16px; }
.fit-card li { position: relative; padding-left: 18px; color: #a6b0be; font-size: 13px; line-height: 1.6; }
.fit-card li::before { content: ""; position: absolute; left: 0; top: .58em; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.fit-card.neutral li::before { background: #657185; }

.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro p { color: var(--dark-muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line-dark); }
details { border-bottom: 1px solid var(--line-dark); }
summary { list-style: none; cursor: pointer; padding: 25px 0; display: grid; grid-template-columns: 1fr 30px; gap: 20px; align-items: center; font-size: 17px; line-height: 1.45; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; width: 30px; height: 30px; border: 1px solid var(--line-dark); border-radius: 50%; }
summary span::before, summary span::after { content: ""; position: absolute; left: 50%; top: 50%; width: 11px; height: 1px; background: #54606e; transform: translate(-50%,-50%); transition: transform .2s ease; }
summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
details p { margin: -7px 55px 24px 0; color: var(--dark-muted); font-size: 14px; line-height: 1.75; }

.contact-section { position: relative; padding: 126px 0; background: #0d1628; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 620px; height: 620px; left: -280px; bottom: -350px; border-radius: 50%; border: 1px solid rgba(217,239,136,.08); box-shadow: 0 0 0 100px rgba(217,239,136,.02), 0 0 0 200px rgba(217,239,136,.012); }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-copy p { margin: 23px 0 0; color: #98a2b1; font-size: 16px; line-height: 1.75; }
.contact-details { margin-top: 44px; display: grid; gap: 2px; }
.contact-details > * { padding: 17px 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; gap: 18px; }
.contact-details small { color: #6f7a8b; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.contact-details span { color: #d8dde4; font-size: 13px; text-align: right; }
.contact-panel { border: 1px solid rgba(255,255,255,.12); background: #111c2f; box-shadow: var(--shadow); }
.contact-form { padding: 28px; }
.form-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-bottom: 21px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-head > span { font-size: 14px; color: #e3e7ec; }
.form-head div { display: flex; align-items: center; gap: 8px; color: #82905a; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.form-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(217,239,136,.08); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: #8d98a8; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid rgba(255,255,255,.11); border-radius: 0; outline: none; color: #edf0f3; background: #0d1728; padding: 14px 15px; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 50px; }
.field textarea { resize: vertical; min-height: 128px; }
.field input::placeholder, .field textarea::placeholder { color: #536074; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(217,239,136,.6); box-shadow: 0 0 0 3px rgba(217,239,136,.05); }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #768294 50%), linear-gradient(135deg, #768294 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.field select option { color: #fff; background: #0d1728; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; margin: 20px 0; color: #7f8a9b; font-size: 11px; line-height: 1.5; cursor: pointer; }
.consent input { width: 15px; height: 15px; margin-top: 1px; accent-color: var(--accent-dark); }
.submit-button { width: 100%; border-radius: 0; }
.submit-button[disabled] { cursor: wait; opacity: .7; }
.form-message { min-height: 22px; margin-top: 13px; font-size: 12px; line-height: 1.5; }
.form-message.success { color: var(--accent); }
.form-message.error { color: #ff9a9a; }
.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

.site-footer { padding: 69px 0 24px; background: #08101d; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-bottom: 60px; }
.footer-brand img { width: 216px; }
.footer-brand p { max-width: 360px; margin: 23px 0 0; color: #738093; font-size: 13px; line-height: 1.7; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-links div { display: grid; align-content: start; gap: 12px; }
.footer-links small { margin-bottom: 10px; color: #5d6879; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { color: #9da7b6; font-size: 12px; }
.footer-links a:hover { color: var(--accent); }
.footer-bottom { padding-top: 22px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 24px; color: #586577; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.22,.61,.36,1); transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-page { min-height: 100vh; background: var(--paper); color: var(--dark-text); }
.legal-header { padding: 28px 0; background: var(--ink); }
.legal-header .brand img { width: 220px; }
.legal-main { padding: 100px 0; }
.legal-main .legal-wrap { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.legal-main h1 { margin: 18px 0 30px; font-size: clamp(42px, 7vw, 72px); letter-spacing: -.05em; }
.legal-main h2 { margin: 38px 0 12px; font-size: 23px; }
.legal-main p, .legal-main li { color: var(--dark-muted); line-height: 1.8; font-size: 14px; }
.legal-main a { color: #6d792d; text-decoration: underline; }
.legal-main .back-link { display: inline-flex; margin-top: 35px; text-decoration: none; color: var(--dark-text); }

@media (max-width: 1080px) {
  .hero-grid, .founder-grid { gap: 42px; }
  .hero h1 { font-size: 65px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .problem-grid, .fit-grid, .contact-grid, .faq-grid { gap: 56px; }
  .approach-layout { gap: 55px; }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-head { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .site-header { background: rgba(9,16,31,.88); backdrop-filter: blur(16px); }
  .nav-wrap { height: 76px; }
  .brand img { width: 195px; }
  .menu-toggle { display: flex; position: relative; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; padding: 120px 28px 40px; background: rgba(8,16,29,.98); display: flex; flex-direction: column; align-items: flex-start; gap: 8px; transform: translateX(100%); transition: transform .3s ease; }
  .nav-links.open { transform: translateX(0); }
  .nav-links > a { width: 100%; padding: 14px 0; font-size: 20px; border-bottom: 1px solid var(--line); }
  .nav-cta { margin-top: 18px; width: auto !important; padding: 14px 20px !important; font-size: 14px !important; border: 0 !important; }
  .hero { padding-top: 135px; }
  .hero-grid, .section-heading, .problem-grid, .approach-layout, .founder-grid, .fit-grid, .faq-grid, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .hero-grid { gap: 38px; }
  .hero h1 { font-size: clamp(49px, 12vw, 72px); }
  .hero-visual { min-height: 530px; }
  .hero-bottom { margin-top: 32px; }
  .section { padding: 90px 0; }
  .section-heading { gap: 24px; }
  .problem-copy, .approach-visual, .faq-intro { position: static; }
  .approach-visual { min-height: 440px; }
  .founder-grid { gap: 40px; }
  .fit-grid, .contact-grid, .faq-grid { gap: 45px; }
  .footer-top { gap: 45px; }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero { padding: 120px 0 38px; min-height: auto; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 475px; margin-inline: -4px; }
  .operating-card { border-radius: 18px; }
  .card-topbar { grid-template-columns: 1fr auto; }
  .system-label { display: none; }
  .terminal { padding: 21px 18px; font-size: 10.5px; }
  .pipeline { padding: 21px 18px; }
  .pipeline-row { grid-template-columns: 58px 1fr 42px; }
  .visual-footer { padding: 0 18px; }
  .floating-note { min-width: 155px; padding: 10px; }
  .note-one { left: 2px; top: 34px; }
  .note-two { right: 0; bottom: 20px; }
  .hero-bottom { align-items: flex-start; flex-direction: column; }
  .hero-bottom a { white-space: normal; }
  .section-heading h2, .problem-copy h2, .outcomes-head h2, .founder-copy h2, .fit-copy h2, .faq-intro h2, .contact-copy h2 { font-size: 40px; }
  .services-grid, .outcomes-grid, .fit-cards, .form-grid, .footer-links { grid-template-columns: 1fr; }
  .service-card { min-height: 410px; }
  .problem-item { grid-template-columns: 38px 1fr; gap: 12px; }
  .problem-item p { font-size: 16px; }
  .radar { width: 280px; height: 280px; }
  .approach-visual { min-height: 380px; }
  .step { grid-template-columns: 35px 1fr; gap: 12px; }
  .step h3 { font-size: 23px; }
  .founder-visual { min-height: 510px; }
  .founder-card { width: 320px; }
  .experience-tag { font-size: 8px; }
  .tag-a { left: 0; }
  .tag-b { right: 0; }
  .fit-card { min-height: 300px; }
  .fit-card ul { margin-top: 48px; }
  .contact-form { padding: 20px; }
  .form-grid { gap: 15px; }
  .field.full { grid-column: auto; }
  .form-head { align-items: flex-start; flex-direction: column; }
  .contact-details > * { align-items: flex-start; flex-direction: column; gap: 7px; }
  .contact-details span { text-align: left; }
  .footer-bottom { flex-direction: column; }
}

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