:root {
  --navy: #091a41;
  --navy-2: #0d2453;
  --blue: #004c97;
  --cyan: #00b3ff;
  --green: #8de971;
  --ice: #eef6fa;
  --mist: #f5f8fb;
  --ink: #16233d;
  --slate: #536176;
  --line: #dce5ee;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(9, 26, 65, 0.14);
  --radius: 22px;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; }
img { max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; border-radius: 8px; color: var(--navy); background: var(--green); font-weight: 700; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 78px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); transition: height .25s, background .25s, box-shadow .25s; }
.site-header.scrolled { height: 68px; background: rgba(9,26,65,.94); box-shadow: 0 12px 40px rgba(0,0,0,.12); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-logo { display: block; width: 104px; height: auto; }
.brand-divider { width: 1px; height: 22px; background: rgba(255,255,255,.35); }
.brand-product { font: 500 14px/1 var(--font-display); opacity: .78; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; opacity: .82; transition: opacity .2s; }
.primary-nav > a:not(.button):hover, .primary-nav > a:not(.button):focus-visible { opacity: 1; }
.primary-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--green); transition: right .2s; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.nav-login { margin-left: 4px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; line-height: 1; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-large { min-height: 56px; padding: 0 25px; }
.button-primary { color: var(--navy); background: var(--green); box-shadow: 0 10px 28px rgba(141,233,113,.18); }
.button-primary:hover { background: #a3f28b; box-shadow: 0 14px 32px rgba(141,233,113,.28); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.62); background: rgba(255,255,255,.09); }
.button-green { color: var(--navy); background: var(--green); }

.hero { position: relative; overflow: hidden; min-height: 850px; padding: 162px 0 106px; color: var(--white); background: var(--navy); }
.hero-grid, .cta-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0, transparent 75%); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(to top, rgba(0,76,151,.18), transparent); pointer-events: none; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 620px; height: 620px; top: -260px; right: -190px; background: radial-gradient(circle, rgba(0,179,255,.22), transparent 68%); }
.hero-orb-two { width: 440px; height: 440px; bottom: -210px; left: 38%; background: radial-gradient(circle, rgba(141,233,113,.13), transparent 70%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: center; gap: 62px; }
.hero-copy, .hero-product { min-width: 0; }
.eyebrow { width: fit-content; display: flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(141,233,113,.3); border-radius: 999px; color: #d9ffd0; background: rgba(141,233,113,.08); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(141,233,113,.12); }
h1, h2, h3 { margin: 0; font-family: var(--font-display); line-height: 1.08; letter-spacing: -.035em; }
.hero h1 { max-width: 670px; margin-top: 24px; font-size: clamp(50px, 5.25vw, 78px); font-weight: 700; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 610px; margin: 25px 0 0; color: rgba(255,255,255,.73); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 22px; margin-top: 44px; }
.proof-item { display: flex; flex-direction: column; gap: 2px; }
.proof-item strong { color: var(--white); font: 700 20px/1.2 var(--font-display); }
.proof-item span { color: rgba(255,255,255,.5); font-size: 11px; }
.proof-divider { width: 1px; height: 37px; background: rgba(255,255,255,.16); }

.hero-product { position: relative; width: 710px; margin-left: -12px; }
.product-glow { position: absolute; inset: 10% 8%; border-radius: 50%; background: rgba(0,179,255,.2); filter: blur(60px); }
.hero-screenshot-frame { position: relative; overflow: hidden; width: 100%; aspect-ratio: 16 / 10; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; background: #091426; box-shadow: 0 40px 100px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.5); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.hero-screenshot-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.product-frame { position: relative; overflow: hidden; width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; color: var(--ink); background: #f7f9fc; box-shadow: 0 40px 100px rgba(0,0,0,.4), inset 0 1px rgba(255,255,255,.5); transform: perspective(1200px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.product-topbar { height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 16px; border-bottom: 1px solid #e2e7ee; background: #fff; }
.product-logo { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--navy); background: var(--green); font: 800 13px var(--font-display); }
.product-title { color: #8791a2; font-size: 11px; }
.product-top-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.live-indicator { display: flex; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid #dce5df; border-radius: 999px; color: #476353; font-size: 9px; font-weight: 700; }
.live-indicator i, .success-pill i, .canvas-status i { width: 6px; height: 6px; border-radius: 50%; background: #4ac36f; }
.avatar { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-size: 9px; font-weight: 700; }
.product-body { min-height: 460px; display: flex; }
.product-sidebar { width: 53px; flex: 0 0 53px; display: flex; flex-direction: column; align-items: center; gap: 10px; padding-top: 18px; color: #fff; background: var(--navy); }
.side-item { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; }
.side-item.active { background: rgba(141,233,113,.15); }
.side-item i { width: 11px; height: 11px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 3px; }
.side-item.active i { border-color: var(--green); box-shadow: inset 0 0 0 2px var(--navy); background: var(--green); }
.product-main { flex: 1; padding: 20px; }
.product-heading { display: flex; align-items: center; justify-content: space-between; }
.product-heading div { display: flex; flex-direction: column; }
.product-heading div span { color: #8893a4; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.product-heading strong { margin-top: 2px; color: var(--ink); font: 700 17px var(--font-display); }
.range-pill { padding: 6px 9px; border: 1px solid #dce2e9; border-radius: 7px; color: #68768a; background: #fff; font-size: 9px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
.metric-card { min-height: 88px; display: flex; flex-direction: column; padding: 12px; border: 1px solid #e0e6ed; border-radius: 10px; background: #fff; }
.metric-card > span { color: #7f8b9d; font-size: 9px; }
.metric-card strong { margin-top: 2px; color: var(--navy); font: 700 22px var(--font-display); }
.metric-card small { margin-top: auto; color: #8a95a5; font-size: 7.5px; }
.metric-card small b { color: #34935a; }
.metric-card.accent-card { border-color: rgba(141,233,113,.5); background: #f4fff1; }
.product-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 10px; margin-top: 10px; }
.chart-card, .status-card { padding: 12px; border: 1px solid #e0e6ed; border-radius: 10px; background: #fff; }
.card-label { display: flex; align-items: center; justify-content: space-between; }
.card-label strong { color: #273550; font-size: 10px; }
.card-label > span { color: #97a0af; font-size: 8px; }
.card-label .all-good { padding: 3px 6px; border-radius: 999px; color: #318453; background: #eaf8ed; font-weight: 700; }
.chart-wrap { position: relative; height: 122px; margin-top: 10px; }
.chart-lines { position: absolute; inset: 0 0 17px; display: flex; flex-direction: column; justify-content: space-between; }
.chart-lines i { width: 100%; border-top: 1px dashed #e8ecf1; }
.chart-wrap svg { position: absolute; inset: 0 0 17px; width: 100%; height: calc(100% - 17px); overflow: visible; }
.chart-wrap .area { fill: url(#chartFill); }
.chart-wrap .line { fill: none; stroke: #61c968; stroke-width: 2.4; }
.chart-wrap circle { fill: #fff; stroke: #61c968; stroke-width: 2.5; }
.chart-labels { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; color: #a3acb8; font-size: 7px; }
.status-card ul { list-style: none; padding: 0; margin: 8px 0 0; }
.status-card li { display: grid; grid-template-columns: 15px 1fr auto; align-items: center; gap: 7px; padding: 9px 0; border-bottom: 1px solid #edf0f3; }
.status-card li:last-child { border: 0; }
.status-icon { width: 14px; height: 14px; border-radius: 4px; background: #edf9eb; }
.status-card li span { display: flex; flex-direction: column; line-height: 1.25; }
.status-card li b { color: #3d485c; font-size: 8px; }
.status-card li small { color: #9aa3b0; font-size: 7px; }
.status-card li em { color: #4b9a61; font-size: 7px; font-style: normal; font-weight: 700; }
.agent-strip { display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 10px; margin-top: 10px; padding: 10px 12px; border: 1px solid #e0e6ed; border-radius: 10px; background: #fff; }
.agent-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: var(--navy); background: #e6fbdf; font-size: 9px; font-weight: 800; }
.agent-strip > div:nth-child(2) { display: flex; flex-direction: column; line-height: 1.3; }
.agent-strip strong { color: #344157; font-size: 9px; }
.agent-strip div span { color: #97a0ae; font-size: 7px; }
.agent-model { padding: 3px 6px; border-radius: 4px; color: #6e798a; background: #f2f4f7; font-size: 7px; }
.success-pill { display: flex; align-items: center; gap: 4px; color: #4a8e5e; font-size: 7px; font-weight: 700; }
.agent-arrow { color: #97a0ae; }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(255,255,255,.48); border-radius: 12px; color: var(--ink); background: rgba(255,255,255,.95); box-shadow: 0 15px 38px rgba(0,0,0,.22); backdrop-filter: blur(10px); }
.floating-note > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--navy); background: var(--green); font-size: 12px; font-weight: 800; }
.floating-note div { display: flex; flex-direction: column; line-height: 1.3; }
.floating-note strong { font-size: 9px; }
.floating-note small { color: #778396; font-size: 7px; }
.note-one { right: -21px; top: 88px; }
.note-two { left: -32px; bottom: 57px; }

.trust-strip { padding: 25px 0; color: #53657a; background: #f4f7fa; border-bottom: 1px solid var(--line); }
.trust-content { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-content p { margin: 0; color: var(--navy); font-weight: 700; }
.trust-list { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; }
.trust-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.evidence-section { padding: 88px 0 96px; background: #f8fafc; border-bottom: 1px solid var(--line); }
.evidence-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.evidence-heading h2 { max-width: 700px; color: var(--navy); font-size: clamp(34px, 3.6vw, 48px); }
.evidence-heading > a { flex: 0 0 auto; margin-bottom: 5px; color: var(--blue); font-size: 13px; font-weight: 800; }
.evidence-heading > a span { margin-left: 5px; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.evidence-card { min-height: 300px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .25s, border-color .25s, box-shadow .25s; }
.evidence-card:hover { transform: translateY(-5px); border-color: rgba(0,76,151,.32); box-shadow: 0 18px 45px rgba(9,26,65,.1); }
.evidence-institution { min-height: 40px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.evidence-logo { height: 52px; display: flex; align-items: center; }
.evidence-logo img { width: auto; max-width: 155px; max-height: 48px; object-fit: contain; object-position: left center; }
.evidence-logo-wide img { max-width: 185px; }
.evidence-wordmark { height: 52px; display: flex; flex-direction: column; justify-content: center; color: var(--navy); font-family: var(--font-display); line-height: 1.05; }
.evidence-wordmark b { color: var(--blue); font-size: 22px; letter-spacing: -.04em; }
.evidence-wordmark small { margin-top: 4px; color: #6c7b90; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.evidence-card > strong { margin-top: 18px; color: var(--navy); font: 800 48px/1 var(--font-display); letter-spacing: -.055em; }
.evidence-card > strong span { font-size: .38em; letter-spacing: -.02em; }
.evidence-card p { margin: 15px 0 24px; color: var(--slate); font-size: 13px; line-height: 1.6; }
.evidence-link { margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 800; }
.evidence-note { margin: 18px 0 0; color: #8490a0; font-size: 10px; text-align: right; }

.section { padding: 120px 0; }
.section-heading { margin-bottom: 56px; }
.section-heading.narrow { max-width: 780px; margin-inline: auto; text-align: center; }
.section-kicker { display: inline-block; margin-bottom: 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-kicker.light { color: var(--green); }
.section-heading h2, .workflow-copy h2, .proof-copy h2, .faq-heading h2, .cta-content h2 { font-size: clamp(38px, 4.2vw, 58px); color: var(--navy); }
.section-heading p { max-width: 690px; margin: 22px auto 0; color: var(--slate); font-size: 18px; }
.challenge-section { background: var(--white); }
.challenge-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.challenge-card { position: relative; min-height: 420px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .3s, border-color .3s, box-shadow .3s; }
.challenge-card:hover { transform: translateY(-6px); border-color: #c1d2e2; box-shadow: var(--shadow); }
.challenge-card.featured { background: linear-gradient(155deg, #f0fff0, #f8fcff 75%); border-color: rgba(141,233,113,.65); }
.card-number { position: absolute; top: 26px; right: 28px; color: #b8c4d0; font: 700 12px var(--font-display); }
.icon-shell { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #eaf4fd; }
.featured .icon-shell { color: #286a34; background: #ddf8d5; }
.icon-shell svg, .capability-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.challenge-card h3 { margin-top: 27px; color: var(--navy); font-size: 25px; }
.challenge-card p { margin: 15px 0 23px; color: var(--slate); font-size: 15px; }
.challenge-card ul { display: flex; flex-direction: column; gap: 10px; padding: 20px 0 0; margin: 0; border-top: 1px solid var(--line); list-style: none; }
.challenge-card li { display: flex; align-items: center; gap: 9px; color: #344158; font-size: 13px; font-weight: 600; }
.challenge-card li::before { content: '✓'; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: #347d43; background: #e7f9e2; font-size: 10px; font-weight: 800; }

.platform-section { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.platform-section::before { content: ''; position: absolute; width: 700px; height: 700px; top: -350px; left: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(0,179,255,.13), transparent 70%); }
.split-heading { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 90px; }
.split-heading h2 { color: var(--white); }
.split-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.62); font-size: 17px; }
.capability-grid { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.capability-card { min-height: 340px; display: flex; flex-direction: column; overflow: hidden; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); transition: transform .3s, background .3s, border-color .3s; }
.capability-card { grid-column: span 2; }
.capability-grid > .capability-card:nth-child(n + 3) { grid-column: span 3; }
.capability-card:hover { transform: translateY(-5px); border-color: rgba(141,233,113,.4); background: rgba(255,255,255,.08); }
.capability-large { min-height: 380px; grid-column: span 4; display: grid; grid-template-columns: .85fr 1.15fr; gap: 30px; }
.capability-copy { display: flex; flex-direction: column; }
.capability-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; color: var(--green); background: rgba(141,233,113,.12); }
.capability-card h3 { margin-top: 22px; font-size: 23px; }
.capability-card p { margin: 13px 0 20px; color: rgba(255,255,255,.62); font-size: 14px; }
.capability-copy > a { margin-top: auto; color: var(--green); font-size: 13px; font-weight: 700; }
.capability-copy > a span { margin-left: 5px; }
.agent-builder-visual { align-self: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #dce4ef; background: #10285a; box-shadow: 0 22px 50px rgba(0,0,0,.25); }
.builder-top { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-bottom: 1px solid rgba(255,255,255,.1); }
.builder-top > span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }
.builder-top b { font-size: 10px; }
.builder-top em { margin-left: auto; padding: 3px 7px; border-radius: 999px; color: var(--green); background: rgba(141,233,113,.1); font-size: 7px; font-style: normal; }
.builder-field, .builder-row, .builder-tools { margin: 12px; }
.builder-field { padding: 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.04); }
.builder-field small, .builder-row small, .builder-tools small { display: block; margin-bottom: 4px; color: #7589ac; font-size: 6px; letter-spacing: .09em; }
.builder-field span { display: block; font-size: 8px; line-height: 1.6; }
.builder-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.builder-row > div { padding: 8px; border-radius: 7px; background: rgba(255,255,255,.05); }
.builder-row b { display: block; font-size: 7px; }
.builder-tools span { display: inline-block; margin: 0 4px 4px 0; padding: 4px 6px; border-radius: 5px; color: #b9c8db; background: rgba(255,255,255,.07); font-size: 6px; }
.mini-flow { display: flex; align-items: center; margin-top: auto; padding-top: 18px; }
.mini-flow span { display: flex; align-items: center; gap: 5px; padding: 7px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px; font-size: 7px; }
.mini-flow span i { width: 6px; height: 6px; border-radius: 2px; background: var(--cyan); }
.mini-flow .green i { background: var(--green); }
.mini-flow b { width: 14px; height: 1px; background: rgba(255,255,255,.3); }
.source-tags, .integration-cloud, .control-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.source-tags span, .integration-cloud span { padding: 6px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 7px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: 9px; }
.spark-bars { height: 62px; display: flex; align-items: end; gap: 5px; margin-top: auto; padding: 0 2px; }
.spark-bars i { flex: 1; min-width: 6px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, var(--blue), var(--cyan)); }
.spark-bars i:nth-child(1) { height: 28%; }.spark-bars i:nth-child(2) { height: 44%; }.spark-bars i:nth-child(3) { height: 37%; }.spark-bars i:nth-child(4) { height: 70%; }.spark-bars i:nth-child(5) { height: 56%; }.spark-bars i:nth-child(6) { height: 86%; }.spark-bars i:nth-child(7) { height: 68%; }.spark-bars i:nth-child(8) { height: 91%; }.spark-bars i:nth-child(9) { height: 100%; background: var(--green); }
.control-list { flex-direction: column; }
.control-list span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.75); font-size: 10px; }
.control-list i { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: var(--navy); background: var(--green); font-size: 8px; font-style: normal; font-weight: 900; }

.workflow-section { background: var(--ice); }
.workflow-layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 90px; }
.workflow-copy p { margin: 23px 0 30px; color: var(--slate); font-size: 17px; }
.check-list { display: flex; flex-direction: column; gap: 20px; padding: 0; margin: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; }
.check-list > li > span { width: 26px; height: 26px; flex: 0 0 26px; display: grid; place-items: center; border-radius: 8px; color: #2d793e; background: #ddf7d5; font-weight: 800; }
.check-list li div { display: flex; flex-direction: column; }
.check-list strong { color: var(--navy); font-size: 14px; }
.check-list small { color: var(--slate); font-size: 12px; }
.workflow-action-list { margin-top: 30px; padding-top: 22px; border-top: 1px solid #d5e1ec; }
.workflow-action-list > span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.workflow-action-list > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.workflow-action-list b { padding: 5px 7px; border: 1px solid #d5e1ec; border-radius: 6px; color: #56677c; background: rgba(255,255,255,.72); font-size: 8px; font-weight: 700; }
.workflow-demo { min-width: 0; }
.workflow-example-switcher { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-bottom: 10px; padding: 5px; border: 1px solid #d5e1ec; border-radius: 12px; background: rgba(255,255,255,.72); }
.workflow-example-switcher button { min-height: 36px; padding: 7px 11px; border: 0; border-radius: 8px; color: #6c7b8e; background: transparent; font: 700 10px var(--font-display); cursor: pointer; transition: color .2s, background .2s, box-shadow .2s; }
.workflow-example-switcher button:hover { color: var(--navy); background: rgba(255,255,255,.8); }
.workflow-example-switcher button.active { color: var(--navy); background: #fff; box-shadow: 0 5px 14px rgba(9,26,65,.09); }
.workflow-example-switcher button:focus-visible { outline: 3px solid rgba(0,76,151,.22); outline-offset: 1px; }
.workflow-canvas { position: relative; height: 550px; overflow: hidden; border: 1px solid #d5e1ec; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.canvas-dots { position: absolute; inset: 0; background-image: radial-gradient(#cbd8e4 1px, transparent 1px); background-size: 18px 18px; opacity: .55; }
.canvas-title { position: absolute; inset: 0 0 auto; height: 52px; display: flex; align-items: center; padding: 0 20px; border-bottom: 1px solid #e1e8ef; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); }
.canvas-title span { color: var(--navy); font-weight: 700; }
.canvas-title em { margin-left: auto; padding: 4px 8px; border-radius: 999px; color: #318448; background: #e8f8e4; font-size: 9px; font-style: normal; font-weight: 800; }
.flow-node { position: absolute; z-index: 2; width: 215px; min-height: 65px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #dbe3ec; border-radius: 11px; background: #fff; box-shadow: 0 10px 25px rgba(9,26,65,.09); }
.flow-node > i { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: #eaf5ff; font: 700 9px var(--font-display); font-style: normal; }
.flow-node > i.node-trigger { color: #376d2f; background: #e5f9de; font-size: 14px; }
.flow-node div { display: flex; flex-direction: column; }
.flow-node small { color: #91a0b1; font-size: 6px; font-weight: 800; letter-spacing: .09em; }
.flow-node b { color: #273650; font-size: 10px; }
.flow-node > span { color: #9aa8b8; }
.node-one { top: 85px; left: calc(50% - 108px); }.node-two { top: 185px; left: calc(50% - 108px); }.node-three { top: 285px; left: calc(50% - 108px); }
.flow-node.compact { width: 180px; grid-template-columns: auto 1fr; }
.node-four { top: 425px; left: 60px; }.node-five { top: 425px; right: 60px; }
.node-four > i { color: #387a40; background: #e5f9de; }.node-five > i { color: #9b6917; background: #fff4d9; }
.flow-line { position: absolute; z-index: 1; width: 1px; height: 36px; left: 50%; background: #9eb0c0; }
.line-one { top: 150px; }.line-two { top: 250px; }
.branch-main { position: absolute; z-index: 1; top: 350px; left: 50%; width: 1px; height: 46px; background: #9eb0c0; }
.branch-left, .branch-right { position: absolute; z-index: 1; top: 395px; height: 31px; border-top: 1px solid #9eb0c0; }
.branch-left { left: 151px; right: 50%; border-left: 1px solid #9eb0c0; border-radius: 9px 0 0; }.branch-right { left: 50%; right: 151px; border-right: 1px solid #9eb0c0; border-radius: 0 9px 0 0; }
.canvas-status { position: absolute; right: 16px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #dfe7ee; border-radius: 999px; color: #718094; background: rgba(255,255,255,.9); font-size: 8px; }
.workflow-canvas.workflow-ready .flow-node, .workflow-canvas.workflow-ready .flow-line, .workflow-canvas.workflow-ready .branch-line, .workflow-canvas.workflow-ready .canvas-status { opacity: 0; }
.workflow-canvas.is-building .node-one { animation: workflow-node-build .5s .15s ease-out both; }
.workflow-canvas.is-building .line-one { transform-origin: top; animation: workflow-line-down .35s .62s ease-out both; }
.workflow-canvas.is-building .node-two { animation: workflow-node-build .5s .9s ease-out both; }
.workflow-canvas.is-building .line-two { transform-origin: top; animation: workflow-line-down .35s 1.37s ease-out both; }
.workflow-canvas.is-building .node-three { animation: workflow-node-build .5s 1.65s ease-out both; }
.workflow-canvas.is-building .branch-main { transform-origin: top; animation: workflow-line-down .35s 2.12s ease-out both; }
.workflow-canvas.is-building .branch-left { transform-origin: right top; animation: workflow-line-across .45s 2.42s ease-out both; }
.workflow-canvas.is-building .branch-right { transform-origin: left top; animation: workflow-line-across .45s 2.42s ease-out both; }
.workflow-canvas.is-building .node-four, .workflow-canvas.is-building .node-five { animation: workflow-node-build .5s 2.83s ease-out both; }
.workflow-canvas.is-building .canvas-status { animation: workflow-status-build .45s 3.35s ease-out both; }
@keyframes workflow-node-build { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes workflow-line-down { from { opacity: 0; transform: scaleY(0); } to { opacity: 1; transform: scaleY(1); } }
@keyframes workflow-line-across { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }
@keyframes workflow-status-build { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }

.operating-model-section { position: relative; overflow: hidden; padding: 110px 0; background: linear-gradient(145deg, #eefbea, #f4f9fc 58%, #eef5fc); }
.operating-model-section::before { content: ''; position: absolute; width: 520px; height: 520px; top: -320px; right: -160px; border: 85px solid rgba(141,233,113,.27); border-radius: 50%; }
.operating-model-intro { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 90px; }
.operating-model-intro h2 { color: var(--navy); font-size: clamp(38px, 4.2vw, 58px); }
.operating-model-intro > p { margin: 0 0 7px; color: var(--slate); font-size: 17px; }
.operating-journey { position: relative; display: grid; grid-template-columns: 1fr 46px 1fr 46px 1fr; align-items: center; margin-top: 58px; }
.operating-journey article { min-height: 310px; display: flex; flex-direction: column; padding: 30px; border: 1px solid rgba(9,26,65,.1); border-radius: 20px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(9,26,65,.07); }
.operating-journey > i { position: relative; height: 1px; background: #9cb4c3; }
.operating-journey > i::after { content: ''; position: absolute; top: -4px; right: 0; width: 8px; height: 8px; border-top: 1px solid var(--blue); border-right: 1px solid var(--blue); transform: rotate(45deg); }
.journey-number { align-self: flex-end; color: #9aabbd; font: 800 10px var(--font-display); letter-spacing: .08em; }
.journey-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-top: -4px; border-radius: 15px; color: var(--navy); background: var(--green); font: 800 15px var(--font-display); }
.journey-icon.split-icon { display: flex; align-items: center; justify-content: center; gap: 4px; color: #fff; background: var(--navy); font-size: 12px; }.journey-icon.split-icon span { color: var(--green); }
.journey-icon-blue { color: #fff; background: var(--blue); }
.operating-journey h3 { margin-top: 23px; color: var(--navy); font-size: 22px; }
.operating-journey p { margin: 12px 0 22px; color: var(--slate); font-size: 13px; }
.operating-journey article > strong { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.deployment-proof { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; padding: 28px 34px; border-radius: 18px; color: var(--navy); background: var(--green); }
.deployment-stat { display: flex; align-items: center; gap: 18px; }
.deployment-stat > strong { font: 800 72px/1 var(--font-display); letter-spacing: -.07em; }
.deployment-stat > span { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid rgba(9,26,65,.25); line-height: 1.35; }
.deployment-stat b { font: 700 18px var(--font-display); }
.deployment-stat small { color: rgba(9,26,65,.65); font-size: 11px; }
.deployment-proof > a { max-width: 290px; color: var(--navy); font-size: 11px; font-weight: 800; line-height: 1.5; border-bottom: 1px solid rgba(9,26,65,.35); }
.deployment-proof > a span { margin-left: 5px; }

.channels-section { background: #fff; border-bottom: 1px solid var(--line); }
.channel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.channel-card { min-height: 330px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(155deg, #fff, #f7fafc); transition: transform .25s, border-color .25s, box-shadow .25s; }
.channel-card:hover { transform: translateY(-5px); border-color: rgba(0,76,151,.28); box-shadow: 0 18px 42px rgba(9,26,65,.08); }
.channel-mark { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 35px; border: 1px solid #e0e6ee; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(9,26,65,.08); }
.channel-mark img { max-width: 36px; max-height: 36px; object-fit: contain; }
.channel-mark-slack { width: 106px; }.channel-mark-slack img { max-width: 78px; max-height: 28px; }
.channel-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.channel-mark-chat { color: #286d37; background: #effbea; border-color: #cfeac7; }
.channel-mark-voice { color: var(--blue); background: #eaf5ff; border-color: #d5e8f8; }
.channel-label { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.channel-card h3 { margin-top: 10px; color: var(--navy); font-size: 23px; }
.channel-card p { margin: 12px 0 0; color: var(--slate); font-size: 13px; }
.channel-foundation { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 26px; padding: 16px 22px; border-radius: 12px; color: #596b80; background: var(--mist); font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.channel-foundation i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); }

.use-cases-section { background: #fff; }
.split-heading.dark-text h2 { color: var(--navy); }
.split-heading.dark-text > p { color: var(--slate); }
.use-case-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.use-tab { position: relative; flex: 1; min-width: 145px; padding: 17px 12px; border: 0; color: #718095; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.use-tab::after { content: ''; position: absolute; inset: auto 0 -1px; height: 3px; background: transparent; }
.use-tab.active { color: var(--navy); }.use-tab.active::after { background: var(--green); }
.use-case-panel { min-height: 390px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 95px; padding: 60px 56px; border-radius: 0 0 24px 24px; background: var(--mist); }
.use-case-panel[hidden] { display: none; }
.use-number { color: var(--blue); font: 800 12px var(--font-display); }
.use-case-copy h3 { margin-top: 15px; max-width: 530px; color: var(--navy); font-size: 34px; }
.use-case-copy p { color: var(--slate); }
.use-case-copy a { color: var(--blue); font-size: 13px; font-weight: 800; }
.use-case-copy a span { margin-left: 5px; }
.outcome-card { display: flex; flex-direction: column; padding: 30px; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: 0 25px 55px rgba(9,26,65,.18); }
.outcome-card > span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.outcome-card > strong { margin-top: 12px; font: 600 20px/1.5 var(--font-display); }
.outcome-card ul { display: flex; flex-direction: column; gap: 10px; padding: 18px 0 0; margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,.13); list-style: none; }
.outcome-card li { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.7); font-size: 12px; }
.outcome-card li i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--green); font-size: 8px; font-style: normal; font-weight: 900; }

.proof-section { position: relative; overflow: hidden; color: #fff; background: var(--blue); }
.proof-section::before { content: ''; position: absolute; width: 620px; height: 620px; top: -300px; left: -120px; border-radius: 50%; border: 100px solid rgba(255,255,255,.04); }
.proof-layout { position: relative; display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 95px; }
.proof-copy h2 { color: #fff; }
.proof-copy > p { max-width: 600px; color: rgba(255,255,255,.72); font-size: 17px; }
.big-proof { display: flex; align-items: center; gap: 20px; margin-top: 38px; }
.big-proof > strong { color: var(--green); font: 800 78px/1 var(--font-display); letter-spacing: -.06em; }
.big-proof > strong span { font-size: .5em; vertical-align: top; }
.big-proof div { display: flex; flex-direction: column; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.25); }
.big-proof b { font-size: 15px; }.big-proof small { color: rgba(255,255,255,.58); }
.experience-card { padding: 40px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(9,26,65,.38); box-shadow: 0 28px 70px rgba(9,26,65,.18); backdrop-filter: blur(8px); }
.experience-label { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.experience-card h3 { margin-top: 14px; font-size: 28px; }
.experience-card p { color: rgba(255,255,255,.65); font-size: 14px; }
.product-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.product-list span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 7px; color: rgba(255,255,255,.83); background: rgba(255,255,255,.07); font-size: 10px; }
.experience-card > a { color: var(--green); font-size: 13px; font-weight: 800; }
.experience-card > a span { margin-left: 5px; }

.open-section { background: #f8fafc; border-bottom: 1px solid var(--line); }
.open-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.open-card { min-height: 330px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 30px rgba(9,26,65,.035); }
.open-card.mcp-card { min-height: 390px; grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; color: #fff; background: var(--navy); border-color: var(--navy); }
.open-label { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.mcp-card .open-label { color: var(--green); }
.open-card h3 { max-width: 540px; color: var(--navy); font-size: 27px; }
.mcp-card h3 { color: #fff; font-size: 34px; }
.open-card p { color: var(--slate); font-size: 14px; }
.mcp-card p { color: rgba(255,255,255,.65); }
.open-card ul { display: flex; flex-wrap: wrap; gap: 10px 18px; padding: 0; margin: 25px 0 0; list-style: none; }
.open-card li { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 700; }
.open-card li span { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: var(--navy); background: var(--green); font-size: 8px; font-weight: 900; }
.mcp-visual { display: flex; align-items: center; justify-content: center; min-height: 210px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(255,255,255,.045); }
.mcp-visual > i { position: relative; width: 34px; height: 1px; background: rgba(255,255,255,.3); }
.mcp-visual > i::after { content: ''; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid var(--green); border-right: 1px solid var(--green); transform: rotate(45deg); }
.system-node, .mcp-node { min-width: 128px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: #10285a; text-align: center; }
.system-node small { color: #7187ad; font-size: 6px; font-weight: 800; letter-spacing: .1em; }
.system-node strong { margin-top: 4px; font-size: 9px; }
.mcp-node { min-width: 120px; border-color: rgba(141,233,113,.45); background: rgba(141,233,113,.1); }
.mcp-node span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: var(--green); font: 800 12px var(--font-display); }
.mcp-node small { margin-top: 9px; color: rgba(255,255,255,.62); font-size: 6px; }
.agent-node { border-color: rgba(0,179,255,.4); }
.model-logos { display: flex; align-items: center; gap: 24px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line); }
.model-logos span { color: #647388; font: 700 14px var(--font-display); letter-spacing: -.02em; }
.assurance-badges, .inclusive-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 25px; }
.assurance-badges span, .inclusive-tags span { padding: 8px 10px; border: 1px solid #dce5ee; border-radius: 8px; color: #617087; background: #f8fafc; font-size: 10px; }
.assurance-badges b { color: var(--navy); }
.inclusive-tags span { display: flex; align-items: center; gap: 6px; color: #3d5f45; border-color: #cde8c6; background: #f1fbed; font-weight: 700; }
.inclusive-tags span::before { content: '✓'; color: #347a40; font-weight: 900; }
.open-card > a { width: fit-content; margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 800; }
.open-card > a span { margin-left: 5px; }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 105px; }
.faq-heading { position: sticky; top: 110px; }
.faq-heading p { color: var(--slate); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: var(--navy); font: 700 17px/1.4 var(--font-display); cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 26px; height: 26px; flex: 0 0 26px; border: 1px solid var(--line); border-radius: 50%; }
.faq-list summary span::before, .faq-list summary span::after { content: ''; position: absolute; top: 12px; left: 7px; width: 10px; height: 1px; background: var(--navy); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { padding: 0 50px 25px 0; margin: -4px 0 0; color: var(--slate); font-size: 14px; }

.cta-section { position: relative; overflow: hidden; padding: 120px 0; color: #fff; background: var(--navy); text-align: center; }
.cta-grid { mask-image: radial-gradient(circle at center, #000, transparent 70%); opacity: .32; }
.cta-content { position: relative; }
.cta-content h2 { color: #fff; font-size: clamp(45px, 5.2vw, 68px); }
.cta-content > p { max-width: 660px; margin: 24px auto 34px; color: rgba(255,255,255,.66); font-size: 17px; }
.cta-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 24px; }
.text-link { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--green); margin-left: 5px; }

.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.62); background: #06132f; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 60px; }
.footer-brand { color: #fff; }.footer-brand .brand-logo { width: 118px; }.footer-top > div:first-child > p { margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links > div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: #fff; font-size: 12px; }.footer-links a { font-size: 12px; }.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .1s !important; }.reveal-delay-2 { transition-delay: .2s !important; }.reveal-delay-3 { transition-delay: .3s !important; }.reveal-delay-4 { transition-delay: .4s !important; }

@media (max-width: 1180px) {
  .primary-nav { gap: 18px; }
  .hero-layout { grid-template-columns: .9fr 1.1fr; gap: 30px; }
  .hero-product { width: 660px; }
  .note-one { right: 0; }.note-two { left: -8px; }
  .workflow-layout { gap: 50px; }.node-four { left: 35px; }.node-five { right: 35px; }.branch-left { left: 126px; }.branch-right { right: 126px; }
}

@media (max-width: 1024px) {
  .container { width: min(calc(100% - 40px), 920px); }
  .primary-nav > a:not(.button):not(.nav-login) { display: none; }
  .hero { padding-top: 140px; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 760px; }
  .hero-product { width: 760px; max-width: 100%; margin: 30px auto 0; }
  .challenge-grid { grid-template-columns: 1fr; }.challenge-card { min-height: 0; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid { grid-template-columns: 1fr 1fr; }.capability-card, .capability-grid > .capability-card:nth-child(n + 3) { grid-column: auto; }.capability-large { grid-column: 1 / -1; }
  .workflow-layout { grid-template-columns: 1fr; }.workflow-copy { max-width: 700px; }
  .workflow-demo { max-width: 760px; width: 100%; margin-inline: auto; }.workflow-canvas { width: 100%; }
  .operating-model-intro { gap: 45px; }.operating-journey { grid-template-columns: 1fr 30px 1fr 30px 1fr; }.operating-journey article { padding: 24px; }
  .channel-grid { grid-template-columns: 1fr 1fr; }
  .use-case-panel { gap: 45px; padding-inline: 38px; }
  .proof-layout { gap: 45px; }
  .open-card.mcp-card { grid-template-columns: 1fr; gap: 35px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }.faq-heading { position: static; max-width: 650px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), 640px); }
  .site-header { height: 68px; }
  .brand-product, .brand-divider { display: none; }
  .menu-toggle { display: flex; z-index: 2; }
  .menu-toggle[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 24px 40px; color: #fff; background: rgba(9,26,65,.98); opacity: 0; visibility: hidden; transform: translateY(-15px); transition: opacity .2s, transform .2s, visibility .2s; }
  .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .primary-nav > a:not(.button):not(.nav-login), .primary-nav > a.nav-login { display: block; padding: 16px 2px; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; opacity: 1; }
  .primary-nav .button { margin-top: 24px; }
  .hero { min-height: auto; padding: 118px 0 80px; }
  .hero h1 { font-size: clamp(44px, 13vw, 63px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-items: start; }.proof-divider { display: none; }.proof-item strong { font-size: 16px; }.proof-item span { line-height: 1.35; }
  .hero-product { width: 100%; margin-top: 35px; }.hero-screenshot-frame { border-radius: 14px; transform: none; }.note-one { top: 80px; right: -8px; }.note-two { display: none; }
  .trust-content { align-items: flex-start; flex-direction: column; }.trust-list { width: 100%; align-items: flex-start; flex-direction: column; gap: 5px; }.trust-list i { display: none; }
  .evidence-section { padding: 70px 0; }.evidence-heading { align-items: flex-start; flex-direction: column; gap: 15px; }.evidence-grid { grid-template-columns: 1fr; }.evidence-card { min-height: 265px; }.evidence-institution { min-height: 0; }.evidence-note { text-align: left; }
  .section { padding: 85px 0; }.section-heading { margin-bottom: 38px; }.section-heading h2, .workflow-copy h2, .proof-copy h2, .faq-heading h2 { font-size: 38px; }
  .challenge-card { padding: 27px; }.challenge-card h3 { font-size: 23px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }.split-heading > p { font-size: 15px; }
  .capability-grid { grid-template-columns: 1fr; }.capability-large { grid-column: auto; grid-template-columns: 1fr; }.capability-card { min-height: 310px; }.agent-builder-visual { width: 100%; }
  .workflow-example-switcher { grid-template-columns: repeat(3, minmax(0, 1fr)); }.workflow-example-switcher button { padding-inline: 5px; }.workflow-canvas { height: 510px; }.node-one, .node-two, .node-three { left: calc(50% - 100px); width: 200px; }.flow-node.compact { width: 145px; }.node-four { left: 17px; }.node-five { right: 17px; }.branch-left { left: 89px; }.branch-right { right: 89px; }.canvas-status { display: none; }
  .operating-model-section { padding: 85px 0; }.operating-model-intro { grid-template-columns: 1fr; gap: 20px; }.operating-model-intro > p { font-size: 15px; }.operating-journey { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }.operating-journey > i { width: 1px; height: 22px; margin: -4px auto; }.operating-journey > i::after { right: -4px; top: auto; bottom: 0; transform: rotate(135deg); }.operating-journey article { min-height: 0; }.deployment-proof { align-items: flex-start; flex-direction: column; }.deployment-stat > strong { font-size: 64px; }.deployment-proof > a { max-width: none; }
  .channel-grid { grid-template-columns: 1fr; }.channel-card { min-height: 280px; }.channel-foundation { align-items: flex-start; flex-direction: column; gap: 6px; }.channel-foundation i { display: none; }
  .use-case-tabs { margin-inline: 0; padding-inline: 0; }.use-tab { flex: 0 0 auto; min-width: 135px; }
  .use-case-panel { grid-template-columns: 1fr; gap: 35px; padding: 36px 22px; }.use-case-copy h3 { font-size: 29px; }
  .proof-layout { grid-template-columns: 1fr; }.big-proof > strong { font-size: 65px; }.experience-card { padding: 28px; }
  .open-grid { grid-template-columns: 1fr; }.open-card, .open-card.mcp-card { min-height: 0; grid-column: auto; padding: 28px; }.mcp-card h3 { font-size: 29px; }.mcp-visual { overflow-x: auto; justify-content: flex-start; margin-inline: -10px; padding-inline: 18px; }.system-node { min-width: 115px; }.mcp-node { min-width: 105px; }.model-logos { flex-wrap: wrap; }
  .faq-list summary { min-height: 88px; font-size: 15px; }.faq-list details p { padding-right: 0; }
  .cta-section { padding: 90px 0; }.cta-content h2 { font-size: 43px; }.cta-actions { flex-direction: column; }.cta-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }.footer-links { gap: 18px; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .container { width: calc(100% - 28px); }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: 42px; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }.proof-item { flex-direction: row; align-items: baseline; gap: 8px; }.proof-item span { font-size: 10px; }
  .product-sidebar { width: 38px; flex-basis: 38px; }.product-heading strong { font-size: 13px; }.metric-card:nth-child(2) { display: none; }.metric-row { grid-template-columns: 1fr 1fr; }
  .floating-note { display: none; }
  .workflow-canvas { height: 500px; }.flow-node.compact { width: 125px; padding: 8px; }.flow-node.compact > i { display: none; }.node-four { left: 12px; }.node-five { right: 12px; }.branch-left { left: 75px; }.branch-right { right: 75px; }
  .big-proof { align-items: flex-start; flex-direction: column; }.big-proof div { padding: 10px 0 0; border: 0; }
  .deployment-proof { padding: 25px; }.deployment-stat { align-items: flex-start; flex-direction: column; gap: 8px; }.deployment-stat > span { padding: 8px 0 0; border: 0; }
  .mcp-visual { flex-direction: column; overflow: visible; }.mcp-visual > i { width: 1px; height: 25px; }.mcp-visual > i::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }.system-node, .mcp-node { width: 100%; }
  .footer-links { grid-template-columns: 1fr 1fr; }.footer-links > div:last-child { grid-column: 1 / -1; }
}

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