:root{--text:#64748b;--text-h:#0f172a;--muted:#7c839b;--bg:#f6f8fc;--surface:#fff;--border:#0f172a14;--border-solid:#e2e8f0;--shadow:0 1px 2px #1018280f, 0 8px 24px #10182814;--primary:#015aa1;--primary-600:#015aa1;--primary-bg:#1d4ed81f;--primary-tint:#eff4ff;--navy:#0f172a;--navy-border:#1e293b;--navy-ink:#0b1c30;--success:#16a34a;--success-bg:#f0fdf4;--danger:#ef4444;--danger-bg:#fee2e2;--warning:#ea580c;--warning-bg:#fff7ed}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,h4{color:var(--text-h);margin:0}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.site{flex-direction:column;min-height:100svh;display:flex}.site-main{flex:1}.container{width:100%;max-width:1080px;margin:0 auto;padding:0 22px}.site-header{z-index:40;-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#f6f8fccc;height:64px;position:sticky;top:0}.site-header .container{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex}.brand{color:var(--text-h);align-items:center;gap:10px;display:inline-flex}.brand:hover{text-decoration:none}.brand-mark{background:var(--primary);color:#fff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:15px;font-weight:800;display:inline-flex}.brand-name{letter-spacing:-.2px;white-space:nowrap;font-size:16px;font-weight:800}.site-nav{align-items:center;gap:4px;display:flex}.site-nav a{color:var(--text);border-radius:10px;padding:8px 12px;font-size:14px;font-weight:600}.site-nav a:hover{color:var(--text-h);background:#0f172a0d;text-decoration:none}.site-nav a.active{background:var(--primary-tint);color:var(--primary)}.nav-toggle{border:1px solid var(--border-solid);background:var(--surface);width:40px;height:40px;color:var(--text-h);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:0;display:none}.nav-toggle svg{width:20px;height:20px}.mobile-menu-overlay{z-index:39;background:#0f172a59;position:fixed;inset:64px 0 0}.mobile-menu{z-index:41;background:var(--surface);border-bottom:1px solid var(--border-solid);box-shadow:var(--shadow);flex-direction:column;gap:2px;padding:10px 16px 14px;display:flex;position:fixed;top:64px;left:0;right:0}.mobile-menu a{color:var(--text-h);border-radius:10px;padding:12px;font-size:15px;font-weight:600}.mobile-menu a:hover{background:#0f172a0d;text-decoration:none}.mobile-menu a.active{background:var(--primary-tint);color:var(--primary)}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 18px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 18px #1d4ed82e}.btn-primary:hover{filter:brightness(1.06)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 10px 18px #ef44442e}.btn-danger:hover{filter:brightness(1.06)}.btn-danger:disabled{opacity:.6;cursor:default}.btn-ghost{background:var(--surface);color:var(--text-h);border-color:var(--border-solid)}.btn-ghost:hover{background:var(--primary-tint);border-color:var(--primary);color:var(--primary)}.card{background:var(--surface);border:1px solid var(--border-solid);box-shadow:var(--shadow);border-radius:12px}.hero{text-align:center;padding:72px 0 56px}.hero-badge{background:var(--primary-tint);color:var(--primary);border-radius:999px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{letter-spacing:-1px;max-width:720px;margin:0 auto;font-size:clamp(30px,5vw,46px);font-weight:800;line-height:1.12}.hero h1 .accent{color:var(--primary)}.hero p{max-width:620px;margin:18px auto 0;font-size:17px;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:28px;display:flex}.features{padding:8px 0 72px}.features-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.feature-card{padding:22px}.feature-icon{border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:14px;display:flex}.feature-icon svg{width:20px;height:20px}.feature-icon--blue{color:#015aa1;background:#eff4ff}.feature-icon--purple{color:#7c3aed;background:#f5f0ff}.feature-icon--orange{color:#ea580c;background:#fff7ed}.feature-icon--green{color:#16a34a;background:#f0fdf4}.feature-icon--teal{color:#0891b2;background:#ecfeff}.feature-icon--rose{color:#e11d48;background:#fff1f2}.feature-card h3{margin-bottom:6px;font-size:15.5px;font-weight:700}.feature-card p{margin:0;font-size:14px;line-height:1.55}.legal-strip{background:var(--navy);border:1px solid var(--navy-border);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:72px;padding:28px;display:flex}.legal-strip h2{color:#fff;margin-bottom:4px;font-size:18px;font-weight:700}.legal-strip p{color:#ffffffc7;margin:0;font-size:14px}.legal-strip-links{flex-wrap:wrap;gap:12px;display:flex}.legal-strip-links .btn-ghost{color:#fff;background:#ffffff14;border-color:#ffffff29}.legal-strip-links .btn-ghost:hover{color:#fff;background:#ffffff29}.page-hero{padding:52px 0 12px}.page-hero h1{letter-spacing:-.48px;font-size:30px;font-weight:800}.page-hero .lede{max-width:640px;margin:12px 0 0;font-size:15.5px;line-height:1.6}.meta-pills{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.meta-pill{background:var(--surface);border:1px solid var(--border-solid);color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:5px 12px;font-size:12.5px;font-weight:600;display:inline-flex}.meta-pill strong{color:var(--text-h);font-weight:700}.legal-body{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:22px;padding:26px 0 72px;display:grid}.toc{max-height:calc(100svh - 108px);padding:18px;position:sticky;top:84px;overflow-y:auto}.toc-title{letter-spacing:.6px;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:12px;font-weight:700}.toc ol{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.toc a{color:var(--text);border-radius:8px;gap:8px;padding:6px 8px;font-size:13px;font-weight:500;line-height:1.35;display:flex}.toc a:hover{background:var(--primary-tint);color:var(--primary);text-decoration:none}.toc a .toc-num{color:var(--muted);font-variant-numeric:tabular-nums;text-align:right;flex:none;width:18px}.toc a:hover .toc-num{color:inherit}.toc-mobile{margin-bottom:4px;display:none}.legal-article{padding:8px 36px 36px}.legal-section{padding-top:28px;scroll-margin-top:84px}.legal-section+.legal-section{border-top:1px solid var(--border);margin-top:28px}.legal-section h2{letter-spacing:-.2px;margin-bottom:12px;font-size:18px;font-weight:700}.legal-section h2 .sec-num{color:var(--primary);margin-right:8px}.legal-section h3{margin:20px 0 8px;font-size:15px;font-weight:700}.legal-section p{color:#475569;margin:0 0 12px;font-size:14.5px;line-height:1.7}.legal-section p:last-child{margin-bottom:0}.legal-section ul{flex-direction:column;gap:6px;margin:0 0 12px;padding-left:4px;list-style:none;display:flex}.legal-section ul li{color:#475569;padding-left:18px;font-size:14.5px;line-height:1.6;position:relative}.legal-section ul li:before{content:"";background:var(--primary);opacity:.55;border-radius:999px;width:6px;height:6px;position:absolute;top:9px;left:2px}.callout{background:var(--primary-tint);border:1px solid #015aa12e;border-radius:10px;gap:12px;margin:0 0 12px;padding:14px 16px;display:flex}.callout p,.callout{color:var(--navy-ink);font-size:14px;line-height:1.6}.callout p{margin:0}.content-page{gap:16px;padding:26px 0 72px;display:grid}.content-card{padding:26px 28px}.content-card h2{margin-bottom:10px;font-size:17px;font-weight:700}.content-card p{margin:0 0 12px;font-size:14.5px;line-height:1.65}.content-card p:last-child{margin-bottom:0}.content-card ul{flex-direction:column;gap:6px;margin:0 0 12px;padding-left:4px;list-style:none;display:flex}.content-card ul li{padding-left:18px;font-size:14.5px;line-height:1.6;position:relative}.content-card ul li:before{content:"";background:var(--primary);opacity:.55;border-radius:999px;width:6px;height:6px;position:absolute;top:9px;left:2px}.two-col{grid-template-columns:1fr 1fr;align-items:start;gap:16px;display:grid}.contact-line{background:var(--bg);border:1px solid var(--border-solid);color:var(--text-h);border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:14px;font-weight:600;display:flex}.contact-line svg{width:18px;height:18px;color:var(--primary);flex:none}.steps{counter-reset:step;flex-direction:column;gap:12px;margin:0 0 12px;padding:0;list-style:none;display:flex}.steps li{counter-increment:step;padding-left:40px;font-size:14.5px;line-height:1.6;position:relative}.steps li:before{content:counter(step);background:var(--primary-tint);width:26px;height:26px;color:var(--primary);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;top:0;left:0}.request-form{flex-direction:column;gap:14px;display:flex}.form-field{flex-direction:column;gap:6px;display:flex}.form-field label{color:var(--text-h);font-size:13px;font-weight:600}.form-field input,.form-field textarea{color:var(--text-h);background:var(--surface);border:1px solid var(--border-solid);resize:vertical;border-radius:10px;width:100%;padding:10px 12px;font-family:Inter,sans-serif;font-size:14.5px}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field input:focus,.form-field textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #015aa124}.request-form .btn{align-self:flex-start}.request-form .btn:disabled{opacity:.6;cursor:default}.form-note{color:var(--muted);margin:0;font-size:12.5px;line-height:1.5}.alert{border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.6}.alert--success{background:var(--success-bg);color:#047857;border:1px solid #16a34a40}.alert--success a{color:inherit;text-decoration:underline}.alert--error{background:var(--danger-bg);color:#b91c1c;border:1px solid #ef44444d}.alert--error a{color:inherit;text-decoration:underline}.breadcrumb-path{background:var(--bg);border:1px solid var(--border-solid);color:var(--text-h);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:3px 10px;font-size:13px;font-weight:600;display:inline-flex}.notfound{text-align:center;padding:96px 0}.notfound .code{color:var(--primary);letter-spacing:-2px;font-size:56px;font-weight:800}.notfound h1{margin:8px 0 10px;font-size:22px}.notfound p{margin:0 0 24px}.site-footer{background:var(--navy);border-top:1px solid var(--navy-border);color:#ffffffc7;margin-top:auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.4fr;gap:28px;padding:44px 0 36px;display:grid}.footer-brand .brand-name{color:#fff}.footer-brand p{max-width:280px;margin:12px 0 0;font-size:13.5px;line-height:1.6}.footer-col h4{color:#ffffffeb;letter-spacing:.4px;text-transform:uppercase;margin-bottom:14px;font-size:13px;font-weight:700}.footer-col ul{flex-direction:column;gap:9px;margin:0;padding:0;list-style:none;display:flex}.footer-col a{color:#ffffffc7;font-size:14px}.footer-col a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid var(--navy-border);color:#ffffff8c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 0;font-size:13px;display:flex}.legal-section a,.content-card a,.legal-section p,.legal-section li{overflow-wrap:anywhere}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.legal-body{grid-template-columns:minmax(0,1fr)}.toc{display:none}.toc-mobile{display:block}.toc-mobile summary{cursor:pointer;color:var(--text-h);justify-content:space-between;align-items:center;padding:14px 18px;font-size:14px;font-weight:700;list-style:none;display:flex}.toc-mobile summary:after{content:"▾";color:var(--muted)}.toc-mobile[open] summary:after{content:"▴"}.toc-mobile .toc-list{padding:0 12px 12px}.toc-mobile ol{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.toc-mobile a{color:var(--text);border-radius:8px;gap:8px;padding:6px 8px;font-size:13.5px;display:flex}.toc-mobile a .toc-num{color:var(--muted);text-align:right;flex:none;width:18px}}@media (width<=640px){.container{padding:0 16px}.features-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:24px}.page-hero{padding:36px 0 8px}.page-hero h1{font-size:26px}.legal-article{padding:4px 18px 22px}.legal-section{padding-top:22px}.legal-section+.legal-section{margin-top:22px}.content-card{padding:20px 18px}.two-col{grid-template-columns:1fr}.hero{padding:44px 0 36px}.hero p{font-size:15.5px}.legal-strip{margin-bottom:48px;padding:22px 20px}.features{padding-bottom:48px}.site-nav{display:none}.nav-toggle{display:inline-flex}}@media (width<=400px){.hero-actions .btn{flex:100%}.legal-strip-links{width:100%}.legal-strip-links .btn{flex:auto}.breadcrumb-path{white-space:normal}.meta-pills{gap:6px}}
