:root {
  --navy: #0b1220;
  --navy-2: #111b2e;
  --ink: #101828;
  --muted: #667085;
  --paper: #f6f7f9;
  --line: #e4e7ec;
  --white: #fff;
  --purple: #6d5ef3;
  --purple-dark: #5749df;
  --green: #16a36a;
  --coral: #f97066;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
  --wordmark-tracking: .025em;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: var(--body); background: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 94px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(11,18,32,.94); backdrop-filter: blur(16px); }
.nav { height: 94px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: white; text-decoration: none; }
.brand-icon { display: block; width: 55px; height: 55px; flex: 0 0 auto; }
.brand-icon img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-family: "Raleway", sans-serif; font-size: 30px; font-weight: 500; line-height: 1; letter-spacing: var(--wordmark-tracking); }
.nav-links { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.72); }
.nav-links > a { text-decoration: none; font-size: 14px; transition: color .2s; }
.nav-links > a:hover { color: white; }
.nav-links > a.active:not(.button) { color: white; }
.nav-links > a.active:not(.button)::after { content: ""; display: block; height: 2px; margin-top: 6px; background: #8d82ff; border-radius: 2px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: white; margin: 6px; }

.button { border: 0; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 14px 20px; text-decoration: none; font-weight: 600; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--purple); box-shadow: 0 10px 28px rgba(109,94,243,.26); }
.button-primary:hover { background: var(--purple-dark); }
.button-light { background: white; color: var(--navy); }
.button-small { padding: 10px 16px; }
.text-link { color: white; display: inline-flex; align-items: center; gap: 12px; font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 4px; }

.hero { min-height: 820px; padding: 174px 0 0; background: var(--navy); color: white; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: 720px; height: 720px; border-radius: 50%; right: -220px; top: -280px; background: rgba(109,94,243,.14); filter: blur(10px); }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.hero-grid > *, .workflow-grid > *, .review-grid > * { min-width: 0; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .14em; font-weight: 600; font-size: 11px; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.58); margin-bottom: 27px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #8d82ff; box-shadow: 0 0 0 5px rgba(109,94,243,.13); }
h1, h2, h3 { font-family: var(--display); }
.hero h1 { font-size: clamp(47px, 4.85vw, 66px); line-height: 1.055; letter-spacing: -.052em; margin: 0 0 26px; max-width: 710px; }
.hero h1 > span { display: block; }
.hero h1 em { font-style: normal; color: white; }
.rotating-context-line { width: 7.4ch; color: #a89fff; white-space: nowrap; transition: opacity .24s ease; will-change: opacity; }
.rotating-context-line.word-changing { opacity: 0; }
.hero-copy > p { color: rgba(255,255,255,.65); font-size: 18px; line-height: 1.7; max-width: 630px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 26px; align-items: center; }
.trust-line { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.47); font-size: 12px; margin-top: 27px; }
.trust-mark { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; font-size: 10px; color: #aaa1ff; }

.product-frame { width: 100%; background: #f9fafb; border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.34); overflow: hidden; color: var(--ink); transform: perspective(1200px) rotateY(-2deg); }
.product-shot-link { display: block; position: relative; text-decoration: none; border: 1px solid rgba(255,255,255,.13); }
.product-shot-link > img { display: block; width: 100%; aspect-ratio: 1.34 / 1; object-fit: cover; object-position: center; }
.hero-demo { width: 100%; height: 486px; display: flex; flex-direction: column; overflow: hidden; color: var(--ink); background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.38); transform: perspective(1200px) rotateY(-2deg); }
.hero-demo-screen { height: 420px; min-height: 0; padding: 32px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 88% 5%, #eeeaff, transparent 38%), #fdfdff; }
.hero-demo-slide { display: none; width: 100%; animation: demo-in .24s ease-out; }
.hero-demo-slide.active { height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; }
.demo-kicker { display: block; margin-bottom: 15px; color: var(--purple); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; text-align: center; }
.hero-demo-slide h3 { max-width: 440px; margin: 0 auto 28px; font-size: 27px; line-height: 1.14; letter-spacing: -.04em; text-align: center; }
.demo-prompt { min-height: 118px; padding: 18px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 15px; color: #596273; background: white; border: 1px solid #dedad2; border-radius: 14px; box-shadow: 0 12px 28px rgba(16,24,40,.08); font-size: 11px; line-height: 1.55; }
.demo-typed::after { content: ""; display: inline-block; width: 1px; height: 13px; margin-left: 2px; vertical-align: -2px; background: var(--purple); animation: demo-blink .7s steps(1) infinite; }
.demo-start, .demo-plan-action button, .demo-review-action button { position: relative; padding: 9px 12px; color: white; background: #11141b; border: 0; border-radius: 8px; white-space: nowrap; font-size: 9px; font-weight: 600; overflow: visible; }
.demo-start { transition: transform .15s, background .15s; }
.hero-demo-slide.clicking .demo-start { background: var(--purple); transform: scale(.96); }
.demo-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.demo-head > div { display: flex; flex-direction: column; gap: 4px; }
.demo-head strong { font-size: 16px; }.demo-head small { color: #8a94a6; font-size: 9px; }.demo-head > span { padding: 5px 8px; color: var(--purple); background: #ece9ff; border-radius: 999px; font-size: 8px; }
.demo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.demo-grid i { min-height: 66px; padding: 12px; display: flex; flex-direction: column; justify-content: space-between; color: #293241; background: white; border: 1px solid #d8d4cc; border-radius: 9px; box-shadow: 0 5px 14px rgba(16,24,40,.045); font-size: 10px; font-style: normal; }
.demo-grid small { color: #7e8797; font-size: 8px; text-transform: uppercase; letter-spacing: .06em; }
.demo-grid b { font-size: 10px; line-height: 1.35; }
.demo-inline-composer { min-height: 30px; margin-top: 8px; padding: 7px 9px; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #7f8795; background: white; border: 1px solid #d8d4cc; border-radius: 8px; font-size: 8px; box-shadow: 0 5px 14px rgba(16,24,40,.05); }
.demo-inline-composer b { color: #697386; font-size: 9px; }
.demo-plan-action, .demo-review-action { margin-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #0b8f68; font-size: 9px; }
.demo-plan-action button { background: var(--purple); transition: transform .15s, box-shadow .15s; }
.hero-demo-slide.clicking .demo-plan-action button { transform: scale(.96); box-shadow: 0 0 0 4px rgba(109,94,243,.14); }
.demo-slack-draft { height: 190px; padding: 13px 14px 11px; overflow: hidden; color: #2f3744; background: white; border: 1px solid #d8d4cc; border-radius: 11px; box-shadow: 0 10px 25px rgba(16,24,40,.075); }
.demo-recap-version { width: 100%; }
.demo-recap-version > strong { display: block; margin-bottom: 5px; font-size: 10px; }
.demo-recap-version > p { margin: 0 0 6px; color: #4e5868; font-size: 7px; line-height: 1.35; }
.demo-slack-section { margin-top: 4px; color: #404957; font-size: 6.7px; line-height: 1.3; }
.demo-slack-section > b { display: block; margin-bottom: 1px; color: #222b38; font-size: 7px; }
.demo-slack-section p { margin: 0; }
.demo-slack-section ul { margin: 0; padding-left: 13px; }
.demo-slack-section li + li { margin-top: 1px; }
.demo-show-more { display: block; margin: 4px 0 2px; padding: 0; color: #7368df; background: transparent; border: 0; font-size: 6.7px; cursor: pointer; }
.demo-source-line { display: block; margin-top: 3px; color: #858e9d; font-size: 6.5px; }
.demo-recap-revised { display: none; }
.demo-slack-draft.updating .demo-recap-original { animation: demo-recap-out .3s ease forwards; }
.demo-slack-draft.revised .demo-recap-original { display: none; }
.demo-slack-draft.revised .demo-recap-revised { display: block; animation: demo-recap-in .35s ease-out; }
.demo-review-composer { margin-top: 7px; }
.demo-review-action { color: #8a94a6; }
.demo-review-action > div { display: flex; gap: 6px; }
.demo-review-action button { background: var(--purple); transition: transform .15s, box-shadow .15s; }
.demo-review-action .demo-revise { color: #303643; background: white; border: 1px solid #d8d4cb; }
.hero-demo-slide.revising .demo-review-action .demo-revise { transform: scale(.96); box-shadow: 0 0 0 4px rgba(109,94,243,.1); }
.hero-demo-slide.posting .demo-review-action button:last-child { transform: scale(.96); box-shadow: 0 0 0 4px rgba(109,94,243,.14); }
.demo-review-typed.typing { color: #4f5868; }
.demo-review-typed.typing::after { content: ""; display: inline-block; width: 1px; height: 9px; margin-left: 2px; vertical-align: -1px; background: var(--purple); animation: demo-blink .7s steps(1) infinite; }
.demo-success { min-height: 240px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.demo-success > span { width: 54px; height: 54px; margin-bottom: 18px; display: grid; place-items: center; color: white; background: #16a36a; border-radius: 50%; font-size: 24px; box-shadow: 0 12px 28px rgba(22,163,106,.22); animation: demo-success-in .38s ease-out; }
.demo-success strong { font-family: var(--display); font-size: 25px; letter-spacing: -.03em; }
.demo-success p { max-width: 320px; margin: 9px auto 20px; color: var(--muted); font-size: 10px; line-height: 1.55; }
.demo-success div { padding: 8px 11px; color: #087a50; background: #ecfdf3; border: 1px solid #abefc6; border-radius: 999px; font-size: 8px; }
.demo-success i { font-style: normal; font-weight: 700; }
.demo-cursor { position: absolute; z-index: 3; left: 50%; top: 50%; width: 16px; height: 21px; opacity: 0; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='24' viewBox='0 0 18 24'%3E%3Cpath d='M1 1.3v20.1l6.1-5.7 3.9 7.2 3-1.6-3.8-7h7L1 1.3z' fill='white' stroke='%2311141b' stroke-width='1.45' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; filter: drop-shadow(0 1px 2px rgba(0,0,0,.32)); }
.hero-demo-slide.cursor-visible .demo-cursor { opacity: 1; animation: demo-cursor-in .35s ease-out; }
.hero-demo-slide.cursor-visible:not(.cursor-post) .demo-cursor-post,
.hero-demo-slide.cursor-visible.cursor-post .demo-cursor-revise { opacity: 0; animation: none; }
.hero-demo-controls { flex: 0 0 66px; display: grid; grid-template-columns: repeat(4,1fr); padding: 10px; gap: 6px; background: white; border-top: 1px solid var(--line); }
.hero-demo-controls button { padding: 10px; display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); background: transparent; border: 1px solid transparent; border-radius: 8px; font-size: 9px; cursor: pointer; }
.hero-demo-controls button span { color: var(--purple); }
.hero-demo-controls button.active { color: var(--ink); background: #f7f5ff; border-color: #dedaff; }
@keyframes demo-in { from { transform: translateY(4px); } to { transform: none; } }
@keyframes demo-blink { 50% { opacity: 0; } }
@keyframes demo-cursor-in { from { opacity: 0; transform: translate(12px,12px); } to { opacity: 1; transform: none; } }
@keyframes demo-success-in { from { opacity: 0; transform: scale(.72); } to { opacity: 1; transform: none; } }
@keyframes demo-recap-out { to { opacity: 0; transform: translateY(-5px); } }
@keyframes demo-recap-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }
.frame-top { padding: 17px 19px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: white; }
.frame-brand { display: flex; align-items: center; gap: 10px; }
.frame-mark { display: grid; place-items: center; width: 31px; height: 31px; color: white; background: var(--navy); border-radius: 7px; font-family: var(--display); font-weight: 700; }
.frame-brand div, .source-row div, .output span:nth-child(2), .review-panel div { display: flex; flex-direction: column; gap: 2px; }
.frame-brand strong { font-size: 12px; }
.frame-brand small, .source-row small, .output small, .review-panel small { font-size: 9px; color: #98a2b3; }
.status { color: #087a50; background: #ecfdf3; border: 1px solid #abefc6; border-radius: 999px; padding: 5px 9px; font-size: 9px; font-weight: 600; }
.status i { display: inline-block; width: 5px; height: 5px; background: #17b26a; border-radius: 50%; margin-right: 4px; }
.frame-body { padding: 17px; }
.source-row { padding: 12px; display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.source-icon { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; background: #f2f4f7; color: #667085; font-size: 8px; }
.source-row strong { font-size: 10px; }
.complete { margin-left: auto; color: #17b26a; font-size: 9px; }
.callout { margin: 10px 0; padding: 12px; border-radius: 8px; background: #fff4ed; border: 1px solid #ffddca; }
.callout-title { color: #b93815; font-size: 9px; font-weight: 600; }
.callout-title span { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-right: 5px; border-radius: 50%; background: #f97066; color: white; }
.callout p { color: #7a271a; font-size: 9px; line-height: 1.5; margin: 6px 0 0 21px; }
.output-list { display: grid; gap: 7px; }
.output { display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; width: 100%; text-align: left; padding: 10px; border: 1px solid var(--line); background: white; border-radius: 8px; cursor: pointer; transition: border .2s, background .2s; }
.output.active { border-color: #b9b2ff; background: #faf9ff; }
.output-icon { display: grid; place-items: center; height: 27px; border-radius: 6px; background: #f2f0ff; color: var(--purple); font-size: 12px; }
.output strong { font-size: 10px; }
.output b { color: #98a2b3; font-size: 17px; font-weight: 400; }
.review-panel { margin-top: 10px; padding: 11px 12px; background: var(--navy); color: white; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; }
.review-panel strong { font-size: 9px; font-weight: 500; }
.review-panel button { border: 0; background: var(--purple); color: white; padding: 7px 10px; border-radius: 5px; font-size: 8px; cursor: pointer; }
.logo-ticker { height: 160px; padding-top: 12px; display: flex; flex-direction: column; justify-content: center; gap: 16px; overflow: hidden; background: white; }
.ticker-heading { margin: -8px 0 0; color: var(--muted); text-align: center; font-size: 12px; font-weight: 600; letter-spacing: .04em; transform: translateY(-30px); }
.ticker-mask { overflow: hidden; width: min(1120px, calc(100% - 96px)); margin: 0 auto; mask-image: linear-gradient(to right, transparent 0, black 16%, black 84%, transparent 100%); }
.ticker-track { display: flex; width: max-content; animation: ticker 38s linear infinite; }
.logo-set { display: flex; align-items: center; gap: 82px; padding-right: 82px; }
.logo-set img { width: 50px; height: 50px; object-fit: contain; opacity: .82; }
@keyframes ticker { to { transform: translateX(-33.333333%); } }

.signal-strip { padding: 30px 0 64px; background: white; }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.signal-grid article { min-height: 156px; padding: 30px 32px 30px 0; }
.signal-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.signal-grid span { display: block; margin-bottom: 24px; color: var(--purple); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.signal-grid p { margin: 0; color: #344054; font-family: var(--display); font-size: 20px; line-height: 1.45; letter-spacing: -.025em; }

.site-page { display: none; min-height: calc(100vh - 164px); }
.site-page.active { display: block; animation: page-in .28s ease; }
.site-page:not([data-page="home"]) > .section:first-child { padding-top: 192px; min-height: calc(100vh - 94px); }
.site-page[data-page="how"] > .section:first-child,
.site-page[data-page="work"] > .section:first-child,
.site-page[data-page="blog"] > .section:first-child { min-height: 0; }
@keyframes page-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.section { padding: 120px 0; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: 0 auto 62px; text-align: center; }
.kicker { color: var(--purple); display: inline-block; margin-bottom: 18px; }
.kicker.light { color: #aaa1ff; }
.section-heading h2, .workflow-copy h2, .final-cta h2 { font-size: clamp(42px, 4.7vw, 60px); line-height: 1.08; letter-spacing: -.046em; margin: 0 0 22px; }
.how > .shell > .section-heading h1,
.work-hero .section-heading h1 { max-width: 900px; margin: 0 0 24px; font-family: var(--display); font-size: clamp(52px, 6vw, 74px); line-height: 1.04; letter-spacing: -.052em; }
.section-heading p, .workflow-copy > p { color: var(--muted); line-height: 1.75; font-size: 17px; margin: 0; }
.problem .section-heading { margin-bottom: 54px; }
.scatter-grid { border-top: 1px solid var(--line); }
.scatter-grid article { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.scatter-grid article > span { color: var(--purple); font-family: var(--display); font-size: 12px; }
.scatter-grid h3 { margin: 0 0 7px; font-size: 20px; }
.scatter-grid p { color: var(--muted); margin: 0; line-height: 1.65; }

.home-overview { position: relative; background: white; }
.home-overview.section { padding-top: 82px; padding-bottom: 150px; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.overview-copy { padding-top: 36px; }
.overview-copy p { color: var(--muted); font-size: 17px; line-height: 1.75; margin: 0 0 18px; }
.overview-copy a { display: inline-block; margin-top: 8px; color: var(--purple); text-decoration: none; font-size: 14px; font-weight: 600; }
.home-outcomes { position: relative; background: linear-gradient(180deg, #f7f8fa 0%, #f9fafb 70%, white 100%); }
.home-outcomes::before { content: ""; position: absolute; left: 50%; top: 0; width: min(1180px, calc(100% - 48px)); height: 1px; background: var(--line); transform: translateX(-50%); }
.home-outcomes .section-heading.centered,
.workflow-patterns .section-heading.centered { margin-left: 0; text-align: left; }
.outcome-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border-top: 1px solid #dfe3e9; }
.outcome-grid article { min-height: 270px; padding: 34px 30px 22px 0; background: transparent; position: relative; }
.outcome-grid article + article { padding-left: 30px; border-left: 1px solid #dfe3e9; }
.outcome-grid article::after { display: none; }
.outcome-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 34px; color: var(--purple); background: #f0eeff; border: 1px solid #dedaff; border-radius: 16px; font-size: 27px; font-family: var(--display); }
.outcome-grid span { position: absolute; right: 22px; top: 22px; z-index: 1; color: var(--purple); font-size: 11px; font-weight: 600; }
.outcome-grid h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.3; }
.outcome-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.workflow-patterns { position: relative; background: white; }
.workflow-patterns.section { padding-top: 88px; padding-bottom: 148px; }
.workflow-patterns::before { content: ""; position: absolute; left: 50%; top: 0; width: min(1180px, calc(100% - 48px)); height: 1px; background: var(--line); transform: translateX(-50%); }
.pattern-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 64px; border-top: 1px solid var(--line); }
.pattern-grid article { min-height: 210px; padding: 32px 0; display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto 1fr; column-gap: 20px; background: transparent; border-bottom: 1px solid var(--line); }
.pattern-grid span { color: var(--purple); font-size: 11px; font-weight: 700; }
.pattern-grid h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.pattern-grid p { grid-column: 2; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.home-trust { color: white; background: var(--navy); position: relative; overflow: hidden; }
.home-trust::before { content: ""; position: absolute; width: 620px; height: 620px; right: -240px; top: -310px; border-radius: 50%; background: rgba(109,94,243,.15); }
.trust-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; position: relative; }
.home-trust .section-heading p { color: rgba(255,255,255,.62); margin-bottom: 28px; }
.trust-cards { display: grid; gap: 12px; }
.trust-cards article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 13px; }
.trust-cards article > span { color: #aaa1ff; font-size: 10px; padding-top: 4px; }
.trust-cards h3 { margin: 0 0 7px; font-size: 17px; }
.trust-cards p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.6; }
.home-workflow { position: relative; background: var(--navy); color: white; }
.home-workflow::before { content: ""; position: absolute; inset: 0 0 auto; height: 110px; background: linear-gradient(180deg, rgba(109,94,243,.08), transparent); pointer-events: none; }
.home-workflow-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 90px; align-items: center; }
.home-workflow-visual { margin-block: 10px; overflow: hidden; border-radius: 14px; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.home-workflow-visual img { display: block; width: 100%; height: auto; }
.home-workflow .section-heading p { color: rgba(255,255,255,.62); margin-bottom: 28px; }
.home-trust.section { padding-bottom: 78px; }
.home-workflow.section { padding-top: 78px; }

.page-menu { background: var(--paper); }
.page-menu-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; max-width: 820px; margin: auto; }
.page-menu-grid a { min-height: 230px; padding: 28px; display: flex; flex-direction: column; color: var(--ink); text-decoration: none; background: white; border: 1px solid var(--line); border-radius: 12px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.page-menu-grid a:hover { transform: translateY(-4px); border-color: #c8c2ff; box-shadow: 0 16px 35px rgba(16,24,40,.08); }
.page-menu-grid span { color: var(--purple); font-size: 11px; font-weight: 600; }
.page-menu-grid h3 { margin: 35px 0 8px; font-size: 18px; }
.page-menu-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.page-menu-grid b { margin-top: auto; color: var(--purple); font-size: 12px; }

.how { background: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.steps article { padding: 28px; position: relative; min-height: 285px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgba(16,24,40,.04); }
.steps article::after { content: ""; position: absolute; width: 130px; height: 130px; right: -55px; top: -55px; border-radius: 50%; background: #f0eeff; }
.step-num { position: absolute; right: 22px; top: 22px; z-index: 2; color: var(--purple); font-family: var(--display); font-size: 11px; font-weight: 600; }
.step-top { display: block; margin-bottom: 34px; }
.step-icon { display: grid; place-items: center; width: 62px; height: 62px; border-radius: 16px; background: #f0eeff; border: 1px solid #dedaff; color: var(--purple); font-size: 27px; font-family: var(--display); }
.steps h3 { position: relative; z-index: 1; font-size: 18px; line-height: 1.3; margin: 0 0 12px; }
.steps p { position: relative; z-index: 1; color: var(--muted); line-height: 1.65; font-size: 13px; margin: 0; }
.step-detail { position: absolute; left: 28px; right: 28px; bottom: 20px; padding-top: 12px; border-top: 1px solid var(--line); color: #8a94a6; font-size: 10px; letter-spacing: .03em; }
.journey-intro { margin-top: 110px !important; margin-bottom: 55px !important; }
.journey-stage { display: grid; grid-template-columns: 320px 1fr; min-height: 600px; background: white; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: 0 22px 55px rgba(16,24,40,.08); }
.journey-nav { padding: 22px; display: flex; flex-direction: column; gap: 8px; background: #fbfbfd; border-right: 1px solid var(--line); }
.journey-nav button { display: grid; grid-template-columns: 28px 1fr; gap: 12px; width: 100%; padding: 18px 16px; text-align: left; color: var(--ink); background: transparent; border: 1px solid transparent; border-radius: 10px; cursor: pointer; transition: .2s; }
.journey-nav button:hover { background: white; }
.journey-nav button.active { background: white; border-color: #d8d3ff; box-shadow: 0 8px 22px rgba(109,94,243,.09); }
.journey-nav button > span { display: grid; place-items: center; width: 28px; height: 28px; color: var(--purple); background: #f0eeff; border-radius: 7px; font-size: 9px; }
.journey-nav button div { display: flex; flex-direction: column; gap: 5px; }
.journey-nav strong { font-size: 13px; }
.journey-nav small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.journey-screen { min-width: 0; padding: 34px; display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 85% 0%, #f0eeff 0, transparent 35%), #f7f7fa; }
.journey-slide { display: none; width: 100%; }
.journey-slide.active { display: block; }
.product-mock { padding: clamp(24px,4vw,46px); background: #fff; border: 1px solid #e3e0d9; border-radius: 18px; box-shadow: 0 18px 42px rgba(16,24,40,.12); }
.mock-heading { max-width: 650px; margin: 0 auto 28px; text-align: center; }
.mock-heading strong { display: block; color: #11141b; font-family: var(--display); font-size: clamp(24px,3vw,38px); line-height: 1.08; letter-spacing: -.04em; }
.mock-heading p { max-width: 620px; margin: 12px auto 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.mock-composer { max-width: 760px; min-height: 160px; margin: auto; display: flex; flex-direction: column; justify-content: space-between; color: #7a7d84; border: 1px solid #dad6cd; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 30px rgba(16,24,40,.08); }
.mock-composer > span { padding: 22px; font-size: 13px; }
.mock-composer > div { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px 18px; border-top: 1px solid #e7e3dc; }
.mock-composer small { color: #8a94a6; font-size: 10px; }
.product-mock button { padding: 11px 15px; color: white; background: #11141b; border: 0; border-radius: 10px; font: inherit; font-size: 11px; font-weight: 600; }
.mock-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.mock-card-head > div { display: flex; flex-direction: column; gap: 5px; }
.mock-card-head strong { font-size: 16px; }
.mock-card-head small { color: #8a94a6; font-size: 11px; }
.mock-card-head > span { padding: 6px 9px; color: var(--purple); background: #f0eeff; border-radius: 999px; font-size: 9px; white-space: nowrap; }
.mock-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 16px; }
.mock-detail-grid > div { min-height: 75px; padding: 14px; display: flex; flex-direction: column; gap: 7px; background: #fcfbf9; border: 1px solid #e4e0d8; border-radius: 11px; }
.mock-detail-grid small { color: #98a2b3; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.mock-detail-grid strong { color: #303643; font-size: 11px; line-height: 1.35; }
.mock-checks { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; color: #4a5260; font-size: 11px; }
.mock-checks li::before { content: "✓"; margin-right: 9px; color: #0fac7d; font-weight: 700; }
.mock-actions { display: flex; gap: 8px; margin-top: 18px; }
.mock-actions button:first-child { background: var(--purple); }
.mock-actions button + button { color: #11141b; background: white; border: 1px solid #e4e0d8; }
.generate-mock { max-width: 650px; margin: auto; }
.mock-progress { display: grid; gap: 9px; margin-top: 20px; }
.mock-progress div { padding: 12px 14px; color: #303643; background: #fcfbf9; border: 1px solid #e4e0d8; border-radius: 10px; font-size: 11px; }
.mock-progress div::before { content: ""; display: inline-block; width: 14px; height: 14px; margin-right: 10px; vertical-align: -3px; border: 2px solid #dedbd3; border-radius: 50%; }
.mock-progress .done::before { content: "✓"; color: #0fac7d; background: #e8fbf5; border-color: #e8fbf5; font-size: 10px; line-height: 11px; text-align: center; }
.mock-progress .working::before { border-color: #d8d3ff; border-top-color: var(--purple); }
.review-quadrant.active { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.review-quadrant article { min-height: 180px; padding: 20px; display: flex; flex-direction: column; background: white; border: 1px solid #e2ded6; border-radius: 15px; box-shadow: 0 12px 28px rgba(16,24,40,.07); }
.review-quadrant article > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.review-quadrant strong { color: #20242d; font-size: 12px; line-height: 1.3; }
.review-quadrant article span { padding: 5px 8px; color: var(--purple); background: #f0eeff; border-radius: 999px; font-size: 8px; white-space: nowrap; }
.review-quadrant article span.needs-review { color: #a15c00; background: #fff5df; }
.review-quadrant article > small { margin-top: 5px; color: #98a2b3; font-size: 9px; }
.review-quadrant p { margin: 20px 0; color: #7c8798; font-size: 9px; line-height: 1.7; }
.review-quadrant b { margin-top: auto; color: var(--purple); font-size: 10px; }
.journey-caption { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; padding: 14px 16px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; text-align: center; }
.journey-caption span { color: var(--purple); text-transform: uppercase; letter-spacing: .09em; font-size: 9px; font-weight: 600; }
.journey-caption b { color: var(--ink); font-weight: 600; }
.how-runtime { display: grid; grid-template-columns: .82fr 1.18fr; gap: 55px; align-items: center; margin-top: 90px; padding: 58px; color: white; background: var(--navy); border-radius: 18px; overflow: hidden; position: relative; }
.how-runtime::before { content: ""; position: absolute; width: 460px; height: 460px; right: -180px; top: -220px; border-radius: 50%; background: rgba(109,94,243,.15); }
.how-runtime-copy, .how-runtime-shot { position: relative; z-index: 1; min-width: 0; }
.how-runtime-copy h2, .how-cta h2 { font-family: var(--display); font-size: clamp(28px,3vw,40px); line-height: 1.15; letter-spacing: -.04em; margin: 0 0 16px; }
.how-runtime-copy > p { color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; margin: 0 0 25px; }
.context-map { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); gap: 8px; align-items: center; padding-top: 22px; }
.context-map > div { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.context-map > div:not(.context-core) { position: relative; }
.context-map small { position: absolute; left: 0; bottom: calc(100% + 8px); color: #aaa1ff; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.context-map span { padding: 6px 8px; color: rgba(255,255,255,.7); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 5px; font-size: 9px; white-space: nowrap; }
.context-map > b { position: relative; display: block; width: 24px; height: 24px; color: transparent; font-size: 0; }
.context-map > b::before { content: ""; position: absolute; left: 4px; top: 11px; width: 15px; height: 1px; background: #8d82ff; }
.context-map > b::after { content: ""; position: absolute; right: 4px; top: 8px; width: 6px; height: 6px; border-top: 1px solid #8d82ff; border-right: 1px solid #8d82ff; transform: rotate(45deg); }
.context-core { padding: 12px 10px; align-items: center; text-align: center; background: rgba(109,94,243,.16); border: 1px solid rgba(168,159,255,.3); border-radius: 8px; }
.context-core > span { display: flex; align-items: center; justify-content: center; gap: 3px; padding: 0; color: white; background: transparent; border: 0; border-radius: 0; white-space: normal; }
.context-core img { width: 16px; height: 16px; object-fit: contain; }
.context-core b { color: white; font-family: "Raleway",sans-serif; font-size: 12px; font-weight: 600; letter-spacing: var(--wordmark-tracking); }
.context-core strong { font-size: 10px; }
.how-runtime-shot { height: 570px; margin: 0; display: grid; grid-template-rows: minmax(0,1fr) auto; background: #f7f7f5; border-radius: 11px; overflow: hidden; box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.how-runtime-shot img { width: 100%; height: 100%; min-height: 0; padding: 18px; object-fit: contain; object-position: center; background: #f7f7f5; }
.how-runtime-shot figcaption { padding: 10px 13px; color: #667085; font-size: 9px; border-top: 1px solid var(--line); }
.artifact-tabs.dark-tabs { margin-top: 26px; padding: 0; background: transparent; border: 0; flex-wrap: wrap; }
.artifact-tabs.dark-tabs button { color: rgba(255,255,255,.68); background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.artifact-tabs.dark-tabs button.active { color: white; background: var(--purple); border-color: var(--purple); }
.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 38px; background: var(--line); border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.control-grid article { display: grid; grid-template-columns: 36px 1fr; gap: 16px; padding: 26px 28px; background: white; }
.control-grid article > span { color: var(--purple); font-size: 10px; padding-top: 4px; }
.control-grid h3 { font-size: 15px; margin: 0 0 5px; }
.control-grid p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }
.how-cta { padding: 70px 0; color: white; background: #070c15; }
.how-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.how-cta h2 { max-width: 680px; margin-bottom: 0; }

.workflow { background: var(--navy); color: white; overflow: hidden; }
.workflow-grid { display: grid; grid-template-columns: .83fr 1.17fr; gap: 110px; align-items: center; }
.workflow-copy > p { color: rgba(255,255,255,.6); }
.workflow-copy ul { list-style: none; padding: 0; margin: 32px 0; display: grid; gap: 14px; color: rgba(255,255,255,.78); font-size: 14px; }
.workflow-copy li { display: flex; gap: 10px; }
.workflow-copy li i { color: #aaa1ff; font-style: normal; }
.diff-card { background: white; color: var(--ink); border-radius: 13px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.diff-head { padding: 18px 21px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.diff-head b { color: var(--purple); background: #f0eeff; padding: 5px 9px; border-radius: 999px; font-size: 9px; }
.diff-section { margin: 20px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.diff-section small { display: block; color: var(--muted); margin-bottom: 10px; font-size: 10px; }
.removed, .added { padding: 9px 11px; font-size: 11px; line-height: 1.4; border-radius: 5px; margin-top: 6px; }
.removed { background: #fff1f0; color: #912018; text-decoration: line-through; }
.removed::before { content: "− "; }
.added { background: #ecfdf3; color: #05603a; }
.added::before { content: "+ "; }
.rationale { margin: 20px; padding: 14px; display: flex; gap: 11px; background: #f7f5ff; border: 1px solid #e5e1ff; border-radius: 7px; color: var(--purple); }
.rationale strong { font-size: 10px; }
.rationale p { color: #5f587c; font-size: 9px; line-height: 1.5; margin: 4px 0 0; }
.diff-actions { display: flex; justify-content: flex-end; gap: 8px; padding: 15px 20px; border-top: 1px solid var(--line); }
.diff-actions button { border: 1px solid var(--line); background: white; padding: 8px 11px; border-radius: 5px; font-size: 9px; cursor: pointer; }
.diff-actions .approve { border-color: var(--purple); background: var(--purple); color: white; }
.runtime-figure { margin: 0; overflow: hidden; background: white; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.runtime-figure img { display: none; width: 100%; height: 100%; }
.runtime-figure img.active { display: block; }
.artifact-tabs { display: flex; gap: 7px; padding: 12px 16px 0; background: white; border-top: 1px solid var(--line); }
.artifact-tabs button { padding: 7px 10px; color: var(--muted); background: #f8f9fb; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; cursor: pointer; }
.artifact-tabs button.active { color: white; background: var(--purple); border-color: var(--purple); }
.runtime-figure figcaption { padding: 15px 18px; color: #667085; background: white; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.5; }
.runtime-figure figcaption span { color: var(--purple); font-weight: 600; margin-right: 8px; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }

.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.review-visual { height: 440px; position: relative; display: grid; place-items: center; }
.review-core { width: 150px; height: 150px; border-radius: 50%; background: var(--navy); color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; box-shadow: 0 25px 50px rgba(11,18,32,.18); z-index: 2; }
.review-core span { color: #aaa1ff; font-size: 24px; }
.review-core strong { text-align: center; margin-top: 8px; font-size: 15px; }
.orbit { position: absolute; border: 1px solid #d9dce2; border-radius: 50%; }
.orbit-one { width: 280px; height: 280px; }
.orbit-two { width: 420px; height: 420px; }
.orbit-label { position: absolute; background: white; border: 1px solid var(--line); box-shadow: 0 8px 25px rgba(16,24,40,.08); border-radius: 7px; padding: 9px 13px; color: var(--muted); font-size: 11px; }
.label-one { top: 67px; left: 70px; }.label-two { right: 42px; top: 190px; }.label-three { left: 60px; bottom: 78px; }
.mini-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.mini-points span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 6px; font-size: 11px; color: #475467; background: #fafafa; }

.work-hero { color: white; background: var(--navy); position: relative; overflow: hidden; }
.work-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(109,94,243,.2), transparent 34%); }
.work-hero-grid { position: relative; }
.work-hero-grid > *, .working-model-grid > * { min-width: 0; }
.work-hero .section-heading { max-width: 860px; }
.work-hero .section-heading p { max-width: 790px; color: rgba(255,255,255,.64); margin-bottom: 30px; }
.responsibility-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 13px; }
.responsibility-grid li { position: relative; padding-left: 24px; color: var(--muted); font-size: 13px; line-height: 1.5; }
.responsibility-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--purple); font-weight: 700; }
.work-examples { background: var(--paper); }
.work-example-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.work-example-grid article { min-height: 285px; padding: 28px; position: relative; display: flex; flex-direction: column; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 12px 30px rgba(16,24,40,.04); }
.work-example-grid article::after { content: ""; position: absolute; width: 130px; height: 130px; right: -55px; top: -55px; border-radius: 50%; background: #f0eeff; }
.work-example-grid article > span { position: absolute; right: 22px; top: 22px; z-index: 2; color: var(--purple); font-size: 11px; font-weight: 600; }
.work-example-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 34px; color: var(--purple); background: #f0eeff; border: 1px solid #dedaff; border-radius: 16px; font-size: 27px; font-family: var(--display); }
.outcome-icon[class*="icon-"],
.step-icon[class*="icon-"],
.work-example-icon[class*="icon-"] { position: relative; font-size: 0; }
.outcome-icon[class*="icon-"]::before,
.outcome-icon[class*="icon-"]::after,
.step-icon[class*="icon-"]::before,
.step-icon[class*="icon-"]::after,
.work-example-icon[class*="icon-"]::before,
.work-example-icon[class*="icon-"]::after { content: ""; position: absolute; display: block; box-sizing: border-box; }
.icon-target::before { width: 23px; height: 23px; border: 2px solid currentColor; border-radius: 50%; opacity: .95; }
.icon-target::after { width: 9px; height: 9px; border: 2px solid currentColor; border-radius: 50%; }
.icon-arrow::before { width: 24px; height: 2px; background: currentColor; border-radius: 2px; transform: rotate(-45deg); }
.icon-arrow::after { width: 12px; height: 12px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; border-radius: 1px; transform: translate(7px,-7px); }
.icon-alert::before { width: 2px; height: 22px; background: currentColor; border-radius: 2px; transform: translateY(-3px); }
.icon-alert::after { width: 4px; height: 4px; background: currentColor; border-radius: 50%; transform: translateY(14px); }
.icon-check::before { width: 13px; height: 25px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; border-radius: 1px; transform: rotate(40deg) translate(-1px,-3px); }
.icon-diamond::before { width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 4px; transform: rotate(45deg); }
.work-example-grid h3 { position: relative; z-index: 1; margin: 0 0 12px; font-size: 18px; line-height: 1.3; }
.work-example-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.work-start { background: white; }
.start-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 14px; }
.start-grid article { min-height: 250px; padding: 30px 26px; background: white; }
.start-grid span { display: inline-block; margin-bottom: 44px; color: var(--purple); font-size: 11px; font-weight: 700; }
.start-grid h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.25; letter-spacing: -.015em; }
.start-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.partner-fit { background: var(--paper); }
.partner-fit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.fit-list { display: grid; gap: 12px; }
.fit-list article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 24px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 26px rgba(16,24,40,.035); }
.fit-list span { color: var(--purple); font-size: 11px; font-weight: 700; padding-top: 3px; }
.fit-list p { margin: 0; color: #475467; font-size: 14px; line-height: 1.65; }
.working-model { background: white; }
.working-model-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.responsibility-grid article { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
.responsibility-grid article > span { color: var(--purple); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.responsibility-grid h3 { margin: 22px 0; font-size: 19px; }
.blog-coming { min-height: calc(100vh - 94px); padding-top: 190px; display: grid; place-items: center; color: white; text-align: center; background: var(--navy); position: relative; overflow: hidden; }
.blog-coming::before { content: ""; position: absolute; width: 720px; height: 720px; right: -240px; top: -350px; border-radius: 50%; background: rgba(109,94,243,.16); }
.blog-coming .shell { max-width: 780px; position: relative; }
.blog-coming-mark { display: flex; align-items: center; justify-content: center; gap: 5px; margin-bottom: 28px; }
.blog-coming-mark img { width: 36px; height: 36px; object-fit: contain; }
.blog-coming-mark span { font-family: "Raleway",sans-serif; font-size: 27px; font-weight: 600; letter-spacing: var(--wordmark-tracking); }
.blog-coming h2 { margin: 0 0 20px; font-size: clamp(44px,6vw,70px); line-height: 1.06; letter-spacing: -.05em; }
.blog-coming p { max-width: 650px; margin: 0 auto 32px; color: rgba(255,255,255,.62); font-size: 18px; line-height: 1.7; }
.blog-hero { color: white; background: var(--navy); position: relative; overflow: hidden; }
.blog-hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -220px; top: -330px; border-radius: 50%; background: rgba(109,94,243,.17); }
.blog-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; position: relative; }
.blog-hero .section-heading p { color: rgba(255,255,255,.62); }
.blog-mark { min-height: 300px; display: grid; place-items: center; align-content: center; gap: 20px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.blog-mark img { width: 126px; height: 126px; object-fit: contain; }
.blog-mark span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.blog-content { background: var(--paper); }
.blog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.blog-toolbar h2 { max-width: 680px; margin: 0; font-size: clamp(32px,3.5vw,46px); line-height: 1.14; letter-spacing: -.04em; }
.blog-filters { display: flex; gap: 7px; flex-wrap: wrap; justify-content: flex-end; }
.blog-filters button { padding: 8px 12px; color: var(--muted); background: white; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; cursor: pointer; }
.blog-filters button.active { color: white; background: var(--purple); border-color: var(--purple); }
.featured-post { width: 100%; min-height: 430px; padding: 0; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; text-align: left; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 18px 50px rgba(16,24,40,.07); cursor: pointer; }
.featured-art { min-height: 430px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--navy); }
.featured-art::before, .featured-art::after { content: ""; position: absolute; border-radius: 50%; background: rgba(109,94,243,.2); }
.featured-art::before { width: 420px; height: 420px; left: -180px; top: -170px; }
.featured-art::after { width: 340px; height: 340px; right: -160px; bottom: -170px; }
.featured-art i { position: absolute; width: 1px; height: 62%; background: rgba(255,255,255,.14); }
.featured-art i:nth-child(1) { transform: rotate(60deg); }.featured-art i:nth-child(2) { transform: rotate(-60deg); }.featured-art i:nth-child(3) { transform: rotate(90deg); }
.featured-art b { position: absolute; z-index: 1; padding: 12px 16px; color: white; background: #182236; border: 1px solid rgba(255,255,255,.15); border-radius: 8px; font-size: 11px; }
.featured-art b:nth-of-type(1) { transform: translate(-135px,-60px); }.featured-art b:nth-of-type(2) { color: white; background: var(--purple); transform: translate(0,75px); }.featured-art b:nth-of-type(3) { transform: translate(135px,-60px); }
.featured-copy { padding: 50px; display: flex; flex-direction: column; align-items: flex-start; }
.featured-copy small, .post-card > small { color: var(--purple); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.featured-copy > strong { margin: 40px 0 18px; font-family: var(--display); font-size: clamp(28px,3vw,40px); line-height: 1.14; letter-spacing: -.04em; }
.featured-copy > span { color: var(--muted); font-size: 15px; line-height: 1.7; }
.featured-copy > b, .post-card > b { margin-top: auto; padding-top: 28px; color: var(--purple); font-size: 11px; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 18px; }
.post-card { min-height: 460px; padding: 0 27px 28px; display: flex; flex-direction: column; text-align: left; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.post-card:hover, .featured-post:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(16,24,40,.1); }
.post-card[hidden] { display: none; }
.post-art { height: 190px; margin: 0 -27px 26px; position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; background: #eceafe; overflow: hidden; }
.post-art i { padding: 9px 11px; color: var(--purple); background: white; border: 1px solid #d9d4ff; border-radius: 7px; font-size: 9px; font-style: normal; }
.art-review i:nth-child(2) { color: white; background: var(--purple); transform: translateY(18px); }
.art-systems { background: #e9eef5; }
.art-systems i { color: #344054; border-color: #d0d5dd; }
.art-systems em { color: var(--purple); font-size: 22px; font-style: normal; }
.art-company { background: var(--navy); }
.art-company img { width: 96px; height: 96px; object-fit: contain; }
.post-card > strong { margin: 24px 0 12px; font-family: var(--display); font-size: 20px; line-height: 1.3; }
.post-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.blog-cta { padding: 72px 0; color: white; background: #070c15; }
.blog-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.blog-cta h2 { max-width: 760px; margin: 0; font-size: clamp(30px,3.5vw,44px); line-height: 1.15; letter-spacing: -.04em; }
.article-modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.article-modal.open { opacity: 1; pointer-events: auto; }
.article-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(7,12,21,.78); backdrop-filter: blur(8px); cursor: pointer; }
.article-panel { position: relative; z-index: 1; width: min(820px,100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 64px 72px; background: white; border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.36); }
.article-close { position: absolute; right: 22px; top: 20px; width: 38px; height: 38px; color: var(--muted); background: var(--paper); border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.article-meta { color: var(--purple); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.article-panel h2 { margin: 20px 0; font-size: clamp(34px,5vw,52px); line-height: 1.08; letter-spacing: -.05em; }
.article-deck { margin: 0 0 40px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.article-body { color: #344054; font-size: 16px; line-height: 1.8; }
.article-body h3 { margin: 38px 0 12px; color: var(--ink); font-size: 22px; }
.article-body p { margin: 0 0 20px; }
.article-body blockquote { margin: 32px 0; padding: 20px 24px; color: var(--ink); background: #f4f2ff; border-left: 3px solid var(--purple); font-family: var(--display); font-size: 20px; line-height: 1.5; }

.final-cta { padding: 120px 0; background: var(--navy); color: white; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: -50%; background: radial-gradient(circle, rgba(109,94,243,.14), transparent 42%); }
.final-cta .shell { max-width: 780px; position: relative; }
.cta-brand { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0 auto 22px; }
.cta-brand img { width: 36px; height: 36px; object-fit: contain; }
.cta-brand span { font-family: "Raleway",sans-serif; font-size: 27px; font-weight: 600; letter-spacing: var(--wordmark-tracking); }
.final-cta .kicker { margin-bottom: 24px; font-size: 16px; font-weight: 600; line-height: 1.3; letter-spacing: .13em; text-transform: uppercase; }
.final-cta p { color: rgba(255,255,255,.58); font-size: 17px; line-height: 1.7; margin: 0 auto 32px; max-width: 630px; }

.legal-page { background: var(--paper); }
.legal-shell { max-width: 820px; padding: 68px 72px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(16,24,40,.06); }
.legal-shell h1 { margin: 0 0 10px; font-size: clamp(42px,5vw,62px); line-height: 1.08; letter-spacing: -.05em; }
.legal-updated { margin: 0 0 42px !important; color: #98a2b3 !important; font-size: 13px !important; }
.legal-shell h2 { margin: 38px 0 10px; font-size: 22px; letter-spacing: -.02em; }
.legal-shell p { margin: 0 0 18px; color: #475467; font-size: 16px; line-height: 1.75; }
.legal-shell a { color: var(--purple); }

footer { background: #070c15; color: rgba(255,255,255,.42); padding: 40px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 12px; }
.footer-grid .brand { justify-self: start; }
.footer-grid p { text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.footer-grid a { text-decoration: none; transition: color .2s; }
.footer-grid a:hover { color: white; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.contact-modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.contact-modal.open { opacity: 1; pointer-events: auto; }
.contact-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(7,12,21,.72); backdrop-filter: blur(8px); cursor: pointer; }
.contact-panel { position: relative; z-index: 1; width: min(650px,100%); height: min(720px, calc(100vh - 48px)); overflow-y: auto; padding: 38px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.contact-close { position: absolute; right: 20px; top: 17px; width: 36px; height: 36px; color: var(--muted); background: #f5f6f8; border: 0; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; }
.contact-panel h2 { margin: 0 0 12px; font-size: 32px; letter-spacing: -.04em; }
.contact-intro { color: var(--muted); line-height: 1.65; margin: 0 0 24px; }
.contact-tabs { display: grid; grid-template-columns: 1fr 1fr; padding: 4px; margin-bottom: 24px; background: var(--paper); border-radius: 10px; }
.contact-tabs button { padding: 11px; color: var(--muted); background: transparent; border: 0; border-radius: 7px; font-weight: 600; cursor: pointer; }
.contact-tabs button.active { color: var(--ink); background: white; box-shadow: 0 4px 12px rgba(16,24,40,.08); }
.contact-form { display: none; gap: 17px; }
.contact-form.active { display: grid; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: #344054; font-size: 12px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: white; border: 1px solid #d0d5dd; border-radius: 8px; outline: none; resize: vertical; font: 400 14px var(--body); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 3px rgba(109,94,243,.12); }
.contact-submit { justify-self: start; }
.contact-form small { color: #98a2b3; font-size: 10px; line-height: 1.5; }
body.modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .shell { width: min(680px, calc(100% - 32px)); }
  .nav-links { position: absolute; top: 72px; left: 16px; right: 16px; padding: 20px; border-radius: 10px; background: #111b2e; flex-direction: column; align-items: stretch; gap: 15px; opacity: 0; pointer-events: none; transform: translateY(-8px); transition: .2s; }
  .nav-links.open { opacity: 1; pointer-events: auto; transform: none; }
  .menu-toggle { display: block; }
  .brand { gap: 7px; }
  .brand-icon { width: 53px; height: 53px; }
  .brand-name { font-size: 27px; }
  .hero { padding-top: 152px; }
  .hero-grid, .workflow-grid, .review-grid { grid-template-columns: 1fr; gap: 65px; }
  .overview-grid, .home-workflow-grid, .trust-grid, .work-hero-grid, .working-model-grid, .blog-hero-grid, .partner-fit-grid { grid-template-columns: 1fr; gap: 48px; }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid article { min-height: 0; }
  .signal-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .outcome-grid { grid-template-columns: 1fr 1fr; }
  .pattern-grid { grid-template-columns: 1fr 1fr; }
  .work-example-grid { grid-template-columns: 1fr 1fr; }
  .start-grid { grid-template-columns: 1fr; }
  .start-grid article { min-height: 0; }
  .start-grid span { margin-bottom: 26px; }
  .blog-toolbar { align-items: flex-start; flex-direction: column; }
  .blog-filters { justify-content: flex-start; }
  .featured-post { grid-template-columns: 1fr; }
  .featured-art { min-height: 300px; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-cta .shell { align-items: flex-start; flex-direction: column; }
  .hero h1 { font-size: 49px; }
  .product-frame, .hero-demo { transform: none; }
  .hero-proof { margin-top: 60px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 235px; }
  .how-runtime { grid-template-columns: 1fr; gap: 45px; padding: 42px; }
  .journey-stage { grid-template-columns: 1fr; }
  .journey-nav { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-quadrant.active { grid-template-columns: 1fr 1fr; }
  .how-runtime-shot { height: 520px; }
  .how-cta .shell { align-items: flex-start; flex-direction: column; }
  .pilot-path { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .pilot-path::before { display: none; }
  .page-menu-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 15px; }
  .footer-grid .brand { margin: auto; }
  .footer-links { justify-content: center; }
}

@media (max-width: 560px) {
  .section { padding: 85px 0; }
  .hero h1 { font-size: 39px; }
  .section-heading h2, .workflow-copy h2, .final-cta h2 { font-size: 38px; }
  .how > .shell > .section-heading h1,
  .work-hero .section-heading h1 { font-size: 43px; }
  .hero-grid { gap: 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; width: 100%; gap: 18px; }
  .hero-actions .button { min-width: 156px; }
  .text-link { justify-content: flex-start; }
  .trust-line { justify-content: flex-start; max-width: 330px; margin-left: 0; margin-right: 0; text-align: left; }
  .product-frame { margin: 0 -5px; }
  .frame-top { align-items: flex-start; gap: 8px; }
  .status { white-space: nowrap; }
  .site-header, .nav { height: 86px; }
  .brand { gap: 6px; }
  .brand-icon { width: 50px; height: 50px; }
  .brand-name { font-size: 25px; }
  .hero { padding-top: 144px; padding-bottom: 58px; }
  .site-page:not([data-page="home"]) > .section:first-child { padding-top: 150px; min-height: calc(100vh - 86px); }
  .site-page[data-page="how"] > .section:first-child,
  .site-page[data-page="work"] > .section:first-child,
  .site-page[data-page="blog"] > .section:first-child { min-height: 0; }
  .logo-ticker { height: 126px; }
  .ticker-heading { font-size: 10px; transform: translateY(-10px); }
  .ticker-mask { width: calc(100% - 32px); mask-image: linear-gradient(to right, transparent 0, black 12%, black 88%, transparent 100%); }
  .logo-set { gap: 60px; padding-right: 60px; }
  .logo-set img { width: 44px; height: 44px; }
  .scatter-grid article { grid-template-columns: 36px 1fr; }
  .steps article { padding: 28px; }
  .how-runtime { margin-top: 55px; padding: 28px 22px; }
  .journey-intro { margin-top: 75px !important; }
  .journey-nav { grid-template-columns: 1fr; }
  .journey-nav button { padding: 13px; }
  .journey-screen { padding: 14px; }
  .product-mock { padding: 20px; }
  .mock-heading strong { font-size: 25px; }
  .mock-detail-grid, .review-quadrant.active { grid-template-columns: 1fr; }
  .review-quadrant article { min-height: 145px; }
  .mock-composer > div { align-items: flex-end; gap: 12px; }
  .how-runtime-shot { height: 390px; }
  .journey-caption { align-items: flex-start; flex-direction: column; }
  .steps article { min-height: 0; padding-bottom: 24px; }
  .step-top { margin-bottom: 24px; }
  .steps p { margin-bottom: 18px; }
  .step-detail { position: static; left: auto; right: auto; bottom: auto; padding-top: 0; border-top: 0; }
  .context-map { grid-template-columns: minmax(0, 1fr); justify-items: center; gap: 16px; padding-top: 0; text-align: center; }
  .context-map > div { align-items: center; width: min(100%, 260px); }
  .context-map > div:not(.context-core) { padding-top: 24px; }
  .context-map small { top: 0; bottom: auto; left: 50%; transform: translateX(-50%); }
  .context-map span { width: 100%; text-align: center; }
  .context-map > b { margin: 0 auto; transform: rotate(90deg); }
  .context-map > b::before { left: 50%; transform: translateX(-50%); }
  .context-map > b::after { right: auto; left: calc(50% + 3px); }
  .control-grid { grid-template-columns: 1fr; }
  .trust-cards article { grid-template-columns: 35px 1fr; padding: 21px; }
  .home-trust.section { padding-bottom: 14px; }
  .home-workflow.section { padding-top: 14px; }
  .home-workflow-grid { gap: 22px; }
  .home-workflow-visual { margin-block: 12px; }
  .work-example-grid, .responsibility-grid { grid-template-columns: 1fr; }
  .signal-strip { padding: 34px 0; }
  .signal-grid p { font-size: 18px; }
  .home-overview.section { padding-top: 70px; padding-bottom: 100px; }
  .home-outcomes .section-heading.centered,
  .workflow-patterns .section-heading.centered { margin-bottom: 46px; }
  .outcome-grid { border-top: 0; }
  .outcome-grid article { min-height: 0; padding: 30px 0; border-top: 1px solid var(--line); }
  .outcome-grid article + article { padding-left: 0; border-left: 0; }
  .workflow-patterns.section { padding-top: 72px; padding-bottom: 105px; }
  .pattern-grid { grid-template-columns: 1fr; }
  .pattern-grid article { min-height: 0; }
  .pattern-grid h3 { margin-top: 0; }
  .partner-fit-grid { gap: 28px; }
  .fit-list article { grid-template-columns: 34px 1fr; padding: 21px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-mark { min-height: 220px; }
  .featured-copy { padding: 30px 24px; }
  .final-cta .kicker { font-size: 14px; }
  .legal-shell { padding: 42px 24px; }
  .article-panel { padding: 54px 24px 36px; }
  .article-deck { font-size: 16px; }
  .work-example-grid article { min-height: 230px; }
  .hero-demo-screen { height: 420px; min-height: 0; padding: 24px; overflow: hidden; }
  .hero-demo { max-width: 370px; margin-left: auto; margin-right: auto; }
  .hero-demo-slide.active { height: 100%; display: flex; flex-direction: column; justify-content: center; }
  .demo-head { margin-bottom: 12px; }
  .demo-slack-draft { height: 178px; }
  .demo-success { min-height: 0; height: 100%; }
  .demo-prompt { grid-template-columns: 1fr auto; align-items: center; min-height: 118px; padding: 18px; gap: 12px; }
  .hero-demo-controls { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 10px 12px; gap: 4px; }
  .hero-demo-controls button { min-width: 0; padding: 9px 4px; gap: 4px; font-size: 9px; }
  .demo-output > span { align-items: flex-start; flex-direction: column; gap: 2px; }

  .blog-coming { padding-top: 150px; }
  .work-hero h2 { max-width: 100%; overflow-wrap: break-word; }
  .work-hero .section-heading p { max-width: 100%; overflow-wrap: break-word; }
  .workflow-grid { gap: 55px; }
  .review-grid { gap: 40px; }
  .review-visual { transform: scale(.8); margin: -40px; }
  .pilot-path { grid-template-columns: 1fr; }
  .pilot-path article { max-width: 330px; margin: auto; }
  .page-menu-grid { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .artifact-tabs.dark-tabs { justify-content: center; gap: 8px; }
  .artifact-tabs.dark-tabs button { min-width: 94px; text-align: center; }
  .how-cta { text-align: center; }
  .how-cta .shell { align-items: center; }
  .how-cta h2 { margin-left: auto; margin-right: auto; }
  .overview-grid { gap: 28px; }
  .overview-copy { padding-top: 0; }
  .overview-copy a { display: block; width: fit-content; margin: 20px auto 0; text-align: center; }
  .home-workflow .button,
  .work-hero .button,
  .final-cta .button,
  .blog-coming .button,
  .blog-cta .button { margin-left: auto; margin-right: auto; }
  .outcome-grid article { min-height: 220px; }
  .outcome-grid h3 { margin-top: 45px; }
  .contact-panel { padding: 30px 20px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .work-hero .section-heading { max-width: 340px; }
  .work-hero .section-heading p { max-width: 330px; font-size: 15px; line-height: 1.65; }
  .work-hero .button { max-width: 100%; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .rotating-context-line { transition: none; }
}

/* Cohesive editorial redesign */
:root {
  --navy: #090e19;
  --navy-2: #121827;
  --ink: #111522;
  --muted: #6b7180;
  --paper: #f2f2ef;
  --line: #dcded9;
  --purple: #6757e8;
  --purple-dark: #5344d3;
}

body { background: #f8f8f6; }
.shell { width: min(1220px, calc(100% - 64px)); }
.site-header { height: 80px; background: rgba(9,14,25,.9); border-bottom-color: rgba(255,255,255,.08); }
.nav { height: 80px; }
.brand { gap: 5px; }
.brand-icon { width: 36px; height: 36px; }
.brand-name { font-size: 27px; font-weight: 600; }
.nav-links { gap: 28px; }
.nav-links > a { font-size: 13px; }
.button { padding: 14px 22px; border-radius: 999px; }
.button-small { padding: 10px 18px; }
.button-primary { background: linear-gradient(135deg, #7162ef, #5b4cde); box-shadow: 0 12px 32px rgba(94,78,224,.24); }

.hero { min-height: 900px; padding: 158px 0 96px; background: radial-gradient(circle at 77% 20%, #222140 0, #111625 28%, var(--navy) 58%); }
.hero::before { background-size: 72px 72px; opacity: .68; }
.hero-glow { width: 820px; height: 820px; right: -260px; top: -330px; background: rgba(116,96,255,.16); filter: blur(24px); }
.hero-grid { grid-template-columns: 1fr 1fr; gap: 56px; }
.eyebrow { margin-bottom: 32px; color: rgba(255,255,255,.52); }
.hero h1 { max-width: 650px; margin-bottom: 30px; font-size: clamp(54px,5.05vw,70px); line-height: .99; letter-spacing: -.058em; }
.hero-copy > p { max-width: 590px; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.72; }
.trust-line { margin-top: 30px; color: rgba(255,255,255,.43); }
.hero-demo { height: 536px; border-radius: 22px; border-color: rgba(255,255,255,.24); box-shadow: 0 42px 110px rgba(0,0,0,.5); transform: perspective(1300px) rotateY(-2deg) rotateX(.5deg); }
.hero-demo-screen { height: 466px; padding: 38px; }
.hero-demo-controls { flex-basis: 70px; }

.logo-ticker { height: 150px; background: #f8f8f6; }
.ticker-heading { color: #777b85; font-size: 11px; letter-spacing: .075em; text-transform: uppercase; }
.logo-set img { width: 50px; height: 50px; opacity: .82; }
.signal-strip { padding: 22px 0 80px; background: #f8f8f6; }
.signal-grid { position: relative; border-color: #d7d8d4; }
.signal-grid::before { content: ""; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: linear-gradient(90deg, var(--purple) 0 12%, transparent 12% 44%, var(--purple) 44% 56%, transparent 56% 88%, var(--purple) 88%); opacity: .65; }
.signal-grid article { min-height: 166px; padding-top: 35px; padding-bottom: 35px; }
.signal-grid span { margin-bottom: 20px; font-size: 9px; letter-spacing: .16em; }
.signal-grid p { font-size: 20px; line-height: 1.42; }

.section { padding: 148px 0; }
.kicker { margin-bottom: 22px; font-size: 10px; letter-spacing: .18em; }
.section-heading { max-width: 850px; }
.section-heading.centered { margin-bottom: 76px; }
.section-heading h2, .workflow-copy h2, .final-cta h2 { font-size: clamp(46px,5.1vw,66px); line-height: 1.03; letter-spacing: -.052em; }
.section-heading p, .workflow-copy > p { max-width: 720px; font-size: 16px; line-height: 1.75; }
.section-heading.centered p { margin-inline: auto; }

.home-overview.section { padding-top: 112px; padding-bottom: 174px; }
.overview-grid { grid-template-columns: 1.08fr .92fr; gap: 140px; }
.home-overview .section-heading h2 { font-size: clamp(52px,5.8vw,76px); }
.overview-copy { padding-top: 62px; border-top: 1px solid var(--line); }
.overview-copy p { font-size: 16px; line-height: 1.82; }
.overview-copy a { margin-top: 18px; }

.home-outcomes { background: linear-gradient(180deg,#efefec 0,#f5f5f2 72%,#f8f8f6 100%); }
.home-outcomes .section-heading { max-width: 930px; }
.outcome-grid article { min-height: 300px; padding-top: 40px; }
.outcome-icon { width: 54px; height: 54px; margin-bottom: 52px; border: 0; border-radius: 50%; background: rgba(103,87,232,.1); }
.outcome-grid h3 { font-size: 20px; }
.outcome-grid p { font-size: 13px; line-height: 1.72; }

.workflow-patterns.section { padding-top: 112px; padding-bottom: 170px; }
.workflow-patterns .section-heading { max-width: 900px; }
.pattern-grid { position: relative; gap: 0 90px; }
.pattern-grid::after { content: ""; position: absolute; left: 26px; top: 58px; bottom: 58px; width: 1px; background: linear-gradient(var(--purple), #cbc6f4); opacity: .35; }
.pattern-grid::before { content: ""; position: absolute; left: calc(50% + 58px); top: 58px; bottom: 58px; width: 1px; background: linear-gradient(var(--purple), #cbc6f4); opacity: .35; }
.pattern-grid article { min-height: 228px; padding: 40px 0; grid-template-columns: 52px 1fr; }
.pattern-grid article > span { position: relative; z-index: 1; width: 26px; height: 26px; display: grid; place-items: center; color: white; background: var(--purple); border-radius: 50%; font-size: 9px; }
.pattern-grid h3 { font-size: 24px; }
.pattern-grid p { font-size: 14px; }

.home-workflow { overflow: hidden; background: radial-gradient(circle at 15% 5%,#252346 0,var(--navy) 42%); }
.home-workflow.section { padding: 150px 0; }
.home-workflow-grid { grid-template-columns: 1.15fr .85fr; gap: 110px; }
.home-workflow-visual { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; box-shadow: 0 38px 90px rgba(0,0,0,.42); transform: rotate(-1deg); }

.how.section { background: #f2f2ef; }
.how > .shell > .section-heading h1,
.work-hero .section-heading h1 { font-size: clamp(58px,6.3vw,80px); line-height: .99; }
.page-deck { max-width: 800px !important; margin: 0 0 18px !important; color: var(--ink) !important; font-family: var(--display); font-size: clamp(25px,2.6vw,34px) !important; font-weight: 500; line-height: 1.22 !important; letter-spacing: -.035em; }
.section-heading.centered .page-deck,
.section-heading.centered .page-detail { margin-left: auto !important; margin-right: auto !important; }
.page-detail { max-width: 720px !important; color: var(--muted) !important; font-size: 16px !important; line-height: 1.72 !important; }
.work-hero .page-deck { color: white !important; }
.work-hero .page-detail { color: rgba(255,255,255,.62) !important; }
.steps { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article { min-height: 320px; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.steps article + article { border-left: 1px solid var(--line); }
.journey-stage { border-radius: 22px; box-shadow: 0 28px 70px rgba(17,21,34,.09); }
.how-runtime { border-radius: 24px; }
.control-grid { border-radius: 18px; }

.work-hero { background: radial-gradient(circle at 80% 15%,#28264e 0,var(--navy) 42%); }
.work-hero.section { padding-top: 190px; padding-bottom: 128px; }
.work-example-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.work-example-grid article { min-height: 310px; border: 0; border-radius: 0; box-shadow: none; background: transparent; }
.work-example-grid article + article { border-left: 1px solid var(--line); }
.work-example-grid article::after { display: none; }
.start-grid { border-radius: 20px; }
.partner-fit { background: #efefec; }
.fit-list article { border-radius: 0; border-width: 1px 0 0; box-shadow: none; background: transparent; }
.fit-list article:last-child { border-bottom: 1px solid var(--line); }
.final-cta { padding: 150px 0; background: radial-gradient(circle at 50% 120%,#302a68 0,var(--navy) 48%); }
footer { background: #070a11; }

@media (max-width: 900px) {
  .shell { width: min(700px,calc(100% - 40px)); }
  .site-header, .nav { height: 78px; }
  .nav-links { top: 66px; }
  .hero { padding-top: 142px; }
  .hero-grid { grid-template-columns: 1fr; gap: 72px; }
  .hero-demo { height: 510px; }
  .overview-grid { gap: 60px; }
  .overview-copy { padding-top: 38px; }
  .home-workflow-grid { gap: 54px; }
}

@media (max-width: 560px) {
  .shell { width: calc(100% - 32px); }
  .section { padding: 102px 0; }
  .hero { min-height: 0; padding: 138px 0 72px; }
  .hero h1 { font-size: 43px; line-height: 1.02; }
  .hero-copy > p { font-size: 16px; }
  .hero-demo { height: 480px; border-radius: 18px; }
  .hero-demo-screen { padding: 25px; }
  .logo-ticker { height: 132px; }
  .signal-strip { padding-bottom: 60px; }
  .signal-grid article { padding: 28px 0; }
  .section-heading h2, .workflow-copy h2, .final-cta h2 { font-size: 41px; }
  .home-overview.section { padding-top: 82px; padding-bottom: 112px; }
  .home-overview .section-heading h2 { font-size: 46px; }
  .overview-copy { padding-top: 28px; }
  .outcome-grid article { min-height: 0; padding: 34px 0; }
  .outcome-icon { margin-bottom: 38px; }
  .workflow-patterns.section { padding-top: 90px; padding-bottom: 116px; }
  .pattern-grid article { min-height: 0; padding: 34px 0; grid-template-columns: 40px 1fr; column-gap: 16px; }
  .pattern-grid::after { left: 13px; top: 48px; bottom: 48px; }
  .pattern-grid::before { display: none; }
  .pattern-grid h3 { font-size: 21px; }
  .home-workflow.section { padding: 110px 0; }
  .home-workflow-visual { transform: none; }
  .how > .shell > .section-heading h1,
  .work-hero .section-heading h1 { font-size: 46px; }
  .steps { border-bottom: 0; }
  .steps article { min-height: 0; border-bottom: 1px solid var(--line); }
  .steps article + article { border-left: 0; }
  .work-hero.section { padding-top: 150px; padding-bottom: 100px; }
  .work-example-grid { border-bottom: 0; }
  .work-example-grid article { min-height: 0; border-bottom: 1px solid var(--line); }
  .work-example-grid article + article { border-left: 0; }
  .final-cta { padding: 115px 0; }
}

/* Ambient hero stage */
.hero { min-height: 980px; padding: 136px 0 28px; background: radial-gradient(circle at 50% 58%, #1e2240 0, #111625 36%, var(--navy) 68%); }
.hero-glow { width: 900px; height: 610px; right: calc(50% - 450px); top: 410px; background: rgba(99,82,225,.16); filter: blur(70px); }
.hero-intro { position: relative; z-index: 2; text-align: center; }
.hero-copy { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; }
.hero h1 { max-width: 1200px; margin-bottom: 22px; font-size: clamp(60px,6vw,82px); line-height: .95; letter-spacing: -.062em; }
.hero h1 > span { display: block; }
.hero h1 .rotating-context-line { min-width: 4.05em; display: inline-block; text-align: right; }
.hero-copy > p { max-width: 720px; margin-inline: auto; font-size: 16px; line-height: 1.68; }
.hero-actions { justify-content: center; margin-top: 27px; }
.trust-line { justify-content: center; margin-top: 23px; }

.hero-stage { position: relative; z-index: 1; height: 350px; margin-top: 24px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); overflow: hidden; }
.hero-stage::before { content: ""; position: absolute; width: 440px; height: 270px; left: 50%; top: 10px; transform: translateX(-50%); background: radial-gradient(ellipse,rgba(112,94,235,.22),transparent 67%); filter: blur(18px); }
.hero-stage::after { content: ""; position: absolute; left: 50%; bottom: 1px; width: 84%; height: 1px; transform: translateX(-50%); background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); }
.stage-routes { position: absolute; z-index: 0; left: 2%; top: 17px; width: 96%; height: 248px; overflow: visible; }
.stage-routes path { fill: none; stroke: rgba(130,118,240,.2); stroke-width: 1; stroke-dasharray: 3 10; stroke-linecap: round; }
.stage-route-main { stroke: rgba(118,103,239,.34); stroke-width: 1.3; }
.stage-node { position: relative; z-index: 2; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.stage-label { margin-top: 3px; text-align: center; }
.stage-label strong { display: block; color: rgba(255,255,255,.92); font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -.025em; }
.stage-label span { display: block; margin-top: 5px; color: rgba(255,255,255,.43); font-size: 11px; }

.source-constellation, .plecta-engine, .artifact-stack { position: relative; width: 250px; height: 244px; }
.source-halo { position: absolute; width: 156px; height: 156px; left: 47px; top: 35px; border: 1px solid rgba(100,208,224,.13); border-radius: 50%; box-shadow: inset 0 0 46px rgba(67,188,218,.05); }
.source-tile { position: absolute; width: 68px; height: 68px; display: grid; place-items: center; background: linear-gradient(145deg,rgba(31,38,58,.92),rgba(14,19,32,.96)); border: 1px solid rgba(255,255,255,.13); border-radius: 17px; box-shadow: 0 18px 42px rgba(0,0,0,.3), inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.source-tile::after { content: ""; position: absolute; inset: 11px; background: radial-gradient(circle,rgba(112,94,235,.13),transparent 68%); border-radius: 10px; }
.source-tile svg { position: relative; z-index: 1; width: 35px; height: 35px; overflow: visible; fill: none; stroke: #c7bfff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.source-call { left: 24px; top: 38px; transform: rotate(-7deg); }
.source-call svg { stroke: #75dce0; }
.source-conversation { right: 24px; top: 38px; transform: rotate(7deg); }
.source-conversation svg { stroke: #9b84ff; }
.source-records { left: 91px; bottom: 22px; transform: rotate(3deg); }
.source-records svg { stroke: #78dfb9; }
.stage-sources .stage-label { max-width: 330px; }

.plecta-engine { display: grid; place-items: center; }
.engine-plane { position: absolute; width: 124px; height: 124px; display: grid; place-items: center; border-radius: 29px; transform: rotate(45deg); }
.plane-back { top: 35px; background: rgba(83,72,177,.17); border: 1px solid rgba(138,124,255,.15); box-shadow: 0 0 54px rgba(101,82,225,.14); }
.plane-middle { top: 49px; background: rgba(94,78,214,.26); border: 1px solid rgba(163,151,255,.2); box-shadow: 0 19px 48px rgba(0,0,0,.2); }
.plane-front { top: 62px; background: linear-gradient(145deg,#7768ef,#5242c4); border: 1px solid rgba(255,255,255,.28); box-shadow: 0 26px 66px rgba(76,59,192,.45), inset 0 1px rgba(255,255,255,.16); }
.plane-front img { width: 55px; height: 55px; transform: rotate(-45deg); }
.engine-orbit { position: absolute; width: 190px; height: 190px; top: 27px; border: 1px solid rgba(154,142,255,.14); border-radius: 50%; animation: engine-spin 30s linear infinite; }
.engine-orbit::before { display: none; }
.orbit-two { width: 220px; height: 220px; top: 12px; border-style: dashed; animation-direction: reverse; animation-duration: 44s; }
.engine-flow-dot { position: absolute; z-index: 1; width: 8px; height: 8px; left: 50%; top: 50%; margin: -4px 0 0 -4px; background: var(--flow-color); border-radius: 50%; box-shadow: 0 0 12px 4px var(--flow-glow); opacity: 1; animation: engine-queue 16s linear infinite; animation-delay: var(--queue-delay); }
.artifact-stack { perspective: 900px; }
.artifact-card { position: absolute; width: 184px; height: 118px; padding: 22px 18px; display: block; background: linear-gradient(145deg,rgba(34,40,60,.97),rgba(15,20,34,.98)); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; box-shadow: 0 24px 54px rgba(0,0,0,.32); }
.artifact-back { left: 47px; top: 31px; transform: rotateY(-12deg) rotateZ(6deg); opacity: .42; }
.artifact-middle { left: 28px; top: 52px; transform: rotateY(-8deg) rotateZ(-4deg); opacity: .68; }
.artifact-front { left: 36px; top: 72px; transform: rotateY(-5deg) rotateZ(1deg); }
.artifact-card i { width: 69%; height: 5px; margin-bottom: 9px; display: block; background: rgba(255,255,255,.14); border-radius: 999px; }
.artifact-card i:nth-of-type(2) { width: 84%; }
.artifact-card i:nth-of-type(3) { width: 48%; }
.artifact-front i { transform-origin: left center; animation: artifact-line-update 10.5s ease-in-out infinite; }
.artifact-front i:nth-of-type(1) { animation-delay: 0s; }
.artifact-front i:nth-of-type(2) { animation-delay: -3.5s; }
.artifact-front i:nth-of-type(3) { animation-delay: -7s; }
.artifact-front small { position: absolute; right: 17px; bottom: 14px; display: inline-flex; align-items: center; gap: 5px; color: #9deccf; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.artifact-front small b { width: 15px; height: 15px; display: grid; place-items: center; color: #9deccf; background: rgba(50,185,133,.12); border: 1px solid rgba(81,219,165,.22); border-radius: 50%; font-size: 7px; line-height: 1; }

.flow-a { --flow-color: #64dce0; --flow-glow: rgba(72,211,218,.3); --pulse-delay: 0s; --queue-delay: 0s; --source-x: 11%; --source-y: 21%; --mobile-source-x: 54px; --mobile-source-y: 9%; --output-y: 34%; --orbit-radius: 96px; }
.flow-b { --flow-color: #9b84ff; --flow-glow: rgba(135,109,255,.34); --pulse-delay: -5.1s; --queue-delay: -3.45s; --source-x: 22.6%; --source-y: 21%; --mobile-source-x: 93px; --mobile-source-y: 9%; --output-y: 42%; --orbit-radius: 96px; }
.flow-c { --flow-color: #70dfb7; --flow-glow: rgba(79,215,163,.3); --pulse-delay: -10.4s; --queue-delay: -8.15s; --source-x: 16.6%; --source-y: 54%; --mobile-source-x: 72px; --mobile-source-y: 24%; --output-y: 50%; --orbit-radius: 96px; }
.flow-d { --flow-color: #b8abff; --flow-glow: rgba(171,151,255,.28); --queue-delay: -11.55s; --orbit-radius: 96px; }
.stage-particle { position: absolute; z-index: 3; width: 8px; height: 8px; background: var(--flow-color); border-radius: 50%; box-shadow: 0 0 14px 5px var(--flow-glow); opacity: 0; animation-duration: 15.3s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; animation-delay: var(--pulse-delay); }
.flow-b.stage-particle { width: 6px; height: 6px; }
.flow-c.stage-particle { width: 7px; height: 7px; }
.flow-d.stage-particle { width: 6px; height: 6px; }
.stage-input-particle { animation-name: stage-arrive; }
.stage-output-particle { animation-name: stage-depart; }

@keyframes stage-arrive {
  0% { left: var(--source-x); top: var(--source-y); opacity: 0; transform: scale(.62); }
  2% { opacity: 1; }
  9% { left: 38%; top: 41%; opacity: 1; transform: scale(1); }
  13%,100% { left: 41%; top: 41%; opacity: 0; transform: scale(.76); }
}
@keyframes engine-queue {
  0% { transform: rotate(180deg) translateX(var(--orbit-radius)); }
  100% { transform: rotate(540deg) translateX(var(--orbit-radius)); }
}
@keyframes stage-depart {
  0% { left: 59%; top: 41%; opacity: 0; transform: scale(.7); }
  2% { opacity: 1; }
  9% { left: 84%; top: var(--output-y); opacity: 1; transform: scale(1); }
  13%,100% { left: 86%; top: var(--output-y); opacity: 0; transform: scale(.66); }
}
@keyframes artifact-line-update {
  0%,80%,96%,100% { background: rgba(255,255,255,.14); box-shadow: none; transform: scaleX(1); }
  86% { background: #9b8bff; box-shadow: 0 0 13px rgba(139,119,255,.72); transform: scaleX(1.06); }
  90% { background: #79dfc0; box-shadow: 0 0 11px rgba(89,218,171,.58); transform: scaleX(1.03); }
}
@keyframes engine-spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .hero { padding-top: 132px; }
  .hero h1 { font-size: clamp(54px,8.1vw,70px); }
  .hero h1 .rotating-context-line { min-width: 3.9em; }
  .hero-stage { height: 330px; }
  .source-constellation, .plecta-engine, .artifact-stack { width: 210px; transform: scale(.88); transform-origin: top center; }
  .stage-label { margin-top: -22px; }
  .stage-label strong { font-size: 16px; }
}

@media (max-width: 560px) {
  .hero { min-height: 0; padding: 126px 0 28px; }
  .hero-glow { width: 560px; height: 700px; right: calc(50% - 280px); top: 520px; }
  .hero h1 { max-width: 360px; margin-bottom: 24px; font-size: 43px; line-height: 1.01; }
  .hero h1 .rotating-context-line { min-width: 0; display: block; text-align: center; }
  .hero-copy > p { font-size: 15px; line-height: 1.65; }
  .hero-actions { width: 100%; align-items: center; }
  .trust-line { max-width: 330px; line-height: 1.45; }
  .hero-stage { width: calc(100% - 32px); height: 555px; margin-top: 30px; grid-template-columns: 1fr; grid-template-rows: repeat(3,185px); overflow: hidden; }
  .hero-stage::before { width: 280px; height: 420px; left: 24px; top: 55px; transform: none; }
  .hero-stage::after { left: 73px; top: 68px; bottom: auto; width: 1px; height: 410px; transform: none; background: linear-gradient(transparent,rgba(133,118,245,.3),transparent); }
  .stage-routes { display: none; }
  .stage-node { display: grid; grid-template-columns: 145px 1fr; justify-items: center; }
  .source-constellation, .plecta-engine, .artifact-stack { width: 150px; height: 165px; transform: scale(.68); transform-origin: center; }
  .source-call { left: 8px; top: 27px; }
  .source-conversation { right: 8px; top: 27px; }
  .source-records { left: 41px; bottom: 12px; }
  .stage-outputs .artifact-stack { transform: scale(.55); }
  .stage-label { margin: 0; text-align: left; justify-self: start; }
  .stage-label strong { font-size: 15px; line-height: 1.2; }
  .stage-label span { max-width: 150px; font-size: 10px; line-height: 1.4; }
  .stage-input-particle { animation-name: stage-arrive-mobile; }
  .stage-output-particle { animation-name: stage-depart-mobile; }
}

@keyframes stage-arrive-mobile {
  0% { left: var(--mobile-source-x); top: var(--mobile-source-y); opacity: 0; transform: scale(.62); }
  2% { opacity: 1; }
  9% { left: 71px; top: 36%; opacity: 1; transform: scale(1); }
  13%,100% { left: 71px; top: 39%; opacity: 0; transform: scale(.76); }
}
@keyframes stage-depart-mobile {
  0% { left: 71px; top: 60%; opacity: 0; transform: scale(.7); }
  2% { opacity: 1; }
  9% { left: 71px; top: 86%; opacity: 1; transform: scale(1); }
  13%,100% { left: 71px; top: 90%; opacity: 0; transform: scale(.66); }
}

@media (prefers-reduced-motion: reduce) {
  .stage-particle, .engine-orbit, .engine-flow-dot, .artifact-front i { animation: none; }
}
