:root{--navy:#071c35;--navy2:#0c2c4c;--ink:#11263b;--muted:#587086;--line:#dce5eb;--soft:#f3f7f8;--green:#15986d;--purple:#7354d8;--orange:#df7916;--max:1180px;color:var(--ink);font-synthesis:none;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;line-height:1.65}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto}h1,h2,h3{letter-spacing:-.035em;margin:0 0 .65em;line-height:1.12}h1{max-width:1000px;font-size:clamp(2.7rem,7vw,5.8rem)}h2{font-size:clamp(2rem,4vw,3.5rem)}h3{letter-spacing:-.015em;font-size:1.25rem}p{margin:0 0 1.25rem}.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}.skip{z-index:100;background:#fff;padding:.75rem 1rem;position:fixed;top:-100px;left:20px}.skip:focus{top:10px}.site-header{border-bottom:1px solid var(--line);z-index:20;background:#fffffff5;height:78px;position:sticky;top:0}.nav-wrap{max-width:var(--max);align-items:center;gap:2rem;height:100%;margin:auto;padding:0 20px;display:flex}.brand{letter-spacing:.14em;align-items:center;gap:.65rem;font-weight:850;display:flex}.brand-mark{background:var(--navy);color:#fff;letter-spacing:0;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.brand.light .brand-mark{background:var(--green)}.site-header nav{margin-left:auto}.site-header ul{gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.site-header nav a{color:#334d63;font-size:.9rem}.site-header nav a[aria-current=page]{color:var(--green);font-weight:700}.button{background:var(--green);color:#fff;border:1px solid var(--green);border-radius:4px;justify-content:center;align-items:center;padding:.9rem 1.3rem;font-weight:750;line-height:1.2;display:inline-flex}.button:hover{background:#0e7f59}.button.secondary{color:var(--navy);background:0 0;border-color:#9fb0bd}.button.small{padding:.7rem 1rem;font-size:.88rem}.mobile-menu{display:none}.eyebrow{letter-spacing:.16em;color:var(--green);margin-bottom:1rem;font-size:.73rem;font-weight:850}.hero{padding:8rem 0 6rem;position:relative;overflow:hidden}.hero:after{content:"";z-index:-1;border:1px solid #dbe7e8;border-radius:50%;width:520px;height:520px;position:absolute;top:-120px;right:-120px;box-shadow:0 0 0 80px #f7faf9,0 0 0 81px #dbe7e8}.hero .lead{max-width:720px;color:var(--muted);font-size:clamp(1.1rem,2vw,1.35rem)}.actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:2rem;display:flex}.trust-row{border-top:1px solid var(--line);letter-spacing:.08em;color:#61768a;flex-wrap:wrap;gap:2rem;margin-top:4rem;padding-top:2rem;font-size:.8rem;font-weight:750;display:flex}.section{padding:6rem 0}.section.soft{background:var(--soft)}.section.dark{background:var(--navy);color:#fff}.section-head{grid-template-columns:1fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;display:grid}.section-head p{color:var(--muted);max-width:580px}.dark .section-head p{color:#a9bfd0}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.2rem;display:grid}.card{border:1px solid var(--line);background:#fff;min-height:260px;padding:2rem}.card .number{color:var(--green);letter-spacing:.12em;font-size:.75rem;font-weight:800}.card p{color:var(--muted)}.card ul,.feature-list{color:var(--muted);padding-left:1.1rem}.product-card{position:relative;overflow:hidden}.product-card:before{content:"";background:var(--accent,var(--green));width:5px;height:100%;position:absolute;top:0;left:0}.product-card.purple{--accent:var(--purple)}.product-card.orange{--accent:var(--orange)}.product-card h3{font-size:1.8rem}.text-link{color:var(--green);font-weight:750}.industry-grid{border-top:1px solid var(--line);border-left:1px solid var(--line);grid-template-columns:repeat(4,1fr);display:grid}.industry{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:180px;padding:1.5rem}.industry p{color:var(--muted);font-size:.92rem}.diagram{border:1px solid var(--line);background:#fff;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:center;gap:1rem;padding:2.5rem;display:grid}.diagram-node{border:1px solid var(--line);flex-direction:column;justify-content:space-between;min-height:130px;padding:1.2rem;display:flex}.diagram-node span{color:var(--green);font-size:.7rem;font-weight:800}.diagram.purple .diagram-node span{color:var(--purple)}.diagram.orange .diagram-node span{color:var(--orange)}.connector{color:#8ba0b0;font-size:1.5rem}.metric{border-top:1px solid #34516b;padding:2rem 0}.metric strong{font-size:2.2rem;display:block}.metric span{color:#a9bfd0}.page-hero{background:linear-gradient(135deg,#f5f9f8,#fff);padding:6rem 0 4rem}.page-hero h1{font-size:clamp(2.6rem,6vw,5rem)}.breadcrumbs{color:var(--muted);margin-bottom:2rem;font-size:.8rem}.breadcrumbs a{color:var(--green)}.pill{border:1px solid var(--line);border-radius:99px;margin:.15rem;padding:.35rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.feature-grid{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.feature-grid>div{background:#fff;padding:1.8rem}.steps{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.step{border-top:3px solid var(--green);padding:1.3rem 0}.step:before{counter-increment:step;content:"0" counter(step);color:var(--green);margin-bottom:1rem;font-size:.75rem;font-weight:800;display:block}.faq details{border-top:1px solid var(--line);padding:1.3rem 0}.faq summary{cursor:pointer;font-weight:750}.faq details p{color:var(--muted);max-width:800px;margin-top:1rem}.cta-band{background:var(--navy2);color:#fff;padding:5rem 0}.cta-band>.container{justify-content:space-between;align-items:end;gap:3rem;display:flex}.cta-band h2{max-width:650px}.cta-band p{color:#bcd0de}.light-button{color:var(--navy);background:#fff;border-color:#fff}.light-link{color:#8ce0c5}.insight-list{background:var(--line);border:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.insight{background:#fff;flex-direction:column;min-height:270px;padding:1.7rem;display:flex}.insight .meta{color:var(--green);letter-spacing:.08em;font-size:.72rem;font-weight:800}.insight h2,.insight h3{margin-top:.8rem;font-size:1.35rem}.insight p{color:var(--muted);font-size:.92rem}.insight .text-link{margin-top:auto}.article-shell{grid-template-columns:minmax(0,760px) 260px;align-items:start;gap:6rem;display:grid}.prose{font-size:1.08rem}.prose h2{margin-top:3.5rem;font-size:2rem}.prose p{color:#385168}.toc{border-left:2px solid var(--line);padding-left:1.2rem;position:sticky;top:110px}.toc p{letter-spacing:.1em;font-size:.75rem;font-weight:800}.toc a{color:var(--muted);margin:.65rem 0;font-size:.84rem;display:block}.contact-grid{grid-template-columns:1fr 1fr;gap:5rem;display:grid}.contact-panel{background:var(--navy);color:#fff;padding:3rem}.contact-panel p{color:#bcd0de}.contact-options{gap:1rem;display:grid}.contact-option{border:1px solid var(--line);padding:1.5rem;display:block}.contact-option span{color:var(--muted);font-size:.9rem;display:block}footer{color:#fff;background:#06182d;padding:5rem 0 1.5rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 2fr;gap:3rem;display:grid}.footer-grid h2{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.footer-grid a:not(.brand){color:#b4c6d3;margin:.6rem 0;display:block}.footer-grid p{color:#8fa7b8}.footer-bottom{color:#7891a4;border-top:1px solid #294058;justify-content:space-between;margin-top:4rem;padding-top:1.5rem;font-size:.8rem;display:flex}@media (width<=850px){.site-header nav,.site-header>.nav-wrap>.button{display:none}.mobile-menu{margin-left:auto;display:block;position:relative}.mobile-menu summary{cursor:pointer;font-weight:700}.mobile-menu nav{border:1px solid var(--line);background:#fff;width:220px;padding:1rem;display:block;position:absolute;top:40px;right:0}.mobile-menu ul{display:grid}.hero{padding:5rem 0 4rem}.section{padding:4rem 0}.section-head,.contact-grid,.article-shell{grid-template-columns:1fr;gap:2rem}.grid-3,.feature-grid,.insight-list,.industry-grid{grid-template-columns:1fr 1fr}.diagram{grid-template-columns:1fr}.connector{text-align:center;transform:rotate(90deg)}.steps{grid-template-columns:1fr 1fr}.toc{order:-1;position:static}.cta-band>.container{display:block}.footer-grid{grid-template-columns:1fr 1fr}}@media (width<=540px){.container{width:min(var(--max),calc(100% - 28px))}.grid-3,.grid-2,.feature-grid,.insight-list,.industry-grid,.steps,.footer-grid{grid-template-columns:1fr}h1{font-size:2.7rem}.hero:after{display:none}.card{min-height:0}.footer-bottom{flex-direction:column;gap:1rem}}.product-hero{background:var(--navy);color:#fff;align-items:center;min-height:690px;display:grid;position:relative;overflow:hidden}.product-hero .hero-media{position:absolute;inset:0}.product-hero .hero-media:after{content:"";background:linear-gradient(90deg,#041427fa 0%,#041427e6 38%,#04142738 72%,#0414271a 100%);position:absolute;inset:0}.product-hero picture,.product-hero img{object-fit:cover;width:100%;height:100%;display:block}.product-hero .hero-content{z-index:2;padding-top:5rem;padding-bottom:5rem;position:relative}.product-hero h1{margin-bottom:.3em;font-size:clamp(3.5rem,8vw,6.8rem)}.product-hero .lead{color:#c6d7e4;max-width:650px;font-size:1.2rem}.product-hero .breadcrumbs{color:#98adbd}.product-hero .breadcrumbs a{color:#fff}.product-hero.purple .eyebrow{color:#bbaeff}.product-hero.orange .eyebrow{color:#ffc47d}.button.ghost{color:#fff;backdrop-filter:blur(4px);background:#ffffff14;border-color:#ffffff8c}.visual-system{color:var(--green);margin:0}.visual-system.purple{color:var(--purple)}.visual-system.orange{color:var(--orange)}.visual-system svg{width:100%;height:auto;display:block}.visual-system figcaption{color:var(--muted);letter-spacing:.06em;margin-top:.65rem;font-size:.72rem}.visual-node .node-card{transition:fill .2s,stroke-width .2s}.visual-system:hover .visual-node .node-card{fill:#f8fbfa}.visual-pair{grid-template-columns:1fr 1fr;gap:1.2rem;margin-top:1.2rem;display:grid}.blueprint-pair{margin-top:2.5rem}.visual-system.compact svg{max-height:270px}.industry-visual-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.industry-visual{border:1px solid var(--line);background:#fff;padding:1.2rem;transition:transform .22s,box-shadow .22s}.industry-visual:hover{transform:translateY(-3px);box-shadow:0 18px 45px #0a233b17}.industry-visual h2{margin-top:.45rem;font-size:1.55rem}.industry-visual p{color:var(--muted)}.patterned{background-color:#f5f9f8;background-image:radial-gradient(circle at 1px 1px,#15986d2e 1px,#0000 0);background-size:24px 24px}.card{transition:transform .22s,box-shadow .22s,border-color .22s}.card:hover{border-color:#c5d6dc;transform:translateY(-4px);box-shadow:0 20px 50px #071c3514}@media (width<=850px){.product-hero{min-height:650px}.product-hero .hero-media:after{background:linear-gradient(90deg,#041427f5,#041427a6)}.visual-pair,.industry-visual-grid{grid-template-columns:1fr}.visual-system{overflow-x:auto}}@media (width<=540px){.visual-system svg{min-width:640px}.visual-system.compact svg{min-width:560px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.visual-node .node-card,.card,.industry-visual{transition:none}}
