@font-face { font-family: 'Manrope'; src: url('assets/manrope-cyrillic-ext.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F; }
@font-face { font-family: 'Manrope'; src: url('assets/manrope-cyrillic.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116; }
@font-face { font-family: 'Manrope'; src: url('assets/manrope-latin-ext.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: 'Manrope'; src: url('assets/manrope-latin.woff2') format('woff2'); font-style: normal; font-weight: 200 800; font-display: swap; unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family: 'Unbounded'; src: url('assets/unbounded-500.ttf') format('truetype'); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: 'Unbounded'; src: url('assets/unbounded-600.ttf') format('truetype'); font-style: normal; font-weight: 600; font-display: swap; }

:root {
  --bg: #0d0d12;
  --bg-soft: #14141c;
  --surface: #1b1a25;
  --paper: #f4f3f8;
  --paper-2: #ebe9f2;
  --ink: #17151d;
  --ink-soft: #5f5c69;
  --white: #f8f6ff;
  --muted: #aaa7b5;
  --violet: #987dff;
  --violet-2: #c0b2ff;
  --violet-soft: #e9e3ff;
  --border-dark: rgb(255 255 255 / 12%);
  --border-light: rgb(25 21 35 / 13%);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: min(1400px, calc(100vw - 48px));
  --heading: 'Unbounded', 'Manrope', sans-serif;
  --body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--bg); color: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { display: block; width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 2px solid var(--violet-2); outline-offset: 4px; }
::selection { background: #7657e5; color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; transform: translateY(-160%); border-radius: 9px; background: white; color: var(--ink); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 30; top: 0; left: 50%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: var(--shell); height: 92px; transform: translateX(-50%); border-bottom: 1px solid rgb(255 255 255 / 11%); transition: height 180ms ease, width 180ms ease, background 180ms ease, border-radius 180ms ease, box-shadow 180ms ease; }
.site-header.is-scrolled { top: 10px; width: min(1180px, calc(100vw - 32px)); height: 64px; padding: 0 12px 0 18px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 18px; background: rgb(16 16 22 / 82%); box-shadow: 0 18px 60px rgb(0 0 0 / 28%); backdrop-filter: blur(22px); }
.brand { display: inline-flex; width: 150px; }
.brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.site-header.is-scrolled .brand { width: 132px; }
.site-nav { display: flex; gap: 34px; color: #b8b5c2; font-size: 14px; font-weight: 650; }
.site-nav a { transition: color 140ms ease; }
.site-nav a:hover { color: white; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 15px; font-weight: 750; line-height: 1; transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0); }
.button--light { background: white; color: #17131e; }
.button--light:hover { background: var(--violet-soft); }
.header-cta { justify-self: end; min-height: 42px; padding-inline: 18px; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, .9fr) minmax(530px, 1.1fr); align-items: center; gap: clamp(48px, 6vw, 104px); min-height: 100svh; overflow: hidden; padding: 142px max(24px, calc((100vw - 1400px) / 2)) 96px; background: linear-gradient(180deg, rgb(20 17 29 / 12%), rgb(13 13 18 / 96%)), radial-gradient(circle at 62% 40%, rgb(111 78 238 / 14%), transparent 35%); }
.hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .32; background-image: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black 8%, transparent 92%); }
.hero-orb { position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.hero-orb--one { top: -240px; right: 5vw; width: 650px; height: 650px; background: radial-gradient(circle, rgb(130 98 255 / 24%), transparent 66%); }
.hero-orb--two { bottom: -390px; left: -180px; width: 760px; height: 760px; background: radial-gradient(circle, rgb(94 63 214 / 16%), transparent 66%); }
.hero-copy { position: relative; z-index: 2; max-width: 720px; padding-bottom: 24px; animation: copy-in 650ms cubic-bezier(.16, 1, .3, 1) both; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--violet-2); font-family: var(--heading); font-size: 12px; font-weight: 620; letter-spacing: .09em; text-transform: uppercase; }
.eyebrow svg { width: 17px; height: 17px; }
.hero h1, .section-heading h2, .self-hosted-copy h2, .final-cta h2 { margin: 0; font-family: var(--heading); font-weight: 600; letter-spacing: -.065em; }
.hero h1 { max-width: 780px; font-size: clamp(50px, 5.65vw, 92px); line-height: .97; }
.hero h1 span, .section-heading h2 span, .self-hosted-copy h2 span { color: transparent; background: linear-gradient(100deg, #f4f0ff 10%, #a88eff 50%, #d9cfff 90%); background-clip: text; -webkit-background-clip: text; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: #b9b6c4; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-actions .button { min-height: 54px; padding-inline: 24px; }
.button--primary { background: linear-gradient(135deg, #b5a3ff, #8263f2); color: #13101a; box-shadow: 0 16px 40px rgb(104 72 225 / 28%); }
.button--primary:hover { background: linear-gradient(135deg, #c4b5ff, #9478f6); box-shadow: 0 20px 48px rgb(104 72 225 / 38%); }
.button--glass { border-color: rgb(255 255 255 / 16%); background: rgb(255 255 255 / 5%); color: white; backdrop-filter: blur(12px); }
.button--glass:hover { background: rgb(255 255 255 / 9%); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 28px 0 0; padding: 0; color: #8f8c99; font-size: 13px; list-style: none; }
.hero-proof li { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof li span { color: var(--violet-2); }

.hero-stage { position: relative; z-index: 2; width: 100%; max-width: 760px; justify-self: end; overflow: hidden; border: 1px solid rgb(255 255 255 / 14%); border-radius: 28px; background: linear-gradient(150deg, rgb(33 30 45 / 96%), rgb(18 18 25 / 98%)); box-shadow: 0 48px 100px rgb(0 0 0 / 48%), inset 0 1px rgb(255 255 255 / 7%); transform: none; animation: stage-in 720ms cubic-bezier(.16, 1, .3, 1) both; }
.stage-topline { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 20px; border-bottom: 1px solid rgb(255 255 255 / 9%); color: #8e8b98; font-size: 12px; }
.live-pill { display: inline-flex; align-items: center; gap: 8px; color: #d7cef9; font-family: var(--heading); font-size: 12px; letter-spacing: .04em; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: #8f72ff; box-shadow: 0 0 16px #9478ff; }
.stage-canvas { position: relative; min-height: 510px; overflow: hidden; background: radial-gradient(circle at 50% 42%, rgb(131 94 255 / 12%), transparent 44%); }
.stage-canvas::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle, rgb(203 190 255 / 55%) 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(circle, black, transparent 72%); }
.connections { position: absolute; inset: 0; width: 100%; height: 100%; }
.connections path { fill: none; stroke: rgb(187 169 255 / 34%); stroke-width: 1.4; stroke-dasharray: 5 6; }
.task-card, .role-card, .result-card { position: absolute; border: 1px solid rgb(197 180 255 / 18%); background: rgb(28 26 38 / 88%); box-shadow: 0 18px 45px rgb(0 0 0 / 28%); backdrop-filter: blur(12px); }
.task-card { top: 28px; left: 50%; width: min(310px, 54%); padding: 16px 18px; border-radius: 15px; transform: translateX(-50%); }
.task-card strong { display: block; margin-top: 5px; font-size: 14px; }
.task-key { color: #9f86ff; font-family: var(--heading); font-size: 12px; }
.task-meta { display: flex; justify-content: space-between; margin-top: 10px; color: #85818f; font-size: 12px; }
.role-card { display: flex; align-items: center; gap: 11px; width: 205px; padding: 13px 14px; border-radius: 14px; animation: node-in 500ms cubic-bezier(.16, 1, .3, 1) var(--delay) both; }
.role-card strong, .role-card span { display: block; }
.role-card strong { font-size: 13px; }
.role-card div > span { color: #8e899a; font-size: 12px; }
.role-icon, .result-icon { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; border-radius: 10px; color: #c2b2ff; background: #302848; }
.role-card--manager { top: 166px; left: 50%; width: min(240px, 62%); transform: translateX(-50%); }
.role-card--analyst { top: 246px; left: 6%; }
.role-card--developer { top: 246px; right: 6%; }
.result-card { bottom: 34px; left: 50%; display: flex; align-items: center; gap: 12px; width: min(370px, 66%); padding: 14px 16px; border-radius: 15px; transform: translateX(-50%); }
.result-card strong, .result-card span { display: block; }
.result-card strong { font-size: 13px; }
.result-card div > span { color: #8e899a; font-size: 12px; }
.result-card > svg { width: 16px; margin-left: auto; color: #aaa1b7; }
.result-icon { color: #17121f; background: #a78eff; }
.stage-log { display: flex; gap: 12px; padding: 15px 20px 17px; border-top: 1px solid rgb(255 255 255 / 9%); color: #797582; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; }
.stage-log b { color: #b3a2f5; font-weight: 600; }

.capability-line { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 3vw, 46px); min-height: 96px; overflow: hidden; border-top: 1px solid var(--border-dark); border-bottom: 1px solid var(--border-dark); color: #888591; font-family: var(--heading); font-size: 12px; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
.capability-line i { width: 4px; height: 4px; border-radius: 50%; background: var(--violet); }

.section-light { background: var(--paper); color: var(--ink); }
.section-dark { background: var(--bg); color: var(--white); }
.section-violet { background: #ded5ff; color: var(--ink); }
.section-shell { width: var(--shell); margin-inline: auto; padding-block: clamp(100px, 10vw, 172px); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); column-gap: 48px; align-items: end; margin-bottom: clamp(56px, 7vw, 104px); }
.section-heading .section-kicker { grid-column: 1 / -1; color: #7055dd; }
.section-heading h2 { font-size: clamp(42px, 6vw, 86px); line-height: 1.02; }
.section-heading h2 span { background-image: linear-gradient(100deg, #1d1826 0%, #7d61e9 55%, #9a83f0 100%); }
.section-heading > p:last-child { margin: 0 0 6px; color: var(--ink-soft); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.section-heading--dark .section-kicker { color: var(--violet-2); }
.section-heading--dark h2 span { background-image: linear-gradient(100deg, #f4f0ff 10%, #a88eff 55%, #d9cfff 90%); }

.product-showcase { position: relative; margin-bottom: clamp(76px, 9vw, 130px); }
.product-tabs { display: inline-flex; gap: 5px; margin-bottom: 18px; padding: 5px; border: 1px solid var(--border-light); border-radius: 999px; background: rgb(255 255 255 / 52%); }
.product-tab { min-height: 40px; padding: 0 17px; border: 0; border-radius: 999px; background: transparent; color: #706c78; cursor: pointer; font-weight: 700; }
.product-tab:hover { color: var(--ink); }
.product-tab.is-active { background: var(--ink); color: white; box-shadow: 0 8px 20px rgb(22 18 29 / 16%); }
.product-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 10.35; border: 1px solid var(--border-light); border-radius: 28px; background: #111217; box-shadow: 0 45px 90px rgb(38 31 56 / 21%), 0 2px 0 rgb(255 255 255 / 80%) inset; }
.browser-bar { display: flex; align-items: center; gap: 7px; height: 42px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 8%); color: #77737f; background: #181820; font-size: 12px; }
.browser-bar span { width: 8px; height: 8px; border-radius: 50%; background: #3e3d48; }
.browser-bar b { position: absolute; left: 50%; transform: translateX(-50%); font-weight: 500; }
.product-image { position: absolute; inset: 42px 0 auto; width: 100%; height: calc(100% - 42px); object-fit: cover; object-position: top left; opacity: 0; transform: scale(.992); transition: opacity 220ms ease, transform 260ms ease; }
.product-image.is-active { opacity: 1; transform: scale(1); }
.showcase-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 17px; color: var(--ink-soft); font-size: 14px; }
.showcase-note > span { flex: 0 0 auto; padding: 7px 11px; border-radius: 999px; background: #e4ddfa; color: #6047c3; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.showcase-note p { margin: 0; text-align: right; }

.bento-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.bento-card { position: relative; min-height: 410px; overflow: hidden; padding: clamp(28px, 4vw, 56px); border: 1px solid var(--border-light); border-radius: var(--radius-lg); background: #fff; }
.bento-card--wide { grid-column: 1 / -1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; min-height: 470px; }
.feature-index { position: absolute; top: 28px; right: 32px; color: #aaa6b0; font-family: var(--heading); font-size: 12px; }
.card-label { margin: 0 0 18px; color: #7258db; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bento-card h3, .team-card h3, .network-card h3, .control-card h3 { margin: 0; font-family: var(--heading); font-weight: 600; letter-spacing: -.045em; }
.bento-card h3 { max-width: 790px; font-size: clamp(27px, 2.55vw, 38px); line-height: 1.2; overflow-wrap: anywhere; }
.bento-card p:not(.card-label) { max-width: 680px; margin: 22px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.mini-board { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; padding: 12px; transform: rotate(2deg); border: 1px solid #d9d4e3; border-radius: 20px; background: #edebf2; box-shadow: 0 28px 60px rgb(46 37 67 / 16%); }
.mini-board > div { min-height: 230px; padding: 14px 12px; border: 1px solid #ded9e6; border-radius: 13px; background: #f8f7fa; font-size: 12px; }
.mini-board span { font-weight: 800; }
.mini-board b { float: right; color: #807a8b; }
.mini-board i { display: block; height: 56px; margin-top: 13px; border: 1px solid #e3deea; border-radius: 9px; background: white; box-shadow: 0 8px 20px rgb(32 28 42 / 5%); }
.bento-card--violet { background: linear-gradient(145deg, #ddd2ff, #f2edff); }
.bento-card--ink { border-color: transparent; background: var(--ink); color: white; }
.bento-card--ink p:not(.card-label) { color: #b8b3c1; }
.bento-card--ink .card-label { color: #bba9ff; }
.message-stack { display: grid; gap: 8px; margin-top: 34px; }
.message-stack span { width: fit-content; padding: 10px 13px; border: 1px solid rgb(77 55 140 / 15%); border-radius: 12px 12px 12px 3px; background: rgb(255 255 255 / 56%); color: #463b5b; font-size: 13px; font-weight: 650; }
.message-stack span:nth-child(2) { margin-left: 15%; }
.message-stack span:nth-child(3) { margin-left: 32%; background: #8164e7; color: white; }
.permission-map { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-top: 40px; color: #9d98a8; font-family: var(--heading); font-size: clamp(9px,.8vw,11px); }
.permission-map span { padding: 10px 8px; border: 1px solid rgb(255 255 255 / 14%); border-radius: 11px; background: rgb(255 255 255 / 5%); color: white; }
.permission-map i { color: var(--violet-2); font-style: normal; }

.workflow { position: relative; overflow: hidden; }
.workflow::before { content: ''; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
.workflow .section-shell { position: relative; }
.workflow-steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.workflow-steps li { position: relative; min-height: 390px; padding: 28px 28px 34px; border-top: 1px solid var(--border-dark); border-right: 1px solid var(--border-dark); }
.workflow-steps li:last-child { border-right: 0; }
.workflow-steps li::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--violet); transition: width 300ms ease; }
.workflow-steps li:hover::after { width: 100%; }
.step-number { color: #65616f; font-family: var(--heading); font-size: 12px; }
.step-icon { display: grid; place-items: center; width: 52px; height: 52px; margin: 58px 0 30px; border: 1px solid rgb(189 170 255 / 25%); border-radius: 17px; background: #211d31; color: var(--violet-2); font-family: var(--heading); font-size: 18px; }
.workflow-steps h3 { margin: 0; font-family: var(--heading); font-size: clamp(19px, 1.55vw, 26px); font-weight: 600; letter-spacing: -.035em; line-height: 1.22; }
.workflow-steps p { margin: 18px 0 0; color: #96929f; font-size: 15px; line-height: 1.7; }
.workflow-summary { display: grid; grid-template-columns: .7fr 1fr 1.65fr; gap: 60px; align-items: start; margin-top: 100px; padding-top: 46px; border-top: 1px solid var(--border-dark); }
.workflow-summary > p { margin: 8px 0 0; color: #8f8b98; }
.workflow-summary > strong { font-family: var(--heading); font-size: clamp(23px, 2.2vw, 34px); font-weight: 600; letter-spacing: -.045em; line-height: 1.25; }
.audit-log { overflow: hidden; border: 1px solid var(--border-dark); border-radius: 20px; background: #14141b; }
.audit-log > div { display: grid; grid-template-columns: 50px 32px 1fr auto; gap: 10px; align-items: center; min-height: 64px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 7%); }
.audit-log > div:last-child { border-bottom: 0; }
.audit-log time { color: #686571; font-family: ui-monospace, monospace; font-size: 12px; }
.log-avatar { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; background: #2d2740; color: #bba9ff; font-size: 12px; font-weight: 800; }
.log-avatar--ok { background: #1d3a30; color: #72d9ad; }
.audit-log p { margin: 0; color: #9c98a4; font-size: 12px; }
.audit-log p b { color: #e5e1eb; }
.audit-log em { color: #7c7884; font-size: 12px; font-style: normal; }

.ai-team .section-heading h2 span { background-image: linear-gradient(100deg, #1d1826 0%, #6c4fe2 65%, #8a6deb 100%); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.team-card { display: grid; grid-template-columns: 74px 1fr; gap: 20px; min-height: 330px; padding: 26px; border: 1px solid rgb(46 34 76 / 13%); border-radius: 26px; background: rgb(255 255 255 / 56%); box-shadow: 0 22px 60px rgb(77 57 130 / 8%); }
.team-card img { width: 74px; height: 74px; border-radius: 22px; object-fit: cover; box-shadow: 0 10px 24px rgb(75 52 140 / 18%); }
.team-card div > span { color: #765bdc; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.team-card h3 { margin-top: 8px; font-size: 27px; }
.team-card p { margin: 14px 0 0; color: #5c5668; font-size: 15px; line-height: 1.7; }
.team-card > strong { grid-column: 1 / -1; align-self: end; display: inline-flex; align-items: center; gap: 8px; color: #393344; font-size: 12px; }
.team-card > strong i { width: 8px; height: 8px; border-radius: 50%; background: #28a775; box-shadow: 0 0 0 5px rgb(40 167 117 / 10%); }
.network-card { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; min-height: 500px; margin-top: 16px; padding: clamp(34px, 5vw, 70px); overflow: hidden; border-radius: 30px; background: var(--ink); color: white; }
.network-card h3 { max-width: 640px; font-size: clamp(29px, 3vw, 42px); line-height: 1.2; }
.network-card > div:first-child > p:last-child { max-width: 600px; margin: 24px 0 0; color: #aaa5b4; font-size: 17px; line-height: 1.7; }
.network-visual { position: relative; min-height: 310px; }
.network-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.network-visual path { fill: none; stroke: rgb(189 170 255 / 35%); stroke-dasharray: 5 6; }
.network-node { position: absolute; z-index: 2; display: grid; place-items: center; width: 108px; height: 54px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 15px; background: #24202f; color: #b5afbc; font-family: var(--heading); font-size: 12px; text-align: center; }
.network-node--main { top: 50%; left: 50%; width: 118px; height: 118px; transform: translate(-50%, -50%); border-color: rgb(180 157 255 / 42%); border-radius: 34px; background: linear-gradient(145deg, #a68bff, #7454e2); color: #15101e; }
.network-node--one { top: 16px; left: 0; }
.network-node--two { bottom: 12px; left: 0; }
.network-node--three { top: 50%; right: 0; transform: translateY(-50%); }

.control-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.control-card { position: relative; min-height: 330px; padding: 32px; overflow: hidden; border: 1px solid var(--border-light); border-radius: 26px; background: white; }
.control-card--large { grid-row: span 2; min-height: 676px; }
.control-card--accent { grid-column: 2 / -1; background: #e4ddfb; }
.control-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 42px; border: 1px solid #dbd5e5; border-radius: 15px; background: #f3f1f7; color: #795ee2; font-family: var(--heading); }
.control-card h3 { font-size: clamp(24px, 2.2vw, 35px); line-height: 1.2; }
.control-card > p:last-of-type { margin: 18px 0 0; color: var(--ink-soft); line-height: 1.7; }
.workspace-code { position: relative; margin-top: 36px; overflow: hidden; border: 1px solid #dad5e1; border-radius: 18px; background: var(--ink); color: #ccc8d3; box-shadow: 0 24px 50px rgb(29 23 40 / 20%); }
.workspace-code > span { display: block; padding: 12px 16px; border-bottom: 1px solid rgb(255 255 255 / 8%); color: #777280; font-family: ui-monospace, monospace; font-size: 12px; }
.workspace-code code { display: block; padding: 18px; font-family: ui-monospace, monospace; font-size: 13px; line-height: 2; }
.workspace-code i { color: #9278f4; font-style: normal; }
.workspace-code b { color: #57c998; }

.self-hosted { position: relative; overflow: hidden; }
.self-hosted::after { content: ''; position: absolute; inset: auto -20% -70% auto; width: 860px; height: 860px; border-radius: 50%; background: radial-gradient(circle, rgb(129 91 243 / 14%), transparent 70%); }
.self-hosted-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 10vw, 150px); }
.self-hosted-copy h2 { font-size: clamp(45px, 5.5vw, 78px); line-height: 1.04; }
.self-hosted-copy > p:not(.section-kicker) { max-width: 650px; margin: 30px 0 0; color: #a7a3af; font-size: 18px; line-height: 1.75; }
.self-hosted-copy ul { display: grid; gap: 0; margin: 42px 0 0; padding: 0; list-style: none; }
.self-hosted-copy li { display: flex; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgb(255 255 255 / 9%); color: #d4d0da; }
.self-hosted-copy li span { color: #726d79; font-family: var(--heading); font-size: 12px; }
.deploy-panel { overflow: hidden; border: 1px solid rgb(255 255 255 / 13%); border-radius: 26px; background: #15151c; box-shadow: 0 45px 90px rgb(0 0 0 / 35%); }
.deploy-panel__head { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 8%); }
.deploy-panel__head span { width: 8px; height: 8px; border-radius: 50%; background: #3b3a44; }
.deploy-panel__head b { margin-left: 12px; color: #74717d; font-family: ui-monospace, monospace; font-size: 12px; font-weight: 500; }
.deploy-command { display: flex; align-items: center; gap: 12px; margin: 24px; padding: 16px; border: 1px solid rgb(181 162 248 / 15%); border-radius: 13px; background: #1d1a28; font-family: ui-monospace, monospace; }
.deploy-command > span { color: #987dff; }
.deploy-command code { font-size: 13px; }
.deploy-command button { margin-left: auto; padding: 7px 10px; border: 1px solid rgb(255 255 255 / 12%); border-radius: 8px; background: rgb(255 255 255 / 5%); color: #a9a5b0; cursor: pointer; font-size: 12px; }
.deploy-command button:hover { background: rgb(255 255 255 / 9%); color: white; }
.service-list { margin: 0 24px; border: 1px solid rgb(255 255 255 / 8%); border-radius: 14px; }
.service-list > div { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 16px; border-bottom: 1px solid rgb(255 255 255 / 7%); font-family: ui-monospace, monospace; font-size: 12px; }
.service-list > div:last-child { border-bottom: 0; }
.service-list span { display: flex; align-items: center; gap: 11px; color: #bdb9c5; }
.service-list i { width: 8px; height: 8px; border-radius: 50%; background: #55cf9b; box-shadow: 0 0 12px rgb(85 207 155 / 35%); }
.service-list b { color: #6fcda5; font-weight: 600; }
.service-list > div:last-child i { background: #847d91; box-shadow: none; }
.service-list > div:last-child b { color: #918b99; }
.deploy-panel > p { margin: 20px 24px 26px; color: #817d89; font-size: 13px; }

.final-cta { position: relative; isolation: isolate; display: flex; flex-direction: column; align-items: center; overflow: hidden; padding: clamp(110px, 12vw, 190px) 24px; background: linear-gradient(145deg, #6f51dd, #9275f6 55%, #b19dff); color: #130f1c; text-align: center; }
.final-orb { position: absolute; z-index: -1; inset: 0; opacity: .35; background: radial-gradient(circle at 50% 100%, white, transparent 50%); }
.final-mark { width: 110px; height: auto; margin-bottom: 30px; filter: brightness(.2); opacity: .7; }
.final-cta .section-kicker { color: #2e214d; }
.final-cta h2 { max-width: 1200px; font-size: clamp(43px, 6.7vw, 96px); line-height: 1.02; }
.final-cta > p:not(.section-kicker) { max-width: 720px; margin: 30px 0 38px; color: #35284f; font-size: 19px; }
.final-cta .button { min-height: 54px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; width: var(--shell); min-height: 116px; margin-inline: auto; color: #777480; font-size: 12px; }
footer .brand { width: 128px; }
footer p { margin: 0; }
footer > span { justify-self: end; }

.reveal { opacity: 1; }
.js-motion .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms cubic-bezier(.16, 1, .3, 1), transform 650ms cubic-bezier(.16, 1, .3, 1); }
.js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes copy-in { from { opacity: 0; transform: translateY(16px); } }
@keyframes stage-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes node-in { from { opacity: 0; translate: 0 8px; } }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .site-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 56px; padding-top: 154px; }
  .hero-copy { max-width: 820px; }
  .hero-stage { justify-self: center; max-width: 820px; transform: none; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { max-width: 720px; margin-top: 28px; }
  .bento-card--wide { grid-template-columns: 1fr; }
  .workflow-steps { grid-template-columns: repeat(2, 1fr); }
  .workflow-steps li:nth-child(2) { border-right: 0; }
  .workflow-summary { grid-template-columns: .8fr 1.2fr; }
  .audit-log { grid-column: 1 / -1; }
  .control-grid { grid-template-columns: 1fr 1fr; }
  .control-card--large { grid-column: 1 / -1; grid-row: auto; min-height: 600px; }
  .control-card--accent { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 1400px); }
  .section-shell { padding-block: 92px; }
  .section-heading { margin-bottom: 56px; }
  .bento-grid, .team-grid, .network-card, .self-hosted-grid { grid-template-columns: 1fr; }
  .bento-card { min-height: auto; }
  .team-card { min-height: 300px; }
  .network-visual { min-height: 300px; }
  .workflow-summary { grid-template-columns: 1fr; gap: 26px; }
  .self-hosted-grid { gap: 60px; }
  footer { grid-template-columns: 1fr auto; }
  footer p { display: none; }
}

@media (max-width: 1120px) {
  .menu-button { display: grid; justify-self: end; gap: 5px; width: 42px; height: 42px; padding: 12px 10px; border: 1px solid rgb(255 255 255 / 13%); border-radius: 12px; background: rgb(255 255 255 / 5%); }
  .menu-button span:not(.sr-only) { display: block; width: 20px; height: 1px; background: white; transition: transform 160ms ease; }
  .menu-button[aria-expanded='true'] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded='true'] span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: absolute; z-index: 1; top: calc(100% + 8px); left: 0; right: 0; display: grid; padding: 18px 24px 26px; border: 1px solid rgb(255 255 255 / 10%); border-radius: 18px; background: #121119; opacity: 0; visibility: hidden; pointer-events: none; }
  .mobile-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-nav a { padding: 15px 4px; border-bottom: 1px solid rgb(255 255 255 / 8%); font-family: var(--heading); font-size: 14px; }
}

@media (max-width: 640px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header, .site-header.is-scrolled { top: 0; width: 100%; height: 70px; padding: 0 16px; border: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); border-radius: 0; background: rgb(13 13 18 / 86%); backdrop-filter: blur(18px); }
  .brand, .site-header.is-scrolled .brand { width: 126px; }
  .header-cta { display: none; }
  .mobile-nav { top: 70px; border-radius: 0; padding-inline: 16px; }
  .hero { padding: 120px 16px 76px; }
  .hero h1 { font-size: clamp(43px, 13.2vw, 62px); }
  .hero-lead { margin-top: 24px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-stage { border-radius: 20px; }
  .stage-canvas { min-height: 450px; }
  .task-card { width: 78%; }
  .role-card { width: 46%; padding: 10px; }
  .role-card--analyst { left: 2%; }
  .role-card--developer { right: 2%; }
  .role-card div > span { display: none; }
  .result-card { width: 80%; }
  .stage-log span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .capability-line { justify-content: flex-start; min-height: 76px; padding-inline: 16px; }
  .section-heading h2, .self-hosted-copy h2 { font-size: clamp(39px, 11.5vw, 57px); }
  .product-tabs { width: 100%; }
  .product-tab { flex: 1; padding-inline: 10px; }
  .product-frame { aspect-ratio: 1 / .86; border-radius: 18px; }
  .product-image { width: auto; max-width: none; height: calc(100% - 42px); object-fit: cover; object-position: top left; }
  .showcase-note { align-items: flex-start; flex-direction: column; gap: 10px; }
  .showcase-note p { text-align: left; }
  .bento-card, .network-card { padding: 28px; border-radius: 24px; }
  .bento-card h3, .network-card h3 { font-size: 29px; }
  .mini-board { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 6px; padding: 7px; transform: none; }
  .mini-board > div { min-height: 155px; padding: 9px 6px; }
  .mini-board span { font-size: 9px; }
  .mini-board b { display: none; }
  .mini-board i { height: 37px; }
  .workflow-steps { grid-template-columns: 1fr; }
  .workflow-steps li { min-height: 320px; border-right: 0; }
  .step-icon { margin-top: 42px; }
  .audit-log > div { grid-template-columns: 42px 28px 1fr; padding: 8px 12px; }
  .audit-log em { display: none; }
  .team-card { grid-template-columns: 62px 1fr; padding: 22px; }
  .team-card img { width: 62px; height: 62px; }
  .network-node { width: 70px; font-size: 10px; }
  .network-node--main { width: 80px; height: 80px; border-radius: 24px; }
  .network-card { gap: 32px; }
  .control-grid { grid-template-columns: 1fr; }
  .control-card--large, .control-card--accent { grid-column: auto; }
  .control-card--large { min-height: 610px; }
  .deploy-command { align-items: flex-start; flex-wrap: wrap; }
  .deploy-command button { margin-left: 0; }
  .final-cta { padding-inline: 16px; }
  .final-cta h2 { font-size: clamp(39px, 11.5vw, 58px); }
  footer { width: calc(100% - 32px); }
}

@media (max-width: 410px) {
  .eyebrow { max-width: 280px; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .stage-canvas { min-height: 425px; }
  .task-card { top: 22px; }
  .role-card--manager { top: 156px; }
  .role-card--analyst, .role-card--developer { top: 226px; }
  .result-card { bottom: 26px; }
  .result-card div > span { display: none; }
  .network-node--one, .network-node--two { left: -12px; }
  .network-node--three { right: -12px; }
}

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

/* Restored first direction: flat interface graphics, no WebGL or 3D transforms. */
.hero h1, .section-heading h2, .self-hosted-copy h2, .final-cta h2 { letter-spacing: -.045em; }
.section-shell { padding-block: clamp(76px,7vw,110px); }
.section-heading { margin-bottom: 60px; gap: 0 54px; }
.section-heading h2 { font-size: clamp(38px,4.2vw,60px); line-height: 1.12; }
.section-heading > p:last-child { font-size: clamp(16px,1.3vw,19px); }
.product-showcase { margin-bottom: 80px; }
.self-hosted-copy h2 { font-size: clamp(40px,4vw,60px); line-height: 1.12; }
@media (min-width: 1121px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(48px,4vw,80px); min-height: min(900px,100svh); }
  .hero h1 { font-size: clamp(50px,4.6vw,66px); }
}
.hero-stage { transform: none; }
.role-card > .role-icon, .result-card > .result-icon { display: grid; place-items: center; }
.role-card--manager { --delay: 120ms; }
.role-card--analyst { --delay: 210ms; }
.role-card--developer { --delay: 300ms; }
.product-frame { display: block; width: 100%; padding: 0; aspect-ratio: auto; text-align: left; cursor: zoom-in; }
.product-image { display: none; position: static; width: 100%; max-width: 100%; height: auto; object-fit: contain; background: #121316; transition: none; }
.product-image.is-active { display: block; }
.zoom-hint { position: absolute; z-index: 2; right: 18px; bottom: 18px; padding: 9px 14px; border: 1px solid #ffffff30; border-radius: 99px; color: white; background: #17151de8; font-size: 12px; }
.screenshot-dialog { width: min(96vw, 1680px); max-width: 96vw; max-height: 96vh; padding: 52px 12px 12px; border: 1px solid #ffffff30; border-radius: 18px; background: #17151d; color: #e7e2f2; }
.screenshot-dialog::backdrop { background: #08070ded; backdrop-filter: blur(10px); }
.dialog-close { position: absolute; top: 9px; right: 14px; min-height: 36px; border: 0; border-radius: 8px; padding: 0 14px; background: #302c3c; cursor: pointer; }
.screenshot-scroll { overflow: auto; max-height: 78vh; }
.screenshot-scroll img { display: block; width: 100%; min-width: 1200px; max-width: none; }
.screenshot-dialog p { margin: 10px 0 0; font-size: 12px; }
.final-cta { background: radial-gradient(ellipse at 10% 20%, #382658, #181221 75%); color: var(--white); }
.final-cta .final-orb { display: none; }
.final-cta .section-kicker { color: #c3adff; }
.section-heading > *, .self-hosted-grid > *, .beta-layout > *, .bento-grid > *, .network-card > * { min-width: 0; }
.section-heading h2, .self-hosted-copy h2 { overflow-wrap: anywhere; }
.beta-layout { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 90px; width: var(--shell); max-width: 1180px; margin: auto; text-align: left; }
.beta-copy h2 { font-size: clamp(32px, 3.5vw, 54px); line-height: 1.17; letter-spacing: -.055em; }
.beta-copy > p:not(.section-kicker) { margin: 26px 0; color: #c9bdd9; font-size: 19px; line-height: 1.7; }
.beta-note { color: #b7accd; font-size: 14px; }
.beta-form { display: grid; gap: 19px; padding: 30px; border: 1px solid #ffffff24; border-radius: 26px; background: #ffffff08; }
.beta-form label { display: block; font-size: 13px; font-weight: 650; }
.beta-form label > span { color: #bdb2cf; font-size: 12px; font-weight: 400; }
.beta-form input:not([type=checkbox]), .beta-form textarea { display: block; width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid #ffffff24; border-radius: 11px; outline-offset: 3px; background: #17131e88; color: white; font: inherit; font-size: 14px; resize: vertical; }
.beta-form input::placeholder, .beta-form textarea::placeholder { color: #a69ab8; }
.beta-form label.consent { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; }
.consent input { width: 17px; height: 17px; flex: 0 0 17px; margin: 2px 0 0; accent-color: #b39bf9; }
.consent a { text-decoration: underline; text-underline-offset: 3px; }
.beta-form .form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.beta-form .form-status { min-height: 36px; margin: 0; color: #d8cbea; font-size: 12px; line-height: 1.5; }
.beta-form button:disabled { opacity: .55; cursor: wait; transform: none; }
.privacy { max-width: 820px; margin: 60px auto; padding: 24px; color: #d0c9df; }
.privacy h1 { color: white; font-size: clamp(28px,4vw,44px); line-height: 1.2; }
.privacy h2 { margin-top: 36px; color: white; font-size: 22px; }
#beta, #platform, #workflow, #ai-team, #self-hosted { scroll-margin-top: 95px; }
@media (max-width: 820px) { .beta-layout { grid-template-columns: minmax(0,1fr); gap: 32px; }.beta-copy { max-width: 600px; }.final-cta { padding: 80px 0; }.product-tabs { flex-wrap: wrap; } }
@media (max-width: 640px) {
  .beta-form { padding: 22px 18px; }
  .beta-form input:not([type=checkbox]), .beta-form textarea { font-size: 16px; }
  .zoom-hint { right: 8px; bottom: 8px; padding: 6px 9px; font-size: 10px; }
  .screenshot-dialog p { font-size: 10px; }
  .hero h1 { font-size: clamp(29px,8.6vw,50px); line-height: 1.08; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-proof { gap: 10px 16px; font-size: 12px; }
  .hero { gap: 28px; padding-bottom: 60px; }
  .stage-canvas { min-height: 370px; }
  .task-card { top: 20px; }
  .role-card--manager { top: 145px; }
  .role-card--analyst, .role-card--developer { top: 216px; }
  .role-card { gap: 7px; padding: 8px; }
  .role-card strong { font-size: 11px; }
  .role-card .role-icon { width: 28px; height: 28px; }
  .result-card { bottom: 16px; }
  .stage-topline { gap: 8px; padding-inline: 13px; font-size: 10px; }
  .live-pill { font-size: 10px; }
  .stage-topline .live-pill { flex: 0 0 auto; white-space: nowrap; font-size: 9px; }
  .stage-topline > span:last-child { min-width: 0; text-align: right; font-size: 9px; }
  .stage-log { padding: 12px 13px; gap: 8px; font-size: 10px; }
  .section-shell { padding-block: 72px; }
  .section-heading { margin-bottom: 36px; }
  .section-heading > p:last-child { font-size: 16px; }
  .section-kicker { font-size: 10px; letter-spacing: .06em; }
  .beta-copy > p:not(.section-kicker) { font-size: 16px; }
  .section-heading h2, .self-hosted-copy h2 { font-size: clamp(29px,7.8vw,44px); }
  .browser-bar { height: 30px; }
  .browser-bar b { font-size: 8px; white-space: nowrap; }
  .browser-bar span { width: 5px; height: 5px; }
  .product-tabs { flex-wrap: nowrap; }
  .product-tab { flex: 1 0 auto; min-height: 44px; font-size: 12px; padding-inline: 6px; white-space: nowrap; }
  .permission-map span { padding-inline: 5px; }
  .product-showcase { margin-bottom: 48px; }
  .workflow-steps li { min-height: 0; padding-bottom: 28px; }
  .step-icon { margin-top: 26px; }
  .control-card--large { min-height: 540px; }
  .team-card { min-height: 0; }
  .network-visual { min-height: 240px; }
  .beta-copy h2 { font-size: clamp(27px,8.2vw,34px); line-height: 1.18; }
}
