:root{color-scheme:light;--bg: #f5f7fb;--bg-soft: #eef4ff;--panel: rgba(255, 255, 255, .92);--panel-strong: #ffffff;--line: rgba(20, 42, 84, .09);--line-strong: rgba(56, 109, 231, .2);--text: #101828;--muted: #596579;--blue: #2d6fff;--blue-soft: #e8f0ff;--shadow: 0 18px 48px rgba(34, 62, 110, .08);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;font-family:Avenir Next,SF Pro Display,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(67,124,255,.08),transparent 28rem),radial-gradient(circle at 88% 0%,rgba(67,124,255,.12),transparent 22rem),linear-gradient(180deg,#fbfcff,#f5f7fb);color:var(--text)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:transparent}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}.site-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding-bottom:28px}.home-shell{width:min(1180px,calc(100% - 32px))}.site-header,.hero,.section-block,.page-hero,.inline-cta-card,.site-footer{animation:rise .55s ease both}.site-header{position:sticky;top:14px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 26px;padding:12px 16px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:1.04rem;font-weight:700;letter-spacing:.01em}.brand-logo{width:36px;height:36px;border-radius:12px;box-shadow:0 10px 24px #2d6fff2e}.site-nav{display:flex;flex-wrap:wrap;gap:8px}.site-nav a,.footer-links a,.policy-pills a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#ffffffb8;color:var(--muted);transition:transform .16s ease,border-color .16s ease,color .16s ease,background-color .16s ease}.site-nav a:hover,.site-nav a.is-active,.footer-links a:hover,.policy-pills a:hover{transform:translateY(-1px);color:var(--text);border-color:var(--line-strong);background:#fff}.hero,.section-block,.page-hero,.inline-cta-card,.footer-card{border:1px solid rgba(255,255,255,.7);background:linear-gradient(180deg,#ffffffd1,#ffffffeb),var(--panel);box-shadow:var(--shadow)}.hero{padding:32px 34px;border-radius:var(--radius-xl)}.eyebrow{margin:0 0 12px;color:var(--blue);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hero h1,.page-hero h1,.section-heading h2,.overview-head h2,.inline-cta-card h2{margin:0;letter-spacing:-.045em;line-height:1.05}.hero h1{max-width:13ch;font-size:clamp(2.8rem,6vw,4.4rem)}.hero-body,.page-intro,.capability-card p,.faq-item p,.doc-card p,.footer-copy,.showcase-card span{color:var(--muted);line-height:1.72;font-size:1rem}.hero-body{max-width:60ch;margin:18px 0 0}.hero-actions,.cta-actions,.policy-pills,.footer-links{display:flex;flex-wrap:wrap;gap:10px}.hero-actions{margin-top:22px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(135deg,#0f6bff,#5f9dff);color:#fff}.button-secondary{border-color:var(--line-strong);background:var(--blue-soft);color:var(--blue)}.section-block,.page-hero,.inline-cta-card{border-radius:var(--radius-xl);padding:28px;margin-top:20px}.overview-block{display:grid;gap:22px}.overview-head,.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.overview-head h2,.section-heading h2{font-size:clamp(1.9rem,4vw,2.8rem)}.showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.showcase-card{padding:14px;border-radius:var(--radius-lg);border:1px solid rgba(45,111,255,.1);background:linear-gradient(180deg,#fafdff,#f3f7ff)}.showcase-card img{width:100%;border-radius:18px;border:1px solid rgba(20,42,84,.08);box-shadow:0 12px 30px #1e366014}.showcase-card figcaption{display:grid;gap:5px;padding:16px 4px 4px}.showcase-card strong,.capability-card h3{font-size:1.04rem;line-height:1.3}.capability-grid,.doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.capability-card,.doc-card{min-height:100%;padding:22px;border-radius:var(--radius-lg);border:1px solid rgba(45,111,255,.09);background:linear-gradient(180deg,#fff,#f8fbff)}.capability-eyebrow{display:inline-block;margin-bottom:10px;color:var(--blue);font-size:.76rem;letter-spacing:.12em;text-transform:uppercase}.capability-card h3,.doc-card h2{margin:0 0 10px}.faq-list{display:grid;gap:12px}.faq-item{padding:0 18px;border:1px solid var(--line);border-radius:18px;background:#ffffffb8}.faq-item summary{list-style:none;cursor:pointer;padding:18px 28px 18px 0;font-size:1rem;font-weight:600;position:relative}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";position:absolute;right:0;top:15px;color:var(--blue);font-size:1.25rem;transition:transform .16s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:0 0 18px}.page-hero{padding-top:32px}.page-hero h1{max-width:14ch;font-size:clamp(2.4rem,5vw,3.5rem)}.page-intro{max-width:62ch;margin:14px 0 0}.doc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bullet-list{list-style:none;display:grid;gap:12px;padding:0;margin:0}.bullet-list li{position:relative;padding-left:16px;color:var(--muted);line-height:1.65}.bullet-list li:before{content:"";position:absolute;top:.62rem;left:0;width:7px;height:7px;border-radius:999px;background:var(--blue)}.inline-cta-card{display:flex;align-items:center;justify-content:space-between;gap:20px}.inline-cta-card h2{font-size:clamp(1.7rem,3vw,2.4rem)}.site-footer{margin-top:24px}.footer-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:var(--radius-xl)}.footer-main{display:grid;gap:12px}.footer-copy{max-width:34rem;margin:0}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.overview-head,.section-heading,.inline-cta-card,.footer-card{flex-direction:column;align-items:stretch}.showcase-grid,.capability-grid,.doc-grid{grid-template-columns:1fr}}@media(max-width:760px){.site-shell,.home-shell{width:min(1180px,calc(100% - 20px))}.site-header{margin:10px 0 20px;border-radius:24px;align-items:flex-start}.hero,.section-block,.page-hero,.inline-cta-card,.footer-card{padding:22px;border-radius:22px}.hero h1,.page-hero h1,.overview-head h2,.section-heading h2{max-width:none}.faq-item{padding-inline:16px}}
