:root {
  --ink: #edf5ff;
  --muted: #9eb0c3;
  --dim: #70869b;
  --bg: #09131d;
  --bg-deep: #060d14;
  --surface: #101c27;
  --surface-2: #142330;
  --line: rgba(103, 145, 178, 0.16);
  --line-strong: rgba(105, 161, 204, 0.29);
  --blue: #2f91ff;
  --blue-bright: #6db7ff;
  --teal: #11d3d8;
  --shell: 1180px;
  --radius: 9px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
svg { display: block; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; color: var(--bg-deep); background: var(--teal); border-radius: 8px; font-weight: 700; transform: translateY(-160%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid rgba(105,161,204,.09); background: rgba(6,13,20,.62); transition: background-color 220ms ease, border-color 220ms ease, backdrop-filter 220ms ease; }
.site-header.is-scrolled { background: rgba(6, 13, 20, 0.92); border-color: var(--line-strong); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; }
.brand-logo { display: block; width: 120px; height: 40px; object-fit: contain; }
.brand-logo-footer { width: 150px; height: 50px; }
.brand-copy { display: grid; line-height: 1.1; gap: 4px; padding-left: 13px; border-left: 1px solid var(--line-strong); }
.brand-copy span { max-width: 122px; color: #8da3b6; font-size: .64rem; line-height: 1.35; letter-spacing: .035em; }
.primary-nav { display: flex; align-items: center; gap: 29px; color: #b9c6cb; font-size: .87rem; font-weight: 600; }
.primary-nav a:not(.nav-cta) { position: relative; padding-block: 10px; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; inset: auto 0 4px; height: 1px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.primary-nav a:hover { color: var(--ink); }
.primary-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 9px 15px; color: #fff; border: 1px solid rgba(47,145,255,.72); border-radius: 6px; background: linear-gradient(135deg, #086eff, #0757dc); box-shadow: 0 8px 28px rgba(8,110,255,.18); }
.nav-cta:hover { border-color: var(--blue-bright); background: linear-gradient(135deg, #1680ff, #0864ee); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 9px; background: var(--surface); cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 1.5px; margin: 4px 0; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; min-height: 760px; overflow: hidden; padding: 150px 0 96px; background: radial-gradient(circle at 76% 34%, rgba(27, 116, 219, .18), transparent 32%), radial-gradient(circle at 85% 65%, rgba(17,211,216,.055), transparent 25%), linear-gradient(180deg, var(--bg-deep), var(--bg)); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; left: -440px; top: 130px; border: 1px solid rgba(47,145,255,.15); border-radius: 50%; box-shadow: 0 0 0 110px rgba(47,145,255,.022), 0 0 0 250px rgba(47,145,255,.014); }
.hero-grid-overlay, .cta-grid { position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(rgba(150,190,205,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(150,190,205,.075) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue-bright); font-size: .69rem; line-height: 1.3; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 23px; height: 1px; margin: 0 10px 3px 0; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { max-width: 720px; margin-bottom: 25px; font-size: clamp(3.1rem, 5.2vw, 5.15rem); line-height: 1; letter-spacing: -.052em; font-weight: 700; }
h1 span { color: #a8bed2; }
h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 4vw, 3.65rem); line-height: 1.06; letter-spacing: -.045em; font-weight: 630; }
h3 { margin-bottom: 12px; font-size: 1.18rem; letter-spacing: -.02em; }
.hero-summary { max-width: 680px; margin-bottom: 32px; color: #aab8be; font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 38px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 11px 19px; border: 1px solid transparent; border-radius: 6px; font-size: .87rem; font-weight: 730; transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: #fff; background: linear-gradient(135deg, #0874ff, #0759df); box-shadow: 0 12px 32px rgba(8,110,255,.22); }
.button-primary:hover { background: linear-gradient(135deg, #2086ff, #0867f4); }
.button-secondary { color: #d9e8f5; border-color: var(--line-strong); background: rgba(34,55,73,.46); }
.button-secondary:hover { border-color: rgba(94,168,255,.48); background: rgba(94,168,255,.06); }
.button-light { color: #06111d; background: #f0f7ff; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 15px 24px; margin: 0; padding: 0; list-style: none; color: #8e9fa7; font-size: .76rem; font-weight: 620; letter-spacing: .025em; }
.hero-facts li { display: flex; align-items: center; gap: 8px; }
.signal { display: inline-block; width: 7px; height: 7px; border-radius: 50%; flex: none; }
.signal-complete { background: #2edb9a; box-shadow: 0 0 0 4px rgba(46,219,154,.09); }
.signal-progress { background: var(--blue); box-shadow: 0 0 0 4px rgba(94,168,255,.1); }
.signal-neutral { background: #84939a; }

.blueprint { position: relative; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,35,48,.98), rgba(9,18,27,.97)); box-shadow: var(--shadow); overflow: hidden; }
.blueprint::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(47,145,255,.12), transparent 52%); pointer-events: none; }
.blueprint-topline, .blueprint-footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 48px; padding: 10px 17px; color: #82939a; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .65rem; letter-spacing: .065em; text-transform: uppercase; }
.blueprint-topline { border-bottom: 1px solid var(--line); }
.blueprint-state { display: flex; align-items: center; gap: 7px; color: #b1c0c5; }
.blueprint-state i { width: 6px; height: 6px; border-radius: 50%; background: #2edb9a; box-shadow: 0 0 10px #2edb9a; }
.blueprint-footer { justify-content: flex-start; gap: 18px; border-top: 1px solid var(--line); }
.blueprint-footer span:not(:last-child)::after { content: "/"; margin-left: 18px; color: #435159; }
.blueprint-canvas { position: relative; min-height: 428px; background-image: linear-gradient(rgba(150,190,205,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(150,190,205,.055) 1px, transparent 1px); background-size: 32px 32px; }
.flow-node { position: absolute; z-index: 2; display: grid; gap: 4px; min-width: 182px; padding: 14px 15px; border: 1px solid var(--line-strong); border-radius: 7px; background: linear-gradient(145deg, rgba(25,42,56,.96), rgba(15,27,38,.96)); box-shadow: 0 15px 36px rgba(0,0,0,.25); }
.flow-node strong { font-size: .78rem; }
.flow-node small { color: #71838b; font-size: .62rem; }
.node-index { position: absolute; top: 8px; right: 9px; color: #4d6069; font: .58rem ui-monospace, monospace; }
.flow-records { top: 36px; left: 28px; }
.flow-core { top: 166px; left: 50%; min-width: 208px; padding: 17px; transform: translateX(-50%); border-color: rgba(47,145,255,.55); background: linear-gradient(145deg, rgba(22,54,83,.98), rgba(12,31,48,.98)); }
.flow-core svg { width: 25px; height: 25px; margin-bottom: 3px; fill: none; stroke: var(--teal); stroke-width: 1.35; stroke-linecap: round; }
.flow-integrations { top: 304px; left: 25px; }
.flow-ai { top: 304px; right: 25px; }
.flow-line { position: absolute; z-index: 1; left: 50%; width: 1px; background: linear-gradient(var(--blue), rgba(94,168,255,.16)); }
.flow-line-a { top: 100px; height: 67px; }
.flow-line-b { top: 261px; height: 44px; }
.flow-line::before, .flow-line::after { content: ""; position: absolute; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.flow-line::before { top: 0; }
.flow-line::after { bottom: 0; }
.flow-line i { position: absolute; left: 0; width: 136px; height: 1px; background: linear-gradient(90deg, rgba(94,168,255,.16), var(--blue), rgba(94,168,255,.16)); transform: translateX(-50%); }
.flow-line-a i { top: 0; }
.flow-line-b i { bottom: 0; }
.blueprint-rail { position: absolute; inset: auto 0 0; display: none; }

.section { padding: 116px 0; }
.problem-solution { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #071019, #09131d); }
.split-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.section-intro h2 { max-width: 540px; }
.section-intro > p:last-child { max-width: 520px; color: var(--muted); }
.problem-content .lead { color: #ced9dd; font-size: clamp(1.25rem, 2.2vw, 1.68rem); line-height: 1.55; letter-spacing: -.02em; }
.problem-content > p:last-child { max-width: 640px; color: var(--muted); }
.problem-divider { position: relative; height: 1px; margin: 36px 0 30px; background: var(--line); }
.problem-divider span { position: absolute; width: 26%; height: 1px; background: linear-gradient(90deg, var(--blue), var(--teal)); box-shadow: 0 0 16px rgba(47,145,255,.26); }
.solution-label span { display: inline-block; margin-bottom: 15px; color: var(--blue-bright); font-size: .72rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.capabilities { background: linear-gradient(180deg, var(--bg), #0b1621); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 80px; margin-bottom: 50px; }
.section-heading h2 { max-width: 680px; margin-bottom: 0; }
.section-heading > p { max-width: 400px; margin: 0 0 5px; color: var(--muted); }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.capability-card { position: relative; min-height: 350px; padding: 33px 34px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, rgba(20,35,48,.94), rgba(13,25,35,.94)); box-shadow: 0 14px 36px rgba(0,0,0,.14); transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease; }
.capability-card:hover { border-color: rgba(47,145,255,.55); background: linear-gradient(145deg, rgba(23,42,58,.98), rgba(14,29,42,.98)); transform: translateY(-2px); }
.card-number { position: absolute; top: 19px; right: 21px; color: #4f6068; font: .66rem ui-monospace, monospace; }
.card-icon { display: grid; width: 44px; height: 44px; margin-bottom: 28px; place-items: center; border: 1px solid rgba(47,145,255,.28); border-radius: 7px; color: var(--blue-bright); background: linear-gradient(145deg, rgba(47,145,255,.2), rgba(26,89,162,.14)); }
.card-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.capability-card > p { max-width: 480px; color: var(--muted); }
.capability-card ul { display: grid; gap: 9px; margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.capability-card li { position: relative; padding-left: 17px; color: #b5c2c7; font-size: .84rem; }
.capability-card li::before { content: ""; position: absolute; top: .66em; left: 0; width: 5px; height: 5px; border-radius: 1px; background: var(--blue); }

.security { position: relative; overflow: hidden; border-block: 1px solid var(--line); background: linear-gradient(180deg, #071019, #09131d); }
.security-glow { position: absolute; width: 600px; height: 600px; left: -300px; bottom: -260px; border-radius: 50%; background: rgba(16,106,211,.13); filter: blur(120px); }
.security-layout { position: relative; display: grid; grid-template-columns: .84fr 1.16fr; gap: 105px; align-items: start; }
.security-copy { position: sticky; top: 130px; }
.security-copy > p:not(.eyebrow) { max-width: 500px; color: var(--muted); }
.security-seal { display: grid; width: 90px; height: 90px; margin-top: 40px; place-items: center; color: var(--teal); }
.security-seal svg { width: 86px; height: 86px; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; opacity: .7; }
.security-seal circle { stroke-dasharray: 3 4; }
.principle-list { margin: 0; padding: 0; border-top: 1px solid var(--line-strong); list-style: none; }
.principle-list li { display: grid; grid-template-columns: 45px 1fr; gap: 12px; padding: 24px 4px; border-bottom: 1px solid var(--line-strong); }
.principle-list li > span { color: var(--teal); font: .68rem ui-monospace, monospace; }
.principle-list strong { display: block; margin-bottom: 5px; font-size: .94rem; }
.principle-list p { margin: 0; color: var(--muted); font-size: .85rem; }

.technology { background: linear-gradient(180deg, #0b1621, var(--bg)); }
.technology-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.technology-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.technology-list li { display: grid; gap: 5px; padding: 18px 17px; border: 1px solid var(--line-strong); border-radius: 6px; background: linear-gradient(145deg, rgba(20,35,48,.88), rgba(13,25,35,.88)); }
.technology-list li:nth-child(2n + 1) { border-left: 1px solid var(--line-strong); }
.technology-list span { color: var(--dim); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.technology-list strong { font-size: .94rem; font-weight: 630; }

.product-preview { padding-top: 86px; background: var(--bg); }
.preview-heading { margin-bottom: 42px; }
.preview-frame { margin: 0; overflow: hidden; border: 1px solid rgba(105,161,204,.38); border-radius: var(--radius); background: var(--surface); box-shadow: 0 32px 90px rgba(0,0,0,.42), 0 0 0 1px rgba(47,145,255,.05); }
.preview-bar { display: flex; min-height: 47px; align-items: center; gap: 7px; padding: 0 16px; border-bottom: 1px solid var(--line-strong); background: #0b151f; }
.preview-bar > span { width: 7px; height: 7px; border-radius: 50%; background: #31485b; }
.preview-bar > span:first-child { background: #2f91ff; }
.preview-bar > div { margin-left: 12px; color: #7189a0; font: .62rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.product-screenshot { display: block; width: 100%; height: auto; background: #0b141d; }
.preview-frame figcaption { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 14px 17px; border-top: 1px solid var(--line-strong); color: #70869b; background: #0b151f; font: .63rem ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.preview-frame figcaption span:first-child { color: var(--blue-bright); }

.status { background: var(--bg); }
.status-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 105px; align-items: center; }
.status-copy > p:last-child { max-width: 520px; color: var(--muted); }
.roadmap { padding: 30px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface-2), #0d1924); box-shadow: var(--shadow); }
.roadmap-topline { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .73rem; }
.roadmap-topline strong { color: var(--ink); }
.roadmap ol { display: grid; grid-template-columns: repeat(8, 1fr); margin: 30px 0 34px; padding: 0; list-style: none; }
.roadmap li { position: relative; display: grid; justify-items: center; gap: 9px; color: var(--dim); }
.roadmap li:not(:last-child)::after { content: ""; position: absolute; z-index: 0; top: 13px; left: calc(50% + 13px); width: calc(100% - 26px); height: 1px; background: var(--line-strong); }
.roadmap li.complete:not(:last-child)::after { background: rgba(62,214,197,.5); }
.roadmap li span { position: relative; z-index: 1; display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: var(--surface); font: .62rem ui-monospace, monospace; }
.roadmap li.complete span { color: #061315; border-color: #2edb9a; background: #2edb9a; }
.roadmap li.current span { color: var(--blue-bright); border-color: var(--blue); box-shadow: 0 0 0 5px rgba(94,168,255,.08); }
.roadmap li small { font-size: .54rem; text-transform: uppercase; }
.roadmap li:not(:last-child) small { visibility: hidden; }
.current-milestone { display: flex; align-items: center; gap: 13px; padding: 16px 17px; border: 1px solid rgba(94,168,255,.2); border-radius: 10px; background: rgba(94,168,255,.04); }
.current-milestone > div { display: grid; gap: 2px; }
.current-milestone small { color: var(--dim); font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.current-milestone strong { font-size: .85rem; }

.cta-section { position: relative; overflow: hidden; padding: 110px 0; text-align: center; background: radial-gradient(circle at 50% 120%, rgba(17,211,216,.13), transparent 42%), linear-gradient(135deg, #0a2850, #09203a 62%, #091a2a); }
.cta-section::before, .cta-section::after { content: ""; position: absolute; width: 440px; height: 440px; border: 1px solid rgba(47,145,255,.18); border-radius: 50%; }
.cta-section::before { left: -270px; top: -260px; }
.cta-section::after { right: -290px; bottom: -280px; }
.cta-grid { opacity: .22; mask-image: radial-gradient(circle, black, transparent 70%); }
.cta-content { position: relative; display: grid; justify-items: center; }
.cta-content .eyebrow { color: #78bcff; }
.cta-content .eyebrow::before { display: none; }
.cta-content h2 { max-width: 800px; margin-bottom: 16px; }
.cta-content > p:not(.eyebrow) { margin-bottom: 28px; color: #b4cecf; }

.site-footer { padding: 76px 0 25px; background: #060d14; }
.footer-main { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; padding-bottom: 65px; }
.footer-brand > p { max-width: 390px; margin: 24px 0 0; color: var(--muted); }
.footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 45px; }
.footer-links > div { display: grid; align-content: start; gap: 12px; }
.footer-links h2 { margin-bottom: 4px; color: var(--dim); font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .disabled-link { color: #b7c4c9; font-size: .84rem; }
.footer-links a:hover { color: var(--teal); }
.disabled-link { display: flex; align-items: center; gap: 8px; color: #6f7d83; }
.disabled-link small { padding: 2px 6px; border: 1px solid var(--line-strong); border-radius: 4px; font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; border-top: 1px solid var(--line); color: #617078; font-size: .68rem; letter-spacing: .035em; }
.footer-bottom p { margin: 0; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(16px); transition: opacity 600ms ease, transform 600ms ease; }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 80ms; }
.reveal-delay-2 { transition-delay: 160ms; }
.reveal-delay-3 { transition-delay: 240ms; }

@media (max-width: 1040px) {
  .hero-layout { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 820px; }
  .blueprint { width: min(100%, 690px); }
  .split-layout, .security-layout, .technology-layout, .status-layout { gap: 65px; }
  .section-heading { align-items: start; flex-direction: column; gap: 22px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), var(--shell)); }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 76px 0 auto; display: grid; gap: 0; padding: 12px 18px 22px; border-bottom: 1px solid var(--line-strong); background: rgba(7,11,15,.98); transform: translateY(-120%); visibility: hidden; transition: transform 220ms ease, visibility 220ms ease; }
  .primary-nav.is-open { transform: translateY(0); visibility: visible; }
  .primary-nav a { padding: 13px 10px !important; border-bottom: 1px solid var(--line); }
  .primary-nav .nav-cta { margin-top: 11px; text-align: center; border: 1px solid var(--line-strong); }
  .hero { padding-top: 130px; }
  h1 { font-size: clamp(2.85rem, 10vw, 4.5rem); }
  .section { padding: 90px 0; }
  .split-layout, .security-layout, .technology-layout, .status-layout { grid-template-columns: 1fr; gap: 48px; }
  .security-copy { position: static; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .product-preview { padding-top: 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .brand-copy { display: none; }
  .brand-logo { width: 108px; height: 36px; }
  .hero { padding: 116px 0 75px; }
  .hero-layout { gap: 50px; }
  h1 { font-size: clamp(2.65rem, 14vw, 3.7rem); }
  h2 { font-size: clamp(2rem, 10vw, 2.7rem); }
  .hero-summary { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-facts { display: grid; }
  .blueprint-canvas { min-height: 455px; }
  .blueprint-topline { align-items: flex-start; flex-direction: column; padding-block: 13px; }
  .flow-node { min-width: 0; width: calc(100% - 40px); left: 20px; right: auto; }
  .flow-records { top: 25px; }
  .flow-core { top: 144px; transform: none; }
  .flow-integrations { top: 270px; }
  .flow-ai { top: 365px; }
  .flow-line { display: none; }
  .blueprint-footer { flex-wrap: wrap; gap: 7px 11px; }
  .blueprint-footer span:not(:last-child)::after { margin-left: 11px; }
  .section { padding: 76px 0; }
  .capability-card { padding: 30px 25px; }
  .technology-list { grid-template-columns: 1fr; }
  .technology-list li:nth-child(n) { border-left: 1px solid var(--line-strong); }
  .preview-placeholder { min-height: 410px; }
  .preview-frame figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .roadmap { padding: 24px 17px; }
  .roadmap li small { display: none; }
  .roadmap-topline { align-items: flex-start; flex-direction: column; gap: 5px; }
  .cta-section { padding: 85px 0; }
  .footer-links { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

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