@font-face{font-family:Geist;src:url(/fonts/Geist-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Medium.woff2)format("woff2");font-weight:500;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-SemiBold.woff2)format("woff2");font-weight:600;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/Geist-Bold.woff2)format("woff2");font-weight:700;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Medium.woff2)format("woff2");font-weight:500;font-display:swap}:root{--bg:#f6f7f8;--bg-paper:#fff;--bg-elevated:#f3f4f6;--border:#e5e7eb;--border-soft:#d1d5db;--text-primary:#1f232b;--text-secondary:#4b5563;--text-muted:#667085;--accent:#1565c0;--accent-light:#3c83d6;--accent-dark:#0e4b90;--accent-muted:#eff6ff;--font:"Geist", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"Geist Mono", "JetBrains Mono", monospace}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-anim{opacity:0;animation:.5s forwards fadeUp;animation-delay:calc(var(--d,0) * .1s + 50ms)}@media (prefers-reduced-motion:reduce){.hero-anim,.anim{opacity:1!important;transition:none!important;animation:none!important;transform:none!important}html,body{scroll-behavior:auto}}.anim{opacity:0;transition:opacity .55s,transform .55s;transition-delay:calc(var(--d,0) * 90ms);transform:translateY(16px)}.anim.visible{opacity:1;transform:translateY(0)}.navbar.scrolled{box-shadow:0 1px 20px #00000014}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{scroll-behavior:smooth;width:100%;overflow-x:hidden}section[id]{scroll-margin-top:5rem}body{background:var(--bg);color:var(--text-primary);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"salt";text-rendering:optimizelegibility;font-size:.9375rem;line-height:1.35}a{color:var(--accent);text-decoration:none;transition:opacity .15s}a:hover{opacity:.75}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{max-width:1080px;margin:0 auto;padding:0 2rem}.navbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);z-index:100;background:#f6f7f8f0;justify-content:space-between;align-items:center;padding:.9rem 5%;transition:box-shadow .25s;display:flex;position:sticky;top:0}.logo{font-family:var(--font);color:var(--text-primary);letter-spacing:-.04em;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.logo-img{width:auto;height:24px;display:block}.logo span{color:var(--accent)}.nav-links{align-items:center;gap:1.75rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:.85rem;transition:color .15s}.nav-links a:hover{color:var(--text-primary);opacity:1}.nav-links .btn-nav{background:var(--accent);color:#fff;border-radius:6px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:500}.nav-links .btn-nav:hover{background:var(--accent-dark);opacity:1}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.mobile-menu-toggle span{background:var(--text-primary);width:22px;height:2px;transition:all .25s;display:block}.hero{text-align:center;border-bottom:1px solid var(--border);background:linear-gradient(160deg,#f0f7ff 0%,#fff 42%,#f6f7f8 100%);padding:5rem 5% 4rem;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 40%,#1565c00d 0%,#0000 48%),radial-gradient(circle at 82% 18%,#3c83d60d 0%,#0000 42%);position:absolute;inset:0}.hero-inner{max-width:820px;margin:0 auto;position:relative}.badge{background:var(--accent-muted);color:var(--accent);font-size:.72rem;font-family:var(--font-mono);letter-spacing:.07em;text-transform:uppercase;border:1px solid #bfdbfe;border-radius:100px;align-items:center;margin-bottom:1.25rem;padding:.3rem .9rem;display:inline-flex}.hero h1{letter-spacing:-.03em;max-width:820px;color:var(--text-primary);margin:0 auto 1rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.12}.hero h1 .highlight,.section h2 .highlight{color:var(--accent)}.hero p:not(.badge){color:var(--text-secondary);max-width:680px;margin:0 auto 1.75rem;font-size:1.05rem;line-height:1.65}.hero-cta{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btn-primary{background:var(--accent);color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font);border:none;border-radius:7px;padding:.7rem 1.6rem;transition:background .15s,transform .1s,box-shadow .15s;display:inline-block;box-shadow:0 2px 8px #1565c040}.btn-primary:hover{background:var(--accent-dark);color:#fff;opacity:1;box-shadow:0 4px 16px #1565c059}.btn-primary:active{transform:scale(.98)}.btn-secondary{color:var(--text-primary);cursor:pointer;border:1px solid var(--border-soft);font-size:.9rem;font-weight:500;font-family:var(--font);background:0 0;border-radius:7px;padding:.7rem 1.6rem;transition:border-color .15s,box-shadow .15s;display:inline-block}.btn-secondary:hover{border-color:var(--accent);color:var(--text-primary);opacity:1}.benefits-strip{background:var(--bg-paper);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:1rem 5%;display:flex}.benefit-item{color:var(--text-secondary);padding-left:.85rem;font-size:.8rem;position:relative}.benefit-item:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.45em;left:0}.section{padding:5rem 5%}.section-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.13em;color:var(--accent);margin-bottom:.9rem;font-size:.71rem}.section h2{letter-spacing:-.028em;color:var(--text-primary);max-width:720px;margin-bottom:.9rem;font-size:clamp(1.55rem,2.8vw,2.25rem);font-weight:700;line-height:1.18}.section-intro{color:var(--text-secondary);max-width:620px;margin-bottom:3rem;font-size:1rem;line-height:1.65}.lifecycle-section{background:linear-gradient(180deg, #f8faff 0%, var(--bg) 100%)}.lifecycle-list{flex-direction:column;gap:0;margin-left:1.15rem;list-style:none;display:flex}.lifecycle-item{grid-template-columns:auto 1fr;gap:1.5rem;padding:0 0 2.5rem 1.5rem;display:grid;position:relative}.lifecycle-item:not(:last-child):before{content:"";background:var(--border-soft);width:1px;position:absolute;top:1.25rem;bottom:-1.25rem;left:0}.lifecycle-item:last-child{padding-bottom:0}.lifecycle-marker{border:1px solid var(--border-soft);background:var(--bg-paper);border-radius:50%;justify-content:center;align-items:center;width:2.3rem;height:2.3rem;display:flex;position:absolute;top:.1rem;left:-1.15rem}.lifecycle-marker span{font-family:var(--font-mono);color:var(--accent);font-size:.72rem;font-weight:500}.lifecycle-marker-final{background:var(--accent);border-color:var(--accent)}.lifecycle-marker-final span{color:#fff}.lifecycle-body h3{letter-spacing:-.015em;margin-bottom:.55rem;font-size:1.05rem;font-weight:600}.lifecycle-body p{color:var(--text-secondary);max-width:640px;font-size:.9rem;line-height:1.7}.card-grid,.integration-grid,.governance-grid,.partners-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.problems-section{background:linear-gradient(180deg, var(--bg-elevated) 0%, #f8faff 100%)}.capabilities-section{background:var(--bg-paper);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.capability-extras{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.75rem}.capability-extras-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:1rem;font-size:.68rem}.capability-extras ul{flex-wrap:wrap;gap:.5rem;list-style:none;display:flex}.capability-extras li{color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:8px;flex:0 auto;max-width:100%;padding:.5rem .8rem;font-size:.8rem;line-height:1.45}.accountability-section{background:linear-gradient(180deg, #f8faff 0%, var(--bg) 100%)}.use-cases-section{background:var(--bg);border-top:1px solid var(--border)}.integrations-section{background:var(--bg-paper);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.integration-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;padding:2rem;transition:border-color .2s,box-shadow .2s}.integration-card:hover{border-color:#1565c059;box-shadow:0 8px 28px #1565c012}.integration-card-accent{background:linear-gradient(160deg, var(--accent-muted) 0%, #fff 100%);border-color:#bfdbfe}.integration-eyebrow{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:.75rem;font-size:.68rem}.integration-card h3{letter-spacing:-.015em;margin-bottom:.75rem;font-size:1.05rem;font-weight:600}.integration-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.integration-points{flex-direction:column;gap:.55rem;margin-top:1.25rem;list-style:none;display:flex}.integration-points li{color:var(--text-secondary);padding-left:1rem;font-size:.82rem;line-height:1.55;position:relative}.integration-points li:before{content:"—";color:var(--accent-light);position:absolute;left:0}.governance-section{background:linear-gradient(180deg, var(--bg) 0%, #f0f7ff 100%)}.governance-card{border:1px solid var(--border);background:var(--bg-paper);border-radius:12px;padding:2rem}.governance-card h3{letter-spacing:-.012em;margin-bottom:.75rem;font-size:1rem;font-weight:600}.governance-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.governance-note{border-top:1px solid var(--border);margin-top:.85rem;padding-top:.85rem;color:var(--text-muted)!important;font-size:.82rem!important}.partners-section{background:var(--bg-paper);border-top:1px solid var(--border)}.partners-card{border-top:2px solid var(--border);padding:1.75rem 0}.partners-card h3{margin-bottom:.65rem;font-size:.98rem;font-weight:600}.partners-card p{color:var(--text-secondary);font-size:.88rem;line-height:1.7}.partners-aside{border-left:3px solid var(--accent);background:var(--accent-muted);color:var(--accent-dark);max-width:720px;margin-top:2.5rem;padding:1.25rem 1.5rem;font-size:.88rem;line-height:1.65}.mobile-section{background:var(--bg);border-top:1px solid var(--border)}.mobile-container{max-width:680px}.feature-list{flex-direction:column;gap:1.5rem;list-style:none;display:flex}.feature-list li{border-left:1px solid var(--border-soft);padding-left:1.25rem}.feature-list li strong{margin-bottom:.35rem;font-size:.92rem;font-weight:600;display:block}.feature-list li span{color:var(--text-secondary);font-size:.86rem;line-height:1.65}.legal-hero{border-bottom:1px solid var(--border);background:linear-gradient(160deg,#f0f7ff 0%,#fff 48%,#f6f7f8 100%);padding:4.5rem 5% 3.75rem}.legal-hero-inner{max-width:1080px;margin:0 auto;padding:0 2rem}.legal-hero h1{letter-spacing:-.03em;max-width:760px;margin-bottom:1rem;font-size:clamp(2rem,4vw,3.1rem);font-weight:700;line-height:1.12}.legal-summary{max-width:660px;color:var(--text-secondary);font-size:1.02rem;line-height:1.65}.legal-updated{color:var(--text-muted);font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;margin-top:1.5rem;font-size:.72rem}.legal-layout{grid-template-columns:220px minmax(0,720px);gap:4rem;max-width:1080px;margin:0 auto;padding:4.5rem 2rem 6rem;display:grid}.legal-toc{border-top:2px solid var(--accent);align-self:start;padding-top:1rem;position:sticky;top:6rem}.legal-toc-title{color:var(--text-primary);margin-bottom:.75rem;font-size:.82rem;font-weight:600}.legal-toc ul{flex-direction:column;gap:.55rem;list-style:none;display:flex}.legal-toc a{color:var(--text-muted);font-size:.8rem;line-height:1.4}.legal-toc a:hover{color:var(--accent);opacity:1}.legal-document{min-width:0}.legal-intro{color:var(--text-primary);margin-bottom:2.75rem;font-size:1.05rem;line-height:1.75}.legal-section{border-top:1px solid var(--border);padding:2.25rem 0;scroll-margin-top:6rem}.legal-section:first-of-type{border-top:0;padding-top:0}.legal-section h2{color:var(--text-primary);letter-spacing:-.015em;margin-bottom:.85rem;font-size:1.1rem;font-weight:600}.legal-section p,.legal-section li{color:var(--text-secondary);font-size:.92rem;line-height:1.75}.legal-section p+p{margin-top:.9rem}.legal-section ul{flex-direction:column;gap:.55rem;margin-top:.9rem;padding-left:1.2rem;display:flex}.legal-section strong{color:var(--text-primary);font-weight:600}.legal-callout{border-left:3px solid var(--accent);background:var(--accent-muted);margin-top:1.25rem;padding:1rem 1.25rem;color:var(--accent-dark)!important}.cta-section{text-align:center;background:linear-gradient(135deg,#0e4b90 0%,#1565c0 50%,#1976d2 100%);padding:6rem 5%;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle at 25%,#ffffff0f 0%,#0000 50%),radial-gradient(circle at 75% 30%,#ffffff0a 0%,#0000 40%);position:absolute;inset:0}.cta-inner{position:relative}.cta-label{color:#fff}.cta-copy{color:#fff;max-width:520px;margin:0 auto 2.5rem;line-height:1.65}.cta-section h2{color:#fff;letter-spacing:-.03em;max-width:none;margin-bottom:1rem;font-size:clamp(1.7rem,3vw,2.5rem);font-weight:700;line-height:1.15}.btn-cta-white{color:var(--accent-dark);background:#fff;box-shadow:0 4px 20px #00000026}.btn-cta-white:hover{color:var(--accent-dark);opacity:1;background:#f0f7ff}.btn-cta-ghost{color:#fff;border-color:#ffffff59}.btn-cta-ghost:hover{color:#fff;opacity:1;border-color:#fff}.cta-section a:focus-visible{outline-color:#fff}footer{border-top:1px solid var(--border);background:var(--bg-paper);padding:2rem 5%}.footer-top{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.footer-tagline{color:var(--text-muted);font-size:.8rem;line-height:1.5}.footer-bottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.25rem;display:flex}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--text-secondary);font-size:.8rem}.footer-links a[aria-current=page]{color:var(--text-primary);font-weight:600}.footer-copy{color:var(--text-muted);font-size:.8rem}@media (width<=1024px){.card-grid,.integration-grid,.governance-grid,.partners-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.card-grid,.integration-grid,.governance-grid,.partners-grid{grid-template-columns:1fr}}@media (width<=960px){.nav-links{background:var(--bg-paper);border-bottom:1px solid var(--border);flex-direction:column;gap:1.25rem;padding:1.5rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #00000014}.nav-links.active{overscroll-behavior:contain;max-height:calc(100vh - 4.5rem);display:flex;overflow-y:auto}.mobile-menu-toggle{display:flex}.legal-layout{grid-template-columns:1fr;gap:2.5rem}.legal-toc{position:static}.legal-toc ul{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (width<=768px){footer .footer-bottom{text-align:center;flex-direction:column}.benefits-strip{justify-content:flex-start;gap:.75rem;padding:.85rem 5%}.benefit-item{overflow-wrap:anywhere;flex:40%}.governance-card,.integration-card{padding:1.5rem}.governance-card h3,.governance-card p,.integration-card h3,.integration-card p,.integration-points li,.partners-card h3,.partners-card p,.capability-extras li,.feature-list li strong,.feature-list li span{overflow-wrap:anywhere}.hero{padding:3rem 5% 2rem}.hero h1{overflow-wrap:anywhere;font-size:1.55rem}.hero p:not(.badge){overflow-wrap:anywhere;font-size:.95rem}.hero-cta{flex-direction:column;align-items:stretch;max-width:280px;margin:0 auto}.hero-cta a{text-align:center}.lifecycle-list{margin-left:.85rem}.lifecycle-item{gap:1rem;padding-left:1.25rem}.lifecycle-marker{width:2rem;height:2rem;left:-1rem}.section{padding:3.5rem 5%}.legal-hero{padding:3rem 5%}.legal-hero-inner{padding-left:0;padding-right:0}.legal-layout{padding:3rem 5% 4rem}.legal-toc ul{grid-template-columns:1fr}}
