.site-header,header.site-header{position:fixed;top:18px;left:0;right:0;z-index:1000;pointer-events:none;background:0 0;border:0;box-shadow:none;padding:0;margin:0}.site-header__inner{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 14px 10px 22px;border-radius:999px;background:rgba(255,255,255,.95);border:1px solid #e5e8ee;box-shadow:0 14px 36px rgba(17,30,54,.08);pointer-events:auto;width:min(1180px,calc(100% - 40px));margin:0 auto;font-family:Inter,Arial,Helvetica,sans-serif;font-weight:400}.site-header__logo{width:118px;display:inline-flex;align-items:center;margin:0;padding:0;flex-shrink:0}.site-header__logo img{width:100%;height:auto;display:block;filter:none}.site-header__menu{display:flex;align-items:center;justify-content:center;gap:18px;color:rgba(17,30,54,.72);font-size:13px;font-weight:400;font-family:inherit;flex-wrap:nowrap}.site-header__link{transition:color .2s ease;white-space:nowrap;color:rgba(17,30,54,.78);text-transform:none;letter-spacing:0;font-weight:400;font-size:13px;padding:0;background:0 0;border:0;min-height:0;min-width:0;text-decoration:none;line-height:1.2}.site-header__link:hover{color:#0055ad}.site-header__link.is-current,.site-header__link[aria-current=page]{color:#0055ad;font-weight:600}.site-header__link.is-current::after,.site-header__link[aria-current=page]::after{display:none;content:none}.site-header__actions{display:flex;align-items:center;gap:14px;font-size:13px;flex-shrink:0}.site-header__login{color:#0055ad;text-decoration:none;font-weight:400;font-size:13px;text-transform:none;letter-spacing:0;padding:0;background:0 0;white-space:nowrap}.site-header__login:hover{color:#003c7a}.site-header__actions .btn,.site-header__actions .btn--primary,.site-header__actions .btn-primary,.site-header__actions a.btn,.site-header__cta{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:0;min-height:0;background:#0055ad;color:#fff;font-size:12px;font-weight:700;padding:11px 20px;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;white-space:nowrap;line-height:1;flex-shrink:0;border:0;transition:filter .2s ease}.site-header__actions .btn:hover,.site-header__cta:hover{filter:brightness(1.08);transform:none}.site-header__toggle{display:none;width:42px;height:42px;border:1px solid #e5e8ee;border-radius:999px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;padding:0}.site-header__toggle span{width:18px;height:1px;background:#111e36;display:block}@media (max-width:1100px){.site-header__menu{display:none}.site-header__toggle{display:inline-flex}.site-header__menu.is-open{position:fixed;display:flex;left:20px;right:20px;top:90px;padding:16px;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(17,30,54,.08);flex-direction:column;align-items:stretch;gap:10px;font-size:14px}}@media (max-width:820px){.site-header{top:10px}.site-header__inner{border-radius:24px;width:calc(100% - 24px)}.site-header__actions{display:none}}:root{--blue:#0055ad;--blue-dark:#003c7a;--offwhite:#f5f3ee;--text:#0a0d18;--muted:#6b7280;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:var(--offwhite);font-weight:300}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{overflow:hidden}.hero{position:relative;min-height:100vh;padding:140px 0 120px;background:var(--offwhite);color:var(--text);overflow:hidden}.hero__inner{width:min(1180px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:2}.hero__content{display:flex;flex-direction:column;align-items:flex-start;max-width:520px}.hero__badge{width:100%;max-width:420px;height:auto;margin-bottom:28px}.hero__title{font-size:38px;line-height:1.18;font-weight:300;letter-spacing:-.6px;margin:0 0 36px;color:var(--text)}.hero__title b,.hero__title strong{font-weight:700;color:var(--text)}.lead-form{width:100%;max-width:460px;display:flex;flex-direction:column;gap:14px;margin:0 0 18px}.lead-form__field{display:flex;flex-direction:column;gap:6px}.lead-form__label{font-size:13px;font-weight:400;color:var(--text);line-height:1.3}.lead-form__field input[type=email],.lead-form__field input[type=text]{width:100%;padding:14px 16px;border:1px solid #d8d3c8;border-radius:4px;background:#fff;color:#0a0d18;font-size:14px;font-family:inherit;font-weight:400;outline:0;transition:box-shadow .2s ease,border-color .2s ease}.lead-form__field input::placeholder{color:#9aa1ad;font-weight:400}.lead-form__field input:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(0,85,173,.15)}.lead-form__select{position:relative}.lead-form__select::after{content:"";position:absolute;right:18px;top:50%;width:10px;height:10px;border-right:2px solid #6b7280;border-bottom:2px solid #6b7280;transform:translateY(-70%) rotate(45deg);pointer-events:none}.lead-form__select select{width:100%;padding:14px 40px 14px 16px;border:1px solid #d8d3c8;border-radius:4px;background:#fff;color:#0a0d18;font-size:14px;font-family:inherit;font-weight:400;outline:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.lead-form__select select:focus{border-color:var(--blue);box-shadow:0 0 0 2px rgba(0,85,173,.15)}.lead-form__submit{margin-top:6px;display:inline-flex;align-items:center;justify-content:center;width:100%;background:var(--blue);color:#fff;font-size:14px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;border:0;border-radius:4px;padding:16px 22px;min-height:52px;cursor:pointer;transition:filter .2s ease,transform .2s ease;font-family:inherit}.lead-form__submit:hover{filter:brightness(1.08);transform:translateY(-1px)}.hero__disclaimer{font-size:11px;line-height:1.5;color:#5b6473;margin:8px 0 0;max-width:460px;font-weight:300}.hero__disclaimer a{color:#5b6473;text-decoration:underline}.hero__disclaimer a:hover{color:var(--blue)}.hero__image{display:flex;align-items:center;justify-content:center}.hero__image img{width:100%;max-width:440px;height:auto;aspect-ratio:440/768;filter:drop-shadow(0 24px 40px rgba(0,0,0,.35))}.hero__shape{position:absolute;left:0;right:0;bottom:-1px;width:100%;line-height:0;z-index:1;pointer-events:none}.hero__shape svg{display:block;width:100%;height:80px;fill:var(--offwhite)}.site-footer{background:var(--offwhite);padding:28px 0}.site-footer__inner{width:min(1180px,calc(100% - 48px));margin:0 auto;text-align:center}.site-footer__desc{margin:0 0 6px;font-size:14px;font-weight:400;color:#0a0d18}.site-footer__copy{margin:0;font-size:12px;color:#6b7280;font-weight:300}@media (max-width:980px){.hero{padding:120px 0 90px}.hero__inner{grid-template-columns:1fr;gap:40px}.hero__content{max-width:560px;margin:0 auto;align-items:flex-start}.hero__image{order:-1}.hero__image img{max-width:340px}.hero__title{font-size:32px}}@media (max-width:560px){.hero{padding:110px 0 80px}.hero__title{font-size:26px;margin-bottom:28px}.hero__badge{max-width:320px;margin-bottom:22px}.hero__image img{max-width:260px}.lead-form__submit{font-size:13px;padding:14px 18px;min-height:48px}}