:root{--navy-deep:#0b1f3a;--navy:#1b2a4a;--orange:#f26522;--pale-blue:#dce6f2;--paper:#fafaf7;--gray:#667085;--line:#e4e7ec;--max:1180px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--navy);font-family:Inter,system-ui,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit}.wrap{margin:0 auto;max-width:var(--max);padding:0 32px}@media (max-width:720px){.wrap{padding:0 20px}}.shell{display:grid;gap:0;grid-template-columns:1fr 360px}@media (max-width:980px){.shell{grid-template-columns:1fr}}.topbar{background:var(--navy-deep);padding:20px 0}.topbar .wrap{align-items:center;display:flex;justify-content:space-between}.logo img{display:block;height:22px}.topbar-tag{color:#8fa3c4;font-size:13px;font-weight:500}@media (max-width:600px){.topbar-tag{display:none}}main{background:var(--paper)}section{padding:72px 0}section+section{border-top:1px solid var(--line)}.eyebrow{color:var(--orange);font-size:13px;font-weight:700;margin-bottom:14px}h2{font-size:clamp(24px,3vw,32px);font-weight:800;letter-spacing:-.015em;margin-bottom:18px;max-width:640px}.btn-secondary{background:var(--navy);border-radius:4px;color:#fff;display:inline-block;font-size:14.5px;font-weight:700;padding:13px 26px;text-decoration:none}.btn-secondary:hover{background:var(--navy-deep)}.form-col{background:var(--navy);position:relative}.form-sticky{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:40px 32px;position:sticky;top:0}@media (max-width:980px){.form-sticky{background:var(--navy);bottom:0;box-shadow:0 -8px 24px rgba(0,0,0,.25);display:block;left:0;min-height:0;padding:16px 20px;position:fixed;right:0;top:auto;z-index:50}.form-sticky .form-card{display:none}.form-sticky .form-mobile-cta{display:flex}.form-sticky.expanded{background:var(--navy);bottom:0;box-shadow:0 -12px 32px rgba(0,0,0,.4);max-height:80vh;overflow-y:auto;padding:24px 20px 20px;top:auto}.form-sticky.expanded .form-card{display:block}.form-sticky.expanded .form-mobile-cta{display:none}.form-sticky.expanded .form-close{display:block}}.form-close{background:none;border:none;color:#8fa3c4;cursor:pointer;display:none;font-size:13px;font-weight:600;padding:0 0 16px}.form-mobile-cta{align-items:center;display:none;gap:12px;justify-content:space-between}.form-mobile-cta span{color:#fff;font-size:14px;font-weight:600}.form-mobile-cta button{background:var(--orange);border:none;border-radius:4px;color:#fff;font-family:inherit;font-size:14px;font-weight:700;padding:11px 20px;white-space:nowrap}.hs-form label{color:#8fa3c4;display:block;font-size:12px;font-weight:500;margin-bottom:6px}.hs-form .hs-form-field{margin-bottom:14px}.hs-form input[type=email],.hs-form input[type=tel],.hs-form input[type=text],.hs-form select,.hs-form textarea{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.14);border-radius:4px;color:#fff;font-family:inherit;font-size:14px;padding:11px 13px;width:100%}.hs-form ::placeholder{color:#5e7089}.hs-form input:focus,.hs-form select:focus,.hs-form textarea:focus{background:hsla(0,0%,100%,.09);outline:2px solid var(--orange);outline-offset:1px}.hs-form .hs-error-msgs{color:#f2a582;font-size:11.5px;list-style:none;margin-top:4px}.hs-form .hs-button{background:var(--orange);border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;margin-top:6px;padding:13px 18px;width:100%}.hs-form .hs-button:hover{background:#da5613}.hs-form .hs-button:focus-visible{outline:2px solid #fff;outline-offset:2px}.hs-form .hs-form-booleancheckbox label,.hs-form .hs-richtext,.hs-form legend{color:#aab8ce;font-size:12.5px;line-height:1.5}.submitted-message{color:#fff;font-size:14px}@media (max-width:980px){main{padding-bottom:88px}}