:root{--ink:#071a31;--muted:#637187;--line:#e8edf4;--blue:#0878ff;--cyan:#22d3ee;--violet:#7c5cff;--mint:#21c58b;--paper:#fff;--soft:#f7f9fc;--dark:#021a32;--shadow:0 24px 80px rgba(10,40,80,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.preview-bar{height:34px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;letter-spacing:.03em;background:#06192d;color:#c8d7e8}.preview-bar strong{color:#fff}.preview-dot{width:7px;height:7px;border-radius:999px;background:#31df8c;box-shadow:0 0 0 4px rgba(49,223,140,.12)}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid rgba(232,237,244,.8)}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand-copy{display:flex;align-items:baseline;gap:2px;font-size:15px}.brand-copy small{font-size:12px;color:var(--muted)}.brand-mark{position:relative;width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,#0b7cff,#5b4dff);box-shadow:0 8px 22px rgba(46,102,255,.3);transform:rotate(45deg);display:inline-block}.brand-mark:before,.brand-mark:after,.brand-mark i,.brand-mark b{content:"";position:absolute;background:#fff;border-radius:999px;opacity:.96}.brand-mark:before{width:16px;height:4px;left:8px;top:8px}.brand-mark:after{width:4px;height:16px;right:8px;bottom:8px}.brand-mark i{width:12px;height:4px;left:7px;bottom:8px}.brand-mark b{width:7px;height:7px;left:14px;top:14px;box-shadow:0 0 0 4px rgba(255,255,255,.16)}.brand-mark.small{width:28px;height:28px;border-radius:9px}.nav{display:flex;align-items:center;gap:28px;font-size:13px;color:#415066}.nav a:hover{color:var(--blue)}.header-actions{display:flex;align-items:center;gap:10px}.locale select{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 28px 9px 12px;color:#415066}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:700;font-size:13px;border:1px solid transparent;cursor:pointer;transition:.2s ease}.button:hover{transform:translateY(-1px)}.button.compact{min-height:40px;padding:0 16px}.button-dark{background:var(--ink);color:#fff;box-shadow:0 12px 30px rgba(7,26,49,.16)}.button-light{background:#fff;border-color:var(--line)}.button-white{background:#fff;color:var(--ink)}.button-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.28)}.text-link{font-size:13px;color:#236dff;font-weight:700}.hero{min-height:620px;padding:74px 0 60px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:54px}.eyebrow,.kicker{font-size:11px;font-weight:800;letter-spacing:.12em;color:#2c75ff}.hero h1{font-size:clamp(48px,6vw,76px);line-height:.94;letter-spacing:-.055em;margin:18px 0 24px;max-width:760px}.lead{font-size:18px;line-height:1.6;color:var(--muted);max-width:650px}.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:30px}.trust-line{display:flex;align-items:center;gap:10px;color:#8a96a7;font-size:12px;margin-top:28px}.mini-stack{display:flex}.mini-stack i{width:22px;height:22px;border-radius:50%;margin-left:-5px;border:2px solid #fff;background:linear-gradient(145deg,#d6e7ff,#6d8fff)}.mini-stack i:first-child{margin-left:0}.hero-visual{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 55% 44%,rgba(34,211,238,.18),transparent 34%),radial-gradient(circle at 72% 38%,rgba(124,92,255,.16),transparent 28%)}.hero-visual img{position:relative;z-index:2;width:min(100%,650px);border-radius:36px;mix-blend-mode:multiply;filter:saturate(.95) contrast(1.02)}.visual-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(19,133,255,.14);filter:blur(50px)}.orbit{position:absolute;border:1px solid rgba(32,117,255,.14);border-radius:50%;z-index:1}.orbit-a{width:520px;height:320px;transform:rotate(-12deg)}.orbit-b{width:410px;height:430px;transform:rotate(27deg)}.nexus-label{position:absolute;top:58px;right:8px;z-index:4;display:flex;align-items:flex-start;gap:16px}.nexus-label div{display:grid}.nexus-label strong{font-size:26px;letter-spacing:.13em}.nexus-label span{font-size:13px;color:var(--muted)}.status{display:inline-flex!important;align-items:center;gap:5px;background:#e9fbf4;color:#0b9364!important;border-radius:999px;padding:7px 10px;font-size:10px!important;text-transform:uppercase;font-weight:800}.status i{width:7px;height:7px;background:#24cc82;border-radius:50%}.nexus-prompt{position:absolute;z-index:5;right:16px;bottom:56px;display:flex;align-items:center;gap:10px;padding:12px 12px 12px 14px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(225,232,242,.9);border-radius:18px;box-shadow:var(--shadow);min-width:310px}.nexus-prompt div{display:grid;gap:2px;flex:1}.nexus-prompt strong{font-size:12px}.nexus-prompt span{font-size:11px;color:var(--muted)}.prompt-avatar{width:34px;height:34px;border-radius:12px;display:grid!important;place-items:center;background:var(--ink);color:#fff!important;font-weight:800}.nexus-prompt button{width:34px;height:34px;border:0;border-radius:50%;background:var(--blue);color:#fff;font-size:18px;cursor:pointer}section:not(.hero){padding-top:72px}.section-heading{margin-bottom:28px}.section-heading.row{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-heading h2{font-size:36px;letter-spacing:-.04em;margin:8px 0}.section-heading p{color:var(--muted);margin:0}.layer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.layer-card{position:relative;min-height:170px;display:grid;grid-template-columns:50px 1fr;gap:16px;align-items:start;padding:28px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 12px 40px rgba(17,51,92,.04)}.layer-icon{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;font-size:26px;background:#edf5ff;color:var(--blue)}.brain .layer-icon{background:#f1efff;color:var(--violet)}.platform .layer-icon{background:#e9fbf5;color:var(--mint)}.layer-role{font-size:11px;font-weight:800;color:var(--blue)}.brain .layer-role{color:var(--violet)}.platform .layer-role{color:var(--mint)}.layer-card h3{margin:5px 0 8px;font-size:18px}.layer-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.arrow{position:absolute;right:-15px;top:70px;z-index:2;color:#377fff;font-size:24px}.layer-card:last-child .arrow{display:none}.capabilities{padding-bottom:12px}.cap-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.cap-grid article{min-height:150px;border:1px solid var(--line);border-radius:18px;padding:20px 16px;display:flex;flex-direction:column;gap:10px;background:#fff}.cap-grid article>span{font-size:24px;color:var(--blue)}.cap-grid strong{font-size:13px;line-height:1.25}.cap-grid small{font-size:11px;color:var(--muted);line-height:1.4}.products{padding-bottom:76px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.product-grid article{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 36px rgba(19,53,91,.05)}.product-art{height:118px;background:#e9eef7;position:relative}.product-art:after{content:"";position:absolute;inset:22px;border-radius:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7),0 16px 30px rgba(21,75,133,.14)}.art-sites{background:linear-gradient(145deg,#f0d9ff,#dff7ff)}.art-wa{background:linear-gradient(145deg,#123a52,#33db9a)}.art-auto{background:radial-gradient(circle at 40% 40%,#64a8ff 0 3px,transparent 4px),linear-gradient(145deg,#071d3b,#315d91)}.art-api{background:linear-gradient(145deg,#dce9ff,#766cff)}.art-saas{background:linear-gradient(145deg,#071d3b,#2a5a86)}.product-grid strong,.product-grid span{display:block;padding-inline:16px}.product-grid strong{padding-top:15px;font-size:14px}.product-grid span{padding-top:5px;padding-bottom:18px;font-size:11px;color:var(--muted)}.nexus-section{position:relative;overflow:hidden;min-height:360px!important;padding:0!important;margin-top:20px;margin-bottom:74px;border-radius:30px;background:linear-gradient(112deg,#03192d 0%,#06264a 58%,#073a6f 100%);color:#fff;display:grid;grid-template-columns:.85fr 1.2fr .75fr;align-items:center;gap:20px}.nexus-orb{position:absolute;width:420px;height:420px;border-radius:50%;left:-80px;top:-100px;background:radial-gradient(circle,#147fff55,transparent 65%)}.nexus-figure{height:360px;overflow:hidden;align-self:end;position:relative}.nexus-figure img{height:470px;max-width:none;transform:translate(-90px,-18px);mix-blend-mode:screen;filter:saturate(1.1)}.nexus-copy{position:relative;z-index:2;padding:42px 0}.kicker.light{color:#7db8ff}.nexus-copy h2{font-size:48px;letter-spacing:.13em;margin:8px 0 0}.nexus-copy h3{font-size:23px;margin:3px 0 14px}.nexus-copy p{color:#bdd0e5;line-height:1.55;max-width:610px}.nexus-actions{display:flex;gap:10px;margin-top:22px}.governance-card{margin-right:26px;padding:22px;border:1px solid rgba(255,255,255,.14);background:rgba(2,16,31,.28);backdrop-filter:blur(16px);border-radius:20px;display:grid;gap:8px;font-size:12px;color:#bcd3e9}.governance-card strong{color:#fff;margin-bottom:4px}.footer{border-top:1px solid var(--line);min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--muted);font-size:12px}.footer>div{display:flex;gap:18px}@media(max-width:980px){.nav{display:none}.hero{grid-template-columns:1fr;padding-top:54px}.hero-visual{min-height:500px}.layer-grid{grid-template-columns:1fr}.arrow{display:none}.cap-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.nexus-section{grid-template-columns:1fr 1.3fr}.governance-card{grid-column:1/-1;margin:0 24px 24px}.nexus-figure{height:300px}.nexus-copy{padding-right:28px}.nexus-label{right:5%}}@media(max-width:680px){.shell{width:min(100% - 24px,1180px)}.preview-bar span:last-child{display:none}.site-header{height:70px}.brand-copy small{display:none}.header-actions .button{display:none}.hero{padding:38px 0}.hero h1{font-size:48px}.lead{font-size:16px}.hero-visual{min-height:420px}.nexus-label{top:20px;right:0}.nexus-label strong{font-size:20px}.nexus-prompt{right:0;left:0;bottom:22px;min-width:0}.section-heading.row{display:block}.layer-grid,.cap-grid,.product-grid{grid-template-columns:1fr 1fr}.nexus-section{grid-template-columns:1fr}.nexus-figure{display:none}.nexus-copy{padding:42px 26px 8px}.governance-card{margin:0 24px 26px}.footer{flex-direction:column;justify-content:center;padding:30px 0}.footer>div{flex-wrap:wrap;justify-content:center}}