@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');
:root{--blue:#00aeef;--ink:#080b0d;--panel:#11171a;--line:#293237;--muted:#a9b2b6;--paper:#f1f3f2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ink);color:#fff;font-family:'DM Sans',sans-serif}a{color:inherit}.core-nav{min-height:82px;padding:18px max(5vw,24px);display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.core-nav img{width:190px;height:auto}.core-nav-links{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px}.core-nav-links a{font-size:12px;text-decoration:none;color:#c4cbce}.core-nav-links a:hover,.core-nav-links a:focus-visible{color:var(--blue)}.core-breadcrumbs{padding:22px max(7vw,24px) 0;display:flex;gap:10px;color:#8f999e;font-size:12px}.core-breadcrumbs a{color:#c4cbce}.core-hero{padding:76px max(7vw,24px) 92px;position:relative;overflow:hidden}.core-hero:after{content:"SDS";position:absolute;right:-2vw;bottom:-7vw;font:800 clamp(180px,27vw,420px) Manrope;color:rgba(255,255,255,.025);letter-spacing:-.1em;pointer-events:none}.core-kicker{color:var(--blue);font-size:11px;letter-spacing:.17em;text-transform:uppercase}.core-hero h1,.core-section h2,.core-cta h2{font-family:Manrope,sans-serif;letter-spacing:-.055em}.core-hero h1{max-width:980px;font-size:clamp(52px,7.5vw,112px);line-height:.91;margin:26px 0}.core-hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--blue)}.core-lead{max-width:760px;color:#b6bec2;font-size:18px;line-height:1.75}.core-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.core-button{display:inline-flex;padding:15px 22px;border-radius:99px;text-decoration:none;font-size:12px;font-weight:700;border:1px solid #566167}.core-button.primary{background:var(--blue);color:#061116;border-color:var(--blue)}.core-hero .core-actions .core-button{background:#050708;color:#fff;border-color:#566167;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.core-hero .core-actions .core-button:hover,.core-hero .core-actions .core-button:focus-visible,.core-hero .core-actions .core-button:active{background:var(--blue);border-color:var(--blue);color:#061116}.core-section{padding:90px max(7vw,24px);background:var(--paper);color:#0b0f11}.core-section.dark{background:#0c1012;color:#fff}.core-section h2{font-size:clamp(38px,4.8vw,68px);line-height:1;margin:0 0 24px;max-width:850px}.core-section>.core-copy{max-width:820px}.core-section p,.core-section li{line-height:1.75;color:#626b6f}.core-section.dark p,.core-section.dark li{color:#aeb7bb}.core-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#cbd0d2;margin-top:50px}.core-card{background:var(--paper);padding:30px;min-height:210px}.dark .core-grid{background:#293237}.dark .core-card{background:#11171a}.core-card span{font-size:10px;color:var(--blue);letter-spacing:.12em}.core-card h3{font:700 21px Manrope;margin:28px 0 10px;letter-spacing:-.035em}.core-list{max-width:850px;padding-left:21px}.core-note{border-left:3px solid var(--blue);padding:18px 22px;background:rgba(0,174,239,.08);max-width:850px}.core-cta{padding:70px max(7vw,24px);background:var(--blue);color:#061116;display:flex;gap:35px;justify-content:space-between;align-items:center}.core-cta h2{font-size:clamp(34px,4.5vw,62px);margin:0}.core-cta p{max-width:650px}.core-cta .core-button{background:#071014;color:#fff;border-color:#071014}.core-faq{max-width:900px}.core-faq details{border-top:1px solid #c6ccce;padding:22px 0}.core-faq details:last-child{border-bottom:1px solid #c6ccce}.core-faq summary{font:700 19px Manrope;cursor:pointer}.core-faq details p{margin-bottom:0}.core-footer{padding:36px max(5vw,24px);display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;color:#7f898e;font-size:11px}.core-footer nav{display:flex;flex-wrap:wrap;gap:18px}.core-footer a{color:#aab2b6}.core-form-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:38px}.core-form-links a{min-width:0;padding:24px;border:1px solid var(--line);text-decoration:none;background:#11171a}.core-form-links strong{display:block;color:var(--blue);margin-bottom:8px}
@media(max-width:760px){.core-nav{align-items:flex-start;flex-direction:column}.core-nav-links{margin-left:0;justify-content:flex-start;gap:14px}.core-hero{padding-top:55px}.core-grid,.core-form-links{grid-template-columns:1fr}.core-cta{align-items:flex-start;flex-direction:column}.core-card{min-height:0}}
