:root{--blue: #0A6CF0;--blue-bright: #2E9BFF;--blue-deep: #0A47B8;--blue-ink: #0A5FD8;--navy: #07235E;--navy-2: #0C2E72;--ink: #0B1B33;--ink-soft: #3A4A63;--muted: #5A6B82;--paper: #ffffff;--mist: #EAF1FB;--mist-2: #DCE8F8;--line: #D3E0F1;--glow: rgba(10, 108, 240, .3);--font-display: "Sora", system-ui, -apple-system, sans-serif;--font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--header-h: 80px;--container: 1200px;--pad: 24px;--radius: 18px;--radius-sm: 12px;--ease: cubic-bezier(.22, 1, .36, 1)}@media(max-width:720px){:root{--pad: 18px;--header-h: 70px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:1rem;line-height:1.65;color:var(--ink-soft);background:var(--paper);overflow-x:hidden;max-width:100vw;min-height:100dvh}body.menu-open{overflow:hidden}img,video{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit;transition:color .2s var(--ease)}button{border:0;background:none;cursor:pointer;font:inherit;color:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.04;letter-spacing:-.02em;color:var(--ink)}p{line-height:1.7}section[id]{scroll-margin-top:calc(var(--header-h) + 14px)}.skip-link{position:absolute;left:-9999px;top:8px;background:var(--blue);color:#fff;padding:10px 16px;font-weight:700;border-radius:8px;z-index:1100}.skip-link:focus{left:8px}a:focus-visible,button:focus-visible,.btn:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue-bright);outline-offset:3px;border-radius:4px}.footer__cta a:focus-visible,.cta-band a:focus-visible,.hero a:focus-visible{outline-color:#fff}.container{max-width:var(--container);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}.text-blue{color:var(--blue)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-body);font-weight:700;font-size:.98rem;letter-spacing:.005em;padding:16px 30px;border:2px solid transparent;cursor:pointer;transition:transform .3s var(--ease),background .3s var(--ease),color .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);white-space:nowrap;line-height:1;border-radius:999px}.btn--primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 14px 30px -12px var(--glow)}.btn--primary:hover{background:var(--blue-deep);border-color:var(--blue-deep);transform:translateY(-2px);box-shadow:0 20px 38px -12px var(--glow)}.btn--white{background:#fff;color:var(--blue);border-color:#fff}.btn--white:hover{transform:translateY(-2px);box-shadow:0 20px 40px -16px #0006}.btn--outline{background:transparent;color:var(--ink);border-color:var(--line)}.btn--outline:hover{border-color:var(--blue);color:var(--blue);transform:translateY(-2px)}.btn--ghost-light{background:#ffffff1f;color:#fff;border-color:#ffffff73;backdrop-filter:blur(6px)}.btn--ghost-light:hover{background:#fff;color:var(--blue);border-color:#fff;transform:translateY(-2px)}.btn--cta{padding:12px 24px;font-size:.9rem}.btn--large{padding:19px 38px;font-size:1.05rem}.btn--full{width:100%}html.js-ready [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .8s var(--ease);will-change:opacity,transform}html.js-ready [data-reveal].revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}[data-reveal]{opacity:1!important;transform:none!important}}.site-header{position:sticky;top:0;z-index:900;background:#ffffffeb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);height:var(--header-h);transition:box-shadow .3s var(--ease),background .3s var(--ease)}.site-header.scrolled{background:#fffffff7;box-shadow:0 10px 34px -22px #0b1b3366}.header__inner{max-width:var(--container);margin:0 auto;padding:0 var(--pad);height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header__logo{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.header__logo img{height:50px;width:auto;transition:transform .3s var(--ease)}.header__logo:hover img{transform:scale(1.06)}.header__logo-text{display:flex;flex-direction:column;line-height:1}.header__logo-line{font-family:var(--font-display);font-weight:800;font-size:1.2rem;color:var(--ink);letter-spacing:-.02em}.header__logo-sub{font-family:var(--font-body);font-size:.66rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--blue);margin-top:4px}@media(max-width:480px){.header__logo-text{display:none}.header__logo img{height:44px}}.header__nav{display:flex;align-items:center;gap:1.9rem}.header__link{font-family:var(--font-body);font-size:.96rem;font-weight:600;color:var(--ink-soft);position:relative}.header__link:after{content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--blue);border-radius:2px;transition:width .3s var(--ease)}.header__link:hover{color:var(--ink)}.header__link:hover:after{width:100%}.header__phone{font-family:var(--font-display);font-weight:700;color:var(--blue);font-size:1rem}.header__phone:hover{color:var(--blue-deep)}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;z-index:1001}.header__burger-line{display:block;width:100%;height:2.5px;background:var(--ink);border-radius:2px;transition:all .3s var(--ease)}.header__burger.active .header__burger-line:nth-child(1){transform:translateY(7.5px) rotate(45deg)}.header__burger.active .header__burger-line:nth-child(2){opacity:0}.header__burger.active .header__burger-line:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}@media(max-width:920px){.header__nav{display:none}.header__burger{display:flex}}.mobile-menu{position:fixed;inset:0;z-index:850;background:var(--paper);opacity:0;visibility:hidden;transition:opacity .35s var(--ease),visibility .35s var(--ease);overflow-y:auto}body.menu-open .site-header{z-index:1000}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu__inner{padding:calc(var(--header-h) + 30px) var(--pad) 32px;min-height:100dvh;display:flex;flex-direction:column}.mobile-menu__link{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,9vw,2.7rem);color:var(--ink);padding:1rem 0;border-bottom:1px solid var(--line);letter-spacing:-.02em}.mobile-menu__link:hover{color:var(--blue)}.mobile-menu__cta{margin-top:2rem}.mobile-menu__contact{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu__phone{font-family:var(--font-display);font-weight:800;font-size:1.5rem;color:var(--blue)}.mobile-menu__email{font-size:.98rem;color:var(--muted);word-break:break-all}.mobile-callbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:820;align-items:center;justify-content:center;gap:.6rem;background:var(--blue);color:#fff;font-family:var(--font-display);font-weight:700;font-size:1.05rem;padding:15px;box-shadow:0 -8px 24px -10px #0b1b3373}@media(max-width:720px){.mobile-callbar{display:flex}body{padding-bottom:56px}}.section{padding:clamp(3.5rem,8vw,6.5rem) 0;position:relative}.section--mist{background:var(--mist)}.section--navy{background:radial-gradient(120% 140% at 0% 0%,var(--navy-2) 0%,var(--navy) 60%);color:#fff}.section--navy h1,.section--navy h2,.section--navy h3{color:#fff}.kicker{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-body);font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-ink);margin-bottom:1.1rem}.kicker:before{content:"";width:26px;height:2px;background:var(--blue-ink);border-radius:2px}.kicker--center{justify-content:center}.kicker--light{color:var(--blue-bright)}.kicker--light:before{background:var(--blue-bright)}.section__title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.1rem,5.2vw,3.6rem);line-height:1.04;letter-spacing:-.025em;color:var(--ink);margin-bottom:1.1rem}.section--navy .section__title{color:#fff}.section__lede{font-size:1.08rem;line-height:1.7;max-width:580px;color:var(--muted)}.section--navy .section__lede{color:#ffffffc7}.section-head{max-width:680px;margin-bottom:3.2rem}.section-head--center{margin-left:auto;margin-right:auto;text-align:center}.site-footer{background:var(--navy);color:#fff}.footer__cta{background:linear-gradient(100deg,var(--blue-deep) 0%,var(--blue) 100%);padding:3rem 0}.footer__cta-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer__cta-kicker{font-family:var(--font-body);font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;color:#ffffffd1}.footer__cta-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.7rem,4vw,2.6rem);color:#fff;margin-top:.5rem;letter-spacing:-.025em}.footer__cta-phone{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-display);font-weight:800;font-size:clamp(1.6rem,3.6vw,2.4rem);color:#fff;transition:transform .3s var(--ease)}.footer__cta-phone:hover{transform:translate(5px)}.footer__grid{display:grid;grid-template-columns:1.8fr 1fr 1.3fr 1.3fr;gap:3rem;padding:4rem 0 3rem;border-bottom:1px solid rgba(255,255,255,.12)}.footer__logo{height:70px;width:auto;margin-bottom:1.25rem;background:#fff;border-radius:12px;padding:8px}.footer__tagline{font-size:1rem;color:#ffffffb8;line-height:1.6;margin-bottom:.85rem;max-width:360px}.footer__area{font-family:var(--font-body);font-weight:700;font-size:.82rem;letter-spacing:.04em;color:var(--blue-bright)}.footer__heading{font-family:var(--font-body);font-size:.82rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#fff;margin-bottom:1.2rem}.footer__list{display:flex;flex-direction:column;gap:.6rem}.footer__link{font-size:.95rem;color:#ffffffa8;transition:color .2s var(--ease),transform .2s var(--ease)}.footer__link:hover{color:#fff;transform:translate(3px)}.footer__contact-item{display:flex;align-items:center;gap:.6rem;font-size:.93rem;color:#ffffffa8;word-break:break-word}.footer__contact-item svg{flex-shrink:0;color:var(--blue-bright)}.footer__bottom{padding:1.6rem 0;display:flex;justify-content:space-between;align-items:center;gap:.8rem 1.6rem;flex-wrap:wrap}.footer__bottom p{font-size:.8rem;color:#ffffff80}.footer__bottom-meta{font-weight:600}.footer__credit{display:inline-flex;align-items:center;gap:6px;font-family:inherit;font-weight:600;font-size:12px;color:#ffffff8c;letter-spacing:.04em;margin:0}.footer__credit-mark{width:18px;height:18px;flex-shrink:0;filter:brightness(0) invert(1);opacity:.85}.footer__credit a{color:#ffffffd9;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.2);transition:color .2s ease,border-color .2s ease}.footer__credit a:hover{color:var(--blue-bright);border-bottom-color:var(--blue-bright)}@media(max-width:920px){.footer__grid{grid-template-columns:1fr 1fr;gap:2.2rem;padding:3rem 0 2.5rem}.footer__brand{grid-column:1 / -1}}@media(max-width:540px){.footer__grid{grid-template-columns:1fr}.footer__cta-inner{flex-direction:column;align-items:flex-start;gap:1rem}}
