:root{--background:#fff;--foreground:#0d0d0d;--card:#fff;--muted:#f4f4f5;--muted-foreground:#6b7280;--border:#e5e7eb;--accent:#f4f4f5;--destructive:#ef4444;--font-inter:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-manrope:var(--font-inter)}@media (prefers-color-scheme:dark){:root{--background:#1a1a1a;--foreground:#ececec;--card:#232323;--muted:#2a2a2a;--muted-foreground:#9ca3af;--border:#383838;--accent:#2f2f2f;--destructive:#f87171}}*{box-sizing:border-box}body,html{height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:var(--font-inter);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.page{height:100vh;display:flex;flex-direction:column}.copilot-body{flex:1 1 auto;min-height:0}@keyframes route-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.route-enter{animation:route-enter .28s cubic-bezier(.16,1,.3,1)}@media (prefers-reduced-motion:reduce){.route-enter{animation:none}}.demo-hdr{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid var(--border)}.demo-hdr__brand{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.demo-hdr__logo{width:24px;height:24px;border-radius:6px;object-fit:contain;display:inline-block}.demo-hdr__case{color:var(--muted-foreground);font-size:14px;padding-left:16px;border-left:1px solid var(--border)}.demo-hdr__actions{margin-left:auto;display:inline-flex;align-items:center;gap:6px}.demo-hdr__link{background:transparent;border:0;font:inherit;font-size:14px;color:var(--muted-foreground);padding:6px 10px;border-radius:8px;cursor:pointer}.demo-hdr__link:hover{color:var(--foreground);background:var(--muted)}.demo-hdr__back{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:500;color:var(--foreground);border:1px solid var(--border);border-radius:999px;padding:7px 14px;background:var(--card);transition:border-color .14s ease,background .14s ease}.demo-hdr__back:hover{border-color:var(--foreground);background:var(--muted)}.explore{flex:1 1 auto;overflow-y:auto;width:100%;padding:56px 24px;text-align:center}.explore__inner{max-width:1000px;margin:0 auto}.explore__title{margin:0;font-size:clamp(26px,3.4vw,36px);font-weight:600;letter-spacing:-.02em}.explore__sub{margin:12px 0 44px;color:var(--muted-foreground);font-size:16px}.explore__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media (max-width:720px){.explore__grid{grid-template-columns:1fr}}.usecase-card{display:flex;flex-direction:column;text-align:left;border:1px solid var(--border);border-radius:22px;background:var(--card);overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.usecase-card:hover{border-color:var(--foreground);box-shadow:0 14px 40px rgba(0,0,0,.1);transform:translateY(-3px)}.usecase-card__art{width:100%;height:208px;display:flex;align-items:center;justify-content:center;background:#eaf1ff;border-bottom:1px solid var(--border);overflow:hidden}.usecase-card__art svg{max-width:70%;height:auto}.usecase-card__body{display:flex;flex-direction:column;flex:1 1 auto;padding:22px 24px 24px}.usecase-card__label{font-size:20px;font-weight:600;letter-spacing:-.015em}.usecase-card__tagline{margin-top:9px;color:var(--muted-foreground);font-size:14.5px;line-height:1.55;flex:1 1 auto}.usecase-card__cta{margin-top:18px;font-size:14.5px;font-weight:600;display:inline-flex;align-items:center;gap:7px;color:var(--foreground)}.usecase-card__cta span{transition:transform .16s ease}.usecase-card:hover .usecase-card__cta span{transform:translateX(4px)}.app-blurred{height:100vh;overflow:hidden;filter:blur(5px) saturate(.92);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.login-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.34);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:login-fade .2s ease}@keyframes login-fade{0%{opacity:0}to{opacity:1}}.login-modal{width:100%;max-width:380px;background:var(--background);border:1px solid var(--border);border-radius:20px;padding:28px 28px 22px;box-shadow:0 24px 64px rgba(0,0,0,.3);animation:login-pop .24s cubic-bezier(.16,1,.3,1)}@keyframes login-pop{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.login-modal,.login-overlay{animation:none}}.login__brand{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:17px;margin-bottom:18px}.login__brand .login__logo{width:26px;height:26px;border-radius:7px;object-fit:contain;display:inline-block}.login__title{margin:0 0 6px;font-size:20px;font-weight:600}.login__subtitle{margin:0 0 22px;color:var(--muted-foreground);font-size:14px}.login__sso{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:11px 16px;margin-bottom:10px;border:1px solid var(--border);border-radius:10px;background:#0f172a;color:#fff;font:inherit;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .14s ease}.login__sso:hover{opacity:.92}.login__divider{display:flex;align-items:center;text-align:center;color:var(--muted-foreground);font-size:11px;letter-spacing:.05em;margin:18px 0}.login__divider:after,.login__divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.login__divider span{padding:0 12px}.login__input{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:10px;font:inherit;font-size:14px;margin-bottom:10px;background:var(--card);color:var(--foreground)}.login__input:focus{outline:none;border-color:var(--foreground)}.login__continue{width:100%;padding:11px 16px;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--foreground);font:inherit;font-size:14px;font-weight:500;cursor:pointer}.login__continue:hover{background:var(--muted)}.login__continue:disabled{opacity:.5;cursor:not-allowed;background:var(--card)}.login__error{margin:-4px 0 10px;color:#dc2626;font-size:12.5px}.login__callout{display:flex;gap:11px;align-items:flex-start;margin:2px 0 16px;padding:13px 14px;border:1px solid color-mix(in srgb,#dc2626 42%,transparent);background:color-mix(in srgb,#dc2626 9%,var(--card));border-radius:14px;text-align:left;box-shadow:0 1px 2px color-mix(in srgb,#dc2626 14%,transparent);animation:callout-in .22s ease-out both}@keyframes callout-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.login__callout-icon{flex:none;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:color-mix(in srgb,#dc2626 16%,transparent);color:#dc2626}.login__callout-text{min-width:0;padding-top:1px}.login__callout-title{margin:0 0 2px;font-size:13.5px;font-weight:700;letter-spacing:-.01em;color:#b91c1c}.login__callout-body{margin:0;font-size:12.5px;line-height:1.5;color:var(--foreground)}.login__callout-email{font-weight:700;word-break:break-all}@media (prefers-reduced-motion:reduce){.login__callout{animation:none}}@media (prefers-color-scheme:dark){.login__callout{border-color:color-mix(in srgb,#ef4444 45%,transparent);background:color-mix(in srgb,#ef4444 15%,var(--card));box-shadow:none}.login__callout-icon{color:#fca5a5;background:color-mix(in srgb,#ef4444 26%,transparent)}.login__callout-title{color:#fca5a5}.login__callout-body{color:var(--foreground)}}.login__sent-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin:4px 0 16px;border-radius:999px;background:color-mix(in srgb,var(--foreground) 8%,transparent);color:var(--foreground)}.login__sent-title{margin-bottom:8px}.login__sent-subtitle{margin-bottom:20px;line-height:1.5}.login__sent-email{color:var(--foreground);font-weight:600}.login__sent-hint{margin:-8px 0 4px;color:var(--muted-foreground);font-size:12px;line-height:1.5}.login__linkbtn{width:100%;margin-top:12px;padding:8px;border:none;background:none;color:var(--muted-foreground);font:inherit;font-size:13px;cursor:pointer}.login__linkbtn:hover{color:var(--foreground)}.login__legal{margin-top:22px;color:var(--muted-foreground);font-size:11px;line-height:1.45;text-align:center}.login__legal-link{color:var(--foreground);text-decoration:underline;text-underline-offset:2px}.login__privacy{margin-top:10px;font-size:11.5px;color:var(--muted-foreground)}.login__privacy>summary{cursor:pointer;text-align:center;list-style:none;color:var(--muted-foreground);padding:4px 0}.login__privacy>summary::-webkit-details-marker{display:none}.login__privacy>summary:after{content:" ▾";opacity:.7}.login__privacy[open]>summary:after{content:" ▴"}.login__privacy>summary:hover{color:var(--foreground)}.login__privacy-body{margin-top:8px;text-align:left;line-height:1.55}.login__privacy-body p{margin:0 0 8px}.login__privacy-body ul{margin:0 0 8px;padding-left:16px}.login__privacy-body li{margin-bottom:6px}.consent{position:fixed;left:0;right:0;bottom:0;z-index:200;background:var(--background);border-top:1px solid var(--border);box-shadow:0 -8px 32px rgba(0,0,0,.14);animation:consent-rise .24s cubic-bezier(.16,1,.3,1)}@keyframes consent-rise{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.consent{animation:none}}.consent__inner{max-width:1000px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:20px}.consent__text{margin:0;font-size:13px;line-height:1.5;color:var(--muted-foreground)}.consent__link,.consent__text strong{color:var(--foreground)}.consent__link{text-decoration:underline;text-underline-offset:2px}.consent__actions{flex:0 0 auto;display:inline-flex;gap:10px}.consent__btn{padding:9px 18px;border-radius:10px;font:inherit;font-size:13.5px;font-weight:500;cursor:pointer;white-space:nowrap;border:1px solid var(--border)}.consent__btn--ghost{background:var(--card);color:var(--foreground)}.consent__btn--ghost:hover{background:var(--muted)}.consent__btn--primary{background:#0f172a;color:#fff;border-color:#0f172a}.consent__btn--primary:hover{opacity:.92}@media (max-width:640px){.consent__inner{flex-direction:column;align-items:stretch;gap:12px}.consent__actions{justify-content:flex-end}}.deck{height:100vh;display:flex;flex-direction:column}.deck__bar{flex:0 0 auto;display:flex;align-items:center;gap:20px;padding:12px 22px;border-bottom:1px solid var(--border)}.deck__brand{display:inline-flex;align-items:center;gap:9px}.deck__logo{width:26px;height:26px;border-radius:7px;object-fit:contain}.deck__brand-name{font-weight:600;font-size:15px}.deck__bar-right{margin-left:auto;display:inline-flex;align-items:center;gap:14px}.deck__counter{font-size:13px;color:var(--muted-foreground);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.deck__signout{background:transparent;border:0;font:inherit;font-size:14px;color:var(--muted-foreground);cursor:pointer;padding:6px 10px;border-radius:8px}.deck__signout:hover{color:var(--foreground);background:var(--muted)}.deck-progress{display:flex;gap:6px;flex:1 1 auto;max-width:440px}.deck-progress__seg{flex:1 1;height:6px;border:0;padding:0;background:var(--muted);border-radius:999px;overflow:hidden;cursor:pointer;position:relative}.deck-progress__fill{position:absolute;inset:0;width:0;background:var(--foreground);border-radius:999px;transition:width .34s cubic-bezier(.22,1,.36,1)}.deck-progress__seg--done .deck-progress__fill{width:100%}@media (prefers-reduced-motion:reduce){.deck-progress__fill{transition:none}}.deck__viewport{flex:1 1 auto;min-height:0;position:relative;overflow:hidden}.deck__chapter{position:absolute;inset:0;overflow-y:auto;animation:chapter-in .38s cubic-bezier(.22,1,.36,1)}.deck__chapter[data-dir=back]{animation-name:chapter-in-back}@keyframes chapter-in{0%{opacity:0;transform:translateX(32px)}to{opacity:1;transform:none}}@keyframes chapter-in-back{0%{opacity:0;transform:translateX(-32px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.deck__chapter{animation:none}}.deck__nav{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 22px;border-top:1px solid var(--border)}.deck__nav-label{font-size:13px;color:var(--muted-foreground)}.deck__nav-btn{font:inherit;font-size:14px;font-weight:500;padding:9px 18px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;transition:background .14s,border-color .14s,opacity .14s}.deck__nav-btn:hover:not(:disabled){border-color:var(--foreground);background:var(--muted)}.deck__nav-btn:disabled{opacity:.4;cursor:default}.deck__nav-btn--primary{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.deck__nav-btn--primary:hover:not(:disabled){opacity:.9;background:var(--foreground)}.chapter{min-height:100%;padding:48px 24px;display:flex}.chapter--center{align-items:center;justify-content:center;text-align:center}.chapter__inner{max-width:1000px;margin:0 auto;width:100%}.chapter__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:12px;color:var(--muted-foreground);margin-bottom:14px}.chapter__display{font-size:clamp(30px,4.6vw,52px);font-weight:600;letter-spacing:-.025em;line-height:1.08;margin:0}.chapter__title{font-size:clamp(26px,3.4vw,40px);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0 0 24px}.chapter__lede{font-size:clamp(16px,1.6vw,19px);color:var(--muted-foreground);line-height:1.6;max-width:640px;margin:16px auto 28px}.chapter__lede--tight{margin:12px 0 26px}.chapter__footnote{margin-top:26px;color:var(--muted-foreground);font-size:15px}.welcome-hero{position:relative;min-height:100%;width:100%;background:#050816;overflow:hidden}.welcome-hero__bg{position:absolute;inset:0;pointer-events:none}.welcome-hero__canvas{position:absolute;inset:0;width:100%;height:100%}.welcome-hero__glow{position:absolute;border-radius:50%}.welcome-hero__glow--top{top:10%;left:50%;width:800px;height:600px;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(100,80,200,.28),transparent 70%)}.welcome-hero__glow--bottom{bottom:-10%;right:-5%;width:400px;height:400px;background:radial-gradient(ellipse,rgba(80,60,180,.22),transparent 70%)}.welcome-hero__tagline{position:absolute;z-index:1;top:48px;left:56px;font-size:clamp(16px,1.6vw,20px);color:hsla(0,0%,100%,.85);font-weight:400;letter-spacing:.01em;line-height:1.5;margin:0}.welcome-hero__tagline strong{color:#fff;font-weight:700}.welcome-hero__logo{position:absolute;z-index:1;top:40px;right:56px;width:72px;height:72px;border-radius:16px;object-fit:contain}.welcome-hero__center{position:absolute;z-index:1;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.welcome-hero__title{font-size:clamp(48px,8vw,96px);letter-spacing:-.02em;line-height:1;margin:0 0 32px;color:#fff}.welcome-hero__title,.welcome-hero__vision{font-family:Arial Rounded MT Bold,Arial Rounded MT,Nunito,Varela Round,sans-serif;font-weight:400}.welcome-hero__vision{font-size:clamp(18px,2.2vw,26px);letter-spacing:.25em;color:hsla(0,0%,100%,.9);margin:0 0 60px}.welcome-hero__cta{background:hsla(0,0%,100%,.12);color:#fff;border-color:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.welcome-hero__cta:hover{background:hsla(0,0%,100%,.2);opacity:1}.welcome-hero__footer{position:absolute;z-index:1;bottom:24px;right:56px;font-size:13px;letter-spacing:.15em;color:hsla(0,0%,100%,.4)}.crisis{max-width:680px}.crisis__headline{font-size:clamp(22px,3vw,30px);font-weight:600;line-height:1.4;letter-spacing:-.015em;margin:0 0 36px}.crisis__traits{display:flex;flex-direction:column;gap:8px;margin-bottom:36px}.crisis__trait{font-size:clamp(17px,2vw,22px);line-height:1.5}.crisis__word{font-weight:700}.crisis__rest{color:var(--muted-foreground);margin-left:8px}.crisis__closer{font-size:clamp(18px,2.2vw,24px);font-weight:600;line-height:1.45;margin:0}.mission-page{align-items:center;justify-content:center}.mission-page .chapter__inner{max-width:960px;text-align:left}.mission__headline{font-size:clamp(24px,3.2vw,36px);font-weight:600;line-height:1.3;letter-spacing:-.02em;margin:0 0 36px}.mission__points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.mission__points li{font-size:clamp(16px,1.7vw,19px);line-height:1.65;padding-left:22px;position:relative}.mission__points li:before{content:"";position:absolute;left:2px;top:11px;width:7px;height:7px;border-radius:50%;background:var(--foreground)}.mission__points strong{font-weight:700}.problem-page{align-items:center;justify-content:center}.problem-page .chapter__inner{text-align:left;max-width:960px}.problem__headline{font-size:clamp(24px,3.2vw,36px);font-weight:600;line-height:1.3;letter-spacing:-.02em;margin:0 0 20px}.problem__subhead{font-size:clamp(15px,1.6vw,18px);line-height:1.6;color:var(--muted-foreground);margin:0 0 24px}.problem__subhead strong{color:var(--foreground)}.problem__bridge{font-size:clamp(17px,1.8vw,21px);font-weight:600;line-height:1.4;margin:0 0 20px}.problem__body{margin-bottom:28px}.problem__closer{font-size:clamp(16px,1.8vw,20px);font-weight:600;line-height:1.5;margin:0;color:var(--muted-foreground)}.convergence-page .chapter__inner{max-width:960px}.convergence__points{display:flex;flex-direction:column;gap:36px}.convergence__point{display:flex;gap:20px;align-items:flex-start}.convergence__icon{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;background:#0a0a3c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.convergence__title{font-size:clamp(16px,1.8vw,20px);font-weight:700;margin:0 0 6px;line-height:1.3}.convergence__desc{font-size:clamp(15px,1.5vw,17px);line-height:1.6;color:var(--muted-foreground);margin:0}.blackbox-page .chapter__inner{max-width:960px}.blackbox__cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width:820px){.blackbox__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.blackbox__cards{grid-template-columns:1fr}}.blackbox__card{background:rgba(128,140,180,.15);border-radius:16px;padding:28px 24px}.blackbox__card-icon{font-size:28px;margin-bottom:20px}.blackbox__card-title{font-size:clamp(15px,1.5vw,18px);font-weight:700;margin:0 0 10px;line-height:1.3}.blackbox__card-desc{font-size:clamp(14px,1.3vw,16px);line-height:1.6;color:var(--muted-foreground);margin:0}.blackbox__closer{font-size:clamp(16px,1.8vw,20px);font-weight:600;line-height:1.4;margin:36px 0 0;color:var(--muted-foreground)}.solution-page .chapter__inner{max-width:960px}.solution__pillars{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:40px}@media (max-width:820px){.solution__pillars{grid-template-columns:1fr}}.solution__pillar{background:rgba(128,140,180,.15);border-radius:16px;padding:28px 24px}.solution__pillar-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.solution__pillar-icon{width:44px;height:44px;border-radius:50%;background:#0a0a3c;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.solution__pillar-title{font-size:clamp(18px,2vw,24px);font-weight:700;margin:0}.solution__pillar-bullets{list-style:disc;padding-left:20px;margin:0;display:flex;flex-direction:column;gap:14px}.solution__pillar-bullets li{font-size:clamp(14px,1.3vw,16px);line-height:1.6;color:var(--muted-foreground)}.solution__bracket{margin-top:32px;text-align:center}.solution__bracket-line{height:24px;border:2px solid #0a0a3c;border-top:none;border-radius:0 0 12px 12px;margin:0 20px}.solution__tagline{font-size:clamp(16px,1.8vw,20px);font-weight:700;margin:12px 0 0}.intro-video__wrapper{margin-top:32px;border-radius:12px;overflow:hidden}.intro-video__player{width:100%;display:block;border-radius:12px}.problem2__chart{position:relative;display:flex;flex-direction:column;padding:0 0 0 40px;margin-bottom:40px}.problem2__y-label{position:absolute;left:-10px;top:150px;transform:rotate(-90deg) translateX(-50%);transform-origin:0 0;font-size:12px;color:var(--muted-foreground);white-space:nowrap}.problem2__bars{display:flex;align-items:flex-end;gap:12px;width:100%;height:300px}.problem2__bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.problem2__baseline{height:2px;background:var(--foreground);margin:0 -16px}.problem2__labels{display:flex;gap:12px;padding-top:8px}.problem2__bar-value{font-size:13px;font-weight:600;line-height:1.3;margin-bottom:6px;color:var(--foreground)}.problem2__bar{width:100%;max-width:64px;border-radius:4px 4px 0 0;background:rgba(128,140,180,.3);transition:height .6s ease}.problem2__bar--highlight{background:#0a0a3c}.problem2__bar-label{flex:1 1;font-size:14px}.problem2__bar-label,.problem2__x-label{text-align:center;color:var(--muted-foreground)}.problem2__x-label{font-size:13px;margin-top:16px}.problem2__legend{display:flex;align-items:center;gap:8px;justify-content:flex-end;margin-bottom:16px;font-size:14px;color:var(--foreground)}.problem2__legend-swatch{width:16px;height:16px;border-radius:2px;background:#0a0a3c;display:inline-block}.problem2__note{font-size:12px;color:var(--muted-foreground);text-align:center;margin:24px 0 0}.problem2__legend-swatch--line{background:none;height:4px;width:24px;border-radius:2px;background:#2dd4a8}.problem3__line-svg{position:absolute;top:12px;left:0;right:0;width:100%;height:calc(100% - 12px);pointer-events:none;overflow:visible}.problem3__line{stroke:#2dd4a8;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.problem3__rate-label-abs{position:absolute;transform:translate(-50%);margin-bottom:14px;color:#2dd4a8;font-size:13px;font-weight:600;pointer-events:none;white-space:nowrap}.problem4__groups{display:flex;gap:48px;align-items:flex-end;height:280px;padding-top:8px;justify-content:center}.problem4__group{flex:1 1;height:100%}.problem4__pair{display:flex;gap:14px;align-items:flex-end;height:100%;justify-content:center}.problem4__pair .problem2__bar-col{flex:0 0 90px;width:90px}.problem4__bar--helped{background:#2dd4a8!important}.problem4__bar--nh{background:#dc2626!important}.problem4__swatch--helped{background:#2dd4a8!important}.problem4__swatch--nh{background:#dc2626!important;margin-left:16px}.problem4__group-labels{display:flex;gap:48px;justify-content:center}.problem4__group-labels .problem2__bar-label{flex:1 1;text-align:center}.traction__stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-top:32px}.traction__card{background:var(--muted);border-radius:12px;padding:24px 20px}.traction__figure{font-size:clamp(28px,3.5vw,40px);font-weight:700;color:var(--foreground);line-height:1.1}.traction__desc{margin-top:10px;font-size:14px;line-height:1.5;color:var(--foreground)}.traction__screenshots{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:32px}.traction__screenshot{background:var(--foreground);border-radius:12px;aspect-ratio:4/3}.partner__columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;margin-top:32px}.partner__col{border-radius:12px;padding:32px 28px}.partner__col--light{background:var(--muted)}.partner__col--dark{background:#0a0a3c;color:#fff}.partner__col-title{font-size:18px;font-weight:700;margin-bottom:24px}.partner__items{display:flex;flex-direction:column;gap:20px}.partner__item{display:flex;gap:12px;align-items:center}.partner__item svg{flex-shrink:0}.partner__item p{font-size:14px;line-height:1.55;margin:0}.partner__item strong{font-weight:700}.pilot__timeline{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-top:32px;align-items:stretch}.pilot__phase-wrapper{display:flex;align-items:stretch;position:relative}.pilot__phase{background:var(--muted);border-radius:12px;padding:24px 20px;flex:1 1;display:flex;flex-direction:column}.pilot__phase--highlight{background:#0a0a3c;color:#fff}.pilot__chevron{padding:0 6px;font-size:24px;color:var(--muted-foreground);font-weight:300}.pilot__chevron,.pilot__icon{display:flex;align-items:center}.pilot__icon{width:44px;height:44px;border-radius:10px;justify-content:center;background:rgba(10,10,60,.08);color:#0a0a3c;margin-bottom:16px}.pilot__phase--highlight .pilot__icon{background:hsla(0,0%,100%,.12);color:#fff}.pilot__label{font-size:18px;font-weight:700;margin-bottom:10px}.pilot__body{font-size:14px;line-height:1.55;margin:0}.pilot__investment{margin-top:28px;background:#0a0a3c;color:#fff;border-radius:12px;padding:24px 28px}.pilot__investment p{font-size:15px;line-height:1.55;margin:0}.pilot__guarantee{margin-top:6px!important;color:hsla(0,0%,100%,.65)}.two-col{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:40px;gap:40px;align-items:center;text-align:left}@media (max-width:820px){.two-col{grid-template-columns:1fr;gap:24px}}.bullets{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:14px}.bullets li{position:relative;padding-left:22px;font-size:16px;line-height:1.55}.bullets li:before{content:"";position:absolute;left:2px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--foreground)}.bullets strong{font-weight:600}.bullets--center{align-items:flex-start;max-width:460px;margin:20px auto 0}.stat-card{border:1px solid var(--border);border-radius:20px;background:var(--card);padding:28px;text-align:left}.stat-card__figure{font-size:clamp(40px,6vw,64px);font-weight:700;letter-spacing:-.03em;line-height:1}.stat-card__label{margin-top:12px;font-size:16px;line-height:1.5}.stat-card__note{margin-top:14px;color:var(--muted-foreground);font-size:14px;line-height:1.5}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-top:12px;text-align:left}@media (max-width:760px){.steps{grid-template-columns:1fr}}.step{border:1px solid var(--border);border-radius:18px;background:var(--card);padding:22px;position:relative}.step__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--muted);color:var(--foreground);margin-bottom:16px}.step__n{position:absolute;top:20px;right:22px;font-size:13px;color:var(--muted-foreground);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.step__title{font-size:18px;font-weight:600}.step__body{margin:8px 0 0;color:var(--muted-foreground);font-size:14.5px;line-height:1.55}.kpis{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}@media (max-width:720px){.kpis{grid-template-columns:1fr}}.stat-tile{border:1px solid var(--border);border-radius:16px;background:var(--card);padding:20px;text-align:left}.stat-tile__figure{font-size:clamp(26px,3vw,34px);font-weight:700;letter-spacing:-.02em}.stat-tile__label{margin-top:6px;color:var(--muted-foreground);font-size:14px;line-height:1.45}.charts{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}@media (max-width:820px){.charts{grid-template-columns:1fr}}.chart-card{margin:0;border:1px solid var(--border);border-radius:18px;background:var(--card);padding:18px 18px 16px;text-align:left}.chart-card__title{font-size:14px;font-weight:600;margin-bottom:12px}.chart-card__caption{margin-top:10px;font-size:13px;color:var(--muted-foreground)}.chart-note{margin-top:18px;font-size:12.5px;color:var(--muted-foreground);text-align:center}.linechart__svg{width:100%;height:auto;display:block}.chart-grid{stroke:var(--border);stroke-width:1}.chart-axis{fill:var(--muted-foreground);font-size:11px}.legend{display:flex;gap:16px;margin-bottom:8px}.legend__item{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;color:var(--muted-foreground)}.legend__swatch{width:10px;height:10px;border-radius:3px;display:inline-block}.bars{display:flex;flex-direction:column;gap:12px;padding:4px 0}.bar-row{display:grid;grid-template-columns:74px 1fr auto;align-items:center;grid-gap:12px;gap:12px}.bar-row__name{font-size:13.5px}.bar-row__track{height:16px;background:var(--muted);border-radius:999px;overflow:hidden}.bar-row__fill{height:100%;border-radius:999px}.bar-row__val{font-size:13.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:30px;text-align:right}.bar-row__note{color:var(--muted-foreground);font-size:12px}.demo-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;max-width:900px;margin:8px auto 0;text-align:left}@media (max-width:720px){.demo-grid{grid-template-columns:1fr}}.demo-grid .usecase-card{font:inherit;cursor:pointer}.demo-grid .usecase-card__art{height:150px}.demo-chapter--live{height:100%;display:flex;flex-direction:column}.demo-chapter__toolbar{flex:0 0 auto;display:flex;align-items:center;gap:14px;padding:10px 18px;border-bottom:1px solid var(--border)}.demo-chapter__scenario{font-size:14px;color:var(--muted-foreground)}.demo-chapter__copilot{flex:1 1 auto;min-height:0}.btn{font:inherit;font-weight:500;border-radius:999px;cursor:pointer;border:1px solid var(--border);background:var(--card);color:var(--foreground);padding:10px 18px;transition:background .14s,border-color .14s,opacity .14s}.btn:hover{background:var(--muted)}.btn--primary,.btn:hover{border-color:var(--foreground)}.btn--primary{background:var(--foreground);color:var(--background)}.btn--primary:hover{opacity:.9;background:var(--foreground)}.btn--lg{padding:13px 26px;font-size:16px}.btn--sm{padding:7px 14px;font-size:13px}.btn--ghost{background:transparent;border-color:transparent;color:var(--muted-foreground)}.btn--ghost:hover{color:var(--foreground);background:var(--muted);border-color:transparent}.wrap{text-align:center}.wrap__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:24px}.wrap__thanks{font-size:16px;font-weight:600}