/* GameForm AI Studio - production marketing site */
:root {
  --ink: #08142f;
  --ink-2: #142141;
  --ink-3: #3d4966;
  --muted: #68738b;
  --line: rgba(13, 31, 66, 0.12);
  --line-strong: rgba(13, 31, 66, 0.2);
  --paper: #ffffff;
  --paper-blue: #f6f8fc;
  --paper-cyan: #f2fbff;
  --navy: #061127;
  --navy-2: #0b1835;
  --blue: #1769ff;
  --blue-2: #4aa3ff;
  --cyan: #66dcff;
  --green: #37d29f;
  --purple: #8d6bff;
  --orange: #ff9e4a;
  --pink: #ef6fc4;
  --danger: #e4485d;
  --shadow-sm: 0 8px 24px rgba(10, 34, 78, 0.07);
  --shadow-md: 0 24px 70px rgba(10, 34, 78, 0.12);
  --shadow-lg: 0 45px 110px rgba(6, 25, 63, 0.18);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 26px;
  --radius-xl: 38px;
  --container: min(1280px, calc(100vw - 48px));
  --header-h: 84px;
  --ease: cubic-bezier(.2,.75,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  --fast: 180ms;
  --normal: 420ms;
  --reveal: 800ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Geist, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg, canvas { display: block; max-width: 100%; }
p, h1, h2, h3, h4 { margin-top: 0; }
button { border: 0; background: none; cursor: pointer; }
::selection { background: rgba(23, 105, 255, 0.18); color: var(--ink); }
:focus-visible { outline: 3px solid rgba(23, 105, 255, .36); outline-offset: 4px; }

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  transform: translateY(-150%);
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  transition: transform var(--fast) var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: clamp(96px, 10vw, 160px) 0; }
.dark-section { color: #fff; background: var(--navy); }

.display-xxl,
.display-xl,
.display-lg,
.display-md {
  margin-bottom: 0;
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: .94;
  text-wrap: balance;
}
.display-xxl { font-size: clamp(4rem, 9.3vw, 9rem); }
.display-xl { font-size: clamp(4.1rem, 8.8vw, 8.3rem); }
.display-lg { font-size: clamp(3.15rem, 6.3vw, 6.3rem); }
.display-md { font-size: clamp(2.55rem, 4.2vw, 4.4rem); line-height: 1; }
.text-gradient {
  color: var(--blue);
  background: linear-gradient(100deg, var(--blue) 4%, #419cff 60%, #25c4f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-blue { color: #5ab3ff; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--ink-3);
  font-size: .71rem;
  font-weight: 760;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow > span { width: 24px; height: 1px; background: var(--blue); }
.eyebrow.centered { justify-content: center; }
.eyebrow.light { color: rgba(255,255,255,.58); }
.eyebrow.light > span { background: var(--cyan); }
.micro-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: .62rem;
  font-weight: 780;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-heading { margin-bottom: clamp(54px, 7vw, 94px); }
.section-heading.centered { max-width: 950px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 700px; margin: 26px auto 0; color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.25rem); }
.two-col-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 64px; }
.two-col-heading > p:last-child { margin: 0 0 8px; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.26rem); line-height: 1.65; }
.two-col-heading.light > p:last-child { color: rgba(255,255,255,.6); }

.reveal { transform: none; opacity: 1; }
.js .reveal { transform: translateY(26px); opacity: 0; transition: opacity var(--reveal) var(--ease-out), transform var(--reveal) var(--ease-out); }
.js .reveal.is-visible { transform: translateY(0); opacity: 1; }

.ambient-noise {
  position: fixed;
  z-index: 9999;
  inset: 0;
  pointer-events: none;
  opacity: .018;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}
.scroll-progress { position: fixed; z-index: 1001; top: 0; left: 0; width: 100%; height: 2px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--blue), var(--cyan)); box-shadow: 0 0 16px var(--blue); }

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 720;
  letter-spacing: -.01em;
  transition: transform var(--fast) var(--ease), border-color var(--fast), background var(--fast), color var(--fast), box-shadow var(--normal) var(--ease);
}
.button span:last-child, .button i:last-child { transition: transform var(--fast) var(--ease); }
.button:hover span:last-child, .button:hover i:last-child { transform: translateX(3px); }
.button:active { transform: scale(.98); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .8rem; }
.button-large { min-height: 58px; padding-inline: 27px; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 34px rgba(23,105,255,.22); }
.button-primary:hover { background: #095be9; box-shadow: 0 18px 46px rgba(23,105,255,.3); }
.button-ghost { color: var(--ink); border-color: var(--line-strong); background: rgba(255,255,255,.72); }
.button-ghost:hover { border-color: rgba(23,105,255,.34); background: #fff; }
.button-light { color: var(--ink); background: #fff; box-shadow: 0 16px 40px rgba(0,0,0,.16); }
.button-light:hover { background: #edf5ff; }
.dark-ghost { color: #fff; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.dark-ghost:hover { background: rgba(255,255,255,.1); }
.full-width { width: 100%; }
.text-link { padding: 4px 0; font-size: .85rem; font-weight: 690; }
.strong-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: .95rem; }
.strong-link span { transition: transform var(--fast); }
.strong-link:hover span { transform: translateX(4px); }
.play-dot { position: relative; width: 24px; height: 24px; border-radius: 50%; background: rgba(23,105,255,.09); }
.play-dot::after { content: ""; position: absolute; top: 7px; left: 9px; border-width: 5px 0 5px 7px; border-style: solid; border-color: transparent transparent transparent var(--blue); }
.icon-button { display: inline-grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); background: rgba(255,255,255,.8); transition: color var(--fast), background var(--fast), transform var(--fast); }
.icon-button:hover { color: var(--ink); background: #fff; transform: scale(1.05); }
.close-button { font-size: 1.4rem; line-height: 1; }

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-h);
  border-bottom: 1px solid transparent;
  transition: height var(--normal) var(--ease), background var(--normal), border-color var(--normal), box-shadow var(--normal);
}
.site-header.scrolled { height: 68px; border-color: rgba(12,33,70,.08); background: rgba(255,255,255,.82); box-shadow: 0 8px 30px rgba(7,23,55,.05); backdrop-filter: blur(18px) saturate(150%); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; color: #fff; }
.brand-mark svg { width: 100%; height: 100%; overflow: visible; }
.brand-mark svg path:first-child { fill: var(--blue); }
.brand-mark svg path:last-child { fill: #fff; }
.brand-mark.large { width: 64px; height: 64px; }
.brand-type { display: flex; flex-direction: column; gap: 0; line-height: 1; }
.brand-type strong { font-size: .88rem; letter-spacing: .08em; }
.brand-type small { margin-top: 4px; color: var(--muted); font-size: .49rem; font-weight: 720; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2.1vw, 34px); margin-left: auto; }
.desktop-nav a { position: relative; color: var(--ink-3); font-size: .78rem; font-weight: 620; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; transform: scaleX(0); background: var(--blue); transition: transform var(--normal) var(--ease); transform-origin: right; }
.desktop-nav a:hover { color: var(--ink); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-actions { display: flex; align-items: center; gap: 20px; }
.nav-signin { color: var(--ink-3); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }
.menu-toggle span { display: block; width: 17px; height: 1.5px; margin: 4px auto; background: var(--ink); transition: transform var(--normal), opacity var(--fast); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(2.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2.75px) rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 998; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: 120px 30px 50px; transform: translateY(-16px); visibility: hidden; opacity: 0; color: var(--ink); background: rgba(255,255,255,.98); transition: opacity var(--normal), transform var(--normal), visibility var(--normal); }
.mobile-menu.open { transform: translateY(0); visibility: visible; opacity: 1; }
.mobile-menu nav { display: flex; flex-direction: column; margin-bottom: 38px; }
.mobile-menu nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: clamp(2rem, 8vw, 3.5rem); font-weight: 680; letter-spacing: -.055em; line-height: 1.1; }
.mobile-menu > .button { width: 100%; }
.mobile-menu > p { margin: auto 0 0; color: var(--muted); font-size: .8rem; }

.hero { min-height: max(760px, 100svh); padding: calc(var(--header-h) + 54px) 0 68px; overflow: hidden; background: linear-gradient(180deg, #fbfcff 0%, #f5f8fe 75%, #fff 100%); }
.hero-grid-bg, .final-grid {
  position: absolute;
  inset: 0;
  opacity: .48;
  background-image: linear-gradient(rgba(23,105,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(23,105,255,.045) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 94%);
}
.hero-grid-bg::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 42%, rgba(73,161,255,.18), transparent 32%), radial-gradient(circle at 26% 20%, rgba(23,105,255,.08), transparent 28%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .6; pointer-events: none; }
.hero-orb-one { top: 12%; right: -11%; width: 460px; height: 460px; border: 1px solid rgba(23,105,255,.1); box-shadow: inset 0 0 120px rgba(23,105,255,.05); }
.hero-orb-two { bottom: -23%; left: 22%; width: 580px; height: 580px; border: 1px solid rgba(73,161,255,.07); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; min-height: calc(100svh - var(--header-h) - 122px); gap: clamp(34px, 5vw, 78px); }
.hero-copy { position: relative; z-index: 3; padding-bottom: 16px; }
.hero-title { margin-left: -0.065em; }
.hero-line { display: block; overflow: hidden; padding: .03em .08em .05em; margin: -.05em -.08em; }
.hero-lede { max-width: 620px; margin: 34px 0 0; color: var(--ink-3); font-size: clamp(1.03rem, 1.45vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 18px; margin-top: 32px; }
.hero-proof p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.4; }
.hero-proof strong { color: var(--ink-2); font-weight: 660; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span { display: grid; place-items: center; width: 34px; height: 34px; margin-left: -8px; border: 2px solid #f7f9fd; border-radius: 50%; color: #fff; background: var(--blue); font-size: .55rem; font-weight: 800; box-shadow: 0 4px 12px rgba(11,30,67,.13); }
.avatar-stack span:nth-child(2) { background: var(--purple); }
.avatar-stack span:nth-child(3) { background: #18afd7; }
.avatar-stack span:nth-child(4) { background: #23a97b; }
.hero-enter { opacity: 0; transform: translateY(22px); animation: heroIn .9s var(--ease-out) forwards; }
.hero-delay-1 { animation-delay: .1s; }.hero-delay-2 { animation-delay: .18s; }.hero-delay-3 { animation-delay: .28s; }.hero-delay-4 { animation-delay: .42s; }.hero-delay-5 { animation-delay: .55s; }.hero-delay-6 { animation-delay: .68s; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

.hero-visual { position: relative; min-width: 0; height: min(690px, 69vw); min-height: 570px; display: grid; place-items: center; perspective: 1500px; }
.three-canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-visual-glow { position: absolute; top: 17%; left: 12%; width: 78%; height: 62%; border-radius: 50%; background: radial-gradient(ellipse, rgba(23,105,255,.25), rgba(57,183,255,.08) 42%, transparent 72%); filter: blur(38px); }
.product-window { border: 1px solid rgba(15,40,87,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.88); box-shadow: var(--shadow-lg); backdrop-filter: blur(22px) saturate(130%); overflow: hidden; }
.hero-product-window { position: relative; z-index: 3; width: min(780px, 100%); transform: rotateY(-3deg) rotateX(1.5deg); transform-style: preserve-3d; will-change: transform; }
.window-topbar { height: 38px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border-bottom: 1px solid rgba(14,35,73,.08); color: #7e899e; background: rgba(247,249,253,.88); font-size: .53rem; font-weight: 620; letter-spacing: .02em; }
.window-dots { display: flex; gap: 5px; }
.window-dots span { width: 6px; height: 6px; border-radius: 50%; background: #d4dae6; }
.window-dots span:first-child { background: #ff7d77; }.window-dots span:nth-child(2) { background: #ffc75c; }.window-dots span:last-child { background: #67d99a; }
.window-status { display: flex; align-items: center; gap: 5px; }
.window-status span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(55,210,159,.12); }
.product-shell { display: grid; grid-template-columns: 46px 1fr 154px; min-height: 430px; }
.product-sidebar { display: flex; flex-direction: column; align-items: center; gap: 9px; padding: 14px 7px; border-right: 1px solid rgba(14,35,73,.07); background: rgba(246,248,252,.65); }
.mini-logo { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 12px; border-radius: 8px; color: #fff; background: var(--blue); font-size: .52rem; font-weight: 820; box-shadow: 0 6px 16px rgba(23,105,255,.24); }
.product-sidebar button { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; color: #99a5ba; }
.product-sidebar button.active { color: var(--blue); background: rgba(23,105,255,.09); }
.product-sidebar svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.product-main { min-width: 0; padding: 19px 19px 17px; }
.project-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.project-head h2 { margin: 0; font-size: 1.02rem; line-height: 1.1; letter-spacing: -.035em; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(150px, .72fr); gap: 11px; }
.agent-map-card, .task-card { min-width: 0; border: 1px solid rgba(15,38,80,.08); border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 6px 22px rgba(12,34,74,.04); }
.card-head { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; border-bottom: 1px solid rgba(15,38,80,.07); font-size: .58rem; }
.card-head strong { display: block; font-size: .68rem; }
.live-pill { display: flex; align-items: center; gap: 5px; padding: 5px 7px; border-radius: 999px; color: #158460; background: rgba(55,210,159,.1); font-size: .47rem; font-weight: 760; }
.live-pill i { width: 4px; height: 4px; border-radius: 50%; background: var(--green); animation: pulseSoft 1.6s infinite; }
@keyframes pulseSoft { 50% { box-shadow: 0 0 0 5px rgba(55,210,159,0); } 0%,100% { box-shadow: 0 0 0 0 rgba(55,210,159,.2); } }
.agent-map { position: relative; height: 250px; overflow: hidden; }
.agent-map::before { content: ""; position: absolute; inset: 0; opacity: .55; background-image: radial-gradient(circle, rgba(23,105,255,.13) 1px, transparent 1px); background-size: 17px 17px; mask-image: radial-gradient(circle, #000 10%, transparent 76%); }
.agent-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.agent-lines path { fill: none; stroke: rgba(23,105,255,.25); stroke-width: 1.4; stroke-dasharray: 4 6; animation: dashFlow 9s linear infinite; }
@keyframes dashFlow { to { stroke-dashoffset: -100; } }
.line-pulse { fill: var(--blue); filter: drop-shadow(0 0 5px var(--blue)); }
.core-node, .agent-node { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translate(-50%,-50%); }
.core-node { top: 50%; left: 50%; width: 70px; height: 70px; border: 1px solid rgba(23,105,255,.22); border-radius: 50%; color: #fff; background: linear-gradient(145deg, #1769ff, #0c4fd0); box-shadow: 0 16px 30px rgba(23,105,255,.22), inset 0 1px 0 rgba(255,255,255,.35); }
.core-node strong { font-size: .76rem; }
.core-node small { margin-top: 1px; opacity: .72; font-size: .43rem; }
.core-ring { position: absolute; inset: -13px; border: 1px solid rgba(23,105,255,.16); border-radius: 50%; animation: coreRing 3s ease-out infinite; }
@keyframes coreRing { 0% { transform: scale(.8); opacity: 0; } 35% { opacity: 1; } 100% { transform: scale(1.2); opacity: 0; } }
.agent-node > span { display: grid; place-items: center; width: 35px; height: 35px; border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); font-size: .48rem; font-weight: 820; box-shadow: 0 7px 15px rgba(7,28,65,.13); }
.agent-node small { margin-top: 3px; color: #56647f; font-size: .42rem; font-weight: 680; line-height: 1.1; text-align: center; }
.agent-node-1 { top: 20%; left: 18%; }.agent-node-2 { top: 21%; left: 84%; }.agent-node-3 { top: 82%; left: 16%; }.agent-node-4 { top: 83%; left: 85%; }.agent-node-5 { top: 90%; left: 50%; }
.agent-node-2 > span { background: var(--purple); }.agent-node-3 > span { background: #18afd7; }.agent-node-4 > span { background: #23a97b; }.agent-node-5 > span { background: var(--orange); }
.task-card { overflow: hidden; }
.task-list { margin: 0; padding: 5px 8px; list-style: none; }
.task-list li { display: grid; grid-template-columns: 13px 1fr auto; align-items: center; gap: 6px; min-height: 45px; padding: 7px 2px; border-bottom: 1px solid rgba(15,38,80,.06); }
.task-list li:last-child { border: 0; }
.task-list li > span { width: 9px; height: 9px; border: 1px solid #c5ccda; border-radius: 50%; }
.task-list li.done > span { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 2px #fff; }
.task-list li.working > span { border-color: var(--blue); border-top-color: transparent; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.task-list li div { min-width: 0; font-size: .52rem; font-weight: 670; line-height: 1.15; }
.task-list li small { display: block; margin-top: 3px; overflow: hidden; color: #96a0b2; font-size: .43rem; font-weight: 530; white-space: nowrap; text-overflow: ellipsis; }
.task-list li b { color: #99a3b4; font-size: .41rem; font-weight: 700; }
.task-list li.done b { color: #1b9871; }.task-list li.working b { color: var(--blue); }
.context-panel { padding: 20px 15px; border-left: 1px solid rgba(14,35,73,.07); background: linear-gradient(180deg, rgba(247,249,253,.85), rgba(241,246,253,.62)); }
.context-panel h3 { margin: 4px 0 20px; font-size: .77rem; line-height: 1.2; }
.context-stat { display: flex; align-items: baseline; gap: 6px; margin-bottom: 14px; }
.context-stat strong { font-size: 1.65rem; letter-spacing: -.07em; }.context-stat span { color: var(--muted); font-size: .48rem; }
.context-files { display: flex; flex-direction: column; gap: 6px; }
.context-files span { display: flex; align-items: center; gap: 7px; padding: 6px; border: 1px solid rgba(15,38,80,.06); border-radius: 8px; color: #45516b; background: rgba(255,255,255,.65); font-size: .49rem; font-weight: 650; }
.context-files i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 5px; color: #fff; font-size: .4rem; font-style: normal; font-weight: 800; }
.file-blue { background: var(--blue); }.file-purple { background: var(--purple); }.file-green { background: var(--green); }.file-orange { background: var(--orange); }
.context-ready { display: flex; align-items: center; gap: 6px; margin-top: 16px; color: #31856c; font-size: .43rem; font-weight: 690; }
.context-ready span { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.floating-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(13,40,89,.1); border-radius: 999px; color: #43506b; background: rgba(255,255,255,.84); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); font-size: .58rem; font-weight: 700; animation: floatChip 5s ease-in-out infinite; }
.floating-chip span { color: var(--blue); font-size: .5rem; }.floating-chip i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(55,210,159,.12); }
.chip-one { top: 12%; left: 2%; }.chip-two { top: 18%; right: -3%; animation-delay: -1.7s; }.chip-three { bottom: 13%; right: 3%; animation-delay: -3s; }
@keyframes floatChip { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.scroll-cue { position: absolute; z-index: 4; bottom: 23px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 9px; transform: translateX(-50%); color: #7a869d; font-size: .53rem; font-weight: 720; letter-spacing: .15em; text-transform: uppercase; }
.scroll-cue i { position: relative; width: 1px; height: 27px; overflow: hidden; background: rgba(9,30,68,.15); }
.scroll-cue i::after { content: ""; position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--blue); animation: scrollCue 1.8s infinite; }
@keyframes scrollCue { to { top: 100%; } }

.builder-strip { position: relative; z-index: 5; padding: 24px 0 0; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.strip-intro { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; }
.strip-intro p { margin: 0; font-size: .72rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.strip-intro span { color: var(--muted); font-size: .7rem; }
.marquee { overflow: hidden; padding: 19px 0 21px; border-top: 1px solid var(--line); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 24px; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { color: #73809a; font-size: .72rem; font-weight: 690; letter-spacing: .1em; text-transform: uppercase; }
.marquee-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }
@keyframes marquee { to { transform: translateX(-50%); } }

.problem-section { background: #fff; }
.compare-stage { display: grid; grid-template-columns: 1fr 72px 1fr; align-items: stretch; }
.compare-card { position: relative; min-height: 520px; padding: clamp(27px, 3vw, 42px); border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; }
.compare-before { background: #f6f7fa; }
.compare-after { border-color: rgba(23,105,255,.16); background: linear-gradient(145deg, #f7fbff, #f0f6ff); box-shadow: 0 28px 72px rgba(23,105,255,.08); }
.compare-label { display: flex; align-items: center; justify-content: space-between; }
.compare-label span { padding: 7px 11px; border-radius: 999px; color: var(--ink-3); background: rgba(11,31,68,.06); font-size: .64rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }
.compare-after .compare-label span { color: var(--blue); background: rgba(23,105,255,.09); }
.compare-label small { color: var(--muted); font-size: .67rem; }
.people-cloud { position: relative; height: 285px; margin: 16px 0 8px; }
.people-cloud::before { content: ""; position: absolute; inset: 14% 12%; border-radius: 50%; background: radial-gradient(circle, rgba(15,34,70,.07), transparent 70%); filter: blur(12px); }
.people-cloud span { position: absolute; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid rgba(10,32,71,.1); border-radius: 15px; color: #788399; background: rgba(255,255,255,.75); box-shadow: 0 10px 24px rgba(10,31,68,.05); font-size: .64rem; font-weight: 790; transform: rotate(var(--r, 0deg)); }
.people-cloud span:nth-child(1) { top: 8%; left: 7%; --r: -6deg; }.people-cloud span:nth-child(2) { top: 2%; left: 38%; --r: 4deg; }.people-cloud span:nth-child(3) { top: 9%; right: 6%; --r: 7deg; }.people-cloud span:nth-child(4) { top: 35%; left: 22%; --r: 4deg; }.people-cloud span:nth-child(5) { top: 34%; right: 23%; --r: -5deg; }.people-cloud span:nth-child(6) { top: 55%; left: 2%; --r: 7deg; }.people-cloud span:nth-child(7) { top: 57%; left: 41%; --r: -2deg; }.people-cloud span:nth-child(8) { top: 55%; right: 2%; --r: 5deg; }.people-cloud span:nth-child(9) { bottom: 1%; left: 18%; --r: -5deg; }.people-cloud span:nth-child(10) { bottom: 0; left: 49%; --r: 6deg; }.people-cloud span:nth-child(11) { bottom: 3%; right: 5%; --r: -3deg; }.people-cloud span:nth-child(12) { top: 31%; left: 43%; --r: 3deg; color: #fff; background: #98a4b8; }
.compare-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.compare-stats div { padding: 14px 12px; border-top: 1px solid var(--line); }
.compare-stats small { display: block; margin-bottom: 7px; color: var(--muted); font-size: .55rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.compare-stats strong { display: block; font-size: .78rem; line-height: 1.25; }
.compare-transition { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--blue); }
.compare-transition span { width: 1px; height: 28%; background: linear-gradient(transparent, rgba(23,105,255,.22)); }.compare-transition span:last-child { transform: rotate(180deg); }
.compare-transition i { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(23,105,255,.16); border-radius: 50%; background: #fff; font-style: normal; box-shadow: var(--shadow-sm); }
.after-core { position: relative; height: 285px; margin: 16px 0 8px; }
.after-core::before, .after-core::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(23,105,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.after-core::before { width: 230px; height: 230px; }.after-core::after { width: 150px; height: 150px; }
.core-mini { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 80px; height: 80px; transform: translate(-50%,-50%); border-radius: 26px; color: #fff; background: linear-gradient(145deg, var(--blue), #0a49bf); box-shadow: 0 22px 42px rgba(23,105,255,.25); font-weight: 820; }
.after-orbit { position: absolute; top: 50%; left: 50%; width: 230px; height: 230px; transform: translate(-50%,-50%) rotate(var(--angle)); animation: orbitRotate 18s linear infinite; }
.after-orbit span { position: absolute; top: -20px; left: 50%; display: grid; place-items: center; width: 48px; height: 48px; transform: translateX(-50%) rotate(calc(var(--angle) * -1)); border: 3px solid #fff; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 11px 25px rgba(10,30,68,.15); font-size: .58rem; font-weight: 800; }
.orbit-a { --angle: 0deg; }.orbit-b { --angle: 90deg; }.orbit-c { --angle: 180deg; }.orbit-d { --angle: 270deg; }
.orbit-b span { background: var(--purple); }.orbit-c span { background: #18afd7; }.orbit-d span { background: var(--green); }
@keyframes orbitRotate { to { transform: translate(-50%,-50%) rotate(calc(var(--angle) + 360deg)); } }

.convergence-section { overflow: hidden; background: var(--paper-blue); }
.convergence-stage { position: relative; height: 590px; border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; background: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 #fff; }
.convergence-stage::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: radial-gradient(circle, rgba(23,105,255,.12) 1px, transparent 1px); background-size: 25px 25px; mask-image: radial-gradient(circle at center, #000, transparent 80%); }
.convergence-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.convergence-lines path { fill: none; stroke: rgba(23,105,255,.17); stroke-width: 1.2; stroke-dasharray: 4 8; animation: dashFlow 16s linear infinite; }
.tool-pill { position: absolute; display: flex; align-items: center; gap: 10px; min-width: 142px; padding: 11px 14px; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); font-size: .69rem; font-weight: 680; animation: toolFloat 6s ease-in-out infinite; }
.tool-pill i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; color: #fff; background: #101d38; font-size: .65rem; font-style: normal; font-weight: 800; }
.tool-1 { top: 12%; left: 4%; }.tool-2 { top: 7%; left: 25%; animation-delay: -.6s; }.tool-3 { top: 12%; right: 4%; animation-delay: -1.4s; }.tool-4 { top: 7%; right: 25%; animation-delay: -2.1s; }.tool-5 { bottom: 12%; left: 4%; animation-delay: -3s; }.tool-6 { bottom: 7%; left: 25%; animation-delay: -4s; }.tool-7 { bottom: 12%; right: 4%; animation-delay: -4.8s; }.tool-8 { bottom: 7%; right: 25%; animation-delay: -5.4s; }
.tool-2 i { background: #2879ed; }.tool-3 i { background: #8e6dff; }.tool-4 i { background: #172337; }.tool-5 i { background: #1b2d43; }.tool-6 i { background: #35b982; }.tool-7 i { background: #5662df; }.tool-8 i { background: #2c9cf0; }
@keyframes toolFloat { 50% { transform: translateY(-7px); } }
.convergence-core { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 210px; height: 210px; transform: translate(-50%,-50%); border: 1px solid rgba(23,105,255,.2); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 35px 80px rgba(23,105,255,.17); }
.convergence-core::before, .convergence-core::after { content: ""; position: absolute; border: 1px solid rgba(23,105,255,.1); border-radius: 50%; }
.convergence-core::before { inset: -38px; }.convergence-core::after { inset: -82px; }
.core-halo { position: absolute; inset: -18px; border-radius: 50%; background: radial-gradient(circle, transparent 48%, rgba(23,105,255,.08) 50%, transparent 72%); animation: coreBreathe 3s ease-in-out infinite; }
@keyframes coreBreathe { 50% { transform: scale(1.06); opacity: .55; } }
.convergence-core strong { margin-top: 12px; font-size: .75rem; letter-spacing: .13em; }.convergence-core small { margin-top: 5px; color: var(--muted); font-size: .58rem; }
.convergence-message { position: absolute; z-index: 3; bottom: 23px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.9); font-size: .64rem; white-space: nowrap; }.convergence-message span { color: var(--muted); }

.manifesto-section { min-height: 100svh; display: flex; align-items: center; overflow: hidden; background: radial-gradient(circle at 72% 35%, #102859, transparent 36%), var(--navy); }
.manifesto-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 90px 90px; mask-image: linear-gradient(to right, transparent, #000 30%, #000 70%, transparent); }
.manifesto-wrap { position: relative; z-index: 2; }
.manifesto-copy { padding: 50px 0 70px; }
.manifesto-copy h2 { color: rgba(255,255,255,.92); }
.manifesto-shift { margin-top: 12vh; text-align: right; }.manifesto-shift span { color: var(--cyan); }
.manifesto-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.manifesto-foot p { max-width: 520px; margin: 0; color: rgba(255,255,255,.58); font-size: 1.12rem; }

.specialists-section { background: #fff; }
.specialist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.specialist-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); text-align: left; background: #fff; box-shadow: 0 2px 0 rgba(11,31,67,.01); transition: transform var(--normal) var(--ease), border-color var(--normal), box-shadow var(--normal); transform-style: preserve-3d; }
.specialist-card::before { content: ""; position: absolute; top: -70%; right: -50%; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(23,105,255,.1), transparent 70%); opacity: 0; transition: opacity var(--normal); }
.specialist-card:hover { transform: translateY(-5px); border-color: rgba(23,105,255,.26); box-shadow: 0 25px 60px rgba(11,35,79,.1); }.specialist-card:hover::before { opacity: 1; }
.specialist-top { display: flex; align-items: flex-start; justify-content: space-between; }
.specialist-avatar, .team-picker span, .activity-feed span, .tree-node > span, .collaboration-track article > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; font-size: .68rem; font-weight: 820; box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 10px 22px rgba(7,27,65,.12); }
.avatar-blue { background: linear-gradient(145deg, #3c8dff, #1769ff) !important; }.avatar-purple { background: linear-gradient(145deg, #a98bff, #7550e8) !important; }.avatar-cyan { background: linear-gradient(145deg, #48cff2, #0b9cc6) !important; }.avatar-orange { background: linear-gradient(145deg, #ffb96e, #ee7e25) !important; }.avatar-green { background: linear-gradient(145deg, #57dbae, #1fa076) !important; }.avatar-pink { background: linear-gradient(145deg, #f38ed1, #cf4da8) !important; }
.status-pill { display: flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid rgba(55,210,159,.18); border-radius: 999px; color: #168660; background: rgba(55,210,159,.08); font-size: .52rem; font-weight: 760; text-transform: uppercase; }
.status-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }.status-pill.working { color: var(--blue); border-color: rgba(23,105,255,.14); background: rgba(23,105,255,.07); }.status-pill.working i { border: 1px solid var(--blue); border-top-color: transparent; background: none; animation: spin 1s linear infinite; }
.specialist-card h3 { margin: 0 0 12px; font-size: 1.55rem; letter-spacing: -.045em; }.specialist-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.specialist-card ul { display: flex; flex-wrap: wrap; gap: 6px; margin: 22px 0 0; padding: 0; list-style: none; }.specialist-card li { padding: 6px 9px; border-radius: 999px; color: var(--ink-3); background: var(--paper-blue); font-size: .56rem; font-weight: 670; }
.card-arrow { position: absolute; right: 21px; bottom: 20px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); transition: transform var(--normal), background var(--normal), color var(--normal); }.specialist-card:hover .card-arrow { transform: rotate(45deg); color: #fff; background: var(--blue); }
.specialist-drawer { position: fixed; z-index: 3000; inset: 0; visibility: hidden; opacity: 0; transition: opacity var(--normal), visibility var(--normal); }
.specialist-drawer.open { visibility: visible; opacity: 1; }
.drawer-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(4,13,32,.52); backdrop-filter: blur(7px); }
.drawer-panel { position: absolute; top: 0; right: 0; width: min(520px, 100%); height: 100%; padding: 36px; overflow-y: auto; transform: translateX(100%); background: #fff; box-shadow: -30px 0 80px rgba(5,17,42,.18); transition: transform .58s var(--ease-out); }
.specialist-drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 42px; }.drawer-head > div { display: flex; align-items: center; gap: 16px; }.drawer-head h2 { margin: 0; font-size: 1.75rem; letter-spacing: -.045em; }.drawer-head .micro-label { margin-bottom: 4px; }
.drawer-description { margin-bottom: 35px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }
.drawer-section { padding: 26px 0; border-top: 1px solid var(--line); }.capability-list { display: flex; flex-wrap: wrap; gap: 8px; }.capability-list span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-3); background: var(--paper-blue); font-size: .72rem; font-weight: 650; }
.prompt-box { display: block; margin: 14px 0 14px; overflow: hidden; border: 1px solid var(--line-strong); border-radius: 14px; background: #fff; }.prompt-box:focus-within { border-color: rgba(23,105,255,.42); box-shadow: 0 0 0 4px rgba(23,105,255,.07); }.prompt-box textarea { width: 100%; padding: 16px; resize: vertical; border: 0; outline: 0; color: var(--ink); background: transparent; line-height: 1.5; }.prompt-box > span { display: block; padding: 8px 13px; color: var(--muted); border-top: 1px solid var(--line); background: var(--paper-blue); font-size: .6rem; text-align: right; }.prompt-box kbd { padding: 2px 5px; border: 1px solid var(--line); border-radius: 4px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.08); font: inherit; }
.drawer-output { display: none; margin-top: 18px; padding: 17px; border: 1px solid rgba(23,105,255,.14); border-radius: 14px; background: #f5f9ff; }.drawer-output.show { display: block; }.drawer-output p { margin: 0; color: var(--ink-3); font-size: .85rem; }.drawer-output strong { display: block; margin-bottom: 5px; color: var(--ink); }

.workflow-section { background: linear-gradient(180deg, var(--paper-blue), #fff); }
.workflow-scrolly { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: clamp(40px, 6vw, 90px); }
.workflow-steps { display: flex; flex-direction: column; }
.workflow-step { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 22px 0; border-bottom: 1px solid var(--line); text-align: left; opacity: .46; transition: opacity var(--normal), padding var(--normal); }
.workflow-step > span { color: var(--blue); font-size: .64rem; font-weight: 760; letter-spacing: .12em; }.workflow-step h3 { margin: 0 0 6px; font-size: 1.15rem; letter-spacing: -.025em; }.workflow-step p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }.workflow-step.active { padding-left: 10px; opacity: 1; }.workflow-step.active h3 { color: var(--blue); }
.workflow-preview-wrap { position: sticky; top: 106px; min-width: 0; }
.workflow-preview { min-height: 580px; background: #fff; }
.workflow-screen { min-height: 540px; display: none; grid-template-columns: 55px 1fr; opacity: 0; }.workflow-screen.active { display: grid; animation: screenIn .55s var(--ease-out) forwards; }
@keyframes screenIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 17px 9px; border-right: 1px solid var(--line); background: #f7f9fd; }.preview-sidebar .mini-logo { margin-bottom: 8px; }.preview-sidebar i { width: 27px; height: 27px; border-radius: 8px; background: #e8ecf4; }.preview-sidebar i.active { background: rgba(23,105,255,.12); box-shadow: inset 3px 0 0 var(--blue); }
.preview-body { padding: clamp(28px, 4vw, 55px); }.preview-body h3 { margin: 7px 0 32px; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.055em; line-height: 1.05; }
.form-grid-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-grid-preview label { padding: 13px 14px; border: 1px solid var(--line); border-radius: 11px; color: var(--muted); background: var(--paper-blue); font-size: .6rem; }.form-grid-preview label strong { display: block; margin-top: 7px; color: var(--ink); font-size: .8rem; }.form-grid-preview label.wide { grid-column: 1 / -1; }.preview-button { width: max-content; margin-top: 22px; padding: 11px 16px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .7rem; font-weight: 700; }.preview-button span { margin-left: 10px; }
.upload-zone { display: grid; place-items: center; min-height: 155px; margin-bottom: 12px; padding: 20px; border: 1px dashed rgba(23,105,255,.3); border-radius: 14px; color: var(--muted); background: rgba(23,105,255,.025); text-align: center; }.upload-icon { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 10px; border-radius: 12px; color: var(--blue); background: rgba(23,105,255,.09); font-weight: 800; }.upload-zone strong { color: var(--ink); font-size: .85rem; }.upload-zone span { font-size: .65rem; }
.file-row { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 10px 12px; border-bottom: 1px solid var(--line); }.file-row i { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: #fff; font-size: .58rem; font-style: normal; font-weight: 800; }.file-row .pdf { background: var(--blue); }.file-row .img { background: var(--purple); }.file-row .xls { background: var(--green); }.file-row strong { display: block; font-size: .7rem; }.file-row span, .file-row b { color: var(--muted); font-size: .55rem; }.file-row b { color: var(--blue); }
.team-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.team-picker button { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; text-align: left; background: #fff; }.team-picker button.selected { border-color: rgba(23,105,255,.24); background: rgba(23,105,255,.025); }.team-picker span { width: 40px; height: 40px; border-radius: 12px; font-size: .58rem; }.team-picker strong { display: block; font-size: .72rem; }.team-picker small { color: var(--muted); font-size: .56rem; }.team-picker i { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .6rem; font-style: normal; }
.large-prompt { border: 1px solid rgba(23,105,255,.24); border-radius: 18px; background: #fff; box-shadow: 0 25px 60px rgba(23,105,255,.08); overflow: hidden; }.large-prompt > p { min-height: 150px; margin: 0; padding: 25px; color: var(--ink-2); font-size: 1rem; line-height: 1.6; }.large-prompt > div { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-top: 1px solid var(--line); background: var(--paper-blue); }.large-prompt > div span { color: var(--muted); font-size: .62rem; }.large-prompt button { padding: 9px 12px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .62rem; font-weight: 700; }.large-prompt b { margin-left: 7px; }.goal-output { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }.goal-output span { padding: 7px 10px; border-radius: 999px; color: var(--blue); background: rgba(23,105,255,.07); font-size: .58rem; font-weight: 680; }
.activity-feed { display: flex; flex-direction: column; }.activity-feed > div { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }.activity-feed span { width: 39px; height: 39px; border-radius: 12px; font-size: .55rem; }.activity-feed p { margin: 0; color: var(--ink-3); font-size: .72rem; }.activity-feed strong { color: var(--ink); }.activity-feed time { color: var(--muted); font-size: .54rem; }
.review-screen { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.review-check { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 20px 44px rgba(55,210,159,.25); font-size: 1.4rem; }.review-screen h3 { margin: 7px 0 19px; }.review-screen > p:not(.micro-label) { max-width: 520px; color: var(--muted); font-size: .86rem; }.review-actions { display: flex; gap: 8px; margin-top: 20px; }.review-actions button { padding: 11px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .65rem; font-weight: 690; }.review-actions .approve { color: #fff; border-color: var(--blue); background: var(--blue); }.review-actions span { margin-left: 8px; }
.workflow-caption { display: flex; align-items: center; justify-content: space-between; padding: 15px 7px 0; color: var(--muted); font-size: .69rem; }.workflow-caption span { color: var(--blue); font-weight: 720; letter-spacing: .08em; }.workflow-caption p { margin: 0; }

.demo-section { overflow: hidden; background: radial-gradient(circle at 18% 20%, #102b62, transparent 32%), radial-gradient(circle at 85% 70%, #10204a, transparent 32%), var(--navy); }
.demo-section .section-heading h2 span { color: var(--cyan); }
.demo-stage { position: relative; width: 100%; min-height: 690px; padding: 70px clamp(24px, 5vw, 70px); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); color: #fff; background: rgba(255,255,255,.025); text-align: left; box-shadow: 0 70px 150px rgba(0,0,0,.25); }
.demo-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,9,24,.74)); pointer-events: none; }
.demo-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at center, #000, transparent 76%); }
.demo-product { position: relative; z-index: 2; width: 94%; max-width: 1030px; display: grid; grid-template-columns: 58px 1fr; margin: 0 auto; overflow: hidden; transform: perspective(1200px) rotateX(3deg); border: 1px solid rgba(255,255,255,.17); border-radius: 20px; background: rgba(12,27,57,.82); box-shadow: 0 50px 100px rgba(0,0,0,.45); backdrop-filter: blur(12px); }
.demo-sidebar { display: flex; flex-direction: column; align-items: center; gap: 13px; padding: 15px 9px; border-right: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.03); }.demo-sidebar i { width: 29px; height: 29px; border-radius: 8px; background: rgba(255,255,255,.07); }.demo-sidebar i.active { background: rgba(91,172,255,.24); box-shadow: inset 3px 0 0 #5aacff; }
.demo-body { min-width: 0; padding: 22px; }.demo-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }.demo-header small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.38); font-size: .52rem; text-transform: uppercase; }.demo-header strong { font-size: .72rem; }.demo-header > span { display: flex; align-items: center; gap: 7px; padding: 6px 9px; border-radius: 999px; color: #7ce2ba; background: rgba(55,210,159,.1); font-size: .52rem; font-weight: 720; }.demo-header > span i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: pulseSoft 1.6s infinite; }
.demo-columns { display: grid; grid-template-columns: .75fr 1.5fr .62fr; gap: 12px; padding-top: 15px; }.demo-column { min-width: 0; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 13px; background: rgba(255,255,255,.035); }.demo-column > small { color: rgba(255,255,255,.38); font-size: .5rem; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }.demo-goal { margin: 13px 0 18px; color: rgba(255,255,255,.9); font-size: .78rem; line-height: 1.5; }.demo-file { display: grid; grid-template-columns: 29px 1fr auto; align-items: center; gap: 7px; padding: 9px 0; border-top: 1px solid rgba(255,255,255,.07); }.demo-file > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #fff; background: var(--blue); font-size: .5rem; font-weight: 800; }.demo-file:nth-child(4) > span { background: var(--purple); }.demo-file p { margin: 0; overflow: hidden; color: rgba(255,255,255,.72); font-size: .52rem; white-space: nowrap; text-overflow: ellipsis; }.demo-file b { color: #68d9b0; font-size: .45rem; }.mini-agent-map { position: relative; height: 260px; }.mini-agent-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }.mini-agent-map path { stroke: rgba(92,175,255,.35); stroke-width: 1.5; stroke-dasharray: 4 7; }.map-core, .map-agent { position: absolute; display: grid; place-items: center; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; color: #fff; font-weight: 800; }.map-core { width: 64px; height: 64px; background: var(--blue); box-shadow: 0 18px 40px rgba(23,105,255,.38); }.map-agent { width: 42px; height: 42px; border: 3px solid #17274a; background: #2b73e8; font-size: .56rem; }.map-agent.a1 { top: 20%; left: 16%; }.map-agent.a2 { top: 20%; left: 84%; background: var(--purple); }.map-agent.a3 { top: 80%; left: 16%; background: #18afd7; }.map-agent.a4 { top: 80%; left: 84%; background: var(--green); }
.demo-metric { display: flex; align-items: baseline; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }.demo-metric strong { font-size: 1.5rem; letter-spacing: -.055em; }.demo-metric span { color: rgba(255,255,255,.42); font-size: .48rem; }
.demo-play { position: absolute; z-index: 4; bottom: 38px; left: 50%; display: grid; grid-template-columns: 54px auto; grid-template-rows: auto auto; align-items: center; column-gap: 14px; transform: translateX(-50%); padding: 10px 18px 10px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(4,13,33,.74); backdrop-filter: blur(16px); }.demo-play i { grid-row: 1/3; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.3); }.demo-play i::before { content: ""; margin-left: 4px; border-width: 7px 0 7px 11px; border-style: solid; border-color: transparent transparent transparent var(--blue); }.demo-play strong { font-size: .74rem; }.demo-play small { color: rgba(255,255,255,.45); font-size: .5rem; }
.demo-stage:hover .demo-product { transform: perspective(1200px) rotateX(1deg) scale(1.008); transition: transform .7s var(--ease-out); }

.demo-modal { position: fixed; z-index: 3500; inset: 0; visibility: hidden; opacity: 0; transition: opacity var(--normal), visibility var(--normal); }.demo-modal.open { visibility: visible; opacity: 1; }.demo-modal-backdrop { position: absolute; inset: 0; background: rgba(2,8,22,.86); backdrop-filter: blur(14px); }.demo-modal-panel { position: relative; width: min(1180px, calc(100vw - 48px)); height: min(760px, calc(100svh - 48px)); display: flex; flex-direction: column; margin: 24px auto; padding: 30px; transform: translateY(24px) scale(.98); overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); color: #fff; background: radial-gradient(circle at 80% 20%, #122957, transparent 30%), #07142e; box-shadow: 0 60px 160px rgba(0,0,0,.5); transition: transform .55s var(--ease-out); }.demo-modal.open .demo-modal-panel { transform: translateY(0) scale(1); }.demo-modal-head { display: flex; justify-content: space-between; align-items: flex-start; }.demo-modal-head h2 { margin: 0; font-size: 1.6rem; letter-spacing: -.04em; }.demo-modal-head .micro-label { color: rgba(255,255,255,.42); }.demo-modal-head .close-button { color: #fff; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }
.demo-timeline { display: grid; grid-template-columns: repeat(5,1fr); gap: 5px; margin: 27px 0 26px; }.demo-timeline span { height: 3px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }.demo-timeline span::after { content: ""; display: block; width: 0; height: 100%; background: var(--blue-2); transition: width .55s var(--ease); }.demo-timeline span.active::after, .demo-timeline span.complete::after { width: 100%; }
.demo-scene { min-height: 0; flex: 1; display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 55px; overflow: hidden; }.demo-scene-copy { padding-left: 20px; }.scene-number { display: block; margin-bottom: 38px; color: rgba(255,255,255,.18); font-size: 5rem; font-weight: 760; letter-spacing: -.08em; line-height: .7; }.demo-scene-copy .micro-label { color: #5cb8ff; }.demo-scene-copy h3 { margin: 10px 0 22px; font-size: clamp(2.2rem, 4.2vw, 4.8rem); letter-spacing: -.06em; line-height: .96; }.demo-scene-copy > p:last-child { max-width: 470px; margin: 0; color: rgba(255,255,255,.56); font-size: .92rem; line-height: 1.65; }.demo-scene-ui { padding: 25px; }.modal-prompt { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.07); box-shadow: 0 40px 90px rgba(0,0,0,.25); }.modal-prompt > p { min-height: 240px; color: rgba(255,255,255,.86); font-size: 1.15rem; }.modal-prompt > div { border-color: rgba(255,255,255,.1); background: rgba(255,255,255,.04); }
.demo-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }.demo-controls > div { display: flex; align-items: center; gap: 20px; color: rgba(255,255,255,.48); font-size: .66rem; }.demo-autoplay { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: .65rem; }.demo-autoplay span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); }.demo-autoplay.active span { background: var(--green); box-shadow: 0 0 0 6px rgba(55,210,159,.1); }.demo-controls button:disabled { pointer-events: none; opacity: .35; }

.use-cases-section { background: #fff; }
.tabs { border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-sm); }.tab-list { display: flex; align-items: center; gap: 3px; padding: 9px; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--paper-blue); scrollbar-width: none; }.tab-list::-webkit-scrollbar { display: none; }.tab-list button { flex: 1 0 auto; padding: 11px 15px; border-radius: 999px; color: var(--muted); font-size: .68rem; font-weight: 690; white-space: nowrap; transition: color var(--fast), background var(--fast), box-shadow var(--fast); }.tab-list button.active { color: var(--ink); background: #fff; box-shadow: 0 5px 14px rgba(9,29,65,.07); }
.tab-panel { min-height: 520px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 50px; padding: clamp(30px, 6vw, 80px); }.usecase-copy h3 { max-width: 500px; margin: 9px 0 21px; font-size: clamp(2rem, 3.5vw, 4rem); letter-spacing: -.06em; line-height: 1; }.usecase-copy > p:not(.micro-label) { max-width: 530px; color: var(--muted); font-size: 1rem; line-height: 1.65; }.usecase-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }.usecase-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-3); background: var(--paper-blue); font-size: .6rem; font-weight: 660; }
.usecase-ui { padding: 13px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #f5f8fe, #fff); box-shadow: 0 30px 70px rgba(10,35,78,.1); }.usecase-prompt { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.usecase-prompt small, .output-head small { color: var(--muted); font-size: .55rem; font-weight: 740; letter-spacing: .12em; text-transform: uppercase; }.usecase-prompt p { margin: 10px 0 0; color: var(--ink-2); font-size: .96rem; line-height: 1.55; }.usecase-output { margin-top: 10px; padding: 19px 21px; border: 1px solid rgba(23,105,255,.12); border-radius: 15px; background: rgba(23,105,255,.035); }.output-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }.output-head span { display: flex; align-items: center; gap: 5px; color: #198663; font-size: .52rem; font-weight: 700; }.output-head i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }.usecase-output ul { margin: 0; padding: 0; list-style: none; }.usecase-output li { display: flex; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(14,35,73,.07); color: var(--ink-3); font-size: .75rem; }.usecase-output li:last-child { border: 0; }.usecase-output li span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .5rem; }

.transformation-section { overflow: hidden; background: linear-gradient(180deg, #fff, #eef7ff 68%, #fff); }
.transformation-wrap { max-width: 1100px; text-align: center; }.transformation-wrap h2 { margin: 0 auto; max-width: 1080px; }.transformation-wrap h2:first-of-type { color: #9aa6b9; }.transformation-line { position: relative; height: 135px; display: flex; justify-content: center; }.transformation-line span { position: absolute; top: 50%; width: calc(50% - 48px); height: 1px; background: linear-gradient(90deg, transparent, rgba(23,105,255,.24)); }.transformation-line span:first-child { left: 0; }.transformation-line span:last-child { right: 0; transform: rotate(180deg); }.transformation-line i { position: absolute; top: 50%; left: 50%; width: 9px; height: 9px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 12px rgba(23,105,255,.07), 0 0 0 28px rgba(23,105,255,.035); }

.ask-section { background: #fff; }
.ask-shell { max-width: 1060px; margin: 0 auto; border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; background: #fff; box-shadow: var(--shadow-md); }.ask-suggestions { display: flex; gap: 7px; padding: 14px; overflow-x: auto; border-bottom: 1px solid var(--line); background: var(--paper-blue); scrollbar-width: none; }.ask-suggestions::-webkit-scrollbar { display: none; }.ask-suggestions button { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-3); background: #fff; font-size: .61rem; font-weight: 650; transition: border-color var(--fast), color var(--fast), transform var(--fast); }.ask-suggestions button:hover { transform: translateY(-2px); border-color: rgba(23,105,255,.3); color: var(--blue); }
.ask-form { padding: clamp(22px, 4vw, 46px); }.ask-form > label { display: block; margin-bottom: 14px; font-size: .72rem; font-weight: 740; letter-spacing: .08em; text-transform: uppercase; }.ask-input-wrap { position: relative; border: 1px solid rgba(23,105,255,.25); border-radius: 20px; background: #fff; box-shadow: 0 16px 44px rgba(23,105,255,.07); }.ask-input-wrap:focus-within { border-color: rgba(23,105,255,.55); box-shadow: 0 0 0 5px rgba(23,105,255,.07), 0 22px 50px rgba(23,105,255,.1); }.ask-input-wrap textarea { width: 100%; min-height: 125px; padding: 23px 180px 23px 23px; resize: vertical; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 1rem; line-height: 1.6; }.ask-input-wrap button { position: absolute; right: 12px; bottom: 12px; display: flex; align-items: center; gap: 15px; padding: 12px 15px; border-radius: 999px; color: #fff; background: var(--blue); font-size: .7rem; font-weight: 700; }.ask-input-wrap i { font-style: normal; }.ask-meta { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 13px; color: var(--muted); font-size: .57rem; }.ask-meta span { display: flex; align-items: center; gap: 6px; }.ask-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.ask-output { min-height: 260px; padding: clamp(22px,4vw,46px); border-top: 1px solid var(--line); background: linear-gradient(180deg, #f8faff, #f3f7fd); }.ask-idle { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 165px; color: var(--muted); text-align: center; }.idle-core { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 12px; border-radius: 18px; color: #fff; background: var(--blue); box-shadow: 0 18px 36px rgba(23,105,255,.23); font-weight: 800; }.ask-idle p { margin: 0; font-size: .75rem; }
.ask-processing { display: grid; grid-template-columns: 1fr 1.25fr; gap: 25px; }.processing-log { display: flex; flex-direction: column; gap: 9px; }.processing-log div { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fff; color: var(--muted); font-size: .67rem; opacity: .45; transition: opacity var(--normal), border-color var(--normal), transform var(--normal); }.processing-log div.active { transform: translateX(4px); border-color: rgba(23,105,255,.22); color: var(--ink); opacity: 1; }.processing-log div.complete { color: #187b5e; opacity: 1; }.processing-log i { width: 9px; height: 9px; border: 1px solid #acb7c9; border-radius: 50%; }.processing-log div.active i { border-color: var(--blue); border-top-color: transparent; animation: spin 1s linear infinite; }.processing-log div.complete i { border-color: var(--green); background: var(--green); box-shadow: inset 0 0 0 2px #fff; }
.processing-result { padding: 18px; border: 1px solid rgba(23,105,255,.14); border-radius: 15px; background: #fff; }.processing-result .result-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }.processing-result h3 { margin: 0; font-size: 1rem; letter-spacing: -.025em; }.processing-result .result-head span { padding: 5px 8px; border-radius: 999px; color: var(--blue); background: rgba(23,105,255,.08); font-size: .5rem; font-weight: 730; }.processing-result ul { margin: 0; padding: 0; list-style: none; }.processing-result li { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .66rem; }.processing-result li:last-child { border: 0; }.processing-result li span { color: var(--muted); }.processing-result li b { color: var(--ink); font-weight: 680; }

.projects-section { overflow: hidden; background: var(--paper-blue); }
.project-controls, .perspective-controls { display: flex; align-items: center; justify-content: flex-end; gap: 8px; align-self: end; }.project-controls button, .perspective-controls button, .perspective-controls button, .perspective-controls button { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); font-size: 1rem; transition: transform var(--fast), border-color var(--fast), color var(--fast); }.project-controls button:hover, .perspective-controls button:hover { transform: translateY(-3px); border-color: rgba(23,105,255,.28); color: var(--blue); }
.project-rail { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; padding: 0 calc((100vw - var(--container))/2) 25px; margin-inline: calc((100vw - var(--container))/-2); scrollbar-width: none; }.project-rail::-webkit-scrollbar { display: none; }
.project-card { flex: 0 0 min(72vw, 880px); scroll-snap-align: center; }.project-art { position: relative; aspect-ratio: 3/2; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #dfe9f8; box-shadow: var(--shadow-md); }.project-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-out); }.project-card:hover img { transform: scale(1.035); }.project-index { position: absolute; top: 20px; left: 20px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; background: rgba(5,16,38,.32); backdrop-filter: blur(10px); font-size: .62rem; font-weight: 760; }.project-state { position: absolute; top: 20px; right: 20px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; background: rgba(5,16,38,.32); backdrop-filter: blur(10px); font-size: .55rem; font-weight: 680; }.project-info { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding: 22px 4px 0; }.project-info h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 3.2rem); letter-spacing: -.055em; line-height: 1; }.project-info > div:last-child { max-width: 400px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }.project-info > div:last-child span { padding: 6px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-3); background: #fff; font-size: .56rem; font-weight: 650; }

.case-study-section { padding-top: 0; background: var(--paper-blue); }.case-study { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-sm); }.case-study-copy { padding: clamp(34px, 5vw, 68px); border-right: 1px solid var(--line); }.case-study-copy > p:not(.eyebrow) { margin: 27px 0; color: var(--muted); line-height: 1.7; }.case-study-grid { display: grid; grid-template-columns: 1fr 1fr; }.case-study-grid div { min-height: 220px; padding: clamp(26px, 4vw, 48px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.case-study-grid div:nth-child(2n) { border-right: 0; }.case-study-grid div:nth-last-child(-n+2) { border-bottom: 0; }.case-study-grid small { display: block; margin-bottom: 28px; color: var(--blue); font-size: .58rem; font-weight: 760; letter-spacing: .13em; text-transform: uppercase; }.case-study-grid strong { display: block; max-width: 300px; font-size: clamp(1.05rem, 1.5vw, 1.35rem); letter-spacing: -.025em; line-height: 1.35; }

.comparison-section { background: #fff; }.comparison-table { max-width: 1030px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); }.comparison-row { display: grid; grid-template-columns: 1fr 1fr; }.comparison-row > div { min-height: 75px; display: flex; align-items: center; gap: 12px; padding: 18px 28px; border-bottom: 1px solid var(--line); font-size: .86rem; }.comparison-row > div:first-child { color: var(--muted); border-right: 1px solid var(--line); background: #fafbfd; }.comparison-row > div:last-child { color: var(--ink); background: #fff; font-weight: 660; }.comparison-row:last-child > div { border-bottom: 0; }.comparison-row span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #8b95a7; background: #edf0f5; font-size: .65rem; }.comparison-row > div:last-child span { color: #fff; background: var(--blue); }.comparison-head > div { min-height: 62px; color: var(--ink) !important; background: #f0f4fb !important; font-size: .69rem !important; font-weight: 760 !important; letter-spacing: .12em; text-transform: uppercase; }.comparison-head > div:last-child { color: var(--blue) !important; }

.memory-section { overflow: hidden; background: linear-gradient(145deg, #f8fbff, #eff6ff); }.memory-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(50px, 8vw, 110px); }.memory-copy > p:not(.eyebrow) { margin: 30px 0; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }.memory-proof { display: flex; flex-wrap: wrap; gap: 14px; }.memory-proof span { display: flex; align-items: center; gap: 7px; color: var(--ink-3); font-size: .64rem; font-weight: 660; }.memory-proof i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(55,210,159,.1); }
.memory-tree { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: rgba(255,255,255,.84); box-shadow: var(--shadow-md); backdrop-filter: blur(15px); }.tree-root { position: relative; z-index: 2; display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 14px; padding: 16px; border: 1px solid rgba(23,105,255,.16); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); }.tree-root > span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px; color: #fff; background: var(--blue); font-weight: 820; }.tree-root small { display: block; margin-bottom: 2px; color: var(--muted); font-size: .54rem; text-transform: uppercase; }.tree-root strong { display: block; font-size: .85rem; }.tree-root i { padding: 6px 9px; border-radius: 999px; color: #16815f; background: rgba(55,210,159,.1); font-size: .52rem; font-style: normal; font-weight: 720; }.tree-line { width: 1px; height: 36px; margin: 0 auto; background: rgba(23,105,255,.25); }.tree-branches { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.tree-branches::before { content: ""; position: absolute; top: -18px; right: 25%; left: 25%; height: 18px; border-top: 1px solid rgba(23,105,255,.22); border-right: 1px solid rgba(23,105,255,.22); border-left: 1px solid rgba(23,105,255,.22); }.tree-node { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }.tree-node > span { width: 42px; height: 42px; border-radius: 12px; font-size: .58rem; }.tree-node strong { display: block; font-size: .7rem; }.tree-node small { display: block; color: var(--muted); font-size: .52rem; }.tree-node > i { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: var(--green); font-size: .5rem; font-style: normal; }.data-note { margin: 15px 0 0; color: var(--muted); font-size: .52rem; text-align: center; }

.collaboration-section { overflow: hidden; background: radial-gradient(circle at center, #10285b, transparent 45%), var(--navy); }.collaboration-section .section-heading h2 span { color: var(--cyan); }.collaboration-flow { padding: clamp(26px, 4vw, 50px); border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-xl); background: rgba(255,255,255,.035); backdrop-filter: blur(12px); }.collaboration-goal { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; margin-bottom: 40px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.06); }.collaboration-goal small { color: rgba(255,255,255,.42); font-size: .55rem; font-weight: 740; letter-spacing: .12em; text-transform: uppercase; }.collaboration-goal strong { font-size: .9rem; }.collaboration-goal span { padding: 6px 9px; border-radius: 999px; color: #6dc4ff; background: rgba(74,163,255,.12); font-size: .54rem; font-weight: 700; }.collaboration-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.collaboration-track article { position: relative; min-height: 265px; padding: 19px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }.collaboration-track article > span { width: 45px; height: 45px; border-radius: 13px; font-size: .6rem; }.collaboration-track small { display: block; margin: 31px 0 9px; color: rgba(255,255,255,.38); font-size: .51rem; letter-spacing: .08em; text-transform: uppercase; }.collaboration-track h3 { margin: 0 0 11px; font-size: 1rem; letter-spacing: -.025em; }.collaboration-track p { margin: 0; color: rgba(255,255,255,.5); font-size: .67rem; line-height: 1.55; }.collaboration-track article > i { position: absolute; top: 50%; right: -19px; z-index: 3; display: grid; place-items: center; width: 28px; height: 28px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #6bbcff; background: #0c1d40; font-size: .7rem; font-style: normal; }.collaboration-track article:last-child > i { right: 16px; top: 16px; transform: none; color: #fff; border: 0; background: var(--green); }

.pricing-section { background: #fff; }.pricing-layout { display: grid; grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr); align-items: center; gap: clamp(50px, 8vw, 120px); }.pricing-card { position: relative; padding: clamp(30px, 4vw, 48px); overflow: hidden; border: 1px solid rgba(23,105,255,.19); border-radius: var(--radius-xl); background: linear-gradient(145deg, #fff, #f5f9ff); box-shadow: 0 35px 90px rgba(23,105,255,.14); transform-style: preserve-3d; }.pricing-card::before { content: ""; position: absolute; top: -160px; right: -160px; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(23,105,255,.15), transparent 70%); }.pricing-top { position: relative; display: flex; align-items: center; justify-content: space-between; color: var(--muted); font-size: .6rem; }.pricing-badge { padding: 7px 10px; border-radius: 999px; color: var(--blue); background: rgba(23,105,255,.09); font-size: .55rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }.pricing-name { position: relative; margin: 38px 0 18px; }.pricing-name p { margin: 0 0 7px; font-size: 1rem; font-weight: 720; }.pricing-name h3 { margin: 0; font-size: clamp(4rem, 7vw, 6.8rem); letter-spacing: -.075em; line-height: .85; }.pricing-name h3 small { margin-right: 8px; color: var(--muted); font-size: 1rem; letter-spacing: 0; }.pricing-name > span { display: block; margin-top: 13px; color: var(--muted); font-size: .63rem; }.pricing-description { max-width: 380px; margin-bottom: 27px; color: var(--ink-3); font-size: .88rem; }.pricing-card ul { margin: 0 0 28px; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }.pricing-card li { display: flex; align-items: center; gap: 9px; padding: 8px 0; color: var(--ink-3); font-size: .74rem; }.pricing-card li span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .5rem; }.pricing-talk { width: 100%; margin-top: 14px; color: var(--blue); }.pricing-note { display: block; margin-top: 12px; color: var(--muted); font-size: .5rem; line-height: 1.45; text-align: center; }
.roi-story h3 { margin-bottom: 40px; }.roi-grid { display: flex; flex-direction: column; }.roi-grid div { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid var(--line); }.roi-grid span { color: var(--blue); font-size: .61rem; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }.roi-grid strong { max-width: 500px; font-size: 1.04rem; line-height: 1.45; }

.perspectives-section { overflow: hidden; background: var(--paper-blue); }.perspective-viewport { overflow: hidden; }.perspective-track { display: flex; gap: 16px; transition: transform .65s var(--ease-out); }.perspective-card { flex: 0 0 calc((100% - 32px)/3); min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }.quote-mark { color: var(--blue); font-size: 4.2rem; font-family: Georgia,serif; line-height: .65; }.perspective-card > p { margin: 40px 0; color: var(--ink-2); font-size: 1rem; line-height: 1.65; }.perspective-card > div { display: flex; align-items: center; gap: 12px; }.perspective-card > div > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: #fff; background: var(--blue); font-size: .62rem; font-weight: 800; }.perspective-card > div p { margin: 0; }.perspective-card strong { display: block; font-size: .73rem; }.perspective-card small { display: block; color: var(--muted); font-size: .58rem; }.perspective-note { margin: 18px 0 0; color: var(--muted); font-size: .56rem; text-align: center; }
.stack-section { padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }.stack-section .container { text-align: center; }.stack-section p { margin: 0 0 27px; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }.stack-logos { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: clamp(26px,5vw,70px); }.stack-logos span { color: #7c8799; font-size: clamp(.9rem,1.7vw,1.35rem); font-weight: 800; letter-spacing: .07em; filter: grayscale(1); transition: color var(--normal), transform var(--normal); }.stack-logos span:hover { transform: translateY(-2px); color: var(--blue); }.stack-section small { display: block; margin-top: 25px; color: #9aa4b5; font-size: .5rem; }

.origin-section { overflow: hidden; background: #fff; }.origin-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px,8vw,120px); }.origin-art { position: relative; aspect-ratio: 1; border: 1px solid var(--line); border-radius: var(--radius-xl); overflow: hidden; background: linear-gradient(145deg,#f3f8ff,#eaf3ff); box-shadow: var(--shadow-md); }.origin-grid { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(23,105,255,.16) 1px, transparent 1px); background-size: 24px 24px; mask-image: radial-gradient(circle,#000,transparent 76%); }.origin-art::before, .origin-art::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(23,105,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }.origin-art::before { width: 64%; height: 64%; }.origin-art::after { width: 38%; height: 38%; }.origin-center { position: absolute; z-index: 2; top: 50%; left: 50%; display: flex; align-items: center; gap: 13px; transform: translate(-50%,-50%); padding: 17px 20px; border: 1px solid rgba(23,105,255,.2); border-radius: 20px; background: rgba(255,255,255,.9); box-shadow: 0 24px 55px rgba(23,105,255,.16); }.origin-center span { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 16px; color: #fff; background: var(--blue); font-weight: 820; }.origin-center strong { font-size: .72rem; letter-spacing: .1em; line-height: 1.25; }.origin-node { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.9); box-shadow: var(--shadow-sm); color: var(--ink-3); font-size: .62rem; font-weight: 680; animation: floatChip 5.5s ease-in-out infinite; }.origin-node span { color: var(--blue); font-size: .5rem; }.origin-node.n1 { top: 15%; left: 13%; }.origin-node.n2 { top: 18%; right: 10%; animation-delay: -1.3s; }.origin-node.n3 { bottom: 16%; left: 12%; animation-delay: -2.7s; }.origin-node.n4 { right: 12%; bottom: 18%; animation-delay: -4s; }
.origin-copy > p:not(.eyebrow) { max-width: 620px; margin: 27px 0; color: var(--muted); font-size: 1.02rem; line-height: 1.7; }.origin-copy .button { margin-top: 8px; }
.team-section { padding-top: 0; }.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.team-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }.team-portrait { position: relative; aspect-ratio: 1.13; display: grid; place-items: center; margin-bottom: 25px; overflow: hidden; border-radius: 18px; background: linear-gradient(145deg,#ecf4ff,#dfeeff); }.team-portrait::before, .team-portrait::after { content: ""; position: absolute; border: 1px solid rgba(23,105,255,.13); border-radius: 50%; }.team-portrait::before { width: 70%; height: 70%; }.team-portrait::after { width: 43%; height: 43%; }.team-portrait span { position: relative; z-index: 2; display: grid; place-items: center; width: 96px; height: 96px; border: 6px solid rgba(255,255,255,.7); border-radius: 30px; color: #fff; background: var(--blue); box-shadow: 0 24px 55px rgba(23,105,255,.25); font-size: 1.25rem; font-weight: 820; }.portrait-matheus { background: linear-gradient(145deg,#f1edff,#e7e0ff); }.portrait-matheus span { background: var(--purple); box-shadow: 0 24px 55px rgba(141,107,255,.25); }.portrait-pedro { background: linear-gradient(145deg,#edfaff,#daf5fb); }.portrait-pedro span { background: #18afd7; box-shadow: 0 24px 55px rgba(24,175,215,.25); }.team-card h3 { margin: 0 0 11px; font-size: 1.45rem; letter-spacing: -.04em; }.team-card > p:last-child { margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.6; }

.principle-section { min-height: 100svh; display: flex; align-items: center; overflow: hidden; text-align: center; background: radial-gradient(circle at center,#112b61,transparent 43%),var(--navy); }.principle-wrap { position: relative; }.principle-wrap h2 { position: relative; z-index: 2; }.principle-orbit { position: relative; width: min(650px,70vw); height: 220px; margin: 30px auto; }.principle-orbit::before, .principle-orbit::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(108,193,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }.principle-orbit::before { width: 75%; height: 100%; }.principle-orbit::after { width: 45%; height: 60%; }.p-core, .principle-orbit i { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; color: #fff; font-weight: 820; }.p-core { width: 76px; height: 76px; background: var(--blue); box-shadow: 0 22px 50px rgba(23,105,255,.45); }.principle-orbit i { width: 46px; height: 46px; border: 3px solid #102451; background: #2d78ef; font-size: .56rem; font-style: normal; }.principle-orbit .p1 { top: 14%; left: 18%; }.principle-orbit .p2 { top: 15%; left: 82%; background: var(--purple); }.principle-orbit .p3 { top: 87%; left: 20%; background: #18afd7; }.principle-orbit .p4 { top: 86%; left: 80%; background: var(--green); }.principle-orbit .p5 { top: 50%; left: 9%; background: var(--orange); }.principle-copy { margin: 40px 0 0; color: rgba(255,255,255,.55); font-size: 1.02rem; line-height: 1.7; }.principle-copy strong { color: #fff; }

.faq-section { background: #fff; }.faq-layout { display: grid; grid-template-columns: .52fr 1.48fr; align-items: start; gap: clamp(50px,8vw,120px); }.faq-heading { position: sticky; top: 110px; }.faq-heading > p:not(.eyebrow) { max-width: 360px; margin: 25px 0; color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; font-size: 1.02rem; font-weight: 680; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { position: relative; flex: 0 0 auto; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; transform: translate(-50%,-50%); background: var(--ink); transition: transform var(--normal); }.faq-list summary span::after { transform: translate(-50%,-50%) rotate(90deg); }.faq-list details[open] summary { color: var(--blue); }.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }.faq-list details > div { overflow: hidden; }.faq-list details p { max-width: 720px; margin: 0; padding: 0 48px 27px 0; color: var(--muted); font-size: .9rem; line-height: 1.7; }

.human-support-section { padding-top: 0; background: #fff; }.support-card { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: clamp(28px,5vw,55px); overflow: hidden; border: 1px solid rgba(23,105,255,.16); border-radius: var(--radius-xl); background: linear-gradient(145deg,#f4f9ff,#eaf4ff); }.support-card > div { display: flex; align-items: center; gap: 26px; }.support-avatar { flex: 0 0 auto; display: grid; place-items: center; width: 88px; height: 88px; border-radius: 28px; color: #fff; background: var(--blue); box-shadow: 0 24px 50px rgba(23,105,255,.25); font-size: 1.1rem; font-weight: 820; }.support-card .eyebrow { margin-bottom: 12px; }.support-card h2 { margin: 0 0 7px; font-size: clamp(1.6rem,3vw,3rem); letter-spacing: -.055em; line-height: 1; }.support-card p:last-child { margin: 0; color: var(--muted); }

.final-cta { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 50%,#173a7a,transparent 37%),linear-gradient(145deg,#050d20,#071731); }.final-grid { opacity: .15; mask-image: radial-gradient(circle at center,#000,transparent 73%); }.final-cta-wrap { position: relative; z-index: 2; }.final-cta h2 { max-width: 1200px; margin-inline: auto; }.final-cta-wrap > p:not(.eyebrow) { margin: 30px 0 0; color: rgba(255,255,255,.57); font-size: 1.08rem; }.final-actions { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 34px; }.final-agents { display: flex; justify-content: center; margin-top: 60px; }.final-agents span { display: grid; place-items: center; width: 46px; height: 46px; margin-left: -8px; border: 3px solid #0b1c3d; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 9px 24px rgba(0,0,0,.22); font-size: .58rem; font-weight: 820; }.final-agents span:nth-child(2) { background: var(--purple); }.final-agents span:nth-child(3) { background: #18afd7; }.final-agents span:nth-child(4) { background: var(--orange); }.final-agents span:nth-child(5) { background: var(--green); }.final-agents span:nth-child(6) { background: var(--pink); }

.site-footer { color: #fff; background: #030916; }.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(4,1fr); gap: 38px; padding: 70px 0 55px; }.footer-brand .brand-type small { color: rgba(255,255,255,.45); }.footer-brand p { margin: 25px 0 0; color: rgba(255,255,255,.42); font-size: .72rem; line-height: 1.6; }.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }.footer-column strong { margin-bottom: 9px; color: rgba(255,255,255,.4); font-size: .56rem; letter-spacing: .13em; text-transform: uppercase; }.footer-column a, .footer-column button { padding: 0; color: rgba(255,255,255,.72); font-size: .7rem; transition: color var(--fast); }.footer-column a:hover, .footer-column button:hover { color: #fff; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.36); font-size: .56rem; }.footer-bottom > div { display: flex; gap: 22px; }

.mobile-sticky-cta { position: fixed; z-index: 900; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); left: 14px; display: none; align-items: center; gap: 8px; transform: translateY(130%); transition: transform .5s var(--ease-out); }.mobile-sticky-cta.show { transform: translateY(0); }.mobile-sticky-cta .button { flex: 1; box-shadow: 0 15px 40px rgba(23,105,255,.28); }.sticky-close { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: var(--shadow-sm); }

.lead-modal { position: fixed; z-index: 4000; inset: 0; visibility: hidden; opacity: 0; transition: opacity var(--normal), visibility var(--normal); }.lead-modal.open { visibility: visible; opacity: 1; }.modal-backdrop { position: absolute; inset: 0; background: rgba(3,10,26,.72); backdrop-filter: blur(12px); }.lead-panel { position: relative; width: min(1120px,calc(100vw - 48px)); max-height: calc(100svh - 48px); display: grid; grid-template-columns: .72fr 1.28fr; margin: 24px auto; overflow: hidden; transform: translateY(25px) scale(.985); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 60px 150px rgba(0,0,0,.38); transition: transform .55s var(--ease-out); }.lead-modal.open .lead-panel { transform: translateY(0) scale(1); }.lead-intro { position: relative; padding: clamp(34px,5vw,68px); color: #fff; background: radial-gradient(circle at 70% 20%,#163d85,transparent 40%),var(--navy); }.lead-intro::after { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle,rgba(255,255,255,.5) 1px,transparent 1px); background-size: 25px 25px; mask-image: radial-gradient(circle at 50% 40%,#000,transparent 75%); }.lead-intro > * { position: relative; z-index: 2; }.lead-logo { width: 52px; height: 52px; margin-bottom: 55px; }.lead-intro h2 { margin: 0 0 22px; font-size: clamp(2.4rem,4vw,4.8rem); letter-spacing: -.065em; line-height: .95; }.lead-intro > p:not(.eyebrow) { color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.65; }.lead-benefits { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }.lead-benefits span { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.76); font-size: .7rem; }.lead-benefits i { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; color: #fff; background: rgba(55,210,159,.82); font-size: .5rem; font-style: normal; }.mobile-close { display: none; position: absolute; top: 20px; right: 20px; color: #fff; border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.06); }.lead-form-wrap { position: relative; padding: clamp(32px,5vw,62px); overflow-y: auto; }.desktop-close { position: absolute; top: 20px; right: 20px; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.lead-form-wrap label { display: block; margin-bottom: 16px; color: var(--ink-3); font-size: .62rem; font-weight: 700; }.lead-form-wrap input, .lead-form-wrap select, .lead-form-wrap textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid var(--line-strong); border-radius: 10px; outline: 0; color: var(--ink); background: #fff; font-size: .75rem; transition: border-color var(--fast), box-shadow var(--fast); }.lead-form-wrap textarea { resize: vertical; line-height: 1.5; }.lead-form-wrap input:focus, .lead-form-wrap select:focus, .lead-form-wrap textarea:focus { border-color: rgba(23,105,255,.5); box-shadow: 0 0 0 4px rgba(23,105,255,.07); }.lead-form-wrap .invalid { border-color: rgba(228,72,93,.6) !important; }.field-error { display: block; min-height: 12px; margin-top: 4px; color: var(--danger); font-size: .52rem; font-weight: 560; }.consent { display: grid !important; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; }.consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--blue); }.consent span { color: var(--muted); font-size: .58rem; font-weight: 520; line-height: 1.5; }.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.submit-lead i { font-style: normal; }.form-legal { margin: 12px 0 0; color: var(--muted); font-size: .5rem; text-align: center; }.form-legal a { color: var(--blue); }.form-status { min-height: 18px; margin-top: 8px; color: var(--danger); font-size: .6rem; text-align: center; }.lead-success { min-height: 540px; display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; }.lead-success.show { display: flex; }.lead-success > span { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 25px; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 22px 50px rgba(55,210,159,.25); font-size: 1.4rem; }.lead-success h3 { margin: 6px 0 14px; font-size: 2.3rem; letter-spacing: -.055em; }.lead-success p:not(.micro-label) { max-width: 460px; margin-bottom: 25px; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.custom-cursor { position: fixed; z-index: 5000; top: 0; left: 0; width: 70px; height: 70px; display: grid; place-items: center; transform: translate(-50%,-50%) scale(0); pointer-events: none; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 15px 40px rgba(23,105,255,.25); font-size: .56rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s var(--ease), background var(--fast); }.custom-cursor.visible { transform: translate(-50%,-50%) scale(1); }.custom-cursor.play span { font-size: 0; }.custom-cursor.play span::after { content: "Play"; font-size: .56rem; }

/* Responsive system */
@media (max-width: 1180px) {
  :root { --container: min(100% - 40px, 1120px); }
  .desktop-nav { display: none; }
  .nav-signin { display: none; }
  .menu-toggle { display: block; }
  .hero-layout { grid-template-columns: .84fr 1.16fr; gap: 24px; }
  .hero-copy { padding-top: 20px; }
  .hero-product-window { width: 104%; margin-left: -4%; }
  .product-shell { grid-template-columns: 43px 1fr 128px; }
  .context-panel { padding-inline: 11px; }
  .tool-pill { min-width: 125px; }
  .specialist-grid { grid-template-columns: repeat(2,1fr); }
  .demo-stage { min-height: 620px; }
  .collaboration-track { grid-template-columns: repeat(2,1fr); }
  .collaboration-track article > i { display: none; }
  .perspective-card { flex-basis: calc((100% - 16px)/2); }
  .footer-grid { grid-template-columns: 1.6fr repeat(2,1fr); row-gap: 45px; }
}

@media (max-width: 980px) {
  :root { --header-h: 74px; }
  .section { padding: clamp(80px, 12vw, 120px) 0; }
  .display-xxl { font-size: clamp(3.5rem, 11vw, 7rem); }
  .display-xl { font-size: clamp(3.55rem, 10.5vw, 6.8rem); }
  .display-lg { font-size: clamp(3rem, 9vw, 5.4rem); }
  .two-col-heading { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .two-col-heading > p:last-child { max-width: 640px; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 60px); }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { max-width: 820px; }
  .hero-visual { height: 680px; margin-top: 5px; }
  .hero-product-window { width: min(820px, 94%); margin: 0 auto; }
  .chip-one { left: 3%; }.chip-two { right: 2%; }.chip-three { right: 7%; }
  .scroll-cue { display: none; }
  .compare-stage { grid-template-columns: 1fr; gap: 18px; }
  .compare-transition { height: 42px; flex-direction: row; }.compare-transition span { width: 30%; height: 1px; }.compare-transition span:first-child { background: linear-gradient(90deg,transparent,rgba(23,105,255,.22)); }.compare-transition span:last-child { background: linear-gradient(90deg,transparent,rgba(23,105,255,.22)); }.compare-transition i { transform: rotate(90deg); }
  .convergence-stage { height: 680px; }
  .tool-1 { top: 7%; left: 5%; }.tool-2 { top: 19%; left: 5%; }.tool-3 { top: 7%; right: 5%; }.tool-4 { top: 19%; right: 5%; }.tool-5 { bottom: 7%; left: 5%; }.tool-6 { bottom: 19%; left: 5%; }.tool-7 { bottom: 7%; right: 5%; }.tool-8 { bottom: 19%; right: 5%; }
  .convergence-lines { opacity: .7; }
  .manifesto-shift { margin-top: 8vh; }
  .workflow-scrolly { grid-template-columns: 1fr; gap: 35px; }
  .workflow-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .workflow-step { display: block; min-height: 135px; padding: 15px; border: 1px solid var(--line); border-radius: 13px; background: #fff; opacity: .65; }.workflow-step.active { padding-left: 15px; border-color: rgba(23,105,255,.27); box-shadow: 0 10px 28px rgba(23,105,255,.07); }.workflow-step > span { display: block; margin-bottom: 13px; }.workflow-step p { display: none; }
  .workflow-preview-wrap { position: static; }
  .demo-columns { grid-template-columns: 1fr 1.35fr; }.demo-column:last-child { display: none; }
  .demo-scene { grid-template-columns: 1fr 1fr; gap: 20px; }
  .tab-panel { grid-template-columns: 1fr; gap: 35px; }
  .memory-layout { grid-template-columns: 1fr; }
  .pricing-layout { grid-template-columns: 1fr; }.pricing-card { max-width: 620px; margin: 0 auto; }
  .origin-layout { grid-template-columns: 1fr; }.origin-art { max-width: 700px; width: 100%; margin: 0 auto; }.origin-copy { max-width: 760px; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; }.faq-heading { position: static; }
  .support-card { align-items: flex-start; flex-direction: column; }.support-card > div { align-items: flex-start; }
  .lead-panel { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 760px) {
  :root { --container: calc(100vw - 28px); --header-h: 68px; --radius-xl: 25px; --radius-lg: 20px; }
  html { scroll-padding-top: 75px; }
  .section { padding: 76px 0; }
  .display-xxl { font-size: clamp(3.25rem, 15vw, 5.5rem); line-height: .96; }
  .display-xl { font-size: clamp(3.25rem, 14.5vw, 5.3rem); line-height: .95; }
  .display-lg { font-size: clamp(2.8rem, 13vw, 4.8rem); }
  .display-md { font-size: clamp(2.3rem, 10vw, 3.6rem); }
  .eyebrow { margin-bottom: 20px; }
  .section-heading { margin-bottom: 44px; }
  .nav-actions { gap: 9px; }
  .nav-actions > .button { display: none; }
  .brand-mark { width: 34px; height: 34px; }
  .brand-type strong { font-size: .78rem; }
  .hero { padding-top: calc(var(--header-h) + 45px); padding-bottom: 45px; }
  .hero-title { margin-left: 0; }
  .hero-lede { margin-top: 25px; font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 25px; }
  .hero-visual { height: 570px; min-height: 0; margin: 15px -14px 0; overflow: hidden; }
  .hero-product-window { width: 760px; max-width: none; margin-left: 28px; transform: scale(.63) rotateY(-3deg) rotateX(1.5deg); transform-origin: left center; }
  .floating-chip { font-size: .5rem; }
  .chip-one { top: 11%; left: 2%; }.chip-two { top: 16%; right: 0; }.chip-three { right: 7%; bottom: 10%; }
  .strip-intro { align-items: flex-start; flex-direction: column; gap: 5px; }.strip-intro span { font-size: .62rem; }
  .compare-card { min-height: 470px; padding: 24px; }.compare-stats { grid-template-columns: 1fr; }.compare-stats div { display: grid; grid-template-columns: 72px 1fr; align-items: center; }.compare-stats small { margin: 0; }.people-cloud, .after-core { height: 250px; }.people-cloud span { width: 45px; height: 45px; font-size: .52rem; }.after-core::before { width: 205px; height: 205px; }.after-orbit { width: 205px; height: 205px; }.after-orbit span { width: 42px; height: 42px; }
  .convergence-stage { height: 760px; }.tool-pill { min-width: 115px; padding: 8px 9px; font-size: .55rem; }.tool-pill i { width: 24px; height: 24px; }.tool-1 { top: 6%; left: 4%; }.tool-2 { top: 17%; left: 4%; }.tool-3 { top: 6%; right: 4%; }.tool-4 { top: 17%; right: 4%; }.tool-5 { bottom: 6%; left: 4%; }.tool-6 { bottom: 17%; left: 4%; }.tool-7 { bottom: 6%; right: 4%; }.tool-8 { bottom: 17%; right: 4%; }.convergence-core { width: 165px; height: 165px; }.convergence-core::before { inset: -28px; }.convergence-core::after { inset: -57px; }.convergence-message { bottom: 50%; transform: translate(-50%, 150px); font-size: .52rem; }
  .manifesto-section { min-height: auto; }.manifesto-copy { padding: 35px 0 55px; }.manifesto-shift { margin-top: 65px; }.manifesto-foot { align-items: stretch; flex-direction: column; }.manifesto-foot .button { width: 100%; }
  .specialist-grid { grid-template-columns: 1fr; }.specialist-card { min-height: 335px; }.drawer-panel { padding: 25px 20px; }.drawer-head { margin-bottom: 30px; }
  .workflow-steps { display: flex; flex-direction: row; overflow-x: auto; padding-bottom: 10px; scroll-snap-type: x mandatory; scrollbar-width: none; }.workflow-steps::-webkit-scrollbar { display: none; }.workflow-step { flex: 0 0 180px; scroll-snap-align: start; }.workflow-preview { min-height: 560px; }.workflow-screen { min-height: 520px; grid-template-columns: 42px 1fr; }.preview-body { padding: 24px 18px; }.preview-body h3 { font-size: 2rem; }.form-grid-preview, .team-picker { grid-template-columns: 1fr; }.team-picker button { padding: 9px; }.large-prompt > p { min-height: 130px; padding: 18px; font-size: .85rem; }.activity-feed > div { grid-template-columns: 36px 1fr; }.activity-feed time { display: none; }.workflow-caption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .demo-stage { min-height: 500px; padding: 40px 14px; }.demo-product { width: 820px; margin-left: 0; transform: scale(.54) perspective(1200px) rotateX(3deg); transform-origin: top left; }.demo-stage:hover .demo-product { transform: scale(.54) perspective(1200px) rotateX(3deg); }.demo-play { bottom: 24px; }.demo-modal-panel { width: calc(100vw - 20px); height: calc(100svh - 20px); margin: 10px auto; padding: 20px; }.demo-modal-head h2 { font-size: 1.25rem; }.demo-scene { display: flex; flex-direction: column; align-items: stretch; overflow-y: auto; }.demo-scene-copy { padding: 0; }.scene-number { margin-bottom: 20px; font-size: 3rem; }.demo-scene-copy h3 { font-size: 2.6rem; }.demo-scene-ui { padding: 5px 0 20px; }.modal-prompt > p { min-height: 130px; font-size: .82rem; }.demo-controls .button { min-height: 42px; padding-inline: 12px; font-size: .65rem; }.demo-autoplay { display: none; }
  .tab-panel { min-height: 0; padding: 28px 19px; }.usecase-copy h3 { font-size: 2.5rem; }.usecase-ui { padding: 8px; }
  .transformation-line { height: 90px; }
  .ask-form, .ask-output { padding: 20px 14px; }.ask-input-wrap textarea { min-height: 150px; padding: 18px 18px 68px; }.ask-input-wrap button { right: 9px; bottom: 9px; }.ask-meta { gap: 9px; }.ask-processing { grid-template-columns: 1fr; }
  .project-card { flex-basis: 88vw; }.project-info { align-items: flex-start; flex-direction: column; }.project-info > div:last-child { justify-content: flex-start; }.project-state { top: auto; right: 13px; bottom: 13px; }.project-index { top: 13px; left: 13px; }
  .case-study { grid-template-columns: 1fr; }.case-study-copy { border-right: 0; border-bottom: 1px solid var(--line); }.case-study-grid { grid-template-columns: 1fr; }.case-study-grid div, .case-study-grid div:nth-child(2n) { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }.case-study-grid div:last-child { border-bottom: 0; }
  .comparison-row > div { min-height: 64px; padding: 14px; font-size: .68rem; }.comparison-row span { flex: 0 0 20px; width: 20px; height: 20px; }
  .memory-tree { padding: 15px; }.tree-branches { grid-template-columns: 1fr; }.tree-branches::before { display: none; }
  .collaboration-goal { grid-template-columns: 1fr; gap: 8px; }.collaboration-track { grid-template-columns: 1fr; }.collaboration-track article { min-height: 220px; }
  .pricing-layout { gap: 55px; }.pricing-card { padding: 27px 20px; }.roi-grid div { grid-template-columns: 60px 1fr; gap: 15px; }
  .perspective-card { flex-basis: 88%; }.perspective-controls { justify-content: flex-start; }.stack-logos { gap: 22px 30px; }
  .origin-art { aspect-ratio: 1; }.origin-node { font-size: .52rem; }.origin-center { padding: 12px; }.origin-center span { width: 45px; height: 45px; }.origin-center strong { font-size: .58rem; }
  .team-grid { grid-template-columns: 1fr; }.team-card { padding: 16px; }
  .principle-orbit { width: 95vw; height: 185px; margin-left: calc((95vw - var(--container))/-2); }.principle-copy br { display: none; }
  .faq-list summary { font-size: .9rem; }.faq-list details p { padding-right: 0; }
  .support-card > div { flex-direction: column; }.support-avatar { width: 68px; height: 68px; border-radius: 22px; }.support-card .button { width: 100%; }
  .final-cta { min-height: 850px; }.final-actions { align-items: stretch; flex-direction: column; }.final-actions .button { width: 100%; }.final-agents { margin-top: 45px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }.footer-bottom > div { flex-direction: column; gap: 4px; }
  .mobile-sticky-cta { display: flex; }
  .lead-panel { width: calc(100vw - 18px); max-height: calc(100svh - 18px); grid-template-columns: 1fr; margin: 9px auto; overflow-y: auto; }.lead-intro { padding: 35px 22px; }.lead-logo { margin-bottom: 28px; }.lead-intro h2 { font-size: 2.65rem; }.lead-benefits { display: none; }.mobile-close { display: grid; }.desktop-close { display: none; }.lead-form-wrap { overflow: visible; padding: 28px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.lead-success { min-height: 420px; }
  .custom-cursor { display: none; }
}

@media (max-width: 420px) {
  :root { --container: calc(100vw - 22px); }
  .display-xl { font-size: 3.2rem; }
  .display-lg { font-size: 2.75rem; }
  .hero-product-window { margin-left: 12px; transform: scale(.56) rotateY(-3deg) rotateX(1.5deg); }
  .hero-visual { height: 520px; }
  .floating-chip { display: none; }
  .convergence-core { width: 145px; height: 145px; }.tool-pill { min-width: 102px; gap: 6px; padding: 7px; }.tool-pill i { width: 21px; height: 21px; }
  .workflow-screen { grid-template-columns: 1fr; }.preview-sidebar { display: none; }
  .demo-product { transform: scale(.47) perspective(1200px) rotateX(3deg); }.demo-stage:hover .demo-product { transform: scale(.47) perspective(1200px) rotateX(3deg); }
  .project-card { flex-basis: 91vw; }
  .tree-root { grid-template-columns: 44px 1fr; }.tree-root > span { width: 44px; height: 44px; }.tree-root > i { grid-column: 1/-1; width: max-content; }
  .collaboration-flow { padding: 15px; }
  .pricing-name h3 { font-size: 4.5rem; }
  .footer-grid { gap: 30px 15px; }
}

@media (hover: none) {
  .magnetic { transform: none !important; }
  .specialist-card:hover, .project-card:hover img, .demo-stage:hover .demo-product { transform: none; }
}

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

@media print {
  .site-header, .mobile-sticky-cta, .custom-cursor, .scroll-progress, .hero-three-canvas, .cta-three-canvas, .demo-modal, .lead-modal { display: none !important; }
  .section { padding: 45px 0; }
  .dark-section { color: var(--ink); background: #fff; }
  .js .reveal { transform: none; opacity: 1; }
}

/* Dynamic demo UI */
.button-spinner { width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .8s linear infinite; }
.three-fallback { opacity: 0; }
.modal-context-ui { min-height: 360px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; padding: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.04); }
.context-orbit-ui { position: relative; min-height: 315px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: radial-gradient(circle,rgba(70,155,255,.16),transparent 55%); }
.context-orbit-ui::before, .context-orbit-ui::after { content: ""; position: absolute; top: 50%; left: 50%; border: 1px solid rgba(100,190,255,.18); border-radius: 50%; transform: translate(-50%,-50%); }.context-orbit-ui::before { width: 72%; height: 72%; }.context-orbit-ui::after { width: 42%; height: 42%; }
.context-core-ui, .context-orbit-ui i { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; color: #fff; font-weight: 800; }.context-core-ui { width: 72px; height: 72px; background: var(--blue); box-shadow: 0 22px 45px rgba(23,105,255,.4); }.context-orbit-ui i { width: 48px; height: 48px; border: 3px solid #13264c; background: #2d7bf1; font-size: .48rem; font-style: normal; }.context-orbit-ui .c1 { top: 18%; left: 18%; }.context-orbit-ui .c2 { top: 17%; left: 83%; background: var(--purple); }.context-orbit-ui .c3 { top: 82%; left: 18%; background: var(--green); }.context-orbit-ui .c4 { top: 82%; left: 83%; background: var(--orange); }
.context-status-list { display: flex; flex-direction: column; justify-content: center; gap: 11px; }.context-status-list span { display: flex; align-items: center; gap: 9px; padding: 13px; border: 1px solid rgba(255,255,255,.1); border-radius: 11px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.04); font-size: .65rem; }.context-status-list i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(55,210,159,.1); }
.modal-team-ui { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.modal-team-ui > div { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 12px; min-height: 110px; padding: 18px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.05); }.modal-team-ui span { grid-row: 1/3; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: #fff; font-size: .63rem; font-weight: 820; }.modal-team-ui strong { align-self: end; font-size: .75rem; }.modal-team-ui small { align-self: start; color: rgba(255,255,255,.45); font-size: .55rem; }
.modal-execution-ui { padding: 10px 0; }.execution-node { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 13px; background: rgba(255,255,255,.04); opacity: .62; }.execution-node.active { border-color: rgba(74,163,255,.36); background: rgba(74,163,255,.09); opacity: 1; }.execution-node.done { opacity: 1; }.execution-node > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: var(--blue); font-size: .6rem; font-weight: 800; }.execution-node p { margin: 0; }.execution-node strong { display: block; font-size: .72rem; }.execution-node small { display: block; color: rgba(255,255,255,.42); font-size: .52rem; }.execution-node > i { width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: .5rem; font-style: normal; }.execution-node.active > i { border-color: #58aaff; border-top-color: transparent; animation: spin 1s linear infinite; }.execution-node.done > i { display: grid; place-items: center; color: #fff; border: 0; background: var(--green); }.execution-link { width: 1px; height: 16px; margin: 0 auto; background: rgba(74,163,255,.35); }
.modal-review-ui { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.05); text-align: center; }.modal-review-ui .review-check { margin-bottom: 22px; }.modal-review-ui > strong { font-size: 1.35rem; }.modal-review-ui > span { margin-top: 7px; color: rgba(255,255,255,.45); font-size: .62rem; }.modal-review-ui > div:last-child { display: flex; gap: 8px; margin-top: 25px; }.modal-review-ui button { padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; font-size: .64rem; }.modal-review-ui button:last-child { border-color: var(--blue); background: var(--blue); }

@media (max-width: 760px) {
  .modal-context-ui { grid-template-columns: 1fr; min-height: 0; }.context-orbit-ui { min-height: 230px; }.context-status-list { display: none; }
  .modal-team-ui { grid-template-columns: 1fr; }.modal-team-ui > div { min-height: 84px; }
  .modal-review-ui { min-height: 270px; }.modal-review-ui > div:last-child { flex-direction: column; width: 100%; }.modal-review-ui button { width: 100%; }
}

/* Legal and utility pages */
.legal-page { background: var(--paper-blue); }
.legal-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.88); backdrop-filter: blur(16px); }
.legal-header .container { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.legal-main { padding: 80px 0 110px; }
.legal-shell { max-width: 900px; padding: clamp(28px,6vw,70px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow-sm); }
.legal-shell h1 { margin: 0 0 8px; font-size: clamp(3rem,8vw,6.5rem); letter-spacing: -.07em; line-height: .95; }
.legal-updated { margin-bottom: 45px !important; color: var(--muted); font-size: .72rem; }
.legal-shell > p { color: var(--ink-3); line-height: 1.75; }
.legal-shell h2 { margin: 42px 0 12px; font-size: 1.35rem; letter-spacing: -.035em; }
.legal-footer { color: rgba(255,255,255,.58); background: var(--navy); }
.legal-footer .container { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .65rem; }
.legal-footer a { color: #fff; }
.error-page { min-height: 100svh; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center,#eaf4ff,#fff 60%); }
.error-page main { width: 100%; padding: 30px; }
.error-shell { max-width: 900px; margin: 0 auto; text-align: center; }
.error-code { display: block; color: rgba(23,105,255,.1); font-size: clamp(8rem,25vw,18rem); font-weight: 800; letter-spacing: -.1em; line-height: .7; }
.error-shell h1 { margin: 30px 0 20px; font-size: clamp(3rem,8vw,6.5rem); letter-spacing: -.07em; line-height: .95; }
.error-shell > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
@media (max-width: 760px) { .legal-main { padding: 35px 0 70px; }.legal-shell { padding: 28px 20px; }.legal-footer .container { align-items: flex-start; flex-direction: column; justify-content: center; }.legal-header .button { padding-inline: 12px; }.legal-header .brand-type { display: none; } }

/* v1.1 workflow refinement */
.workflow-section { padding-top: clamp(82px, 8vw, 118px); }
.workflow-intro { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); align-items: end; gap: clamp(44px, 7vw, 110px); margin-bottom: clamp(44px, 5vw, 70px); }
.workflow-intro .display-lg { margin-bottom: 0; font-size: clamp(4rem, 7.5vw, 7.4rem); line-height: .86; }
.workflow-intro-copy { padding-bottom: 10px; }
.workflow-intro-copy > p { max-width: 540px; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.7; }
.workflow-intro-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.workflow-intro-tags span { padding: 8px 11px; border: 1px solid rgba(23,105,255,.12); border-radius: 999px; color: var(--blue); background: rgba(23,105,255,.045); font-size: .6rem; font-weight: 720; letter-spacing: .025em; }
.workflow-scrolly { grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: clamp(38px, 5vw, 78px); }
.workflow-steps { gap: 8px; }
.workflow-step { position: relative; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 18px 17px 14px; border: 1px solid transparent; border-radius: 14px; opacity: .48; background: transparent; transition: opacity var(--normal), border-color var(--normal), background var(--normal), box-shadow var(--normal), transform var(--normal); }
.workflow-step + .workflow-step { margin-top: 2px; }
.workflow-step > div > small { display: block; margin-bottom: 4px; color: var(--muted); font-size: .52rem; font-weight: 760; letter-spacing: .11em; text-transform: uppercase; }
.workflow-step h3 { margin-bottom: 4px; }
.workflow-step.active { padding-left: 14px; opacity: 1; border-color: rgba(23,105,255,.16); background: linear-gradient(135deg, rgba(23,105,255,.075), rgba(74,194,255,.035)); box-shadow: 0 15px 38px rgba(23,105,255,.075); transform: translateX(4px); }
.workflow-step.active::before { content: ""; position: absolute; top: 15px; bottom: 15px; left: -1px; width: 3px; border-radius: 99px; background: linear-gradient(180deg,var(--blue),var(--cyan)); }
.workflow-step.active > div > small, .workflow-step.active h3 { color: var(--blue); }
.workflow-preview-wrap { top: 92px; }
.workflow-preview { min-height: 545px; }
.workflow-caption { gap: 20px; padding-top: 13px; }
.workflow-caption > div:first-child { display: flex; align-items: center; gap: 16px; min-width: 0; }
.workflow-caption p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.workflow-nav { display: flex; gap: 7px; flex: 0 0 auto; }
.workflow-nav button { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; transition: border-color var(--fast), color var(--fast), transform var(--fast), opacity var(--fast); }
.workflow-nav button:hover:not(:disabled) { color: var(--blue); border-color: rgba(23,105,255,.3); transform: translateY(-1px); }
.workflow-nav button:disabled { opacity: .3; cursor: default; }

/* v1.1 anti-abuse human verification */
.human-check { margin: 4px 0 18px; padding: 16px; border: 1px solid rgba(23,105,255,.16); border-radius: 15px; background: linear-gradient(135deg, rgba(23,105,255,.045), rgba(74,194,255,.018)); }
.human-check > div:first-child { display: flex; align-items: center; gap: 11px; margin-bottom: 13px; }
.human-check-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; background: var(--blue); font-size: .55rem; font-weight: 800; box-shadow: 0 8px 20px rgba(23,105,255,.18); }
.human-check strong { display: block; font-size: .74rem; }
.human-check > div:first-child small { color: var(--muted); font-size: .6rem; }
.human-check > label { display: grid; grid-template-columns: minmax(120px,.65fr) minmax(120px,1fr); align-items: center; gap: 12px; color: var(--ink-2); font-size: .8rem; }
.human-check > label > span { font-weight: 760; letter-spacing: .01em; }
.human-check input { margin: 0; }
.human-check .field-error { grid-column: 2; }
.captcha-refresh { margin-top: 10px; color: var(--blue); font-size: .62rem; font-weight: 720; }
#captcha-help { margin: 8px 0 0; color: var(--muted); font-size: .55rem; line-height: 1.5; }

/* language direction helpers */
html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .nav-shell, html[dir="rtl"] .desktop-nav, html[dir="rtl"] .workflow-caption, html[dir="rtl"] .final-actions, html[dir="rtl"] .footer-bottom { direction: rtl; }
html[dir="rtl"] .brand, html[dir="rtl"] .button, html[dir="rtl"] .workflow-preview, html[dir="rtl"] .product-window, html[dir="rtl"] .demo-product { direction: ltr; }

@media (max-width: 980px) {
  .workflow-intro { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .workflow-intro .display-lg { font-size: clamp(3.8rem, 10vw, 6.2rem); }
  .workflow-intro-copy { max-width: 720px; padding-bottom: 0; }
  .workflow-scrolly { grid-template-columns: 1fr; gap: 30px; }
  .workflow-step { min-height: 140px; padding: 15px; border: 1px solid var(--line); background: #fff; }
  .workflow-step.active { padding-left: 15px; transform: none; }
  .workflow-step.active::before { top: -1px; right: 14px; bottom: auto; left: 14px; width: auto; height: 3px; }
  .workflow-step > div > small { margin-top: 8px; }
}
@media (max-width: 760px) {
  .workflow-section { padding-top: 70px; }
  .workflow-intro { margin-bottom: 32px; }
  .workflow-intro .display-lg { font-size: clamp(3.2rem, 17vw, 5rem); }
  .workflow-intro-tags { gap: 6px; }
  .workflow-intro-tags span { font-size: .55rem; }
  .workflow-step > div > small { display: none; }
  .workflow-caption { align-items: center; flex-direction: row; }
  .workflow-caption > div:first-child { display: block; }
  .workflow-caption p { margin-top: 4px; white-space: normal; }
  .human-check > label { grid-template-columns: 1fr; gap: 7px; }
  .human-check .field-error { grid-column: 1; }
}


/* v1.2 pinned workflow scrollytelling
   Desktop: the workflow stage stays fixed while scroll progress advances all six steps.
   It releases only after the final step. Tablet/mobile and reduced-motion keep normal flow. */
@media (min-width: 981px) and (min-height: 700px) and (prefers-reduced-motion: no-preference) {
  /* Dedicated pin track: JS gives this wrapper the exact scroll distance.
     Unlike the previous 360vh padding technique, the sticky stage never
     disappears while an invisible spacer keeps scrolling underneath it. */
  .workflow-section > .container { padding-bottom: 0; }
  .workflow-pin-track { position: relative; min-height: calc(100vh - 104px); }

  .workflow-scrolly {
    position: sticky;
    top: 86px;
    z-index: 3;
    min-height: calc(100vh - 104px);
    align-items: center;
  }

  /* The complete left-steps + product preview stage is pinned as one unit. */
  .workflow-preview-wrap {
    position: static;
    top: auto;
  }

  .workflow-steps,
  .workflow-preview-wrap {
    align-self: center;
  }
}

/* v1.1 language selector */
.language-switcher { position: relative; display: inline-flex; align-items: center; }
.language-switcher select { min-width: 58px; height: 38px; padding: 0 24px 0 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: rgba(255,255,255,.78); font: inherit; font-size: .68rem; font-weight: 760; cursor: pointer; }
.mobile-language-switcher { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
.mobile-language-switcher select { min-width: 155px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; font: inherit; }
@media (max-width: 1100px) { .language-switcher { display: none; } }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

/* v1.3 — real Google Play project media */
.project-card-real .project-real-art { min-height: 560px; background: #07152e; overflow: hidden; isolation: isolate; }
.play-gallery { position: absolute; inset: 0; overflow: hidden; background: #07152e; }
.play-shot { display: block; width: 100%; height: 100%; object-fit: cover; }
.play-shot-main { position: absolute; inset: 0; transform: scale(1.015); transition: transform .8s cubic-bezier(.2,.75,.2,1), filter .5s ease; }
.project-card-real:hover .play-shot-main { transform: scale(1.045); }
.play-shot-stack { position: absolute; right: 24px; bottom: 26px; z-index: 3; display: flex; gap: 9px; }
.play-shot-stack img { width: 116px; height: 66px; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,.62); box-shadow: 0 12px 30px rgba(2,10,28,.28); background: rgba(255,255,255,.12); }
.project-media-shade { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg,rgba(4,16,40,.12) 18%,rgba(3,13,34,.03) 50%,rgba(2,11,28,.74) 100%),linear-gradient(90deg,rgba(1,9,27,.34),transparent 45%); }
.project-card-real .project-index,.project-card-real .project-state { z-index: 4; color:#fff; border-color:rgba(255,255,255,.32); background:rgba(2,12,34,.38); backdrop-filter: blur(12px); }
.google-play-link { position:absolute; left:24px; bottom:25px; z-index:5; display:inline-flex; align-items:center; gap:10px; min-height:48px; padding:8px 14px 8px 10px; border:1px solid rgba(255,255,255,.45); border-radius:15px; color:#fff; background:rgba(3,13,34,.56); backdrop-filter:blur(14px); box-shadow:0 14px 35px rgba(0,0,0,.2); transition:transform .25s ease,background .25s ease; }
.google-play-link:hover { transform:translateY(-2px); background:rgba(3,13,34,.78); }
.google-play-link .play-triangle { display:grid; place-items:center; width:31px; height:31px; border-radius:9px; background:#fff; color:#1769ff; font-size:.68rem; }
.google-play-link span:last-child { display:grid; line-height:1.04; }
.google-play-link small { font-size:.48rem; text-transform:uppercase; letter-spacing:.11em; opacity:.72; }
.google-play-link strong { margin-top:3px; font-size:.7rem; }
.project-card-real .project-info { background:#fff; }
@media (max-width:760px){ .project-card-real .project-real-art{min-height:390px}.play-shot-stack{right:14px;bottom:15px}.play-shot-stack img{width:78px;height:45px;border-radius:7px}.google-play-link{left:14px;bottom:14px;transform:scale(.88);transform-origin:left bottom}.project-card-real:hover .play-shot-main{transform:scale(1.02)} }

/* v1.4 — workflow pin-track stability fix */

/* v1.5 — clean Three.js AI constellation manifesto */
.constellation-section {
  height: 168svh;
  min-height: 1220px;
  padding: 0;
  overflow: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 71% 41%, rgba(39,126,255,.105), transparent 25%),
    radial-gradient(circle at 61% 49%, rgba(141,107,255,.055), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fafdff 48%, #fff 100%);
  --constellation-progress: 0;
}
.constellation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .46;
  background-image:
    linear-gradient(rgba(23,105,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,255,.035) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(ellipse at 70% 44%, #000 8%, transparent 67%);
}
.constellation-sticky {
  position: sticky;
  top: var(--header-h);
  z-index: 1;
  display: flex;
  align-items: center;
  height: calc(100svh - var(--header-h));
  min-height: 690px;
  overflow: hidden;
}
.constellation-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(18px, 2.6vh, 32px);
  height: 100%;
  padding: clamp(24px, 4.2vh, 48px) 0 clamp(18px, 2.5vh, 28px);
}
.constellation-grid {
  display: grid;
  grid-template-columns: minmax(390px, .78fr) minmax(0, 1.32fr);
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  min-height: 0;
}
.constellation-copy {
  position: relative;
  z-index: 5;
  max-width: 600px;
  padding-right: clamp(8px, 2vw, 30px);
}
.constellation-copy .eyebrow { margin-bottom: clamp(18px, 2.5vh, 28px); }
.constellation-copy .manifesto-copy { padding: 0; }
.constellation-title {
  margin: 0;
  max-width: 620px;
  color: var(--ink);
  font-size: clamp(3.25rem, 5.45vw, 6.35rem);
  font-weight: 735;
  letter-spacing: -.067em;
  line-height: .91;
  text-wrap: balance;
}
.constellation-accent {
  margin-top: .14em;
  color: var(--blue);
  background: linear-gradient(104deg, #1769ff 3%, #338bff 50%, #24c5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.constellation-body {
  max-width: 500px;
  margin: clamp(20px, 3vh, 32px) 0 0;
  color: var(--muted);
  font-size: clamp(.9rem, 1.08vw, 1.08rem);
  line-height: 1.67;
}
.constellation-cta { margin-top: clamp(20px, 2.8vh, 30px); }
.constellation-visual {
  position: relative;
  align-self: center;
  height: min(61vh, 610px);
  min-height: 470px;
  overflow: visible;
  isolation: isolate;
}
.constellation-visual::before,
.constellation-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: min(92%, 740px);
  aspect-ratio: 1.85 / 1;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(23,105,255,.075);
  border-radius: 50%;
  pointer-events: none;
}
.constellation-visual::after {
  width: min(72%, 580px);
  opacity: .68;
}
.constellation-glow {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 50%;
  width: 76%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(calc(.88 + var(--constellation-progress) * .15));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,105,255,.12) 0%, rgba(96,185,255,.055) 36%, transparent 70%);
  filter: blur(6px);
  opacity: calc(.6 + var(--constellation-progress) * .4);
  transition: opacity .2s linear;
  pointer-events: none;
}
.constellation-canvas {
  position: absolute;
  inset: -7% -5% -8%;
  width: 110%;
  height: 115%;
  max-width: none;
  filter: saturate(1.06) contrast(1.02);
}
.constellation-canvas.three-fallback { opacity: 0; }
.constellation-core-label,
.constellation-node-label {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  will-change: left, top, opacity, transform;
  pointer-events: none;
}
.constellation-core-label {
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 7px rgba(4,33,100,.28);
}
.constellation-core-label strong {
  display: block;
  margin-top: 5px;
  font-size: 2.05rem;
  font-weight: 840;
  letter-spacing: -.05em;
  line-height: 1;
}
.constellation-core-label span {
  display: block;
  max-width: 78px;
  margin-top: 5px;
  font-size: .49rem;
  font-weight: 780;
  line-height: 1.16;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.constellation-labels { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.constellation-node-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px 7px 8px;
  border: 1px solid rgba(22,62,129,.1);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255,255,255,.82);
  box-shadow: 0 9px 28px rgba(13,47,106,.08), inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  font-size: .57rem;
  font-weight: 780;
  line-height: 1;
  letter-spacing: .035em;
  white-space: nowrap;
}
.constellation-node-label i {
  width: 17px;
  height: 17px;
  border-radius: 6px;
  background: linear-gradient(145deg, #4a9bff, #1769ff);
  box-shadow: 0 4px 10px rgba(23,105,255,.18);
}
.constellation-node-2 i { background: linear-gradient(145deg, #7eb2ff, #456af2); }
.constellation-node-3 i { background: linear-gradient(145deg, #f69bd5, #e657ae); }
.constellation-node-4 i { background: linear-gradient(145deg, #65dbc0, #1ba57d); }
.constellation-node-5 i { background: linear-gradient(145deg, #ffbe80, #f27d32); }
.constellation-node-6 i { background: linear-gradient(145deg, #b39aff, #7959e7); }
/* graceful static positions before Three.js initializes */
.constellation-node-1 { left: 28%; top: 19%; }
.constellation-node-2 { left: 76%; top: 20%; }
.constellation-node-3 { left: 86%; top: 52%; }
.constellation-node-4 { left: 72%; top: 80%; }
.constellation-node-5 { left: 33%; top: 82%; }
.constellation-node-6 { left: 15%; top: 53%; }
.constellation-scroll-hint {
  position: absolute;
  z-index: 6;
  bottom: 3%;
  left: 50%;
  width: 24px;
  height: 38px;
  transform: translateX(-50%);
  border: 1px solid rgba(11,36,79,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}
.constellation-scroll-hint span {
  position: absolute;
  top: 7px;
  left: 50%;
  width: 4px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--blue);
  animation: constellationScroll 1.8s ease-in-out infinite;
}
@keyframes constellationScroll { 60%,100% { transform: translate(-50%,16px); opacity: .08; } }
.constellation-phases {
  position: relative;
  z-index: 7;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.constellation-phase {
  position: relative;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  min-height: 108px;
  padding: 16px 17px;
  overflow: hidden;
  border: 1px solid rgba(13,31,66,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
  opacity: .47;
  transform: translateY(2px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), border-color .35s, background .35s, box-shadow .35s;
}
.constellation-phase::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -55px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(23,105,255,.11), transparent 70%);
  opacity: 0;
  transition: opacity .35s;
}
.constellation-phase.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(23,105,255,.2);
  background: rgba(248,252,255,.95);
  box-shadow: 0 14px 35px rgba(20,63,125,.07), inset 0 1px 0 #fff;
}
.constellation-phase.is-active::after { opacity: 1; }
.constellation-phase > span {
  color: var(--blue);
  font-size: .72rem;
  font-weight: 820;
  letter-spacing: .05em;
}
.constellation-phase strong {
  display: block;
  margin-bottom: 6px;
  color: var(--blue);
  font-size: .65rem;
  font-weight: 820;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.constellation-phase p {
  margin: 0;
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.45;
}
html[dir="rtl"] .constellation-copy { padding-right: 0; padding-left: clamp(8px, 2vw, 30px); }
html[dir="rtl"] .constellation-node-label { direction: rtl; padding-right: 8px; padding-left: 11px; }

@media (max-width: 1100px) {
  .constellation-section { height: 154svh; }
  .constellation-grid { grid-template-columns: minmax(330px,.82fr) minmax(0,1.18fr); gap: 12px; }
  .constellation-title { font-size: clamp(3rem, 5.6vw, 5.15rem); }
  .constellation-visual { height: min(55vh, 560px); }
  .constellation-node-label { font-size: .51rem; }
  .constellation-phase p { font-size: .62rem; }
}
@media (max-width: 980px), (max-height: 690px) {
  .constellation-section { height: auto; min-height: 0; padding: clamp(86px, 10vw, 120px) 0; overflow: hidden; }
  .constellation-sticky { position: static; height: auto; min-height: 0; overflow: visible; }
  .constellation-shell { display: block; height: auto; padding: 0; }
  .constellation-grid { grid-template-columns: 1fr; gap: 32px; }
  .constellation-copy { max-width: 760px; padding-right: 0; }
  .constellation-title { max-width: 820px; font-size: clamp(3.4rem, 9vw, 6.4rem); }
  .constellation-body { max-width: 680px; }
  .constellation-visual { width: min(900px, 100%); height: 570px; margin: 0 auto; }
  .constellation-phases { margin-top: 18px; }
  .constellation-scroll-hint { display: none; }
}
@media (max-width: 760px) {
  .constellation-section { padding: 78px 0 86px; }
  .constellation-title { font-size: clamp(3.1rem, 16vw, 5.2rem); }
  .constellation-body { font-size: .93rem; }
  .constellation-visual { height: 430px; margin-top: 10px; }
  .constellation-canvas { inset: -2% -18% -6%; width: 136%; height: 108%; }
  .constellation-core-label { width: 88px; height: 88px; }
  .constellation-core-label strong { font-size: 1.6rem; }
  .constellation-core-label span { font-size: .4rem; }
  .constellation-node-label { min-height: 28px; padding: 5px 8px 5px 6px; font-size: .46rem; }
  .constellation-node-label i { width: 13px; height: 13px; border-radius: 4px; }
  .constellation-phases { grid-template-columns: 1fr; gap: 8px; }
  .constellation-phase { min-height: auto; padding: 13px 14px; }
  .constellation-phase p { font-size: .65rem; }
}
@media (prefers-reduced-motion: reduce) {
  .constellation-section { height: auto; min-height: 0; padding: clamp(86px, 10vw, 120px) 0; }
  .constellation-sticky { position: static; height: auto; min-height: 0; overflow: visible; }
  .constellation-shell { height: auto; padding: 0; }
  .constellation-scroll-hint { display: none; }
  .constellation-phase { opacity: 1; transform: none; }
}
/* v1.5 core label doubles as a crisp accessible/fallback face over the WebGL core */
.constellation-core-label {
  width: 106px;
  height: 96px;
  border: 1px solid rgba(255,255,255,.78);
  clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);
  background: linear-gradient(145deg, rgba(64,151,255,.96), rgba(13,78,214,.98));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.68), 0 18px 45px rgba(23,105,255,.2);
}
.constellation-copy .manifesto-copy .constellation-title { color: var(--ink); }
.constellation-copy .manifesto-copy .constellation-accent {
  color: var(--blue);
  background: linear-gradient(104deg, #1769ff 3%, #338bff 50%, #24c5ed 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* v1.6 — premium orbital parallax constellation */
.constellation-section {
  height: 188svh;
  min-height: 1380px;
  padding: 0;
  overflow: clip;
  color: var(--ink);
  background:
    radial-gradient(ellipse at 73% 45%, rgba(72,153,255,.105) 0%, rgba(116,191,255,.045) 31%, transparent 61%),
    radial-gradient(ellipse at 70% 54%, rgba(141,107,255,.045) 0%, transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 54%, #ffffff 100%);
}
.constellation-section::before {
  opacity: .27;
  background-image:
    linear-gradient(rgba(23,105,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,105,255,.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: radial-gradient(ellipse at 72% 44%, #000 0%, rgba(0,0,0,.52) 38%, transparent 72%);
}
.constellation-sticky {
  position: sticky;
  top: var(--header-h);
  height: calc(100svh - var(--header-h));
  min-height: 700px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.constellation-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: clamp(14px, 2vh, 22px);
  height: 100%;
  padding: clamp(18px, 3vh, 34px) 0 clamp(14px, 2vh, 22px);
}
.constellation-grid {
  display: grid;
  grid-template-columns: minmax(440px, .90fr) minmax(0, 1.10fr);
  gap: clamp(24px, 3.2vw, 56px);
  align-items: center;
  min-height: 0;
}
.constellation-copy {
  max-width: 570px;
  padding-right: 0;
}
.constellation-copy .eyebrow {
  margin-bottom: clamp(16px, 2.2vh, 24px);
  color: #244268;
}
.constellation-copy .manifesto-copy { padding: 0; }
.constellation-title {
  max-width: 570px;
  font-size: clamp(3.5rem, 4.5vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.061em;
  font-weight: 745;
  text-wrap: balance;
}
.constellation-accent {
  margin-top: .10em;
  font-size: clamp(3.35rem, 4.3vw, 4.95rem);
  line-height: .97;
  background: linear-gradient(104deg, #1769ff 4%, #2f86ff 52%, #28b9ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.constellation-body {
  max-width: 500px;
  margin-top: clamp(18px, 2.5vh, 28px);
  font-size: clamp(.94rem, 1.02vw, 1.06rem);
  line-height: 1.66;
  color: #68758e;
}
.constellation-cta {
  margin-top: clamp(18px, 2.6vh, 27px);
  box-shadow: 0 14px 34px rgba(23,105,255,.16);
}
.constellation-visual {
  position: relative;
  width: 100%;
  height: min(58vh, 580px);
  min-height: 470px;
  align-self: center;
  overflow: visible;
  isolation: isolate;
}
.constellation-visual::before {
  width: min(96%, 780px);
  aspect-ratio: 1.78 / 1;
  border-color: rgba(23,105,255,.07);
  box-shadow: inset 0 0 60px rgba(23,105,255,.018);
}
.constellation-visual::after {
  width: min(70%, 580px);
  border-color: rgba(23,105,255,.06);
}
.constellation-glow {
  width: 72%;
  opacity: calc(.48 + var(--constellation-progress) * .22);
  filter: blur(10px);
  background: radial-gradient(circle, rgba(32,118,255,.095) 0%, rgba(67,164,255,.04) 38%, transparent 72%);
}
.constellation-canvas {
  inset: -5% -8% -6%;
  width: 116%;
  height: 111%;
  filter: saturate(1.04) contrast(1.015);
}
.constellation-core-label {
  width: 118px;
  height: 104px;
  border: 0;
  clip-path: none;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 2px 12px rgba(0,40,130,.22);
  color: #fff;
}
.constellation-core-label strong {
  margin: 0;
  font-size: 2.3rem;
  font-weight: 840;
  letter-spacing: -.055em;
}
.constellation-core-label span {
  margin-top: 5px;
  max-width: 86px;
  font-size: .48rem;
  line-height: 1.12;
  letter-spacing: .105em;
}
.constellation-labels { z-index: 8; }
.constellation-node-label {
  min-height: 36px;
  padding: 7px 12px 7px 8px;
  gap: 8px;
  border: 1px solid rgba(17,54,116,.10);
  border-radius: 12px;
  color: #0d1c38;
  background: rgba(255,255,255,.91);
  box-shadow: 0 12px 28px rgba(16,50,109,.085), inset 0 1px 0 rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
  font-size: .62rem;
  font-weight: 785;
  letter-spacing: .012em;
  transition: opacity .18s linear;
  transform: translate(16px, -50%);
}
.constellation-node-label[data-side="left"] {
  transform: translate(calc(-100% - 16px), -50%);
}
.constellation-node-label[data-side="right"] {
  transform: translate(16px, -50%);
}
.constellation-node-label i {
  width: 19px;
  height: 19px;
  border-radius: 6px;
  flex: 0 0 19px;
  box-shadow: 0 4px 11px rgba(23,105,255,.18), inset 0 1px 0 rgba(255,255,255,.55);
}
.constellation-scroll-hint {
  bottom: 1.5%;
  width: 22px;
  height: 35px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 20px rgba(20,53,104,.06);
}
.constellation-phases {
  gap: 12px;
}
.constellation-phase {
  min-height: 116px;
  padding: 17px 18px;
  grid-template-columns: 36px 1fr;
  border-radius: 17px;
  border-color: rgba(15,39,80,.085);
  background: rgba(255,255,255,.83);
  box-shadow: 0 8px 26px rgba(16,43,91,.035), inset 0 1px 0 rgba(255,255,255,.95);
  opacity: .58;
}
.constellation-phase.is-active {
  border-color: rgba(23,105,255,.18);
  background: rgba(252,254,255,.97);
  box-shadow: 0 15px 38px rgba(23,77,150,.075), inset 0 1px 0 #fff;
}
.constellation-phase > span {
  font-size: .78rem;
  font-weight: 840;
}
.constellation-phase strong {
  margin-bottom: 7px;
  font-size: .68rem;
}
.constellation-phase p {
  max-width: 280px;
  font-size: .70rem;
  line-height: 1.48;
}

@media (max-width: 1180px) {
  .constellation-grid { grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr); gap: 18px; }
  .constellation-title { font-size: clamp(3.2rem, 4.7vw, 4.75rem); }
  .constellation-accent { font-size: clamp(3.05rem, 4.55vw, 4.55rem); }
  .constellation-visual { height: min(55vh, 540px); }
  .constellation-node-label { font-size: .56rem; }
}
@media (max-width: 980px), (max-height: 720px) {
  .constellation-section { height: auto; min-height: 0; padding: clamp(88px, 10vw, 120px) 0; }
  .constellation-sticky { position: static; height: auto; min-height: 0; overflow: visible; }
  .constellation-shell { display: block; height: auto; padding: 0; }
  .constellation-grid { grid-template-columns: 1fr; gap: 34px; }
  .constellation-copy { max-width: 760px; }
  .constellation-title { max-width: 760px; font-size: clamp(3.2rem, 8vw, 5.8rem); }
  .constellation-accent { font-size: clamp(3rem, 7.8vw, 5.5rem); }
  .constellation-visual { width: min(880px, 100%); height: 560px; margin: 0 auto; }
  .constellation-phases { margin-top: 24px; }
  .constellation-scroll-hint { display: none; }
}
@media (max-width: 760px) {
  .constellation-section { padding: 78px 0 86px; }
  .constellation-title { font-size: clamp(3rem, 14vw, 4.9rem); }
  .constellation-accent { font-size: clamp(2.9rem, 13.4vw, 4.7rem); }
  .constellation-body { font-size: .93rem; }
  .constellation-visual { height: 430px; }
  .constellation-canvas { inset: 0 -20% -4%; width: 140%; height: 104%; }
  .constellation-node-label { min-height: 28px; padding: 5px 7px; font-size: .45rem; transform: translate(10px,-50%); }
  .constellation-node-label[data-side="left"] { transform: translate(calc(-100% - 10px), -50%); }
  .constellation-node-label[data-side="right"] { transform: translate(10px, -50%); }
  .constellation-node-label i { width: 13px; height: 13px; flex-basis: 13px; border-radius: 4px; }
  .constellation-core-label { width: 82px; height: 74px; }
  .constellation-core-label strong { font-size: 1.55rem; }
  .constellation-core-label span { font-size: .35rem; max-width: 62px; }
  .constellation-phases { grid-template-columns: 1fr; gap: 8px; }
  .constellation-phase { min-height: auto; padding: 13px 14px; }
}
/* v1.6 graceful no-WebGL fallback */
.constellation-canvas.three-fallback + .constellation-core-label {
  width: 108px;
  height: 96px;
  clip-path: polygon(25% 5%,75% 5%,100% 50%,75% 95%,25% 95%,0 50%);
  background: linear-gradient(145deg, #3b92ff, #1458df);
  box-shadow: 0 20px 48px rgba(23,105,255,.20), inset 0 1px 0 rgba(255,255,255,.65);
}
.constellation-canvas.three-fallback ~ .constellation-labels .constellation-node-label {
  opacity: 1 !important;
}

/* v1.7 — mobile-first responsive scrollytelling + constellation */
@media (max-width: 760px) {
  /* Constellation: keep the premium WebGL story, but make it a compact mobile scene
     that flows naturally instead of occupying a giant sticky track. */
  .constellation-section {
    height: auto;
    min-height: 0;
    padding: 68px 0 76px;
    overflow: hidden;
    background:
      radial-gradient(ellipse at 50% 55%, rgba(67,145,255,.105) 0%, rgba(88,176,255,.035) 38%, transparent 68%),
      linear-gradient(180deg,#fff 0%,#fbfdff 58%,#fff 100%);
  }
  .constellation-section::before {
    opacity: .18;
    background-size: 54px 54px;
    mask-image: radial-gradient(ellipse at 50% 58%,#000 0%,transparent 76%);
  }
  .constellation-sticky {
    position: static;
    top: auto;
    height: auto;
    min-height: 0;
    overflow: visible;
  }
  .constellation-shell { display: block; height: auto; padding: 0; }
  .constellation-grid { display: block; min-height: 0; }
  .constellation-copy { max-width: 100%; padding: 0; }
  .constellation-copy .eyebrow { margin-bottom: 15px; }
  .constellation-title {
    max-width: 11ch;
    font-size: clamp(2.8rem, 12.6vw, 4rem);
    line-height: .96;
    letter-spacing: -.058em;
  }
  .constellation-accent {
    max-width: 11ch;
    font-size: clamp(2.65rem, 11.9vw, 3.8rem);
    line-height: .96;
  }
  .constellation-body { max-width: 34rem; margin-top: 18px; font-size: .91rem; line-height: 1.62; }
  .constellation-cta { width: 100%; margin-top: 20px; }
  .constellation-cta.button { justify-content: center; }
  .constellation-visual {
    width: calc(100% + 12px);
    height: clamp(340px, 92vw, 410px);
    min-height: 0;
    margin: 26px -6px 0;
    overflow: hidden;
    border-radius: 26px;
    background: radial-gradient(circle at center,rgba(23,105,255,.045),transparent 62%);
  }
  .constellation-visual::before { width: 108%; aspect-ratio: 1.62/1; opacity: .7; }
  .constellation-visual::after { width: 78%; opacity: .5; }
  .constellation-glow { width: 84%; filter: blur(14px); }
  .constellation-canvas {
    inset: -3% -4% -4%;
    width: 108%;
    height: 108%;
    filter: saturate(1.02) contrast(1.01);
  }
  .constellation-core-label { width: 78px; height: 68px; }
  .constellation-core-label strong { font-size: 1.48rem; }
  .constellation-core-label span { max-width: 58px; font-size: .34rem; letter-spacing: .08em; }
  .constellation-node-label,
  .constellation-node-label[data-side="left"],
  .constellation-node-label[data-side="right"],
  .constellation-node-label[data-side="center"] {
    min-height: 25px;
    max-width: 112px;
    padding: 4px 7px 4px 5px;
    gap: 5px;
    border-radius: 9px;
    font-size: .43rem;
    line-height: 1;
    white-space: nowrap;
    transform: translate(-50%, 12px);
    box-shadow: 0 7px 18px rgba(14,47,101,.07), inset 0 1px 0 rgba(255,255,255,.95);
    backdrop-filter: blur(10px);
  }
  .constellation-node-label i { width: 12px; height: 12px; flex-basis: 12px; border-radius: 4px; }
  .constellation-scroll-hint { display: none; }
  .constellation-phases {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    margin-top: 14px;
  }
  .constellation-phase {
    display: block;
    min-height: 76px;
    padding: 10px 9px;
    border-radius: 13px;
    opacity: .62;
  }
  .constellation-phase > span { display: block; margin-bottom: 6px; font-size: .64rem; }
  .constellation-phase strong { margin: 0; font-size: .51rem; letter-spacing: .06em; }
  .constellation-phase p { display: none; }

  /* Workflow: on capable phones retain the six-beat pinned story, but collapse the
     step rail and fit the product preview inside one viewport. */
  .workflow-section { padding-bottom: 72px; }
  .workflow-intro { margin-bottom: 28px; }
  .workflow-intro .display-lg { font-size: clamp(3rem, 14.2vw, 4.45rem); }
  .workflow-intro-copy > p { font-size: .92rem; line-height: 1.58; }
  .workflow-intro-tags { margin-top: 15px; }
  .workflow-intro-tags span { padding: 6px 8px; font-size: .49rem; }
}

@media (max-width: 760px) and (min-height: 620px) and (prefers-reduced-motion: no-preference) {
  .workflow-section > .container { padding-bottom: 0; }
  .workflow-pin-track {
    position: relative;
    min-height: calc(100svh - var(--header-h));
  }
  .workflow-scrolly {
    position: sticky;
    top: var(--header-h);
    z-index: 6;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: calc(100svh - var(--header-h));
    min-height: 0;
    padding: 7px 0 9px;
    overflow: hidden;
    background: linear-gradient(180deg,rgba(248,252,255,.97),rgba(255,255,255,.985));
  }
  .workflow-steps {
    flex: 0 0 58px;
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 2px 1px 5px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .workflow-steps::-webkit-scrollbar { display: none; }
  .workflow-step {
    flex: 0 0 42px;
    width: 42px;
    min-height: 50px;
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(14,43,91,.09);
    border-radius: 12px;
    background: rgba(255,255,255,.8);
    opacity: .5;
    scroll-snap-align: none;
    transition: flex-basis .32s var(--ease), opacity .25s, border-color .25s, background .25s;
  }
  .workflow-step > span { display: block; margin: 0; font-size: .61rem; letter-spacing: .08em; }
  .workflow-step > div { display: none; min-width: 0; }
  .workflow-step.active {
    flex-basis: min(70vw, 274px);
    width: auto;
    grid-template-columns: 29px minmax(0,1fr);
    place-items: center stretch;
    gap: 8px;
    padding: 7px 10px;
    border-color: rgba(23,105,255,.19);
    background: linear-gradient(135deg,rgba(23,105,255,.075),rgba(74,194,255,.025));
    box-shadow: none;
    transform: none;
    opacity: 1;
  }
  .workflow-step.active::before {
    top: auto;
    right: 9px;
    bottom: -1px;
    left: 9px;
    width: auto;
    height: 2px;
  }
  .workflow-step.active > div { display: block; }
  .workflow-step.active > div > small { display: block; margin: 0 0 2px; font-size: .42rem; }
  .workflow-step.active h3 {
    overflow: hidden;
    margin: 0;
    font-size: .74rem;
    line-height: 1.16;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .workflow-step.active p { display: none; }

  .workflow-preview-wrap {
    position: static;
    top: auto;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .workflow-preview {
    flex: 1 1 auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
    border-radius: 18px;
  }
  .window-topbar { height: 32px; padding: 0 9px; font-size: .45rem; }
  .window-dots { gap: 3px; }
  .window-dots span { width: 5px; height: 5px; }
  .workflow-screen,
  .workflow-screen.active {
    height: calc(100% - 32px);
    min-height: 0;
    grid-template-columns: 1fr;
    overflow: hidden;
  }
  .preview-sidebar { display: none; }
  .preview-body {
    height: 100%;
    min-height: 0;
    padding: 13px 12px 11px;
    overflow: hidden;
  }
  .preview-body .micro-label { font-size: .48rem; }
  .preview-body h3 { margin: 4px 0 12px; font-size: clamp(1.38rem, 6.3vw, 1.8rem); line-height: 1.02; }
  .form-grid-preview { grid-template-columns: 1fr 1fr; gap: 6px; }
  .form-grid-preview label { padding: 7px 8px; border-radius: 8px; font-size: .47rem; }
  .form-grid-preview label strong { margin-top: 3px; font-size: .59rem; }
  .preview-button { margin-top: 9px; padding: 8px 11px; font-size: .55rem; }
  .upload-zone { min-height: 94px; margin-bottom: 5px; padding: 10px; border-radius: 10px; }
  .upload-icon { width: 28px; height: 28px; margin-bottom: 5px; border-radius: 8px; }
  .upload-zone strong { font-size: .66rem; }
  .upload-zone span { font-size: .5rem; }
  .file-row { grid-template-columns: 27px 1fr auto; gap: 7px; padding: 7px 5px; }
  .file-row i { width: 25px; height: 25px; border-radius: 7px; font-size: .48rem; }
  .file-row strong { font-size: .57rem; }
  .file-row span,.file-row b { font-size: .45rem; }
  .team-picker { grid-template-columns: 1fr 1fr; gap: 6px; }
  .team-picker button { grid-template-columns: 30px 1fr auto; gap: 6px; padding: 7px; border-radius: 9px; }
  .team-picker span { width: 30px; height: 30px; border-radius: 9px; font-size: .47rem; }
  .team-picker strong { font-size: .56rem; }
  .team-picker small { font-size: .43rem; }
  .team-picker i { width: 16px; height: 16px; font-size: .46rem; }
  .large-prompt { border-radius: 12px; box-shadow: 0 12px 28px rgba(23,105,255,.055); }
  .large-prompt > p { min-height: 86px; padding: 12px; font-size: .65rem; line-height: 1.42; }
  .large-prompt > div { padding: 8px 9px; }
  .large-prompt > div span,.large-prompt button { font-size: .48rem; }
  .goal-output { gap: 5px; margin-top: 8px; }
  .goal-output span { padding: 5px 7px; font-size: .46rem; }
  .activity-feed > div { grid-template-columns: 31px 1fr; gap: 7px; padding: 8px 0; }
  .activity-feed span { width: 31px; height: 31px; border-radius: 9px; font-size: .45rem; }
  .activity-feed p { font-size: .56rem; line-height: 1.3; }
  .activity-feed time { display: none; }
  .review-screen { justify-content: center; padding-top: 8px; }
  .review-check { width: 48px; height: 48px; margin-bottom: 12px; font-size: 1rem; }
  .review-screen h3 { margin: 4px 0 10px; font-size: clamp(1.55rem, 7.5vw, 2.1rem); }
  .review-screen > p:not(.micro-label) { margin: 0; font-size: .62rem; line-height: 1.45; }
  .review-actions { width: 100%; gap: 6px; margin-top: 12px; }
  .review-actions button { flex: 1; padding: 8px 7px; font-size: .49rem; }
  .workflow-caption {
    flex: 0 0 auto;
    min-height: 38px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 1px 0;
  }
  .workflow-caption > div:first-child { display: flex; align-items: center; gap: 8px; min-width: 0; }
  .workflow-caption p { overflow: hidden; margin: 0; font-size: .48rem; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
  .workflow-caption span { flex: 0 0 auto; font-size: .5rem; }
  .workflow-nav { gap: 5px; }
  .workflow-nav button { width: 29px; height: 29px; font-size: .65rem; }
}

@media (max-width: 390px) and (min-height: 620px) and (prefers-reduced-motion: no-preference) {
  .workflow-step.active { flex-basis: 72vw; }
  .workflow-preview { border-radius: 15px; }
  .preview-body { padding: 10px 9px 8px; }
  .preview-body h3 { margin-bottom: 9px; font-size: 1.35rem; }
  .form-grid-preview label.wide { display: none; }
  .team-picker strong { font-size: .52rem; }
  .review-actions { flex-direction: column; }
  .constellation-visual { height: 350px; }
  .constellation-node-label { max-width: 96px; font-size: .39rem; }
}

@media (max-width: 760px) and (max-height: 619px), (prefers-reduced-motion: reduce) and (max-width: 760px) {
  /* Short screens and reduced-motion users get normal-flow workflow content. */
  .workflow-pin-track { height: auto !important; }
}

/* v1.8 — constellation layout stability: no overlap, cleaner desktop/mobile spacing */
.constellation-section {
  height: auto !important;
  min-height: 0 !important;
  padding: clamp(96px, 8vw, 138px) 0 clamp(92px, 7vw, 124px) !important;
  overflow: hidden !important;
}
.constellation-sticky {
  position: relative !important;
  top: auto !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  display: block !important;
}
.constellation-shell {
  display: block !important;
  height: auto !important;
  padding: 0 !important;
}
.constellation-grid {
  grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr) !important;
  gap: clamp(34px, 4.6vw, 74px) !important;
  align-items: center !important;
  min-height: 590px !important;
}
.constellation-copy {
  align-self: center !important;
  max-width: 560px !important;
  padding: 0 !important;
}
.constellation-copy .eyebrow { margin-bottom: 20px !important; }
.constellation-title {
  max-width: 11ch !important;
  font-size: clamp(3.2rem, 4.25vw, 4.65rem) !important;
  line-height: .95 !important;
}
.constellation-accent {
  max-width: 11ch !important;
  font-size: clamp(3.05rem, 4.05vw, 4.42rem) !important;
  line-height: .95 !important;
}
.constellation-body {
  max-width: 500px !important;
  margin-top: 22px !important;
}
.constellation-cta { margin-top: 22px !important; }
.constellation-visual {
  height: clamp(500px, 48vw, 610px) !important;
  min-height: 500px !important;
  margin: 0 !important;
  overflow: visible !important;
}
.constellation-canvas {
  inset: -3% -5% -4% !important;
  width: 110% !important;
  height: 107% !important;
}
.constellation-scroll-hint { display: none !important; }
.constellation-phases {
  position: relative !important;
  z-index: 10 !important;
  margin-top: clamp(38px, 4vw, 58px) !important;
  gap: 14px !important;
}
.constellation-phase {
  min-height: 108px !important;
  padding: 17px 18px !important;
}

@media (min-width: 761px) and (max-height: 900px) {
  .constellation-section { padding-top: 82px !important; padding-bottom: 88px !important; }
  .constellation-grid { min-height: 520px !important; }
  .constellation-title { font-size: clamp(3rem, 4vw, 4.1rem) !important; }
  .constellation-accent { font-size: clamp(2.9rem, 3.85vw, 3.95rem) !important; }
  .constellation-body { margin-top: 18px !important; font-size: .95rem !important; line-height: 1.56 !important; }
  .constellation-cta { margin-top: 18px !important; }
  .constellation-visual { height: 520px !important; min-height: 520px !important; }
  .constellation-phases { margin-top: 30px !important; }
  .constellation-phase { min-height: 92px !important; padding: 14px 15px !important; }
  .constellation-phase p { font-size: .64rem !important; line-height: 1.42 !important; }
}

@media (max-width: 1080px) {
  .constellation-grid {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr) !important;
    gap: 26px !important;
    min-height: 540px !important;
  }
  .constellation-title { font-size: clamp(3rem, 5vw, 4.15rem) !important; }
  .constellation-accent { font-size: clamp(2.85rem, 4.8vw, 4rem) !important; }
  .constellation-visual { height: 520px !important; min-height: 500px !important; }
}

@media (max-width: 900px) {
  .constellation-section { padding: 84px 0 96px !important; }
  .constellation-grid { display: block !important; min-height: 0 !important; }
  .constellation-copy { max-width: 720px !important; margin: 0 auto !important; }
  .constellation-title,
  .constellation-accent { max-width: 12ch !important; }
  .constellation-title { font-size: clamp(3.1rem, 8.5vw, 5rem) !important; }
  .constellation-accent { font-size: clamp(2.95rem, 8.1vw, 4.8rem) !important; }
  .constellation-body { max-width: 620px !important; }
  .constellation-visual {
    width: min(820px, 100%) !important;
    height: 520px !important;
    min-height: 0 !important;
    margin: 40px auto 0 !important;
  }
  .constellation-phases { margin-top: 38px !important; }
}

@media (max-width: 760px) {
  .constellation-section { padding: 70px 0 82px !important; }
  .constellation-copy { max-width: 100% !important; }
  .constellation-copy .eyebrow { margin-bottom: 14px !important; }
  .constellation-title {
    max-width: 10.5ch !important;
    font-size: clamp(2.65rem, 11.8vw, 3.65rem) !important;
    line-height: .96 !important;
  }
  .constellation-accent {
    max-width: 10.8ch !important;
    font-size: clamp(2.5rem, 11.2vw, 3.48rem) !important;
    line-height: .96 !important;
  }
  .constellation-body {
    max-width: 31rem !important;
    margin-top: 17px !important;
    font-size: .9rem !important;
    line-height: 1.58 !important;
  }
  .constellation-cta { width: 100% !important; margin-top: 19px !important; justify-content: center !important; }
  .constellation-visual {
    width: 100% !important;
    height: clamp(320px, 84vw, 380px) !important;
    min-height: 0 !important;
    margin: 30px 0 0 !important;
    overflow: hidden !important;
    border-radius: 24px !important;
    background: radial-gradient(circle at 50% 50%, rgba(23,105,255,.05), transparent 64%) !important;
  }
  .constellation-canvas {
    inset: -2% -6% -3% !important;
    width: 112% !important;
    height: 105% !important;
  }
  .constellation-core-label { width: 72px !important; height: 64px !important; }
  .constellation-core-label strong { font-size: 1.35rem !important; }
  .constellation-core-label span { max-width: 54px !important; font-size: .31rem !important; }
  .constellation-node-label,
  .constellation-node-label[data-side="left"],
  .constellation-node-label[data-side="right"],
  .constellation-node-label[data-side="center"] {
    min-height: 23px !important;
    max-width: 98px !important;
    padding: 4px 6px 4px 5px !important;
    gap: 4px !important;
    border-radius: 8px !important;
    font-size: .39rem !important;
    transform: translate(-50%, 10px) !important;
  }
  .constellation-node-label i { width: 10px !important; height: 10px !important; flex-basis: 10px !important; }
  .constellation-phases {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-top: 28px !important;
  }
  .constellation-phase {
    display: grid !important;
    grid-template-columns: 34px 1fr !important;
    min-height: 0 !important;
    padding: 14px 15px !important;
    border-radius: 15px !important;
    opacity: .72 !important;
  }
  .constellation-phase.is-active { opacity: 1 !important; }
  .constellation-phase > span { margin: 0 !important; font-size: .67rem !important; }
  .constellation-phase strong { display: block !important; margin: 0 0 4px !important; font-size: .56rem !important; }
  .constellation-phase p { display: block !important; margin: 0 !important; font-size: .62rem !important; line-height: 1.42 !important; }
}

@media (max-width: 520px) {
  .constellation-visual { height: clamp(300px, 78vw, 340px) !important; }
  .constellation-node-label { display: none !important; }
  .constellation-core-label { width: 68px !important; height: 60px !important; }
  .constellation-title { font-size: clamp(2.45rem, 11.2vw, 3.15rem) !important; }
  .constellation-accent { font-size: clamp(2.3rem, 10.7vw, 3rem) !important; }
}


/* v1.9 dual light/dark theme */
html { color-scheme: light; }
html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #f4f7ff;
  --ink-2: #dfe6f5;
  --ink-3: #b3bfd5;
  --muted: #8d99b2;
  --line: rgba(166,185,224,.14);
  --line-strong: rgba(166,185,224,.24);
  --paper: #050915;
  --paper-blue: #080f20;
  --paper-cyan: #071421;
  --navy: #020611;
  --navy-2: #071027;
  --shadow-sm: 0 8px 28px rgba(0,0,0,.24);
  --shadow-md: 0 28px 80px rgba(0,0,0,.34);
  --shadow-lg: 0 45px 120px rgba(0,0,0,.48);
}
html[data-theme="dark"] body { background: var(--paper); color: var(--ink); }
body,
.site-header,
.mobile-menu,
.product-window,
.specialist-card,
.workflow-preview,
.ask-shell,
.case-study,
.pricing-card,
.team-card,
.support-card,
.constellation-section { transition: background-color .42s var(--ease), background .42s var(--ease), color .32s var(--ease), border-color .32s var(--ease), box-shadow .32s var(--ease); }
html[data-theme="dark"] ::selection { background: rgba(92,122,255,.34); color: #fff; }
html[data-theme="dark"] .text-gradient,
html[data-theme="dark"] .constellation-accent {
  background-image: linear-gradient(100deg,#58a6ff 2%,#7d6dff 55%,#b55cff 100%);
}

/* Header theme control */
.theme-toggle {
  --toggle-w: 64px;
  position: relative;
  flex: 0 0 auto;
  width: var(--toggle-w);
  height: 36px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-3);
  background: rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
  transition: border-color var(--normal), background var(--normal), color var(--normal), box-shadow var(--normal);
}
.theme-toggle:hover { border-color: rgba(23,105,255,.30); }
.theme-toggle-track { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; justify-items: center; padding: 0 5px; }
.theme-toggle svg { position: relative; z-index: 2; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: color var(--normal), opacity var(--normal); }
.theme-toggle i { position: absolute; z-index: 1; top: 3px; left: 3px; width: 28px; height: 28px; border-radius: 50%; background: #fff; box-shadow: 0 4px 14px rgba(14,42,92,.14); transition: transform .42s var(--ease-out), background var(--normal), box-shadow var(--normal); }
.theme-toggle .theme-sun { color: #f6a623; }
.theme-toggle .theme-moon { color: #6f7a91; }
html[data-theme="dark"] .theme-toggle { color: #b9c4db; background: rgba(11,18,37,.86); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
html[data-theme="dark"] .theme-toggle i { transform: translateX(28px); background: #17213c; box-shadow: 0 6px 18px rgba(0,0,0,.34), 0 0 0 1px rgba(112,137,255,.12); }
html[data-theme="dark"] .theme-toggle .theme-sun { color: #647087; opacity: .7; }
html[data-theme="dark"] .theme-toggle .theme-moon { color: #9d8bff; }
.mobile-theme-row { display: none; }

/* Dark surfaces */
html[data-theme="dark"] .site-header.scrolled { border-color: rgba(158,178,220,.11); background: rgba(5,9,21,.82); box-shadow: 0 10px 36px rgba(0,0,0,.28); }
html[data-theme="dark"] .mobile-menu { background: rgba(5,9,21,.985); }
html[data-theme="dark"] .language-switcher select,
html[data-theme="dark"] .mobile-language-switcher select { color: var(--ink-2); background: rgba(12,19,39,.9); }
html[data-theme="dark"] .hero {
  background:
    radial-gradient(circle at 72% 32%,rgba(74,112,255,.15),transparent 30%),
    radial-gradient(circle at 26% 24%,rgba(88,84,255,.08),transparent 27%),
    linear-gradient(180deg,#050915 0%,#070d1c 72%,#050915 100%);
}
html[data-theme="dark"] .hero-grid-bg { opacity: .34; }
html[data-theme="dark"] .hero-grid-bg::before { background: radial-gradient(circle at 68% 42%,rgba(84,120,255,.13),transparent 32%),radial-gradient(circle at 26% 20%,rgba(105,81,255,.08),transparent 28%); }
html[data-theme="dark"] .avatar-stack span { border-color: #09101f; }
html[data-theme="dark"] .button-ghost { color: var(--ink); background: rgba(12,19,39,.72); }
html[data-theme="dark"] .button-ghost:hover { background: #101a32; }
html[data-theme="dark"] .button-light { color: #08142f; }
html[data-theme="dark"] .icon-button { color: var(--muted); background: rgba(12,19,39,.82); }
html[data-theme="dark"] .icon-button:hover { color: #fff; background: #111c35; }

html[data-theme="dark"] .product-window,
html[data-theme="dark"] .agent-map-card,
html[data-theme="dark"] .task-card,
html[data-theme="dark"] .specialist-card,
html[data-theme="dark"] .drawer-panel,
html[data-theme="dark"] .prompt-box,
html[data-theme="dark"] .workflow-preview,
html[data-theme="dark"] .team-picker button,
html[data-theme="dark"] .large-prompt,
html[data-theme="dark"] .ask-shell,
html[data-theme="dark"] .ask-input-wrap,
html[data-theme="dark"] .processing-log div,
html[data-theme="dark"] .case-study,
html[data-theme="dark"] .pricing-card,
html[data-theme="dark"] .team-card,
html[data-theme="dark"] .legal-shell {
  background: rgba(10,17,35,.92);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
}
html[data-theme="dark"] .window-topbar,
html[data-theme="dark"] .preview-sidebar,
html[data-theme="dark"] .product-sidebar { background: rgba(8,15,31,.96); color: var(--muted); }
html[data-theme="dark"] .context-panel { background: linear-gradient(180deg,rgba(9,16,34,.96),rgba(7,14,29,.92)); }
html[data-theme="dark"] .context-files span,
html[data-theme="dark"] .floating-chip { color: var(--ink-3); background: rgba(12,20,41,.88); }
html[data-theme="dark"] .agent-node > span { border-color: #0a1123; }
html[data-theme="dark"] .agent-node small { color: var(--muted); }
html[data-theme="dark"] .task-list li > span { border-color: #52607a; }

html[data-theme="dark"] .builder-strip,
html[data-theme="dark"] .problem-section,
html[data-theme="dark"] .specialists-section,
html[data-theme="dark"] .use-cases-section,
html[data-theme="dark"] .ask-section,
html[data-theme="dark"] .comparison-section,
html[data-theme="dark"] .origin-section,
html[data-theme="dark"] .faq-section,
html[data-theme="dark"] .human-support-section { background: var(--paper); }
html[data-theme="dark"] .marquee-track span { color: #8490aa; }
html[data-theme="dark"] .compare-before { background: #090f1e; }
html[data-theme="dark"] .compare-after { background: linear-gradient(145deg,#0a1428,#0a1730); border-color: rgba(90,130,255,.25); box-shadow: 0 28px 74px rgba(0,0,0,.22); }
html[data-theme="dark"] .compare-label span { background: rgba(183,199,232,.08); }
html[data-theme="dark"] .people-cloud::before { background: radial-gradient(circle,rgba(74,112,255,.11),transparent 70%); }
html[data-theme="dark"] .people-cloud span { color: #a7b2c9; background: rgba(15,24,48,.88); border-color: rgba(170,190,232,.13); box-shadow: 0 10px 26px rgba(0,0,0,.20); }
html[data-theme="dark"] .people-cloud span:nth-child(12) { color: #fff; background: #44516a; }
html[data-theme="dark"] .compare-transition i { background: #0b1428; }
html[data-theme="dark"] .after-orbit span { border-color: #09101f; }

html[data-theme="dark"] .convergence-section,
html[data-theme="dark"] .projects-section,
html[data-theme="dark"] .case-study-section { background: var(--paper-blue); }
html[data-theme="dark"] .convergence-stage { background: rgba(8,15,31,.82); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
html[data-theme="dark"] .tool-pill,
html[data-theme="dark"] .convergence-core,
html[data-theme="dark"] .convergence-message { background: rgba(12,20,41,.91); }
html[data-theme="dark"] .convergence-core small { color: var(--muted); }

html[data-theme="dark"] .drawer-output { background: rgba(23,105,255,.08); }
html[data-theme="dark"] .prompt-box kbd { background: #111b32; }
html[data-theme="dark"] .workflow-section { background: linear-gradient(180deg,#080f20,#050915); }
html[data-theme="dark"] .workflow-scrolly { background: transparent; }
html[data-theme="dark"] .workflow-step.active { background: linear-gradient(135deg,rgba(64,105,255,.14),rgba(94,66,255,.06)); }
html[data-theme="dark"] .workflow-nav button { background: #0b1428; }
html[data-theme="dark"] .large-prompt > div { background: #081021; }

html[data-theme="dark"] .tabs,
html[data-theme="dark"] .tab-panel,
html[data-theme="dark"] .usecase-ui,
html[data-theme="dark"] .usecase-prompt,
html[data-theme="dark"] .usecase-output { border-color: var(--line); }
html[data-theme="dark"] .ask-suggestions { background: #081021; }
html[data-theme="dark"] .ask-suggestions button { color: var(--ink-3); background: #0d162b; }
html[data-theme="dark"] .ask-output { background: linear-gradient(180deg,#080f20,#070d1b); }
html[data-theme="dark"] .processing-log div.complete { color: #53d9ac; }

html[data-theme="dark"] .project-card-real .project-info { background: #081021; }
html[data-theme="dark"] .comparison-row > div:first-child { background: #080f1d; }
html[data-theme="dark"] .comparison-row > div:last-child { color: var(--ink); background: #0b1325; }
html[data-theme="dark"] .comparison-head > div { color: var(--ink) !important; background: #0e182d !important; }
html[data-theme="dark"] .comparison-row span { color: #aab5c9; background: #1a2438; }
html[data-theme="dark"] .memory-section { background: linear-gradient(145deg,#07101f,#0a1428); }
html[data-theme="dark"] .origin-art,
html[data-theme="dark"] .team-portrait { background: linear-gradient(145deg,#0c1730,#0a1124); }
html[data-theme="dark"] .origin-center,
html[data-theme="dark"] .origin-node { background: rgba(12,20,41,.92); }
html[data-theme="dark"] .team-portrait span { border-color: rgba(8,15,31,.75); }
html[data-theme="dark"] .support-card { background: linear-gradient(145deg,#0b1730,#0b1226); }
html[data-theme="dark"] .pricing-section { background: var(--paper-blue); }
html[data-theme="dark"] .pricing-card { box-shadow: 0 35px 90px rgba(0,0,0,.30); }

/* The constellation becomes the signature dark-theme moment. */
html[data-theme="dark"] .constellation-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 71% 40%,rgba(89,79,255,.17),transparent 27%),
    radial-gradient(circle at 61% 51%,rgba(33,138,255,.11),transparent 34%),
    linear-gradient(180deg,#050915 0%,#070d1b 50%,#050915 100%);
}
html[data-theme="dark"] .constellation-section::before { opacity: .28; background-image: linear-gradient(rgba(100,128,255,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(100,128,255,.065) 1px,transparent 1px); }
html[data-theme="dark"] .constellation-title { color: var(--ink); }
html[data-theme="dark"] .constellation-body { color: var(--muted); }
html[data-theme="dark"] .constellation-visual { background: radial-gradient(circle at center,rgba(67,90,255,.08),transparent 64%); }
html[data-theme="dark"] .constellation-visual::before,
html[data-theme="dark"] .constellation-visual::after { border-color: rgba(116,122,255,.16); }
html[data-theme="dark"] .constellation-glow { background: radial-gradient(circle,rgba(75,103,255,.22),rgba(112,79,255,.10) 36%,transparent 70%); }
html[data-theme="dark"] .constellation-node-label { color: #e9edff; border-color: rgba(145,163,235,.18); background: rgba(8,14,31,.74); box-shadow: 0 10px 30px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.06); }
html[data-theme="dark"] .constellation-phase { border-color: rgba(151,169,226,.15); background: linear-gradient(145deg,rgba(9,16,33,.9),rgba(11,17,36,.76)); box-shadow: 0 14px 36px rgba(0,0,0,.20); }
html[data-theme="dark"] .constellation-phase.is-active { border-color: rgba(103,112,255,.46); background: linear-gradient(145deg,rgba(56,76,196,.16),rgba(18,26,60,.82)); }

/* Forms and overlays */
html[data-theme="dark"] .lead-panel { background: #081021; }
html[data-theme="dark"] .lead-form-wrap input,
html[data-theme="dark"] .lead-form-wrap select,
html[data-theme="dark"] .lead-form-wrap textarea { color: var(--ink); background: #0b1428; }
html[data-theme="dark"] .human-check { background: linear-gradient(135deg,rgba(40,82,190,.12),rgba(86,65,190,.06)); }
html[data-theme="dark"] .form-legal,
html[data-theme="dark"] .consent span { color: var(--muted); }

/* Legal pages inherit the active preference. */
html[data-theme="dark"] .legal-page { background: var(--paper-blue); }
html[data-theme="dark"] .legal-header { background: rgba(5,9,21,.88); }
html[data-theme="dark"] .error-page { background: radial-gradient(circle at center,#101b35,#050915 62%); }

/* Dark mode keeps already-dark cinematic sections rich, not crushed. */
html[data-theme="dark"] .dark-section,
html[data-theme="dark"] .manifesto-section,
html[data-theme="dark"] .principle-section,
html[data-theme="dark"] .final-cta,
html[data-theme="dark"] .site-footer { color: #fff; }

@media (max-width: 1100px) {
  .theme-toggle { width: 58px; }
  .theme-toggle i { width: 26px; height: 26px; top: 4px; }
  html[data-theme="dark"] .theme-toggle i { transform: translateX(24px); }
}
@media (max-width: 760px) {
  .nav-actions > .theme-toggle { display: none; }
  .mobile-theme-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }
  .mobile-theme-row .theme-toggle { display: inline-block; }
  html[data-theme="dark"] .workflow-scrolly { background: linear-gradient(180deg,rgba(7,13,29,.98),rgba(5,9,21,.99)); }
  html[data-theme="dark"] .workflow-step { background: rgba(11,19,38,.82); }
  html[data-theme="dark"] .constellation-section { background: radial-gradient(ellipse at 50% 55%,rgba(74,91,255,.15),rgba(49,72,170,.04) 38%,transparent 68%),linear-gradient(180deg,#050915,#070d1a 58%,#050915); }
}
