/* MIHANDA SUPPORT CENTER — public website design system v3 */
:root{
  --navy-950:#020812;--navy-900:#061427;--navy-850:#081b34;--navy-800:#0b2342;--navy-700:#12345f;
  --blue-600:#1768e5;--blue-500:#2b7fff;--blue-100:#eaf2ff;
  --cyan-500:#32d5d2;--cyan-200:#b8f4ef;--gold-600:#c69028;--gold-500:#e1aa3c;--gold-300:#f2ce7b;
  --ink-950:#0b1420;--ink-800:#1d2938;--ink-700:#334155;--ink-500:#64748b;--ink-300:#cbd5e1;--ink-200:#e2e8f0;--ink-100:#f1f5f9;
  --white:#fff;--good:#16b981;--warn:#e0a52c;--danger:#dc4c64;
  --bg-0:#fff;--bg-1:#f5f8fc;--bg-2:#edf3fa;--text-0:var(--ink-950);--text-1:var(--ink-700);--text-2:var(--ink-500);--text-3:#8492a6;
  --border:var(--ink-200);--border-soft:#edf1f6;--accent:var(--blue-600);--accent-soft:var(--blue-100);
  --radius-s:10px;--radius-m:18px;--radius-l:28px;--radius-xl:40px;--maxw:1320px;
  --shadow-sm:0 2px 12px rgba(8,27,52,.06);--shadow-md:0 18px 44px rgba(8,27,52,.12);--shadow-lg:0 30px 80px rgba(1,11,25,.28);
  --font-head:"Space Grotesk",system-ui,sans-serif;--font-body:"Source Sans 3",system-ui,sans-serif;--ease:cubic-bezier(.2,.7,.2,1)
}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg-0);color:var(--text-1);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}h1,h2,h3,h4{font-family:var(--font-head);color:var(--text-0);line-height:1.12;margin:0 0 .55em;font-weight:700;letter-spacing:-.035em}h1{font-size:clamp(2.8rem,5.3vw,5.25rem);font-weight:800}h2{font-size:clamp(2rem,3.5vw,3.45rem)}h3{font-size:1.25rem}p{margin:0 0 1em}ul{margin:0;padding:0;list-style:none}.container{width:min(100% - 48px,var(--maxw));margin-inline:auto}.section{padding:112px 0}.section--tight{padding:62px 0}.lede{font-size:clamp(1.05rem,1.4vw,1.22rem);color:var(--text-1);max-width:66ch}.text-center{text-align:center;margin-inline:auto}.muted{color:var(--text-2)}.small{font-size:.85rem}.skip-link{position:fixed;left:20px;top:-80px;z-index:999;background:var(--white);color:var(--navy-900);padding:12px 18px;border-radius:10px;box-shadow:var(--shadow-md)}.skip-link:focus{top:14px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:.73rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-300);background:rgba(225,170,60,.1);border:1px solid rgba(225,170,60,.24);padding:7px 13px;border-radius:999px;margin-bottom:20px}.eyebrow.blue{color:var(--blue-600);background:var(--blue-100);border-color:#cbdfff}.eyebrow.amber{color:var(--gold-600);background:#fff7e6;border-color:#f3ddb0}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--cyan-500);box-shadow:0 0 0 5px rgba(50,213,210,.12)}

/* Buttons */
.btn.is-disabled,.btn[disabled]{opacity:.52;pointer-events:none}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 24px;border-radius:12px;font-weight:700;font-size:.92rem;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s,border-color .2s,color .2s}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg,var(--gold-300),var(--gold-500));color:var(--navy-950);box-shadow:0 14px 28px -12px rgba(225,170,60,.7)}.btn-primary:hover{background:linear-gradient(135deg,#ffe3a2,var(--gold-500));box-shadow:0 18px 34px -12px rgba(225,170,60,.8)}.btn-outline{background:transparent;border-color:var(--ink-300);color:var(--ink-950)}.btn-outline:hover{border-color:var(--blue-600);color:var(--blue-600);background:var(--white)}.btn-dark{background:var(--navy-900);color:var(--white);box-shadow:0 14px 30px -14px rgba(6,20,39,.5)}.btn-dark:hover{background:var(--blue-600)}.btn-ghost{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:var(--white)}.btn-ghost:hover{background:rgba(255,255,255,.14)}.btn-sm{padding:10px 16px;font-size:.84rem}.btn-lg{padding:15px 23px;border-radius:14px}.btn-block{width:100%}.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue-600);font-weight:700}.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.text-link.light{color:var(--cyan-200)}

/* Header */
.site-header.is-scrolled{box-shadow:0 12px 32px rgba(8,27,52,.1)}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);border-bottom:1px solid rgba(226,232,240,.8);backdrop-filter:blur(18px);box-shadow:0 6px 24px rgba(8,27,52,.04)}.nav{min-height:88px;display:flex;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:13px;flex:none;color:var(--navy-900)}.brand-mark-wrap{width:66px;height:66px;display:grid;place-items:center;flex:none;border-radius:20px;background:linear-gradient(145deg,#fff,#f2f6fb);border:1px solid var(--border-soft);box-shadow:0 8px 22px rgba(8,27,52,.12);overflow:hidden}.brand-mark{width:64px;height:64px;object-fit:cover;border-radius:19px;transform:scale(1.06)}.brand-copy{display:flex;flex-direction:column;line-height:1.08}.brand-copy strong{font-family:var(--font-head);font-size:1rem;font-weight:800;letter-spacing:-.02em;white-space:nowrap}.brand-copy small,.brand small{margin-top:5px;color:var(--text-2);font-size:.62rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap}.nav-links{display:flex;align-items:center;gap:1px;margin-left:auto}.nav-links a{padding:9px 10px;border-radius:9px;color:var(--ink-700);font-size:.84rem;font-weight:600;white-space:nowrap;transition:background .18s,color .18s}.nav-links a:hover,.nav-links a.active{background:var(--blue-100);color:var(--blue-600)}.nav-cta{display:flex;align-items:center;gap:12px;flex:none}.nav-demo{font-size:.82rem;font-weight:700;color:var(--navy-800);white-space:nowrap}.nav-demo:hover{color:var(--blue-600)}.nav-toggle{display:none;width:43px;height:43px;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--border);border-radius:12px;color:var(--ink-950)}.mobile-panel{display:none;border-top:1px solid var(--border-soft);background:var(--white)}.mobile-panel.is-open{display:block}.mobile-panel .container{padding-top:14px;padding-bottom:20px;display:flex;flex-direction:column;gap:3px}.mobile-panel>a,.mobile-panel .container>a{padding:11px 10px;border-radius:9px;font-weight:600}.mobile-panel a:hover,.mobile-panel a.active{background:var(--blue-100);color:var(--blue-600)}.mobile-panel .nav-cta{margin-top:12px;display:grid;grid-template-columns:1fr 1fr}

/* Home hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--navy-950),var(--navy-900) 55%,#0b2f59);color:rgba(255,255,255,.78)}.hero-home{padding:96px 0 102px;min-height:690px;display:flex;align-items:center}.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to right,black,transparent 88%)}.hero-orbit{position:absolute;border:1px solid rgba(50,213,210,.12);border-radius:50%;pointer-events:none}.hero-orbit-one{width:620px;height:620px;right:-220px;top:-250px}.hero-orbit-two{width:420px;height:420px;right:-80px;top:-130px}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(560px,1.08fr);gap:64px;align-items:center}.hero h1{color:var(--white);margin-bottom:24px}.hero h1 span{color:transparent;background:linear-gradient(90deg,var(--gold-300),#fff0c4);background-clip:text;-webkit-background-clip:text}.hero .lede{color:rgba(255,255,255,.72);font-size:1.16rem;max-width:59ch}.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:32px}.hero .btn-outline{color:var(--white);border-color:rgba(255,255,255,.28)}.hero .btn-outline:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.5);color:var(--white)}.hero-proof{display:flex;flex-wrap:wrap;gap:12px 22px;margin-top:28px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1)}.hero-proof span{font-size:.79rem;color:rgba(255,255,255,.64)}.hero-proof i{font-style:normal;color:var(--cyan-500);margin-right:5px}.product-stage{position:relative;padding:25px 8px 30px 18px}.stage-glow{position:absolute;inset:5% 8%;background:radial-gradient(circle,rgba(43,127,255,.35),transparent 68%);filter:blur(30px)}.product-window{position:relative;background:#f7f9fc;border:1px solid rgba(255,255,255,.23);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-lg);transform:perspective(1100px) rotateY(-3deg) rotateX(1deg)}.product-topbar{height:52px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #e7edf5}.product-brand{display:flex;align-items:center;gap:9px;color:#17243a;font-size:.72rem;font-weight:800}.product-brand img{border-radius:8px}.window-actions{display:flex;gap:5px}.window-actions span{width:7px;height:7px;border-radius:50%;background:#cdd6e3}.product-layout{display:grid;grid-template-columns:54px 1fr;min-height:346px}.product-sidebar{background:#07182d;padding:15px 11px;display:flex;flex-direction:column;align-items:center;gap:18px}.side-logo{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,var(--gold-300),var(--gold-500));color:var(--navy-950);font-size:.67rem;font-weight:800}.product-sidebar i{display:block;width:22px;height:7px;border-radius:4px;background:rgba(255,255,255,.12)}.product-sidebar i.active{height:22px;background:rgba(50,213,210,.22);border:1px solid rgba(50,213,210,.36)}.product-content{padding:24px 22px;color:#203047}.product-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.product-heading div{display:flex;flex-direction:column}.product-heading small{font-size:.55rem;letter-spacing:.11em;color:#7b8a9f;font-weight:700}.product-heading strong{font-family:var(--font-head);font-size:1rem;color:#142238;margin-top:3px}.live-pill{font-size:.56rem;color:#188f70;background:#e2f8f1;padding:5px 8px;border-radius:999px;font-weight:700}.live-pill i{display:inline-block;width:5px;height:5px;background:#18b88d;border-radius:50%;margin-right:4px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.metric-card{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:14px;display:flex;flex-direction:column}.metric-card>span{font-size:.6rem;color:#7a889b}.metric-card>strong{font-family:var(--font-head);font-size:1.45rem;color:#142238;line-height:1.3}.metric-card>strong small{font-size:.7rem}.metric-card>em{font-style:normal;font-size:.52rem;color:#8995a7}.product-bottom{display:grid;grid-template-columns:1.35fr .85fr;gap:10px;margin-top:11px}.activity-chart,.health-list{background:#fff;border:1px solid #e7edf5;border-radius:12px;padding:13px}.chart-title{display:flex;justify-content:space-between;font-size:.56rem;font-weight:700}.chart-title small{color:#8793a5}.bars{height:100px;display:flex;align-items:flex-end;gap:7px;padding-top:18px}.bars i{flex:1;min-height:8px;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,var(--blue-500),#8bbcff)}.health-list{display:flex;flex-direction:column;justify-content:space-around}.health-list>div{display:flex;align-items:center;gap:8px}.health-list i{width:7px;height:7px;border-radius:50%;flex:none}.health-ok{background:#18b88d;box-shadow:0 0 0 4px #e0f8f1}.health-warn{background:#e1aa3c;box-shadow:0 0 0 4px #fff5df}.health-list span{display:flex;flex-direction:column;font-size:.54rem;color:#8491a4}.health-list strong{font-size:.61rem;color:#24334a}.floating-card{position:absolute;display:flex;align-items:center;gap:9px;padding:10px 13px;background:rgba(255,255,255,.97);border:1px solid rgba(255,255,255,.7);border-radius:13px;box-shadow:0 15px 35px rgba(2,8,18,.3);color:#1f2f45;font-size:.68rem;font-weight:700}.floating-card span{display:flex;flex-direction:column}.floating-card small{font-size:.55rem;color:#8592a4;font-weight:500}.floating-security{left:-16px;bottom:8px}.float-icon{display:grid!important;place-items:center;width:27px;height:27px;border-radius:8px;background:#e4faf6;color:#17a783}.floating-ticket{right:-24px;top:67px}.floating-ticket>strong{font-family:var(--font-head);font-size:1.35rem;color:var(--blue-600)}

/* Home sections */
.domain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:52px}.domain-card{position:relative;min-height:270px;padding:26px;border-radius:20px;background:var(--white);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);transition:transform .22s var(--ease),box-shadow .22s,border-color .22s}.domain-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#cddbed}.domain-number{display:grid;place-items:center;width:37px;height:37px;border-radius:11px;background:var(--blue-100);color:var(--blue-600);font-family:var(--font-head);font-size:.68rem;font-weight:800}.domain-card h3{margin:32px 0 8px;font-size:1.35rem}.domain-card strong{display:block;min-height:44px;color:var(--blue-600);font-size:.75rem;line-height:1.45}.domain-card p{margin:14px 0 0;color:var(--text-2);font-size:.86rem}.architecture-strip{padding:84px 0;background:var(--white);border-bottom:1px solid var(--border-soft)}.architecture-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;align-items:center}.architecture-copy h2{font-size:clamp(1.9rem,2.8vw,2.8rem);max-width:16ch}.architecture-copy p{color:var(--text-2);max-width:52ch}.architecture-flow{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;padding:34px;border-radius:24px;background:linear-gradient(145deg,var(--bg-1),#fff);border:1px solid var(--border)}.architecture-flow span{padding:10px 13px;border-radius:10px;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--ink-800);font-size:.75rem;font-weight:700}.architecture-flow i{font-style:normal;color:var(--blue-500);font-weight:800}
.trust-strip{background:var(--white);border-bottom:1px solid var(--border-soft)}.trust-inner{min-height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.trust-inner p{margin:0;color:var(--text-2);font-size:.86rem}.trust-inner p strong{color:var(--ink-800)}.trust-sectors{display:flex;align-items:center;gap:32px;color:#78869a;font-family:var(--font-head);font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.intro-section{background:var(--white)}.intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:100px;align-items:end}.intro-title h2{max-width:14ch}.intro-copy p{font-size:1.07rem;color:var(--text-2)}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:72px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.value-card{padding:30px 28px;border-left:1px solid var(--border)}.value-card:first-child{border-left:0}.value-card>span{font-family:var(--font-head);font-size:.72rem;font-weight:800;color:var(--blue-600)}.value-card h3{margin-top:28px;font-size:1.22rem}.value-card p{font-size:.88rem;color:var(--text-2);margin:0}.capabilities-section{background:var(--bg-1)}.capabilities-head{display:flex;align-items:end;justify-content:space-between;gap:36px}.capabilities-head .section-head{margin-bottom:0}.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:52px}.capability-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;background:var(--white);border:1px solid var(--border-soft);padding:21px 22px;border-radius:16px;box-shadow:var(--shadow-sm);transition:transform .22s var(--ease),box-shadow .22s,border-color .22s}.capability-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:#cddbed}.capability-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--blue-100);font-size:1.25rem}.capability-copy{display:flex;flex-direction:column;min-width:0}.capability-copy strong{font-family:var(--font-head);font-size:.96rem;color:var(--ink-950)}.capability-copy small{margin-top:4px;color:var(--text-2);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.capability-arrow{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--bg-1);color:var(--blue-600);transition:background .2s,color .2s}.capability-card:hover .capability-arrow{background:var(--blue-600);color:var(--white)}.control-section{background:linear-gradient(145deg,var(--navy-950),var(--navy-850));color:rgba(255,255,255,.7);overflow:hidden}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.control-copy h2{color:var(--white);max-width:15ch}.control-copy .lede{color:rgba(255,255,255,.64)}.check-list{display:grid;gap:18px;margin:30px 0}.check-list li{display:flex;gap:13px}.check-list>li>span{display:grid;place-items:center;flex:none;width:27px;height:27px;border-radius:50%;background:rgba(50,213,210,.12);color:var(--cyan-500);font-size:.78rem}.check-list div{display:flex;flex-direction:column}.check-list strong{color:var(--white);font-size:.9rem}.check-list small{color:rgba(255,255,255,.5);font-size:.78rem}.control-visual{min-height:500px;display:grid;place-items:center}.control-map{position:relative;width:470px;height:470px;display:grid;place-items:center}.map-ring{position:absolute;border:1px solid rgba(50,213,210,.14);border-radius:50%}.ring-1{width:450px;height:450px}.ring-2{width:330px;height:330px}.ring-3{width:210px;height:210px;background:radial-gradient(circle,rgba(43,127,255,.18),transparent 68%)}.map-core{z-index:2;width:132px;height:132px;display:grid;place-items:center;border-radius:34px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);box-shadow:0 0 60px rgba(43,127,255,.22);backdrop-filter:blur(10px)}.map-core img{border-radius:24px}.map-core small{font-size:.55rem;letter-spacing:.12em;color:var(--gold-300);font-weight:800}.map-node{position:absolute;z-index:3;display:flex;align-items:center;gap:9px;padding:10px 14px;background:#fff;border-radius:12px;box-shadow:0 18px 38px rgba(0,0,0,.25);color:var(--ink-800);font-size:.7rem;font-weight:700}.map-node i{font-style:normal;color:var(--blue-600);font-size:.58rem}.node-a{top:44px;left:20px}.node-b{top:68px;right:-5px}.node-c{bottom:66px;left:0}.node-d{bottom:38px;right:25px}.audiences-section .section-head{max-width:770px}.section-action{text-align:center;margin-top:38px}.unifier-section{padding:96px 0;background:linear-gradient(135deg,#eff6ff,#f6fbff);border-top:1px solid #e1ebf7;border-bottom:1px solid #e1ebf7;overflow:hidden}.unifier-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.unifier-copy h2{max-width:16ch}.unifier-copy p{color:var(--text-2);font-size:1.05rem;max-width:56ch}.device-scene{position:relative;min-height:370px;display:grid;place-items:center}.device-screen{width:min(100%,470px);background:#061427;border:7px solid #101d2d;border-radius:24px;box-shadow:0 35px 70px rgba(6,20,39,.24);overflow:hidden}.device-bar{height:30px;background:#0b213e;display:flex;gap:5px;align-items:center;padding:0 12px}.device-bar span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.25)}.device-body{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white}.device-body img{border-radius:20px;box-shadow:0 15px 30px rgba(0,0,0,.24)}.device-body strong{font-family:var(--font-head);font-size:.84rem;letter-spacing:.06em;margin-top:14px}.device-body small{color:rgba(255,255,255,.52);margin-top:4px}.device-body i{font-style:normal;font-size:.65rem;color:var(--navy-950);background:var(--gold-300);padding:8px 13px;border-radius:8px;margin-top:18px;font-weight:700}.device-base{width:58%;height:18px;background:linear-gradient(#8390a0,#c4ccd6);border-radius:0 0 50% 50%;margin-top:-1px;box-shadow:0 14px 28px rgba(6,20,39,.17)}

/* Commercial homepage */
.platform-discovery-visual{min-width:0}
.commercial-hero{min-height:700px;padding:98px 0 92px;display:flex;align-items:center}.commercial-hero::before{mask-image:linear-gradient(to bottom,black,transparent 90%)}.commercial-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,.92fr);gap:72px;align-items:center}.commercial-hero-copy h1{font-size:clamp(3rem,5.1vw,5rem);max-width:11ch}.commercial-hero-copy .lede{max-width:58ch}.commercial-proof{display:flex;align-items:center;flex-wrap:wrap;gap:11px;margin-top:28px;color:rgba(255,255,255,.6);font-size:.78rem}.commercial-proof i{width:4px;height:4px;border-radius:50%;background:var(--cyan-500)}.commercial-orbit{position:absolute;border:1px solid rgba(50,213,210,.1);border-radius:50%}.orbit-a{width:600px;height:600px;right:-260px;top:-300px}.orbit-b{width:430px;height:430px;left:-280px;bottom:-260px}.ecosystem-hero-visual{position:relative;min-height:520px;display:grid;place-items:center}.ecosystem-halo{position:absolute;border:1px solid rgba(255,255,255,.1);border-radius:50%}.halo-one{width:430px;height:430px}.halo-two{width:290px;height:290px;background:radial-gradient(circle,rgba(43,127,255,.2),transparent 70%)}.ecosystem-core{position:relative;z-index:3;width:166px;height:166px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:42px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.2);box-shadow:0 30px 70px rgba(0,0,0,.3),0 0 70px rgba(43,127,255,.14);backdrop-filter:blur(12px)}.ecosystem-core img{border-radius:25px;box-shadow:0 15px 28px rgba(0,0,0,.25)}.ecosystem-core strong{margin-top:10px;font-family:var(--font-head);font-size:.75rem;color:var(--white);letter-spacing:.08em}.ecosystem-core small{font-size:.48rem;color:rgba(255,255,255,.45);letter-spacing:.12em}.ecosystem-card{position:absolute;z-index:4;min-width:180px;display:flex;align-items:center;gap:11px;padding:13px 15px;border-radius:14px;background:rgba(255,255,255,.97);color:var(--ink-800);box-shadow:0 18px 40px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.72)}.ecosystem-card>span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--blue-100);color:var(--blue-600);font-weight:800}.ecosystem-card div{display:flex;flex-direction:column}.ecosystem-card strong{font-size:.75rem}.ecosystem-card small{font-size:.6rem;color:var(--text-2)}.eco-infra{top:45px;left:8px}.eco-support{top:76px;right:-8px}.eco-security{bottom:82px;left:-8px}.eco-pilot{right:9px;bottom:50px}.ecosystem-caption{position:absolute;bottom:0;color:rgba(255,255,255,.5);font-size:.72rem;letter-spacing:.03em}
.problem-section{background:var(--white)}.problem-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:84px;align-items:center}.problem-copy h2{max-width:16ch}.problem-copy>p{color:var(--text-2);font-size:1.04rem;max-width:59ch}.fragment-visual{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;padding:32px;border-radius:26px;background:var(--bg-1);border:1px solid var(--border)}.fragment-items{display:grid;grid-template-columns:1fr 1fr;gap:9px}.fragment-items span{padding:10px 12px;border-radius:10px;background:var(--white);border:1px solid var(--border);color:var(--ink-700);font-size:.72rem;font-weight:700;box-shadow:var(--shadow-sm)}.fragment-arrow{color:var(--blue-500);font-size:1.5rem}.fragment-destination{min-height:180px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:20px;background:var(--navy-900);color:var(--white);box-shadow:var(--shadow-md)}.fragment-destination img{border-radius:18px}.fragment-destination strong{margin-top:12px;font-family:var(--font-head);font-size:.82rem}.fragment-destination small{margin-top:3px;font-size:.61rem;color:rgba(255,255,255,.5)}
.promise-section{background:var(--bg-1)}.promise-section .section-head{max-width:770px}.promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.promise-card{padding:30px 26px;border-radius:20px;background:var(--white);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.promise-card>span{font-family:var(--font-head);font-size:.68rem;font-weight:800;color:var(--blue-600)}.promise-card h3{margin-top:35px;font-size:1.35rem}.promise-card p{margin:0;color:var(--text-2);font-size:.88rem}
.product-preview-section{position:relative;background:linear-gradient(180deg,#fff 0,#f5f8fc 100%);overflow:hidden}.product-preview-section::before{content:"";position:absolute;width:650px;height:650px;right:-300px;top:120px;border-radius:50%;background:radial-gradient(circle,rgba(43,127,255,.1),transparent 68%);pointer-events:none}.product-preview-intro{max-width:850px;margin:0 auto 58px;text-align:center}.product-preview-intro h2{max-width:18ch;margin-inline:auto}.product-preview-intro .lede{margin-inline:auto;color:var(--text-2)}.product-preview-figure{position:relative;margin:0}.product-preview-shell{position:relative;border:12px solid #0a1a31;border-radius:30px;background:#f5f7fb;overflow:hidden;box-shadow:0 40px 90px rgba(5,22,43,.22),0 10px 25px rgba(5,22,43,.12)}.product-preview-shell::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.35);border-radius:18px;pointer-events:none}.preview-topbar{height:68px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;background:#fff;border-bottom:1px solid #e4eaf2}.preview-brand{display:flex;align-items:center;gap:11px}.preview-brand img{border-radius:10px}.preview-brand span{display:flex;flex-direction:column}.preview-brand strong{font-family:var(--font-head);font-size:.72rem;color:#142238;letter-spacing:-.01em}.preview-brand small{font-size:.55rem;color:#8290a4}.preview-context{display:flex;align-items:center;gap:9px;color:#6e7c91;font-size:.6rem;font-weight:700}.preview-context>i{width:1px;height:20px;background:#dfe6ef}.preview-context>b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#0b2342;color:#f2ce7b;font-family:var(--font-head);font-size:.65rem}.preview-workspace{display:grid;grid-template-columns:205px 1fr;min-height:555px}.preview-sidebar{padding:22px 13px;background:#07182d;display:flex;flex-direction:column;gap:5px}.preview-nav-label{margin:0 10px 8px;color:rgba(255,255,255,.32);font-size:.5rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.preview-nav-item{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:9px;color:rgba(255,255,255,.62);font-size:.66rem;font-weight:600}.preview-nav-item i{width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:rgba(255,255,255,.06);color:#8cbaff;font-style:normal}.preview-nav-item.is-active{background:rgba(43,127,255,.22);color:#fff}.preview-nav-item.is-active i{background:#2b7fff;color:#fff}.preview-nav-secondary{color:rgba(255,255,255,.46)}.preview-main{padding:27px 28px 30px;min-width:0}.preview-main-head{display:flex;justify-content:space-between;align-items:flex-start}.preview-main-head>div{display:flex;flex-direction:column}.preview-main-head small{font-size:.52rem;color:#7e8da2;letter-spacing:.12em;font-weight:700}.preview-main-head strong{margin-top:2px;font-family:var(--font-head);font-size:1.22rem;color:#15243a}.preview-main-head>span{display:flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#e5f8f3;color:#16866b;font-size:.53rem;font-weight:700}.preview-main-head>span i{width:5px;height:5px;border-radius:50%;background:#16b981}.preview-reference{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:18px;padding:10px 13px;border-radius:11px;background:#eef4fc;border:1px solid #dae6f5}.preview-reference span{font-size:.59rem;color:#38506e;font-weight:700}.preview-reference i{font-style:normal;color:#7ea8d9}.preview-info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px}.preview-info-grid article{min-width:0;padding:14px 12px;border-radius:12px;background:#fff;border:1px solid #e3eaf3;box-shadow:0 4px 12px rgba(10,31,57,.04);display:grid;grid-template-columns:auto 1fr;gap:9px}.preview-info-grid article>span{min-width:0;display:flex;flex-direction:column}.preview-info-grid small{font-size:.51rem;color:#7f8da0}.preview-info-grid strong{font-size:.65rem;color:#1e3048;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-info-grid em{grid-column:2;font-style:normal;font-size:.49rem;color:#99a4b4}.preview-info-icon{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;font-style:normal;font-size:.65rem}.preview-info-icon.blue{background:#e7f0ff;color:#1768e5}.preview-info-icon.cyan{background:#e3faf7;color:#128b81}.preview-info-icon.gold{background:#fff4dc;color:#b87b0b}.preview-info-icon.violet{background:#f1eaff;color:#7356c7}.preview-lower-grid{display:grid;grid-template-columns:1.3fr .7fr;gap:12px;margin-top:13px}.preview-panel{padding:16px;border-radius:13px;background:#fff;border:1px solid #e3eaf3}.preview-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.preview-panel-head strong{font-size:.67rem;color:#203149}.preview-panel-head small{font-size:.49rem;color:#8a97aa}.preview-center-list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.preview-center-list span{display:flex;align-items:center;gap:7px;padding:9px;border-radius:9px;background:#f7f9fc;color:#41536c;font-size:.55rem;font-weight:700}.preview-center-list i{width:21px;height:21px;display:grid;place-items:center;border-radius:6px;background:#e7f0ff;color:#1768e5;font-style:normal;font-size:.51rem}.preview-context-flow{display:grid;gap:8px;margin-top:14px}.preview-context-flow span{position:relative;padding:9px 10px 9px 24px;border-radius:8px;background:#f7f9fc;color:#53637a;font-size:.54rem;font-weight:600}.preview-context-flow span::before{content:"";position:absolute;left:10px;top:50%;width:5px;height:5px;border-radius:50%;background:#2b7fff;transform:translateY(-50%)}.product-preview-figure figcaption{margin:18px auto 0;max-width:800px;text-align:center;color:var(--text-2);font-size:.72rem}.product-preview-points{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.product-preview-points article{padding:23px 20px;border-radius:17px;background:#fff;border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.product-preview-points article>span{font-family:var(--font-head);font-size:.63rem;font-weight:800;color:var(--blue-600)}.product-preview-points h3{margin:20px 0 7px;font-size:1rem}.product-preview-points p{margin:0;color:var(--text-2);font-size:.78rem}.product-preview-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}
.unified-section{background:var(--white)}.unified-grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:90px;align-items:center}.unified-copy h2{max-width:14ch}.unified-copy>p:not(.lede){color:var(--text-2)}.unified-path{position:relative;padding:34px;border-radius:28px;background:linear-gradient(145deg,#f4f8fd,#fff);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.path-main{width:max-content;max-width:100%;margin:0 auto 42px;padding:11px 17px;display:flex;align-items:center;gap:12px;border-radius:15px;background:var(--navy-900);color:var(--white);box-shadow:var(--shadow-md)}.path-logo{width:45px;height:45px;display:grid;place-items:center;border-radius:12px;background:rgba(255,255,255,.08);overflow:hidden}.path-logo img{border-radius:12px}.path-main strong{font-size:.82rem}.path-main::after{content:"";position:absolute;left:50%;top:105px;width:1px;height:28px;background:#bfd1e6}.path-branches,.path-modules{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.path-branches span,.path-modules span{padding:11px 8px;text-align:center;border-radius:10px;background:var(--white);border:1px solid var(--border);font-size:.67rem;font-weight:700;color:var(--ink-700)}.path-modules{margin-top:28px}.path-modules span{background:var(--blue-100);border-color:#d7e6fb;color:var(--blue-600)}
.platform-discovery{padding:104px 0;background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:rgba(255,255,255,.67);overflow:hidden}.platform-discovery-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:88px;align-items:center}.platform-discovery-copy h2{color:var(--white);max-width:15ch}.platform-discovery-copy p{font-size:1.04rem;max-width:55ch}.platform-frame{padding:14px;border-radius:28px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-lg);transform:rotate(-1deg)}.platform-frame-top{height:52px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-radius:16px 16px 0 0;background:rgba(255,255,255,.07);color:var(--white);font-size:.68rem;font-weight:700}.platform-frame-top span{display:flex;align-items:center;gap:9px}.platform-frame-top img{border-radius:9px}.platform-frame-top i{width:50px;height:7px;border-radius:8px;background:rgba(255,255,255,.12)}.platform-frame-body{padding:17px;display:grid;gap:10px}.platform-layer{display:flex;gap:14px;align-items:flex-start;padding:17px;border-radius:14px;background:rgba(255,255,255,.95);color:var(--ink-800)}.platform-layer>span{display:grid;place-items:center;flex:none;width:31px;height:31px;border-radius:9px;background:var(--blue-100);color:var(--blue-600);font-size:.62rem;font-weight:800}.platform-layer div{display:flex;flex-direction:column}.platform-layer strong{font-size:.78rem}.platform-layer small{font-size:.64rem;color:var(--text-2);margin-top:3px}.platform-discovery .eyebrow{color:var(--gold-300)}
.modules-overview{background:var(--bg-1)}.modules-overview-head{display:flex;justify-content:space-between;align-items:end;gap:34px}.modules-overview-head .section-head{margin-bottom:0}.module-spotlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:52px}.module-spotlight{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;padding:19px 20px;border-radius:16px;background:var(--white);border:1px solid var(--border-soft);box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s}.module-spotlight:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.module-spotlight-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:var(--blue-100)}.module-spotlight>span:nth-child(2){display:flex;flex-direction:column}.module-spotlight strong{font-family:var(--font-head);font-size:.9rem;color:var(--ink-950)}.module-spotlight small{margin-top:3px;color:var(--text-2);font-size:.75rem}.module-spotlight i{font-style:normal;color:var(--blue-600)}
.trust-section{background:linear-gradient(145deg,var(--navy-950),var(--navy-850));color:rgba(255,255,255,.65);overflow:hidden}.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.trust-copy h2{color:var(--white);max-width:16ch}.trust-copy .lede{color:rgba(255,255,255,.62)}.plain-checks{display:grid;gap:12px;margin:26px 0 30px}.plain-checks li{display:flex;align-items:center;gap:11px;color:rgba(255,255,255,.72);font-size:.86rem}.plain-checks span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:rgba(50,213,210,.12);color:var(--cyan-500);font-size:.7rem}.trust-visual{position:relative;min-height:440px;display:grid;place-items:center}.trust-shield{position:relative;z-index:3;width:130px;height:150px;display:grid;place-items:center;clip-path:polygon(50% 0,94% 18%,88% 70%,50% 100%,12% 70%,6% 18%);background:linear-gradient(145deg,var(--blue-500),var(--cyan-500));box-shadow:0 25px 55px rgba(43,127,255,.28)}.trust-shield::before{content:"";position:absolute;inset:4px;clip-path:inherit;background:var(--navy-900)}.trust-shield span{position:relative;font-size:2rem;color:var(--cyan-500)}.trust-ring{position:absolute;border:1px solid rgba(50,213,210,.14);border-radius:50%}.trust-ring-a{width:310px;height:310px}.trust-ring-b{width:430px;height:430px}.trust-label{position:absolute;padding:9px 13px;border-radius:10px;background:rgba(255,255,255,.96);color:var(--ink-800);font-size:.67rem;font-weight:700;box-shadow:0 15px 30px rgba(0,0,0,.25)}.label-a{top:55px;left:55px}.label-b{top:80px;right:25px}.label-c{bottom:70px;left:25px}.label-d{bottom:45px;right:35px}
.unifier-commercial{background:var(--white)}.unifier-commercial-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:82px;align-items:center}.unifier-commercial-copy h2{max-width:16ch}.unifier-commercial-copy p{color:var(--text-2);font-size:1.04rem}.unifier-bridge{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center;padding:34px;border-radius:28px;background:var(--bg-1);border:1px solid var(--border)}.bridge-side{display:grid;gap:10px}.bridge-side span{padding:10px 12px;border-radius:10px;background:var(--white);border:1px solid var(--border);font-size:.7rem;font-weight:700;color:var(--ink-700)}.bridge-agent{position:relative;padding:20px 15px;display:flex;flex-direction:column;align-items:center;border-radius:20px;background:var(--navy-900);color:var(--white);box-shadow:var(--shadow-md)}.bridge-agent::before,.bridge-agent::after{content:"";position:absolute;top:50%;width:20px;height:1px;background:var(--blue-500)}.bridge-agent::before{left:-20px}.bridge-agent::after{right:-20px}.bridge-agent img{border-radius:18px}.bridge-agent strong{margin-top:9px;font-family:var(--font-head);font-size:.7rem;letter-spacing:.08em}.bridge-agent small{font-size:.55rem;color:rgba(255,255,255,.48)}.bridge-platform{padding:26px 18px;border-radius:20px;background:var(--white);border:1px solid #d6e4f5;text-align:center;box-shadow:var(--shadow-sm)}.bridge-platform strong{font-family:var(--font-head);font-size:.78rem;color:var(--navy-900);line-height:1.35}.bridge-platform small{display:block;margin-top:6px;font-size:.59rem;color:var(--text-2)}

/* Shared page components */
.mt-0{margin-top:0}.mb-0{margin-bottom:0}
.page-hero{position:relative;padding:86px 0 72px;background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:rgba(255,255,255,.7);overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(700px 280px at 85% 20%,rgba(43,127,255,.22),transparent 65%),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,50px 50px,50px 50px}.page-hero .container{position:relative}.page-hero h1{color:var(--white);font-size:clamp(2.5rem,4.6vw,4.5rem);max-width:18ch}.page-hero .lede{color:rgba(255,255,255,.65)}.breadcrumb{font-size:.78rem;color:rgba(255,255,255,.48);margin-bottom:22px}.breadcrumb a:hover{color:var(--gold-300)}.section-head{max-width:720px;margin-bottom:48px}.section-head.center{margin-inline:auto;text-align:center}.grid{display:grid;gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.split>*,.grid>*{min-width:0}.card{background:var(--white);border:1px solid var(--border-soft);border-radius:var(--radius-m);padding:28px;box-shadow:var(--shadow-sm);transition:border-color .2s,transform .2s var(--ease),box-shadow .2s}.card:hover{border-color:#cfdae7;transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:var(--blue-100);margin-bottom:18px;font-size:1.25rem}.card h3{margin-bottom:9px;font-size:1.08rem}.card p{color:var(--text-2);font-size:.9rem;margin-bottom:14px}.card-link{display:inline-flex;align-items:center;gap:6px;font-size:.83rem;font-weight:700;color:var(--blue-600)}.module-card{position:relative;padding-top:62px}.module-card .status{position:absolute;top:22px;right:22px;font-size:.61rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase;padding:5px 9px;border-radius:999px}.status--live{background:#e2f8f1;color:#138a6d}.status--partial{background:#fff5df;color:#a16b07}.status--dev{background:var(--blue-100);color:var(--blue-600)}.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.flow{display:flex;flex-direction:column;align-items:center;max-width:650px;margin:42px auto 0}.flow-step{width:100%;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:17px 22px;text-align:center;font-weight:700;color:var(--ink-700);font-family:var(--font-head);box-shadow:var(--shadow-sm)}.flow-step.is-strong{background:var(--navy-900);border-color:var(--navy-900);color:var(--white)}.flow-arrow{color:var(--blue-500);font-size:1.2rem;padding:6px}.flow-h{display:flex;align-items:stretch;flex-wrap:wrap;justify-content:center;margin-top:38px}.flow-h .flow-step{width:auto;min-width:150px;flex:1 1 150px}.flow-h .flow-arrow{display:flex;align-items:center;padding:0 10px}.eco-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:40px}.eco-item{background:var(--white);border:1px solid var(--border-soft);border-radius:16px;padding:20px;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.eco-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.eco-item .n{font-size:.65rem;color:var(--blue-600);font-weight:800}.eco-item h4{margin:7px 0 3px;font-size:.93rem}.eco-item p{margin:0;font-size:.78rem;color:var(--text-2)}.table-scroll{width:100%;overflow-x:auto}.table-scroll .mtable{min-width:650px}.mtable{width:100%;border-collapse:separate;border-spacing:0;background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden}.mtable th,.mtable td{text-align:left;padding:15px 17px;border-bottom:1px solid var(--border-soft);font-size:.88rem}.mtable th{color:var(--text-2);font-size:.65rem;letter-spacing:.07em;text-transform:uppercase;background:var(--bg-1)}.mtable tr:last-child td{border-bottom:0}.pill{display:inline-block;padding:4px 9px;border-radius:999px;font-size:.68rem;font-weight:700}.pill--ok{background:#e2f8f1;color:#138a6d}.pill--warn{background:#fff5df;color:#a16b07}.pill--dev{background:var(--blue-100);color:var(--blue-600)}.banner{position:relative;overflow:hidden;border-radius:32px;padding:64px;background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:rgba(255,255,255,.78);box-shadow:var(--shadow-lg)}.banner::after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-130px;top:-170px;border:1px solid rgba(50,213,210,.18);box-shadow:0 0 0 60px rgba(50,213,210,.025),0 0 0 120px rgba(50,213,210,.018)}.banner>*{position:relative;z-index:1}.banner h2,.banner h3{color:var(--white)}.banner .lede{color:rgba(255,255,255,.64)}.banner .btn-outline{color:var(--white);border-color:rgba(255,255,255,.26)}.banner .btn-outline:hover{background:rgba(255,255,255,.08);color:var(--white)}.callout{border-radius:16px;padding:22px 24px;border:1px solid var(--border);background:var(--white);display:flex;gap:16px;align-items:flex-start;box-shadow:var(--shadow-sm)}.callout.warn{border-color:#f0d59d;background:#fff9ec}.callout.info{border-color:#cbdfff;background:#f1f6ff}.callout .ic{flex:none;font-size:1.2rem}.callout p{margin:0;font-size:.9rem}.steps{display:flex;flex-direction:column}.step{display:flex;gap:20px;padding:23px 0;border-top:1px solid var(--border-soft)}.step:first-child{border-top:0}.step-n{flex:none;width:38px;height:38px;border-radius:11px;background:var(--blue-100);display:grid;place-items:center;font-family:var(--font-head);font-weight:800;color:var(--blue-600);font-size:.82rem}.step h4{margin:0 0 5px;font-size:1rem}.step p{margin:0;color:var(--text-2);font-size:.88rem}.tabs{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.tab-btn{padding:10px 18px;border-radius:10px;border:1px solid var(--border);background:var(--white);color:var(--text-1);font-weight:700;font-size:.83rem;cursor:pointer}.tab-btn.is-active{background:var(--blue-600);border-color:var(--blue-600);color:var(--white)}.tab-panel{display:none}.tab-panel.is-active{display:block}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.kicker-num{font-family:var(--font-head);font-size:2.4rem;font-weight:800;color:var(--navy-900)}.kicker-label{font-size:.8rem;color:var(--text-2)}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.tag{font-size:.73rem;color:var(--text-2);background:var(--bg-1);border:1px solid var(--border-soft);border-radius:999px;padding:5px 11px}.divider{height:1px;background:var(--border);margin:60px 0}.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s var(--ease)}.reveal.is-visible{opacity:1;transform:none}

/* Footer */
.footer-grid>*{min-width:0}
.site-footer{background:var(--navy-950);padding:76px 0 28px;color:rgba(255,255,255,.62)}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.25fr;gap:44px}.footer-brand p{color:rgba(255,255,255,.48);font-size:.87rem;max-width:34ch;margin-top:18px}.footer-brand .brand-copy strong,.footer-brand .brand>span{color:var(--white)}.footer-brand .brand small{color:rgba(255,255,255,.38)}.footer-brand .brand-mark-wrap{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}.footer-col h5{color:var(--white);font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;margin:0 0 17px}.footer-col a,.footer-col p{display:block;color:rgba(255,255,255,.52);font-size:.83rem;margin-bottom:10px}.footer-col a:hover{color:var(--gold-300)}.footer-parent{margin-top:48px;padding-top:28px;border-top:1px solid rgba(255,255,255,.09);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-parent-brand{display:flex;align-items:center;gap:12px;font-size:.82rem}.footer-parent-brand strong{color:var(--white)}.footer-bottom{margin-top:22px;padding-top:22px;border-top:1px solid rgba(255,255,255,.06);font-size:.75rem;color:rgba(255,255,255,.36);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px}.footer-bottom a:hover{color:var(--gold-300)}

/* Final header sizing: logo deliberately prominent without changing proportions. */
.nav{min-height:96px}.brand-mark-wrap{width:78px;height:78px;border-radius:22px}.brand-mark{width:74px;height:74px;border-radius:21px;transform:scale(1.05)}

/* Responsive */
@media(max-width:1100px){.nav-links{display:none}.nav-toggle{display:inline-flex}.nav-demo{display:none}}
@media(max-width:1220px){.brand-copy small{display:none}.nav-demo{display:none}.nav{gap:14px}.nav-links a{padding-inline:8px}.hero-grid{grid-template-columns:.9fr 1.1fr;gap:34px}}
@media(max-width:1020px){.nav-links{display:none}.nav-toggle{display:inline-flex}.nav-demo{display:none}.hero-home{padding:76px 0 86px}.hero-grid{grid-template-columns:1fr}.hero-copy{max-width:730px}.product-stage{max-width:690px;margin:10px auto 0;width:100%}.intro-grid,.control-grid,.unifier-grid{grid-template-columns:1fr;gap:58px}.intro-title h2,.control-copy h2,.unifier-copy h2{max-width:20ch}.value-grid{grid-template-columns:1fr 1fr}.value-card:nth-child(3){border-left:0;border-top:1px solid var(--border)}.value-card:nth-child(4){border-top:1px solid var(--border)}.control-visual{order:2}.capability-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1.2fr 1fr;row-gap:40px}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.eco-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr;gap:42px}}
@media(max-width:760px){.container{width:min(100% - 32px,var(--maxw))}.section{padding:76px 0}.site-header .nav{min-height:78px}.brand-mark-wrap{width:54px;height:54px;border-radius:16px}.brand-mark{width:54px;height:54px;border-radius:15px}.brand-copy strong{font-size:.83rem}.nav-cta>.btn{display:none}.mobile-panel .nav-cta>.btn{display:flex}.hero-home{padding:68px 0 74px}.hero h1{font-size:clamp(2.55rem,12vw,4rem)}.hero-grid{gap:44px}.hero-proof{display:grid;grid-template-columns:1fr}.product-stage{padding:4px 0 22px}.product-window{transform:none;border-radius:16px}.product-topbar{height:44px}.product-layout{grid-template-columns:40px 1fr;min-height:300px}.product-sidebar{padding-inline:7px}.product-content{padding:16px 12px}.metric-grid{gap:6px}.metric-card{padding:10px 8px}.metric-card>strong{font-size:1.1rem}.product-bottom{grid-template-columns:1fr}.health-list{display:none}.floating-ticket{right:-8px;top:50px}.floating-security{left:-7px}.trust-inner{padding-block:24px;display:block;text-align:center}.trust-sectors{justify-content:center;flex-wrap:wrap;gap:12px 24px;margin-top:18px}.intro-grid{gap:28px}.value-grid{grid-template-columns:1fr;margin-top:48px}.value-card,.value-card:nth-child(3),.value-card:nth-child(4){border-left:0;border-top:1px solid var(--border)}.value-card:first-child{border-top:0}.capabilities-head{align-items:flex-start;flex-direction:column}.capability-card{padding:17px 16px}.capability-copy small{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.control-visual{min-height:360px}.control-map{width:340px;height:340px;transform:scale(.92)}.ring-1{width:330px;height:330px}.ring-2{width:240px;height:240px}.ring-3{width:155px;height:155px}.map-core{width:105px;height:105px}.map-core img{width:60px}.map-node{padding:8px 10px;font-size:.61rem}.node-a{top:32px;left:0}.node-b{top:54px;right:-4px}.node-c{bottom:54px;left:-4px}.node-d{bottom:26px;right:8px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.banner{padding:44px 24px;border-radius:24px}.page-hero{padding:62px 0 58px}.flow-h{flex-direction:column}.flow-h .flow-arrow{padding:6px 0;justify-content:center}.stat-grid{grid-template-columns:1fr 1fr}.eco-grid{grid-template-columns:1fr}.mobile-panel .nav-cta{grid-template-columns:1fr}.device-scene{min-height:300px}}
@media(max-width:420px){.brand-copy strong{font-size:.72rem}.brand-copy small{display:none}.nav{gap:8px}.nav-toggle{width:40px;height:40px}.hero-actions .btn{width:100%}.metric-card:nth-child(3){display:none}.metric-grid{grid-template-columns:1fr 1fr}.floating-ticket{display:none}.control-map{transform:scale(.82)}.stat-grid{grid-template-columns:1fr}}
@media(max-width:760px){.site-footer .brand{max-width:100%;align-items:flex-start}.site-footer .brand>span{min-width:0;white-space:normal;overflow-wrap:anywhere}.site-footer .brand small{white-space:normal}}
@media(max-width:1020px){.domain-grid{grid-template-columns:1fr 1fr}.architecture-inner{grid-template-columns:1fr;gap:38px}.architecture-copy h2{max-width:20ch}}
@media(max-width:760px){.site-header .nav{min-height:84px}.brand-mark-wrap{width:62px;height:62px;border-radius:18px}.brand-mark{width:60px;height:60px;border-radius:17px;transform:scale(1.05)}.domain-grid{grid-template-columns:1fr}.domain-card{min-height:0}.architecture-strip{padding:68px 0}.architecture-flow{padding:24px 18px;justify-content:flex-start}.architecture-flow i{transform:rotate(90deg)}}
@media(max-width:420px){.brand-mark-wrap{width:58px;height:58px}.brand-mark{width:56px;height:56px}.brand-copy strong{font-size:.68rem}}
@media(max-width:1100px){.commercial-hero-grid,.problem-grid,.unified-grid,.platform-discovery-grid,.trust-grid,.unifier-commercial-grid{grid-template-columns:1fr}.commercial-hero-copy{max-width:760px}.ecosystem-hero-visual{width:min(100%,680px);margin-inline:auto}.problem-grid,.unified-grid,.platform-discovery-grid,.trust-grid,.unifier-commercial-grid{gap:54px}.promise-grid{grid-template-columns:1fr 1fr}.platform-discovery-copy{order:-1}.trust-visual{order:2}.module-spotlight-grid{grid-template-columns:1fr}.modules-overview-head{align-items:flex-start;flex-direction:column}.unified-copy h2,.trust-copy h2,.unifier-commercial-copy h2{max-width:20ch}}
@media(max-width:760px){.commercial-hero{padding:72px 0 76px}.commercial-hero-copy h1{font-size:clamp(2.65rem,12vw,4rem)}.commercial-proof{gap:9px}.ecosystem-hero-visual{min-height:450px;transform:scale(.95)}.halo-one{width:340px;height:340px}.halo-two{width:230px;height:230px}.ecosystem-core{width:135px;height:135px;border-radius:34px}.ecosystem-core img{width:68px}.ecosystem-card{min-width:145px;padding:10px 11px}.ecosystem-card strong{font-size:.66rem}.ecosystem-card small{font-size:.54rem}.eco-infra{top:42px;left:-4px}.eco-support{top:70px;right:-4px}.eco-security{bottom:75px;left:-3px}.eco-pilot{bottom:48px;right:-4px}.problem-grid{gap:36px}.fragment-visual{grid-template-columns:1fr;gap:16px;padding:22px}.fragment-arrow{transform:rotate(90deg);text-align:center}.fragment-destination{min-height:150px}.promise-grid{grid-template-columns:1fr}.promise-card{padding:25px 22px}.promise-card h3{margin-top:24px}.unified-path{padding:24px 18px}.path-main::after{top:95px}.path-branches,.path-modules{grid-template-columns:1fr 1fr}.platform-discovery{padding:76px 0}.platform-frame{padding:9px;border-radius:21px}.platform-frame-body{padding:10px}.platform-layer{padding:14px 12px}.module-spotlight{padding:16px 14px}.module-spotlight small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.trust-visual{min-height:360px;transform:scale(.86)}.unifier-bridge{padding:22px 14px;gap:12px}.bridge-agent::before,.bridge-agent::after{width:12px}.bridge-agent::before{left:-12px}.bridge-agent::after{right:-12px}.bridge-platform{padding:20px 10px}}
@media(max-width:420px){.ecosystem-hero-visual{min-height:420px;transform:scale(.9)}.ecosystem-card{min-width:132px}.ecosystem-caption{font-size:.63rem}.unifier-bridge{grid-template-columns:1fr}.bridge-agent::before,.bridge-agent::after{display:none}.bridge-side{grid-template-columns:repeat(3,1fr)}.bridge-side span{text-align:center;padding:8px 5px}.bridge-platform{padding:18px}}
@media(max-width:1100px){.preview-workspace{grid-template-columns:175px 1fr}.preview-info-grid{grid-template-columns:1fr 1fr}.product-preview-points{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.product-preview-intro{margin-bottom:38px;text-align:left}.product-preview-intro h2{margin-inline:0}.product-preview-intro .lede{margin-inline:0}.product-preview-shell{border-width:7px;border-radius:22px}.preview-topbar{height:58px;padding:0 13px}.preview-brand strong{font-size:.61rem}.preview-brand small,.preview-context>span,.preview-context>i{display:none}.preview-workspace{grid-template-columns:1fr}.preview-sidebar{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:10px;background:#07182d}.preview-nav-label{display:none}.preview-nav-item{justify-content:center;gap:5px;padding:8px 5px;font-size:.55rem;text-align:center}.preview-sidebar .preview-nav-secondary{display:none}.preview-nav-item i{width:20px;height:20px}.preview-main{padding:20px 14px 22px}.preview-main-head strong{font-size:1rem}.preview-main-head>span{font-size:.48rem}.preview-reference{gap:5px;padding:9px}.preview-reference span{font-size:.51rem}.preview-info-grid{grid-template-columns:1fr 1fr;gap:7px}.preview-info-grid article{padding:11px 8px}.preview-info-grid strong{font-size:.58rem}.preview-info-grid em{font-size:.46rem}.preview-lower-grid{grid-template-columns:1fr}.preview-center-list{grid-template-columns:1fr 1fr}.preview-continuity{display:none}.product-preview-figure figcaption{text-align:left;font-size:.65rem}.product-preview-points{grid-template-columns:1fr;gap:10px;margin-top:34px}.product-preview-points article{padding:20px}.product-preview-points h3{margin-top:14px}.product-preview-actions{justify-content:flex-start}.product-preview-actions .btn{width:100%}}
@media(max-width:420px){.preview-sidebar{grid-template-columns:1fr 1fr}.preview-nav-item:nth-of-type(7){display:none}.preview-main-head>span{display:none}.preview-reference i{display:none}.preview-reference{display:grid;grid-template-columns:1fr 1fr}.preview-info-grid{grid-template-columns:1fr}.preview-center-list{grid-template-columns:1fr 1fr}}
/* Product-led direction */
.line-icon{display:block;width:24px;height:24px;flex:none}.inline-check{width:22px;height:22px;display:grid;place-items:center;color:var(--blue-600);flex:none}.inline-check .line-icon{width:18px;height:18px}.contact-link{display:inline-flex;align-items:center;gap:8px;color:var(--blue-600)}.contact-link .line-icon{width:18px;height:18px}
.product-hero{min-height:760px;padding:88px 0 100px;display:flex;align-items:center}.product-hero::after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,rgba(23,104,229,.08));pointer-events:none}.product-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.78fr 1.22fr;gap:64px;align-items:center}.product-hero-copy h1{font-size:clamp(3rem,4.9vw,5.25rem);max-width:10ch}.product-hero-copy .lede{max-width:54ch}.hero-evidence{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:27px;color:rgba(255,255,255,.7);font-size:.78rem}.hero-evidence i{width:4px;height:4px;border-radius:50%;background:var(--gold-300)}.software-shot{margin:0;position:relative}.software-shot picture{display:block;border-radius:18px;overflow:hidden;background:#edf2f8}.software-shot img{width:100%;height:auto}.software-shot figcaption{margin-top:12px;color:var(--text-2);font-size:.71rem}.hero-software-shot{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);filter:drop-shadow(0 30px 48px rgba(0,0,0,.35))}.hero-software-shot picture{border:7px solid rgba(255,255,255,.12);box-shadow:0 0 0 1px rgba(255,255,255,.18)}.hero-software-shot figcaption{color:rgba(255,255,255,.54)}
.concrete-problem{background:#fff}.concrete-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end}.concrete-problem h2{max-width:15ch}.concrete-problem p{color:var(--text-2)}
.action-promise{background:var(--bg-1)}.action-promise-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.action-promise-grid article{padding:28px 24px;border-radius:20px;background:#fff;border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.action-promise-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:var(--blue-100);color:var(--blue-600)}.action-promise-grid h3{margin:28px 0 8px}.action-promise-grid p{margin:0;color:var(--text-2);font-size:.86rem}
.all-modules{background:#fff}.all-modules-head{display:flex;align-items:end;justify-content:space-between;gap:30px}.all-modules-head .section-head{margin-bottom:0}.home-module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:52px}.home-module-card{position:relative;min-height:245px;padding:24px;border:1px solid var(--border-soft);border-radius:18px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .2s var(--ease),box-shadow .2s,border-color .2s}.home-module-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#c9d9ed}.home-module-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:var(--blue-100);color:var(--blue-600)}.home-module-card h3{margin:25px 0 7px;font-size:1rem}.home-module-card p{color:var(--text-2);font-size:.78rem;line-height:1.55}.module-card-action{position:absolute;bottom:20px;color:var(--blue-600);font-size:.74rem;font-weight:700}.module-difference{position:absolute;right:18px;top:18px;padding:5px 8px;border-radius:999px;background:#fff1c8;color:#8d5c00;font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.home-module-card:has(.module-difference){background:linear-gradient(145deg,#fff,#fffaf0);border-color:#f1d898}
.rmm-feature{background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:rgba(255,255,255,.68)}.rmm-feature h2{color:#fff;max-width:15ch}.feature-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:76px;align-items:center}.scenario-steps{display:grid;gap:15px;margin:30px 0}.scenario-steps article{display:grid;grid-template-columns:38px 1fr;gap:12px}.scenario-steps article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:rgba(43,127,255,.2);color:#a8caff;font-family:var(--font-head);font-size:.65rem;font-weight:800}.scenario-steps p{margin:0;font-size:.85rem}.scenario-steps strong{display:block;color:#fff}.feature-shot picture{border:7px solid rgba(255,255,255,.11);box-shadow:var(--shadow-lg)}.feature-shot figcaption{color:rgba(255,255,255,.48)}.rmm-objections{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:18px 0 0}.rmm-objections div{padding:13px;border-radius:11px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}.rmm-objections dt{color:#fff;font-size:.72rem;font-weight:700}.rmm-objections dd{margin:4px 0 0;font-size:.67rem;color:rgba(255,255,255,.56)}
.ai-feature{background:#f3f6fb}.ai-feature-head{max-width:780px}.ai-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ai-card,.ai-boundary{padding:28px;border-radius:20px;background:#fff;border:1px solid var(--border-soft);box-shadow:var(--shadow-sm)}.ai-card>span,.ai-boundary>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#e9f2ff;color:var(--blue-600)}.ai-card h3,.ai-boundary h3{margin:24px 0 8px}.ai-card p{color:var(--text-2)}.ai-card a{color:var(--blue-600);font-weight:700;font-size:.82rem}.ai-shot{grid-column:1}.ai-shot picture{box-shadow:var(--shadow-md)}.ai-boundary{grid-column:2;background:var(--navy-900);color:rgba(255,255,255,.68)}.ai-boundary h3{color:#fff}.ai-boundary ul{display:grid;gap:11px}.ai-boundary li{position:relative;padding-left:18px;font-size:.85rem}.ai-boundary li::before{content:"";position:absolute;left:0;top:.66em;width:6px;height:6px;border-radius:50%;background:var(--gold-300)}
.gallery-section{background:#fff}.gallery-section .section-head{max-width:850px}.product-gallery{max-width:1180px;margin:0 auto}.gallery-tabs{display:flex;gap:7px;overflow-x:auto;padding:4px 4px 12px;scrollbar-width:thin}.gallery-tab{flex:none;padding:10px 14px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text-1);font-size:.76rem;font-weight:700;cursor:pointer}.gallery-tab.is-active{background:var(--navy-900);border-color:var(--navy-900);color:#fff}.gallery-panel{display:none}.gallery-panel.is-active{display:block}.gallery-open{display:block;width:100%;padding:0;border:0;background:none;cursor:zoom-in}.gallery-open picture{display:block;overflow:hidden;border-radius:20px;border:8px solid var(--navy-900);box-shadow:var(--shadow-lg)}.gallery-open img{width:100%}.gallery-caption{display:grid;grid-template-columns:42px 1fr;gap:14px;max-width:760px;margin:22px auto 0}.gallery-caption>span{font-family:var(--font-head);font-size:.7rem;color:var(--blue-600);font-weight:800}.gallery-caption h3{margin:0 0 5px}.gallery-caption p{margin:0;color:var(--text-2)}.product-lightbox{width:min(96vw,1700px);max-width:none;padding:52px 18px 18px;border:0;border-radius:20px;background:#07182d}.product-lightbox::backdrop{background:rgba(2,8,18,.88)}.product-lightbox img{width:100%;max-height:88vh;object-fit:contain}.lightbox-close{position:absolute;right:16px;top:12px;padding:8px 12px;border:1px solid rgba(255,255,255,.2);border-radius:9px;background:rgba(255,255,255,.08);color:#fff;cursor:pointer}
.local-advantage{background:linear-gradient(145deg,#07182d,#0b2b50);color:rgba(255,255,255,.67)}.local-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:center}.local-copy h2{color:#fff;max-width:13ch}.local-copy .lede{color:rgba(255,255,255,.66)}.local-points{display:grid;grid-template-columns:1fr 1fr;gap:13px}.local-points article{padding:23px;border-radius:17px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.11)}.local-points article>span{color:var(--gold-300)}.local-points h3{margin:19px 0 7px;color:#fff;font-size:1rem}.local-points p{margin:0;font-size:.8rem;color:rgba(255,255,255,.56)}
.unifier-bridge-section{background:#fff}.unifier-flow{display:flex;align-items:center;justify-content:center;padding:38px;border-radius:24px;background:var(--bg-1);border:1px solid var(--border)}.unifier-flow>span{width:140px;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:16px;background:#fff;border:1px solid var(--border);color:var(--blue-600);box-shadow:var(--shadow-sm)}.unifier-flow b{margin-top:10px;color:var(--ink-800);font-size:.76rem}.unifier-flow>i{width:42px;height:1px;background:var(--blue-500)}
/* Shared module template */
.module-hero{padding:58px 0 84px;background:linear-gradient(180deg,#f7faff,#fff)}.module-hero .breadcrumb{color:var(--text-2)}.module-hero-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:60px;align-items:center}.module-title-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:var(--blue-100);color:var(--blue-600);margin-bottom:24px}.module-title-icon .line-icon{width:30px;height:30px}.module-hero h1{font-size:clamp(2.6rem,4.4vw,4.7rem);max-width:12ch}.module-shot picture{border:7px solid var(--navy-900);box-shadow:var(--shadow-lg)}.narrow-copy{max-width:850px}.module-problem{background:#fff}.module-actions{background:var(--bg-1)}.module-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:72px}.module-action-list{display:grid;gap:10px}.module-action-list li{display:flex;align-items:center;gap:12px;padding:15px 17px;border-radius:12px;background:#fff;border:1px solid var(--border-soft)}.module-action-list li>span{color:var(--blue-600)}.module-action-list .line-icon{width:18px;height:18px}.module-action-list strong{font-size:.86rem}.module-outcome{padding:34px;border-radius:24px;background:var(--navy-900);color:rgba(255,255,255,.67)}.module-outcome h2{color:#fff}.module-workflow{background:#fff}.module-step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.module-step{min-height:170px;padding:24px;border-radius:18px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm)}.module-step>span{font-family:var(--font-head);font-size:.68rem;color:var(--blue-600);font-weight:800}.module-step p{margin:38px 0 0;color:var(--ink-800);font-weight:600}.related-modules{background:var(--bg-1)}.module-card .card-icon .line-icon{width:25px;height:25px}.module-card .card-icon.is-featured{background:#fff1c8;color:#9b6900}
@media(max-width:1100px){.product-hero-grid,.feature-grid,.local-grid,.module-hero-grid{grid-template-columns:1fr;gap:48px}.product-hero-copy{max-width:790px}.product-hero-copy h1{max-width:13ch}.hero-software-shot{transform:none}.home-module-grid{grid-template-columns:repeat(3,1fr)}.module-hero-copy{max-width:780px}.module-hero h1{max-width:16ch}.module-two-col{grid-template-columns:1fr;gap:40px}}
@media(max-width:800px){.concrete-problem-grid{grid-template-columns:1fr;gap:25px}.action-promise-grid,.home-module-grid,.local-points{grid-template-columns:1fr 1fr}.all-modules-head{align-items:flex-start;flex-direction:column}.ai-feature-grid{grid-template-columns:1fr}.ai-shot,.ai-boundary{grid-column:1}.module-step-grid{grid-template-columns:1fr 1fr}.rmm-objections{grid-template-columns:1fr}.unifier-flow{padding:22px}.unifier-flow>span{width:110px}.unifier-flow>i{width:20px}}
@media(max-width:520px){.product-hero{padding:66px 0 76px}.product-hero-copy h1{font-size:clamp(2.65rem,12vw,4rem)}.hero-evidence{display:grid;grid-template-columns:1fr}.hero-evidence i{display:none}.software-shot picture,.gallery-open picture{border-radius:12px}.hero-software-shot picture,.gallery-open picture,.module-shot picture,.feature-shot picture{border-width:4px}.action-promise-grid,.home-module-grid,.local-points,.module-step-grid{grid-template-columns:1fr}.home-module-card{min-height:220px}.ai-card,.ai-boundary{padding:23px}.gallery-caption{grid-template-columns:30px 1fr}.unifier-flow{display:grid;grid-template-columns:1fr}.unifier-flow>span{width:100%;min-height:100px}.unifier-flow>i{width:1px;height:18px;margin:auto}.module-hero{padding-top:38px}.module-hero-grid{gap:36px}.module-hero h1{font-size:clamp(2.35rem,11vw,3.4rem)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
.reveal{opacity:1;transform:none}
:focus-visible{outline:3px solid var(--cyan-500);outline-offset:3px;border-radius:6px}

/* International product positioning */
.lang-switch{display:inline-grid;place-items:center;min-width:38px;height:34px;padding:0 9px;border:1px solid var(--border);border-radius:9px;color:var(--blue-600);font-size:.72rem;font-weight:800;letter-spacing:.06em}.lang-switch:hover{background:var(--blue-100)}
.global-strip{background:#07182d;border-top:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.62)}.global-strip .container{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.global-strip span{font-size:.78rem}.global-strip strong{color:#fff;font-family:var(--font-head);font-size:.78rem;letter-spacing:.04em}
.module-family{position:absolute;right:18px;top:18px;padding:5px 8px;border-radius:999px;background:var(--bg-1);color:var(--blue-600);font-size:.58rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.home-module-card .status{position:absolute;left:24px;bottom:20px}.status--partial{background:#fff3d5;color:#8b5c00}.status--config{background:#eef0f4;color:#536174}
.engine-chain{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:44px}.engine-chain span{padding:13px 16px;border-radius:12px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--ink-800);font-size:.76rem;font-weight:800}.engine-chain i{font-style:normal;color:var(--blue-500);font-weight:800}.engine-section{background:linear-gradient(145deg,var(--navy-950),var(--navy-800));color:rgba(255,255,255,.7)}.engine-section h2{color:#fff}.engine-section .lede{color:rgba(255,255,255,.68)}.engine-section .engine-chain span{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.15);color:#fff;box-shadow:none}.engine-orbit{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(50,213,210,.25);box-shadow:inset 0 0 90px rgba(43,127,255,.14),0 0 70px rgba(43,127,255,.08);text-align:center}.engine-orbit>.line-icon{width:62px;height:62px;color:var(--cyan-500)}.engine-orbit strong{margin-top:25px;color:#fff;font-family:var(--font-head);font-size:1.35rem}.engine-orbit small{margin-top:8px;color:var(--gold-300);letter-spacing:.05em}
.edr-visual{min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:24px;background:radial-gradient(circle at 50% 45%,rgba(50,213,210,.18),transparent 34%),linear-gradient(145deg,#07182d,#0b2b50);border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow-lg);color:#fff}.edr-visual>span{width:104px;height:104px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(50,213,210,.38);color:var(--cyan-500);box-shadow:0 0 50px rgba(50,213,210,.18)}.edr-visual .line-icon{width:58px;height:58px}.edr-visual strong{font-family:var(--font-head);font-size:2rem;margin-top:22px}.edr-visual small{margin-top:7px;color:rgba(255,255,255,.58)}
.contact-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:start}.contact-form{padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:grid;align-content:start;gap:7px;min-width:0}.contact-form label{color:var(--text-2);font-size:.84rem;font-weight:600}.required-mark{color:#b42318}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg-1);color:var(--text-0)}.contact-form textarea{resize:vertical;min-height:132px}.contact-form select optgroup{font-weight:800;color:var(--navy-900)}.contact-form select option{font-weight:500;color:var(--text-0)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--blue-500);outline:3px solid rgba(43,127,255,.12)}.contact-form .is-invalid{border-color:#d92d20;background:#fff9f8}.contact-form .is-invalid:focus{border-color:#d92d20;outline-color:rgba(217,45,32,.13)}.field-error{color:#b42318;font-size:.78rem;font-weight:600;line-height:1.35}.field-error[hidden],.form-status[hidden]{display:none}.form-status{margin:0;padding:11px 13px;border-radius:10px;background:#ecfdf3;color:#067647}.form-status.is-error{background:#fef3f2;color:#b42318}.contact-form button[aria-busy="true"]{cursor:wait}.form-full{grid-column:1/-1}.legal-address{margin-top:28px}.legal-copy p{margin-bottom:24px}
@media(max-width:1180px){.nav-links{display:none}.nav-toggle{display:inline-flex}.nav-demo{display:none}.nav{min-height:82px}.brand-mark-wrap{width:60px;height:60px}.brand-mark{width:58px;height:58px}}
@media(max-width:800px){.global-strip .container{padding:18px 0;justify-content:flex-start;flex-wrap:wrap}.global-strip span{width:100%}.contact-layout{grid-template-columns:1fr;gap:42px}.contact-form{grid-template-columns:1fr}.form-full{grid-column:1}.engine-orbit{min-height:300px}.engine-chain i{display:none}.engine-chain span{flex:1 1 135px;text-align:center}}
@media(max-width:520px){.brand-copy strong{font-size:.84rem}.brand-copy small{font-size:.52rem}.nav-cta>.lang-switch{display:none}.contact-form{padding:22px}.edr-visual{min-height:300px}.engine-orbit{border-radius:24px}.global-strip strong{font-size:.7rem}.home-module-card .status{left:20px}.module-family{right:14px}}

/* Modern worldwide experience */
.site-header::before{content:"";position:absolute;inset:0 0 auto;height:2px;background:linear-gradient(90deg,transparent,var(--blue-500),var(--cyan-500),var(--gold-300),transparent);opacity:.78}.site-header.is-scrolled{background:rgba(255,255,255,.96)}
.product-hero{isolation:isolate;background:linear-gradient(138deg,#020812 0%,#06182f 48%,#0a3765 100%)}.product-hero::before{background:radial-gradient(800px 520px at 78% 30%,rgba(43,127,255,.22),transparent 65%),radial-gradient(520px 380px at 10% 90%,rgba(50,213,210,.11),transparent 70%),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:auto,auto,52px 52px,52px 52px;mask-image:none}.product-hero-grid::before{content:"";position:absolute;width:280px;height:280px;right:6%;top:8%;border-radius:50%;background:rgba(43,127,255,.2);filter:blur(90px);z-index:-1}.product-hero-copy h1{text-wrap:balance}.product-hero-copy .lede{font-size:1.2rem}.hero-software-shot::before{content:"";position:absolute;inset:-18px;border:1px solid rgba(50,213,210,.12);border-radius:30px;pointer-events:none}.hero-software-shot picture{border-radius:24px;border-color:rgba(255,255,255,.17);box-shadow:0 0 0 1px rgba(50,213,210,.12),0 38px 90px rgba(0,0,0,.34)}
.global-strip{position:relative;overflow:hidden;background:linear-gradient(110deg,#061427,#09294d);border-top:1px solid rgba(50,213,210,.16);border-bottom:1px solid rgba(255,255,255,.07)}.global-strip::before{content:"";position:absolute;width:440px;height:180px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(43,127,255,.18),transparent 70%);pointer-events:none}.global-strip .worldwide{position:relative;min-height:128px;display:grid;grid-template-columns:auto auto auto;justify-content:center;align-items:center;gap:22px}.worldwide-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:18px;color:var(--cyan-500);background:rgba(50,213,210,.09);border:1px solid rgba(50,213,210,.22);box-shadow:0 0 34px rgba(50,213,210,.1)}.worldwide-icon .line-icon{width:30px;height:30px}.worldwide-copy{display:flex;flex-direction:column}.worldwide-copy small{color:var(--gold-300);font-size:.63rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.worldwide-copy strong{font-size:1.55rem;letter-spacing:-.035em}.worldwide-copy p{margin:2px 0 0;color:rgba(255,255,255,.58);font-size:.8rem}.worldwide-signal{display:inline-flex;align-items:center;gap:8px;margin-left:28px;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);font-size:.7rem!important;font-weight:700;color:rgba(255,255,255,.72)}.worldwide-signal i{width:7px;height:7px;border-radius:50%;background:var(--good);box-shadow:0 0 0 5px rgba(22,185,129,.11)}
.all-modules{position:relative;background:radial-gradient(700px 360px at 100% 0,rgba(43,127,255,.065),transparent 70%),#fff}.home-module-grid{gap:18px}.home-module-card{overflow:hidden;border-radius:24px;background:linear-gradient(150deg,#fff 60%,#f6f9fd);box-shadow:0 8px 30px rgba(8,27,52,.065)}.home-module-card::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--blue-500),var(--cyan-500));opacity:0;transform:scaleX(.25);transform-origin:left;transition:opacity .25s,transform .35s var(--ease)}.home-module-card:hover{transform:translateY(-7px);box-shadow:0 24px 55px rgba(8,27,52,.14)}.home-module-card:hover::before{opacity:1;transform:scaleX(1)}.home-module-icon{border-radius:16px;box-shadow:inset 0 0 0 1px rgba(23,104,229,.06);transition:transform .3s var(--ease),background .3s,color .3s}.home-module-card:hover .home-module-icon{transform:rotate(-5deg) scale(1.08);background:var(--blue-600);color:#fff}.home-module-card h3{font-size:1.08rem}.action-promise-grid article,.ai-card,.ai-boundary,.local-points article{border-radius:24px}.banner{background:radial-gradient(460px 260px at 90% 20%,rgba(43,127,255,.28),transparent 68%),radial-gradient(320px 220px at 10% 100%,rgba(50,213,210,.11),transparent 70%),linear-gradient(145deg,var(--navy-950),var(--navy-800));border:1px solid rgba(255,255,255,.08)}
@media(prefers-reduced-motion:no-preference){.hero-software-shot{animation:modern-float 7s ease-in-out infinite}.worldwide-icon{animation:world-pulse 4s ease-in-out infinite}@keyframes modern-float{0%,100%{transform:perspective(1200px) rotateY(-3deg) rotateX(1deg) translateY(0)}50%{transform:perspective(1200px) rotateY(-2deg) rotateX(1deg) translateY(-8px)}}@keyframes world-pulse{0%,100%{box-shadow:0 0 28px rgba(50,213,210,.08)}50%{box-shadow:0 0 46px rgba(50,213,210,.19)}}}
@media(max-width:1100px) and (prefers-reduced-motion:no-preference){.hero-software-shot{animation-name:modern-float-flat}@keyframes modern-float-flat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}}

/* Homepage 2026 — clear product narrative */
.home-hero{min-height:670px;padding:82px 0 88px}.home-hero .product-hero-grid{grid-template-columns:minmax(0,.93fr) minmax(500px,1.07fr);gap:62px}.home-hero .product-hero-grid>*{min-width:0}.home-hero .product-hero-copy h1{max-width:12.5ch;font-size:clamp(3rem,4.7vw,4.8rem);line-height:1.04;text-wrap:balance}.home-hero .product-hero-copy .lede{max-width:54ch;font-size:1.13rem}.hero-capabilities{display:flex;flex-wrap:wrap;gap:8px;margin:25px 0 0;color:#fff;font-size:.77rem;font-weight:800;letter-spacing:.045em;text-transform:uppercase}.hero-capabilities i{color:var(--cyan-500);font-style:normal}.home-worldwide{display:flex;align-items:center;gap:12px;margin-top:27px;padding-top:22px;border-top:1px solid rgba(255,255,255,.11);max-width:520px}.home-worldwide>.line-icon{width:24px;height:24px;color:var(--cyan-500)}.home-worldwide span{display:flex;flex-direction:column}.home-worldwide strong{color:#fff;font-size:.8rem}.home-worldwide small{color:rgba(255,255,255,.53);font-size:.72rem}.home-hero .hero-software-shot{align-self:center;min-width:0;width:100%}
.home-engine{background:radial-gradient(650px 300px at 50% 0,rgba(43,127,255,.08),transparent 72%),#fff}.home-engine-flow{display:flex;align-items:center;justify-content:center;gap:9px;margin:46px auto 0;max-width:1080px}.home-engine-flow span{flex:1;padding:16px 10px;border:1px solid var(--border);border-radius:14px;background:var(--bg-1);color:var(--navy-900);font-size:.72rem;font-weight:800;text-align:center;box-shadow:var(--shadow-sm)}.home-engine-flow span:nth-of-type(5),.home-engine-flow span:nth-of-type(6){background:var(--navy-900);border-color:var(--navy-900);color:#fff}.home-engine-flow i{color:var(--blue-600);font-style:normal;font-weight:900}.home-engine .section-action{margin-top:30px}.home-engine .section-action .text-link{justify-content:center}
.home-families{background:var(--bg-1)}.family-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.family-card{min-height:330px;padding:26px;border:1px solid var(--border);border-radius:24px;background:#fff;box-shadow:var(--shadow-sm);transition:transform .25s var(--ease),box-shadow .25s}.family-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.family-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:var(--blue-100);color:var(--blue-600)}.family-icon .line-icon{width:25px;height:25px}.family-card h3{margin:22px 0 16px;font-size:1.32rem}.family-links{display:grid;gap:7px}.family-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:39px;padding:8px 10px;border-radius:10px;color:var(--ink-800);font-size:.78rem;font-weight:700}.family-links a:hover{background:var(--blue-100);color:var(--blue-600)}.family-links small{flex:none;color:var(--text-2);font-size:.55rem;font-weight:700}.family-links .status{padding:3px 6px;font-size:.5rem}
.home-security{background:linear-gradient(145deg,var(--navy-950),#0b315c);color:rgba(255,255,255,.66)}.home-security h2{color:#fff}.home-security .lede{color:rgba(255,255,255,.63)}.security-intro{display:flex;align-items:end;justify-content:space-between;gap:40px}.security-intro .section-head{margin-bottom:0}.home-security-flow{display:flex;align-items:stretch;gap:7px;margin-top:48px}.home-security-flow span{flex:1;display:grid;place-items:center;min-width:0;padding:16px 8px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.07);color:#fff;font-size:.66rem;font-weight:800;text-align:center}.home-security-flow span:nth-of-type(2){border-color:rgba(225,170,60,.45);background:rgba(225,170,60,.12);color:var(--gold-300)}.home-security-flow i{display:grid;place-items:center;color:var(--cyan-500);font-style:normal;font-weight:900}
.home-unifier{background:linear-gradient(135deg,#eef6ff,#f8fbff)}.unifier-principles{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0}.unifier-principles strong{padding:8px 10px;border:1px solid #cfe0f5;border-radius:9px;background:#fff;color:var(--blue-600);font-size:.61rem;letter-spacing:.055em}.unifier-console{min-height:340px;display:flex;align-items:center;justify-content:center;gap:22px;padding:44px;border:7px solid #101d2d;border-radius:28px;background:radial-gradient(circle at 50% 20%,rgba(43,127,255,.27),transparent 60%),var(--navy-950);box-shadow:0 34px 70px rgba(6,20,39,.22);color:#fff}.unifier-console>.line-icon{width:70px;height:70px;color:var(--cyan-500)}.unifier-console span{display:flex;flex-direction:column}.unifier-console small{color:var(--gold-300);font-size:.6rem;font-weight:800;letter-spacing:.12em}.unifier-console strong{margin-top:6px;font-family:var(--font-head);font-size:1.25rem}.unifier-console em{margin-top:13px;color:rgba(255,255,255,.56);font-size:.75rem;font-style:normal}
.home-decision-flow{background:#fff}.decision-lanes{display:grid;gap:14px;margin-top:45px}.decision-lanes>div{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--bg-1)}.decision-lanes span,.decision-lanes strong{padding:10px 13px;border-radius:9px;background:#fff;color:var(--ink-800);font-size:.69rem;font-weight:800;box-shadow:var(--shadow-sm)}.decision-lanes strong{background:var(--navy-900);color:#fff}.decision-lanes i{color:var(--blue-600);font-style:normal;font-weight:900}.decision-lanes .ai-lane{width:min(100%,590px);justify-self:center;border-color:#c8e8e5;background:#effbf9}.decision-lanes .ai-lane span:first-child{background:#dff8f5;color:#087f78}
.home-outcomes{background:var(--bg-1)}.home-outcomes .grid{grid-template-columns:repeat(3,1fr)}.home-outcomes .card{min-height:230px}.home-proof{background:#fff}.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:46px}.proof-grid figure,.proof-engine{margin:0;overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--bg-1);box-shadow:var(--shadow-sm)}.proof-grid figure picture{display:block}.proof-grid figure img{width:100%;height:auto}.proof-grid figcaption{padding:13px 17px;color:var(--ink-800);font-size:.74rem;font-weight:800}.proof-engine{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:36px;text-align:center;background:radial-gradient(circle at 50% 20%,rgba(50,213,210,.13),transparent 60%),var(--navy-950);color:#fff}.proof-engine>.line-icon{width:52px;height:52px;color:var(--cyan-500)}.proof-engine small{margin-top:22px;color:var(--gold-300);font-size:.6rem;font-weight:800;letter-spacing:.12em}.proof-engine strong{margin-top:8px;font-family:var(--font-head);font-size:1.15rem}.proof-engine a{margin-top:22px;color:var(--cyan-200);font-size:.75rem;font-weight:800}.home-trust{background:linear-gradient(135deg,#f3f8ff,#fff)}.trust-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:42px}.trust-grid span{min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;padding:16px;border:1px solid var(--border);border-radius:17px;background:#fff;color:var(--ink-800);font-size:.68rem;font-weight:800;text-align:center}.trust-grid .line-icon{width:25px;height:25px;color:var(--blue-600)}
@media(max-width:1100px){.home-hero{min-height:0;padding:70px 0 76px}.home-hero .product-hero-grid{grid-template-columns:minmax(0,.85fr) minmax(430px,1.15fr);gap:34px}.home-hero .product-hero-copy h1{font-size:clamp(2.65rem,4.8vw,3.55rem);max-width:13ch}.home-hero .product-hero-copy .lede{font-size:1rem}.home-outcomes .grid{grid-template-columns:repeat(2,1fr)}.trust-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.home-hero .product-hero-grid{grid-template-columns:1fr}.home-hero .product-hero-copy{max-width:760px}.home-hero .product-hero-copy h1{max-width:15ch}.home-hero .hero-software-shot{max-width:760px}.family-grid{grid-template-columns:repeat(2,1fr)}.home-engine-flow,.home-security-flow{display:grid;grid-template-columns:repeat(4,1fr)}.home-engine-flow i,.home-security-flow i{display:none}.security-intro{align-items:flex-start;flex-direction:column}.home-unifier .feature-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.home-hero{padding:54px 0 62px}.home-hero .product-hero-grid{gap:42px}.home-hero .product-hero-copy h1{font-size:clamp(2.45rem,10vw,3.25rem);line-height:1.05}.home-hero .product-hero-copy .lede{font-size:1rem}.hero-capabilities{font-size:.68rem}.home-hero .hero-actions{display:grid;grid-template-columns:1fr}.home-hero .hero-actions .btn{width:100%}.home-engine-flow,.home-security-flow{grid-template-columns:repeat(2,1fr)}.family-grid{grid-template-columns:1fr}.family-card{min-height:0}.home-outcomes .grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr}.unifier-console{min-height:270px;padding:30px 22px}.trust-grid{grid-template-columns:repeat(2,1fr)}.decision-lanes>div{display:grid;grid-template-columns:1fr 1fr}.decision-lanes i{display:none}.decision-lanes span,.decision-lanes strong{text-align:center}.decision-lanes .ai-lane{grid-template-columns:1fr 1fr}}
@media(max-width:430px){.home-hero .product-hero-copy h1{font-size:clamp(2.25rem,10.8vw,2.85rem);max-width:100%}.hero-capabilities{gap:6px}.home-worldwide{align-items:flex-start}.home-hero .hero-software-shot figcaption{font-size:.62rem}.home-engine-flow,.home-security-flow{grid-template-columns:1fr 1fr}.unifier-console{flex-direction:column;text-align:center}.unifier-console>.line-icon{width:54px;height:54px}.trust-grid{grid-template-columns:1fr 1fr}.trust-grid span{min-height:96px}}
@media(max-width:800px){.global-strip .worldwide{grid-template-columns:auto 1fr;justify-content:start;gap:16px;padding:24px 0}.worldwide-signal{grid-column:2;margin-left:0;justify-self:start}.worldwide-copy p{max-width:46ch}}
@media(max-width:520px){.hero-software-shot::before{inset:-9px;border-radius:19px}.global-strip .worldwide{min-height:0}.worldwide-icon{width:50px;height:50px;border-radius:15px}.worldwide-copy strong{font-size:1.24rem}.worldwide-copy p{font-size:.74rem}.worldwide-signal{grid-column:1/-1;justify-self:stretch;justify-content:center}.home-module-card{border-radius:20px}}

/* Coherent integrated-platform story */
.home-module-grid{grid-auto-rows:1fr}.home-module-card{display:flex;flex-direction:column;min-height:270px;padding-bottom:58px}.home-module-card p{margin-bottom:16px}.home-module-card .status{left:24px;bottom:22px}.module-card-cta{position:absolute;right:24px;bottom:23px;color:var(--blue-600);font-size:.7rem;font-weight:800}.platform-system{max-width:1120px;margin:48px auto 0;padding:34px;border:1px solid #dce7f3;border-radius:30px;background:radial-gradient(500px 220px at 50% 0,rgba(43,127,255,.1),transparent 70%),#fff;box-shadow:0 24px 70px rgba(8,27,52,.1);display:flex;flex-direction:column;align-items:center}.system-brand,.system-engine,.system-unifier,.system-endpoints{display:flex;align-items:center;justify-content:center;gap:14px;border-radius:18px;text-align:left}.system-brand{width:min(100%,580px);padding:18px 24px;background:linear-gradient(135deg,var(--navy-950),var(--navy-800));color:#fff;box-shadow:0 18px 38px rgba(6,20,39,.2)}.system-brand .line-icon{color:var(--gold-300);width:32px;height:32px}.system-brand span,.system-engine span{display:flex;flex-direction:column}.system-brand small,.system-engine small{font-size:.56rem;font-weight:800;letter-spacing:.12em;opacity:.62}.system-brand strong,.system-engine strong{font-family:var(--font-head);font-size:.95rem;letter-spacing:-.01em}.system-link{display:block;width:1px;height:20px;background:linear-gradient(var(--blue-500),var(--cyan-500))}.system-engine{width:min(100%,520px);padding:15px 21px;border:1px solid #cfe0f5;background:#eff6ff;color:var(--navy-900)}.system-engine .line-icon{width:25px;height:25px;color:var(--blue-600)}.system-centers{width:100%;display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.system-centers>span{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:13px 9px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm);text-align:center}.system-centers .line-icon{width:22px;height:22px;color:var(--blue-600);margin-bottom:9px}.system-centers b{color:var(--ink-950);font-family:var(--font-head);font-size:.78rem}.system-centers small{color:var(--text-2);font-size:.58rem}.system-unifier{min-width:310px;padding:14px 20px;background:linear-gradient(135deg,#dffaf6,#edf8ff);border:1px solid #bde8e4;color:var(--navy-900)}.system-unifier .line-icon{color:#139f98}.system-unifier strong{font-family:var(--font-head);font-size:.8rem}.system-unifier small{font-size:.65rem;color:var(--text-2)}.system-endpoints{padding:10px 17px;background:var(--navy-900);color:#fff}.system-endpoints .line-icon{width:18px;height:18px;color:var(--gold-300)}.system-endpoints strong{font-size:.65rem;letter-spacing:.07em}.executive-capability{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin-top:18px;padding:24px 28px;border:1px solid #d6e3f2;border-radius:22px;background:linear-gradient(115deg,#f4f8fd,#fff 60%,#edf6ff);box-shadow:var(--shadow-sm)}.executive-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:var(--navy-900);color:var(--gold-300)}.executive-capability small{color:var(--blue-600);font-size:.59rem;font-weight:800;letter-spacing:.1em}.executive-capability h3{margin:3px 0 4px;font-size:1.1rem}.executive-capability p{margin:0;max-width:72ch;color:var(--text-2);font-size:.82rem}.executive-capability .module-card-cta{position:static;white-space:nowrap}.security-journey{background:var(--bg-1)}.security-flow{display:flex;align-items:stretch;justify-content:center;gap:7px;max-width:1180px;margin:38px auto 0}.security-flow span{flex:1;min-width:0;display:grid;place-items:center;padding:15px 9px;border-radius:13px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-sm);color:var(--navy-900);font-size:.68rem;font-weight:800;text-align:center}.security-flow i{display:grid;place-items:center;color:var(--blue-600);font-style:normal;font-weight:800}.release-proof{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;margin:-12px 0 34px;padding:24px 28px;border-radius:22px;background:linear-gradient(135deg,var(--navy-950),#0b315c);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.66);box-shadow:var(--shadow-md)}.release-os{display:grid;place-items:center;gap:5px;width:82px;height:82px;border-radius:20px;background:rgba(255,255,255,.08);color:#fff;font-size:.68rem;font-weight:700}.release-os .line-icon{color:var(--cyan-500)}.release-proof>div{display:flex;flex-direction:column}.release-proof>div small{color:var(--gold-300);font-size:.58rem;font-weight:800;letter-spacing:.1em}.release-proof>div strong{color:#fff;font-family:var(--font-head);font-size:1.28rem}.release-proof p{margin:4px 0 0;font-size:.78rem}.release-proof .status{white-space:nowrap}.footer-global{display:inline-flex;align-items:center;gap:8px;margin-top:4px;color:var(--cyan-200);font-size:.73rem;font-weight:700}.footer-global .line-icon{width:17px;height:17px}
@media(max-width:900px){.platform-system{padding:26px}.system-centers{grid-template-columns:repeat(3,1fr)}.system-centers>span:last-child{grid-column:2}.security-flow{display:grid;grid-template-columns:repeat(4,1fr)}.security-flow i{display:none}.executive-capability{grid-template-columns:auto 1fr}.executive-capability .module-card-cta{grid-column:2}}
@media(min-width:901px) and (max-width:1100px){.product-hero{min-height:700px;padding:70px 0}.product-hero-grid{grid-template-columns:.82fr 1.18fr;gap:32px}.product-hero-copy h1{font-size:clamp(2.8rem,4.6vw,3.55rem);max-width:11ch}.product-hero-copy .lede{font-size:1.03rem}.hero-software-shot{transform:perspective(1100px) rotateY(-2deg)}}
@media(max-width:760px){.section{padding:68px 0}.page-hero{padding:52px 0 50px}.page-hero h1{font-size:clamp(2.2rem,7.6vw,3.2rem);line-height:1.08}.page-hero .lede{font-size:1rem}.breadcrumb{margin-bottom:17px}.section-head{margin-bottom:34px}.platform-system{margin-top:34px;padding:20px;border-radius:24px}.system-centers{grid-template-columns:1fr 1fr}.system-centers>span:last-child{grid-column:1/-1}.system-unifier{min-width:0;width:100%}.security-flow{grid-template-columns:1fr 1fr}.release-proof{grid-template-columns:auto 1fr;padding:22px}.release-proof .status{grid-column:2;justify-self:start}.footer-grid{gap:32px}.site-footer{padding-top:58px}}
@media(max-width:520px){.container{width:min(100% - 32px,var(--maxw))}.site-header .nav{min-height:76px}.brand-mark-wrap{width:56px;height:56px}.brand-mark{width:54px;height:54px}.brand-copy small{display:none}.brand-copy strong{font-size:.72rem;letter-spacing:-.025em}.nav-toggle{width:44px;height:44px}.product-hero{min-height:0;padding:40px 0 46px}.product-hero-grid{gap:26px}.product-hero-copy h1{font-size:clamp(2.05rem,9vw,2.65rem);line-height:1.03;max-width:none}.product-hero-copy .lede{font-size:.96rem;line-height:1.55}.hero-actions{display:grid;grid-template-columns:1fr;margin-top:23px}.hero-actions .btn{width:100%;min-height:48px}.hero-evidence{display:none}.page-hero{padding:44px 0 46px}.page-hero h1{font-size:clamp(2.05rem,9.4vw,2.7rem);max-width:100%;overflow-wrap:anywhere}.section{padding:60px 0}.section-head h2{font-size:clamp(1.85rem,8vw,2.35rem);overflow-wrap:anywhere}.home-module-grid{gap:13px;margin-top:36px}.home-module-card{min-height:230px;padding:21px 20px 56px}.home-module-card h3{margin-top:22px}.home-module-card .status{left:20px;bottom:20px}.module-card-cta{right:20px;bottom:21px}.platform-system{padding:16px;border-radius:20px}.system-brand,.system-engine{width:100%;padding:14px 15px}.system-brand strong,.system-engine strong{font-size:.78rem}.system-brand small,.system-engine small{font-size:.5rem}.system-centers{grid-template-columns:1fr}.system-centers>span:last-child{grid-column:auto}.system-centers>span{min-height:78px}.system-unifier{flex-wrap:wrap;text-align:center}.system-endpoints{width:100%;text-align:center}.executive-capability{grid-template-columns:1fr;gap:14px;padding:22px}.executive-icon{width:48px;height:48px}.executive-capability .module-card-cta{grid-column:1}.security-flow{grid-template-columns:1fr}.security-flow span{min-height:48px}.release-proof{grid-template-columns:1fr;padding:20px}.release-proof .status{grid-column:1}.release-os{width:100%;height:58px;display:flex}.banner{padding:38px 20px}.banner h2{font-size:2rem}.mobile-panel .container>a{min-height:46px;display:flex;align-items:center}.mobile-panel .nav-cta .btn{min-height:48px}}

/* Keep the homepage hero single-column below tablet width. This final rule
   intentionally follows the shared product-page breakpoints above. */
@media(max-width:900px){.home-hero .product-hero-grid{grid-template-columns:minmax(0,1fr)}.home-hero .product-hero-grid>*{min-width:0;width:100%}}
@media(max-width:520px){.home-hero .product-hero-copy h1{max-width:100%;font-size:clamp(2.15rem,10.5vw,2.75rem);overflow-wrap:normal}.home-hero .product-hero-copy .lede{max-width:100%}}
