.sd-page{--sd-blue:#1a56db;--sd-blue-dark:#1447c0;--sd-charcoal:#0f1117;--sd-charcoal-2:#161b27;--sd-text:#111827;--sd-text-muted:#6b7280;--sd-text-light:#9ca3af;--sd-border:#e5e7eb;--sd-bg:#f9fafb;font-family:var(--font-dm-sans),sans-serif;color:var(--sd-text);background:#fff;line-height:1.55;-webkit-font-smoothing:antialiased}.sd-page h1,.sd-page h2,.sd-page h3,.sd-page h4{font-family:var(--font-dm-sans),sans-serif;line-height:1.15;font-weight:800}.sd-page img,.sd-page svg{max-width:100%;display:block}.sd-page a{color:inherit;text-decoration:none}.sd-page [id]{scroll-margin-top:96px}.sd-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:99px;margin-bottom:16px;background:#eef2ff;color:var(--sd-blue)}.sd-eyebrow--on-dark{background:rgba(26,86,219,.15);color:#8fb4f0}.sd-btn{display:inline-block;font-weight:700;font-size:15px;padding:14px 28px;border-radius:10px;cursor:pointer;border:none;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.sd-btn:hover{transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 8px 20px rgba(26,86,219,.25)}.sd-page .sd-btn--pill{background:#fff;color:var(--sd-text);border-radius:99px}.sd-page .sd-btn--outline{background:transparent;border:1px solid rgba(255,255,255,.35);color:#fff}.sd-page .sd-btn--on-blue{background:#fff;color:var(--sd-blue)}.sd-section{padding:64px 0}.sd-section--sm{padding:40px 0}.sd-section--gray{background:var(--sd-bg)}.sd-section--dark{background:var(--sd-charcoal);color:#fff}.sd-center{text-align:center}.sd-h2{font-size:clamp(24px,2.6vw,28px);margin-bottom:20px;max-width:760px}.sd-section--dark .sd-h2{color:#fff}.sd-lead{color:var(--sd-text-muted);max-width:760px;margin-bottom:28px}.sd-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.sd-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sd-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.sd-card{background:#fff;border:1px solid var(--sd-border);border-radius:16px;padding:28px}.sd-card h3{font-size:16px;margin-bottom:10px}.sd-card p{font-size:14px;color:var(--sd-text-muted)}.sd-card-dark{background:var(--sd-charcoal-2);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:24px;color:#fff}.sd-card-dark h3{font-size:15px;margin-bottom:8px;color:#8fb4f0}.sd-card-dark p{font-size:13.5px;color:#9ca3af}.sd-hero{position:relative;padding:44px 0 40px;text-align:center;color:#fff;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(26,86,219,.55),transparent 60%),linear-gradient(160deg,var(--sd-charcoal) 0,var(--sd-charcoal-2) 100%)}.sd-hero .sd-eyebrow{background:rgba(26,86,219,.2);color:#8fb4f0;margin-bottom:18px}.sd-hero h1{font-size:clamp(30px,3.4vw,42px);max-width:820px;margin:0 auto;color:#fff}.sd-hero .sd-hero-sub{font-size:17px;color:#c7d0de;max-width:680px;margin:18px auto 10px}.sd-hero .sd-hero-supporting{font-size:14px;color:#8fb4f0;margin-top:16px}.sd-hero-ctas{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:24px}.sd-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;border-top:1px solid var(--sd-border);border-bottom:1px solid var(--sd-border);padding:28px 0;margin-top:32px}.sd-trust-strip>div{text-align:center}.sd-trust-strip .sd-num{font-size:28px;font-weight:800;color:var(--sd-blue-dark)}.sd-trust-strip .sd-lbl{font-size:12.5px;color:var(--sd-text-muted);margin-top:4px}.sd-callout{border-radius:16px;padding:32px;text-align:center;margin:36px 0;background:linear-gradient(120deg,var(--sd-charcoal) 0,var(--sd-charcoal-2) 45%,var(--sd-blue-dark) 100%);color:#fff}.sd-callout p{font-size:19px;font-weight:700;max-width:640px;margin:0 auto}.sd-answer-media{position:relative;border-radius:16px;overflow:hidden;height:100%;min-height:280px;background:linear-gradient(135deg,#eef2ff,#e4eafb)}.sd-answer-media img{object-fit:cover}.sd-split-banner{border-radius:20px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(100deg,var(--sd-blue-dark),var(--sd-blue) 60%);min-height:220px}.sd-split-banner .sd-split-copy{padding:40px;color:#fff;display:flex;flex-direction:column;justify-content:center;gap:18px;border-right:1px solid rgba(255,255,255,.2)}.sd-split-banner .sd-split-copy h3{font-size:22px}.sd-split-banner .sd-split-img{position:relative;background:linear-gradient(135deg,#0f1117,#1e2433);min-height:220px;overflow:hidden}.sd-split-banner .sd-split-img img{object-fit:cover}.sd-faq-wrap{max-width:800px;margin:0 auto}.sd-faq-item{border-bottom:1px solid var(--sd-border);padding:18px 0}.sd-faq-item summary{cursor:pointer;font-weight:700;font-size:16px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.sd-faq-item summary::-webkit-details-marker{display:none}.sd-faq-item summary .sd-chevron{width:18px;height:18px;flex-shrink:0;stroke:var(--sd-blue)}.sd-faq-item[open] summary .sd-chevron{transform:rotate(180deg)}.sd-faq-item p{margin-top:10px;color:var(--sd-text-muted);font-size:14.5px;line-height:1.6}.sd-cta-band{background:linear-gradient(120deg,var(--sd-blue-dark),var(--sd-blue) 55%,#5b8def);padding:44px 0}.sd-cta-band h2{color:#fff;font-size:26px;margin-bottom:10px}.sd-cta-band p{color:rgba(255,255,255,.85);margin:0 auto 20px;max-width:560px;font-size:14.5px}.sd-aeo-card{border-color:#dce7ff;background:#f5f8ff}.sd-aeo-card h3{color:var(--sd-blue-dark)}.sd-aeo-card p{margin-bottom:10px}.sd-aeo-card p:last-child{margin-bottom:0}.sd-aeo-card a{color:var(--sd-blue);font-weight:700;text-decoration:underline}.sd-code{background:#fff;padding:2px 6px;border-radius:4px;font-size:12.5px}.sd-related-card{border:1px solid var(--sd-border);border-radius:14px;padding:22px;background:#fff}.sd-related-card h4{font-size:15px;margin-bottom:8px}.sd-related-card p{font-size:13px;color:var(--sd-text-muted);margin-bottom:14px}.sd-related-card a{font-size:13px;font-weight:700;color:var(--sd-blue)}.sd-final-wrap{max-width:640px;margin:0 auto}.sd-final-head h2{font-size:28px}.sd-final-head p{color:var(--sd-text-muted);margin-top:12px;font-size:14.5px}.sd-final-steps{margin:24px 0 32px;text-align:center}.sd-final-steps h4{font-size:14px;margin-bottom:4px}.sd-final-steps p{font-size:13px;color:var(--sd-text-muted)}.sd-form-box{background:#fff;border:1px solid var(--sd-border);border-radius:16px;padding:32px;box-shadow:0 8px 40px rgba(20,30,60,.08)}.sd-form-box h3{font-size:20px;margin-bottom:6px}.sd-form-box .sd-form-note{font-size:13px;color:var(--sd-text-light);margin-bottom:20px}@media (max-width:860px){.sd-grid-4{grid-template-columns:repeat(2,1fr)}.sd-grid-2,.sd-grid-3,.sd-split-banner,.sd-trust-strip{grid-template-columns:1fr}.sd-split-banner .sd-split-copy{border-right:none}}