@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#0b1524;--ink-soft:#1c2a3e;--paper:#fff;--paper-alt:#f4f7fb;--paper-deep:#eef2f8;--line:#dfe6ef;--line-soft:#eaeff5;--text:#131c2b;--text-muted:#57647a;--text-faint:#8794a8;--navy-950:#0c1a2e;--navy-900:#10203a;--navy-800:#0f1e34;--navy-700:#16304e;--accent:#2358e6;--accent-600:#1c47bd;--accent-100:#e7edfd;--teal:#0fb5b0;--teal-100:#e2f8f6;--amber:#dd9a2b;--amber-100:#fbf1de;--radius-sm:8px;--radius-md:14px;--radius-lg:22px;--radius-pill:999px;--shadow-sm:0 1px 2px #0b15240f;--shadow-md:0 8px 24px #0b152414;--shadow-lg:0 20px 48px #0b15241f;--font-body:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", monospace;--container:1180px;font-family:var(--font-body)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}button{font:inherit;color:inherit;cursor:pointer}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 28px}.section{padding:84px 0}@media (width<=720px){.section{padding:56px 0}.container{padding:0 20px}}.section--alt{background:var(--paper-alt)}.section-head{max-width:680px;margin-bottom:42px}.section-head--center{text-align:center;margin-left:auto;margin-right:auto}.kicker{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);align-items:center;gap:8px;margin-bottom:14px;font-size:14px;font-weight:700;display:inline-flex}.kicker:before{content:"";background:var(--accent);border-radius:2px;width:20px;height:2px}h2.section-title{letter-spacing:-.01em;color:var(--ink);font-size:clamp(28px,3.6vw,40px);font-weight:700;line-height:1.15}.section-lead{color:var(--text-muted);margin-top:14px;font-size:18.5px;line-height:1.6}.btn{border-radius:var(--radius-pill);white-space:nowrap;border:1px solid #0000;align-items:center;gap:10px;padding:13px 24px;font-size:16.5px;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--accent);color:#fff;box-shadow:0 8px 20px #2358e638}.btn--primary:hover{background:var(--accent-600);box-shadow:0 12px 28px #2358e657}.btn--ghost{color:#fff;background:0 0;border-color:#ffffff47}.btn--ghost:hover{background:#ffffff1a}.btn--outline{border-color:var(--line);color:var(--ink);background:0 0}.btn--outline:hover{border-color:var(--accent);color:var(--accent)}.badge-soon{letter-spacing:.04em;text-transform:uppercase;color:var(--amber);background:var(--amber-100);border-radius:var(--radius-pill);padding:4px 10px;font-size:12.5px;font-weight:700}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:.7s cubic-bezier(.16,1,.3,1) both rise-in}.reveal-on-scroll{opacity:0}.reveal-on-scroll.is-visible{animation:.75s cubic-bezier(.16,1,.3,1) both rise-in}@media (prefers-reduced-motion:reduce){.reveal-on-scroll{opacity:1;animation:none!important}}.header{z-index:100;padding:18px 0;transition:background .25s,box-shadow .25s,padding .25s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 1px 0 var(--line-soft);background:#ffffffdb;padding:12px 0}.header__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}.logo{align-items:center;gap:12px;display:inline-flex}.logo__mark{background:var(--navy-950);border-radius:7px;align-items:center;padding:7px 10px;display:inline-flex}.logo__mark img{width:auto;height:15px;display:block}.logo__sub{letter-spacing:.14em;font-size:12px;font-weight:700}.header__nav{align-items:center;gap:30px;display:flex}.header__nav-links{align-items:center;gap:28px;display:flex}.header--dark:not(.header--scrolled) .header__nav-link{color:#ffffffd1}.header__nav-link{color:var(--text-muted);font-size:16px;font-weight:500;transition:color .15s}.header__nav-link:hover{color:var(--accent)}.header__links{align-items:center;gap:18px;display:flex}.lang-toggle{border-radius:var(--radius-pill);color:#fff;background:#ffffff14;border:1px solid #ffffff38;align-items:center;gap:6px;padding:6px 12px;font-size:14.5px;font-weight:600;display:inline-flex}.header--scrolled .lang-toggle{background:var(--paper-alt);border-color:var(--line);color:var(--ink)}.lang-toggle__option{border-radius:var(--radius-pill);opacity:.55;padding:3px 7px}.lang-toggle__option--active{opacity:1;background:#ffffff2e}.header--scrolled .lang-toggle__option--active{background:var(--accent-100);color:var(--accent-600)}@media (width<=860px){.header__nav-links{display:none}}.hero{background:radial-gradient(120% 90% at 15% 0%, #10233f 0%, var(--navy-900) 46%, var(--navy-950) 100%);color:#fff;flex-direction:column;justify-content:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg{opacity:.55;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero__glow{filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#2358e659,#0000 70%);width:640px;height:640px;position:absolute;top:-140px;right:-160px}.hero__content{padding-top:108px;padding-bottom:56px;position:relative}.hero__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#8fb2ff;align-items:center;gap:10px;margin-bottom:22px;font-size:14px;font-weight:700;display:inline-flex}.hero__eyebrow:before{content:"";background:#4a7bf0;width:26px;height:2px}.hero__title{letter-spacing:-.02em;max-width:900px;font-size:clamp(40px,6.4vw,78px);font-weight:800;line-height:1.04}.hero__subtitle{color:#ffffffc7;max-width:560px;margin-top:26px;font-size:clamp(18px,1.9vw,22px);line-height:1.6}.hero__actions{flex-wrap:wrap;gap:16px;margin-top:36px;display:flex}.hero__scroll{color:#ffffff8c;align-items:center;gap:10px;width:fit-content;margin-top:52px;font-size:14px;display:inline-flex;position:relative}.hero__scroll-icon{animation:2s ease-in-out infinite bob}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.hero__tagcard{display:none;position:absolute;top:30%;right:6%}@media (width>=980px){.hero__tagcard{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);font-family:var(--font-mono);color:#bcd0ff;background:#ffffff0f;border:1px solid #ffffff24;flex-direction:column;gap:12px;padding:18px 20px;font-size:15px;animation:.9s cubic-bezier(.16,1,.3,1) .3s both tagcard-in;display:flex}}.hero__tagcard span{opacity:.85;transition:opacity .2s}.hero__tagcard:hover span{opacity:1}@keyframes tagcard-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.compare{grid-template-columns:1fr 1fr;gap:24px;display:grid}@media (width<=760px){.compare{grid-template-columns:1fr}}.compare__card{border-radius:var(--radius-lg);border:1px solid var(--line);overflow:hidden}.compare__card--legacy{background:var(--paper-alt)}.compare__card--smart{background:linear-gradient(165deg, var(--navy-900), var(--navy-800));color:#fff;box-shadow:var(--shadow-lg);border-color:#0000}.compare__image{aspect-ratio:3/2.5;object-fit:fill;object-position:top center;width:100%;height:auto;display:block}.compare__card--legacy .compare__image{filter:saturate(.85)}.compare__body{padding:26px 30px 30px}.compare__label{letter-spacing:.06em;text-transform:uppercase;opacity:.7;margin-bottom:18px;font-size:14px;font-weight:700}.compare__card--smart .compare__label{color:#8fb2ff;opacity:1}.compare__points li{border-top:1px solid var(--line-soft);gap:12px;padding:10px 0;font-size:16.5px;line-height:1.55;display:flex}.compare__card--smart .compare__points li{border-top-color:#ffffff1f}.compare__points li:first-child{border-top:none;padding-top:0}.compare__mark{width:18px;height:18px;color:var(--text-faint);flex:none;margin-top:2px}.compare__card--smart .compare__mark{color:var(--teal)}.intro__footnote{border-left:3px solid var(--accent);background:var(--accent-100);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--ink-soft);max-width:760px;margin-top:32px;padding:18px 22px;font-size:16px;line-height:1.6}.values__grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:44px;display:grid}@media (width<=980px){.values__grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.values__grid{grid-template-columns:1fr}}.value-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.value-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-4px)}.value-card__icon{border-radius:var(--radius-md);background:var(--accent-100);width:46px;height:46px;color:var(--accent);justify-content:center;align-items:center;margin-bottom:18px;transition:transform .35s cubic-bezier(.34,1.56,.64,1),background .25s,color .25s;display:flex}.value-card:hover .value-card__icon{background:var(--accent);color:#fff;transform:scale(1.1)rotate(-6deg)}.value-card__title{color:var(--ink);margin-bottom:10px;font-size:18.5px;font-weight:700}.value-card__desc{color:var(--text-muted);font-size:16px;line-height:1.6}.values__tagline{border-radius:var(--radius-lg);background:linear-gradient(120deg, var(--navy-900), var(--navy-800));color:#fff;align-items:center;gap:16px;padding:26px 30px;font-size:19.5px;font-weight:600;display:flex}.values__tagline-dot{background:var(--teal);border-radius:50%;flex:none;width:10px;height:10px}.common-lang{background:var(--navy-950);color:#fff}.common-lang .kicker{color:#8fb2ff}.common-lang .kicker:before{background:#4a7bf0}.common-lang .section-title{color:#fff}.common-lang .section-lead{color:#ffffffad;max-width:640px}.common-lang__grid{border-radius:var(--radius-lg);background:#ffffff1a;border:1px solid #ffffff1a;grid-template-columns:repeat(2,1fr);gap:1px;display:grid;overflow:hidden}@media (width<=700px){.common-lang__grid{grid-template-columns:1fr}}.common-lang__item{background:var(--navy-950);align-items:center;gap:14px;padding:20px 24px;font-size:16.5px;font-weight:500;display:flex}.common-lang__icon{color:var(--amber);flex:none}.common-lang__icon--pulse{animation:.6s ease-out both warn-pulse-once}@keyframes warn-pulse-once{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.common-lang__cta{flex-wrap:wrap;align-items:center;gap:14px;margin-top:40px;display:flex}.concept__list{counter-reset:concept;grid-template-columns:repeat(5,1fr);gap:18px;margin-bottom:40px;display:grid}@media (width<=980px){.concept__list{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.concept__list{grid-template-columns:1fr}}.concept__item{counter-increment:concept;border-radius:var(--radius-md);border:1px solid var(--line);color:var(--ink);padding:24px 18px 18px;font-size:16px;font-weight:600;line-height:1.45;position:relative}.concept__item:before{content:counter(concept, decimal-leading-zero);font-family:var(--font-mono);color:var(--accent);margin-bottom:12px;font-size:14px;font-weight:500;display:block}.concept__outro{color:var(--ink-soft);border-top:1px solid var(--line);padding-top:24px;font-size:17.5px;font-weight:600}.pillars{background:var(--paper-alt)}.pillars__layout{grid-template-columns:380px 1fr;align-items:start;gap:56px;display:grid}@media (width<=900px){.pillars__layout{grid-template-columns:1fr}}.pillars__sticky{position:sticky;top:100px}@media (width<=900px){.pillars__sticky{margin-bottom:28px;position:static}}.pillars__hub{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:22px}.pillars__hub-label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-faint);padding:4px 6px 16px;font-size:14px;font-weight:700}.pillars__list-item{border-radius:var(--radius-md);align-items:flex-start;gap:14px;margin-bottom:6px;padding:14px 16px;transition:background .25s;display:flex;position:relative}.pillars__list-item:last-child{margin-bottom:0}.pillars__list-icon{background:var(--paper-alt);width:36px;height:36px;color:var(--text-faint);border-radius:10px;flex:none;justify-content:center;align-items:center;transition:background .25s,color .25s;display:flex}.pillars__list-title{color:var(--text-muted);font-size:16px;font-weight:600;transition:color .25s}.pillars__list-subtitle{color:var(--text-faint);margin-top:2px;font-size:14px;transition:color .25s}.pillars__list-item.is-active{background:var(--accent-100)}.pillars__list-item.is-active .pillars__list-icon{background:var(--accent);color:#fff;animation:1.8s ease-out icon-pulse;box-shadow:0 0 #2358e673}@keyframes icon-pulse{0%{box-shadow:0 0 #2358e673}to{box-shadow:0 0 0 10px #2358e600}}.pillars__list-item.is-active .pillars__list-title{color:var(--accent-600)}.pillars__list-item.is-active .pillars__list-subtitle{color:var(--accent-600);opacity:.75}.pillars__list-item.is-active:after{content:"";background:var(--accent);border-radius:3px;width:14px;height:14px;position:absolute;top:50%;right:-9px;transform:translateY(-50%)rotate(45deg)}@media (width<=900px){.pillars__list-item.is-active:after{display:none}}.pillars__outcome{display:none}@media (width>=901px){.pillars__outcome{border-radius:var(--radius-md);border:1.5px dashed var(--line);color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase;justify-content:center;align-items:center;gap:10px;margin-top:20px;padding:16px;font-size:13px;font-weight:700;transition:border-color .3s,color .3s,background .3s;display:flex}.pillars__outcome.is-lit{color:#fff;background:linear-gradient(120deg, var(--accent), var(--teal));border-style:solid;border-color:#0000}}.pillars__panels{flex-direction:column;gap:48px;display:flex}.pillars__panel{opacity:.62;filter:saturate(.85);flex-direction:column;justify-content:center;min-height:26vh;padding:8px 0;transition:opacity .5s,filter .5s;display:flex}.pillars__panel.is-active{opacity:1;filter:saturate()}@media (width<=900px){.pillars__panel{opacity:1;filter:none}}.pillars__panel-eyebrow{font-family:var(--font-mono);color:var(--accent);margin-bottom:10px;font-size:14px}.pillars__panel-title{color:var(--ink);margin-bottom:16px;font-size:clamp(24px,2.6vw,32px);font-weight:700}.pillars__panel-intro{color:var(--text-muted);max-width:640px;margin-bottom:22px;font-size:18px;line-height:1.6}.pillars__bullets li{border-top:1px solid var(--line);color:var(--ink-soft);max-width:640px;padding:11px 0 11px 26px;font-size:16.5px;line-height:1.55;position:relative}.pillars__bullets li:first-child{border-top:none}.pillars__bullets li:before{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;position:absolute;top:20px;left:0}.pillars__questions{flex-direction:column;gap:12px;max-width:560px;display:flex}.pillars__questions li{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);padding:14px 20px;font-size:17px;font-weight:600}.pillars__notation{background:var(--navy-950);border-radius:var(--radius-md);font-family:var(--font-mono);color:#9fd8d4;flex-direction:column;gap:6px;margin:4px 0 22px;padding:14px 20px;font-size:15px;display:inline-flex}.pillars__callout{border-left:3px solid var(--amber);background:var(--amber-100);border-radius:0 var(--radius-sm) var(--radius-sm) 0;max-width:640px;margin-top:20px;padding:16px 20px}.pillars__callout strong{text-transform:uppercase;letter-spacing:.04em;color:#96691c;margin-bottom:6px;font-size:14px;display:block}.pillars__callout p{color:var(--ink-soft);font-size:16px;line-height:1.6}.maturity__table-wrap{border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow-x:auto}.maturity__table{border-collapse:collapse;background:var(--paper);width:100%;min-width:720px;font-size:16px}.maturity__table thead th{text-align:left;background:var(--navy-950);color:#ffffffeb;letter-spacing:.01em;padding:18px 20px;font-size:15px;font-weight:700}.maturity__table thead th.is-highlight{background:linear-gradient(135deg, var(--accent-600), var(--teal));color:#fff}.maturity__feature-head{min-width:260px}.maturity__badge-cell{text-align:center;vertical-align:middle;border-right:1px solid var(--line);width:56px}.maturity__badge{color:#fff;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;font-weight:800;display:inline-flex}.maturity__badge--1{background:#e3a891}.maturity__badge--2{background:#d17e5c}.maturity__badge--3{background:#b5502d}.maturity__badge--4{background:#7c2e1b}.maturity__feature-cell{color:var(--ink);white-space:nowrap;padding:13px 18px;font-weight:600}.maturity__cell{text-align:center;border-left:1px solid var(--line-soft);padding:13px 18px}.maturity__cell.is-highlight{background:var(--accent-100)}.maturity__mark{display:inline-flex}.maturity__mark--yes{color:#1a9c6b}.maturity__mark--no{color:#d64545}.maturity__mark--na{background:var(--line);border-radius:50%;width:10px;height:10px}.maturity__table tbody tr{border-top:1px solid var(--line-soft);transition:background .2s}.maturity__table tbody tr:hover{background:var(--paper-alt)}.maturity__table tbody tr:hover .maturity__cell.is-highlight{background:var(--accent-100)}.maturity__row-lvl-1 .maturity__badge-cell{background:#e3a8911f}.maturity__row-lvl-2 .maturity__badge-cell{background:#d17e5c1f}.maturity__row-lvl-3 .maturity__badge-cell{background:#b5502d1f}.maturity__row-lvl-4 .maturity__badge-cell{background:#7c2e1b1f}.maturity__table tfoot td{border-top:2px solid var(--line);color:var(--text-faint);text-align:center;background:var(--paper-alt);padding:14px 18px;font-size:12.5px;font-weight:600}.maturity__scope-label-cell{text-transform:uppercase;letter-spacing:.06em;font-size:11.5px;text-align:left!important}.maturity__descriptor-cell.is-highlight{color:var(--accent-600);background:var(--accent-100)}.maturity__scope{align-items:center;gap:16px;margin-top:22px;padding:0 4px;display:flex}.maturity__scope-bar{border-radius:var(--radius-pill);background:var(--line);flex:1;height:6px;position:relative;overflow:hidden}.maturity__scope-fill{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--accent-100), var(--accent), var(--teal));width:0%;transition:width 1.4s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.maturity__scope-fill.is-filled{width:100%}.maturity__scope-endpoint{color:var(--ink-soft);font-size:14.5px;font-weight:700}@media (width<=640px){.maturity__table{font-size:13.5px}.maturity__feature-cell{white-space:normal}}.cta{background:radial-gradient(120% 140% at 85% 0%, #12244a 0%, var(--navy-950) 55%);color:#fff;text-align:center}.cta__inner{max-width:640px;margin:0 auto}.cta .kicker{color:#8fb2ff;justify-content:center}.cta .kicker:before{display:none}.cta__title{letter-spacing:-.01em;margin-bottom:18px;font-size:clamp(28px,4vw,40px);font-weight:800}.cta__body{color:#ffffffb8;margin-bottom:32px;font-size:18px;line-height:1.6}.cta__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}footer.site-footer{background:var(--navy-950);color:#ffffff8c;padding:32px 0;font-size:15px}.site-footer__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.site-footer__inner .logo__mark{background:#ffffff14;border:1px solid #ffffff24}.site-footer__links{gap:20px;display:flex}.site-footer__links a:hover{color:#fff}
