:root{--layout-navy:#0b1830;--layout-navy-light:#142b4b;--layout-orange:#ff6b2c;--layout-line:#e7eaf0}
.ho-site-header{position:fixed;z-index:1040;top:0;right:0;left:0;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(11,24,48,.08);box-shadow:0 8px 32px rgba(11,24,48,.06);backdrop-filter:blur(16px)}
.ho-header-accent{height:3px;background:linear-gradient(90deg,var(--layout-orange) 0 13%,var(--layout-navy) 13% 100%)}
.ho-site-header .navbar{min-height:88px;padding:0}
.ho-brand{display:flex;align-items:center;gap:15px;text-decoration:none}.ho-brand img{display:block;width:158px;height:auto}.ho-brand span{padding-left:15px;color:#7d8795;border-left:1px solid #dfe3e8;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.11em;white-space:nowrap}
.ho-main-nav{align-items:center;gap:4px}.ho-main-nav .nav-link{position:relative;padding:34px 12px!important;color:#344054!important;font-size:12px;font-weight:750}.ho-main-nav .nav-link:after{content:"";position:absolute;right:12px;bottom:25px;left:12px;height:2px;background:var(--layout-orange);transform:scaleX(0);transition:.22s}.ho-main-nav .nav-link:hover,.ho-main-nav .nav-link.active{color:var(--layout-navy)!important}.ho-main-nav .nav-link:hover:after,.ho-main-nav .nav-link.active:after{transform:scaleX(1)}
.ho-header-cta{display:inline-flex;align-items:center;gap:10px;min-height:46px;margin-left:17px;padding:0 16px;color:#fff!important;background:var(--layout-orange);border-radius:10px;text-decoration:none;font-size:11px;font-weight:850;box-shadow:0 10px 25px rgba(255,107,44,.22);transition:.22s}.ho-header-cta:hover{background:#e95618;transform:translateY(-2px)}.ho-header-cta .fa-arrow-right{font-size:9px}
.ho-menu-button{width:44px;height:42px;padding:9px;border:1px solid #dde2e8!important;border-radius:9px}.ho-menu-button:focus{box-shadow:0 0 0 3px rgba(255,107,44,.13)}.ho-menu-button span{display:block;height:2px;margin:4px 0;background:var(--layout-navy);border-radius:3px}
.ho-site-footer{position:relative;color:#fff;background:#081426}
.ho-footer-cta{position:relative;z-index:2;transform:translateY(-1px);background:#f5f7fa}.ho-footer-cta-inner{display:grid;grid-template-columns:62px 1fr auto;gap:22px;align-items:center;padding:30px 34px;background:var(--layout-orange);border-radius:18px 18px 0 0}.ho-footer-cta-icon{display:grid;place-items:center;width:62px;height:62px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);border-radius:15px;font-size:21px}.ho-footer-cta span{font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.13em;opacity:.8}.ho-footer-cta h2{margin:4px 0 0;color:#fff;font-size:24px;font-weight:850}.ho-footer-cta a{display:inline-flex;align-items:center;gap:10px;min-height:46px;padding:0 18px;color:var(--layout-navy);background:#fff;border-radius:10px;text-decoration:none;font-size:11px;font-weight:850}
.ho-footer-grid{display:grid;grid-template-columns:1.45fr .72fr .72fr 1fr;gap:55px;padding:72px 0 58px}.ho-footer-logo img{width:210px;height:auto}.ho-footer-about p{max-width:390px;margin:23px 0;color:#9eacbe;font-size:13px;line-height:1.75}.ho-footer-social{display:flex;gap:9px}.ho-footer-social a{display:grid;place-items:center;width:38px;height:38px;color:#c7d0dc;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:9px;transition:.2s}.ho-footer-social a:hover{color:#fff;background:var(--layout-orange);border-color:var(--layout-orange);transform:translateY(-2px)}
.ho-footer-links h3,.ho-footer-guide h3{margin:3px 0 21px;color:#fff;font-size:13px;font-weight:850}.ho-footer-links h3:after{content:"";display:block;width:25px;height:2px;margin-top:10px;background:var(--layout-orange)}.ho-footer-links a{display:block;margin:12px 0;color:#9eacbe;text-decoration:none;font-size:12px;transition:.2s}.ho-footer-links a:hover{color:#fff;transform:translateX(3px)}
.ho-footer-guide{padding:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.07);border-radius:14px}.ho-footer-guide-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:17px;color:var(--layout-orange);background:rgba(255,107,44,.11);border-radius:10px}.ho-footer-guide h3{margin-bottom:10px}.ho-footer-guide p{margin:0;color:#9eacbe;font-size:11px;line-height:1.65}
.ho-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;color:#7f8c9e;border-top:1px solid rgba(255,255,255,.08);font-size:10px}.ho-footer-bottom p{margin:0}.ho-footer-bottom i{margin-right:5px;color:var(--layout-orange)}
@media(max-width:1199px){.ho-brand span{display:none}.ho-main-nav .nav-link{padding-right:9px!important;padding-left:9px!important}.ho-header-cta{margin-left:9px;padding:0 13px}.ho-footer-grid{grid-template-columns:1.3fr .7fr .7fr;gap:35px}.ho-footer-guide{grid-column:1/-1}}
@media(max-width:991px){.ho-site-header .navbar{min-height:72px}.ho-brand img{width:140px}.ho-site-header .navbar-collapse{position:absolute;top:72px;right:0;left:0;padding:14px 20px 22px;background:#fff;border-top:1px solid var(--layout-line);box-shadow:0 20px 35px rgba(11,24,48,.12)}.ho-main-nav{align-items:stretch}.ho-main-nav .nav-link{padding:13px 5px!important;border-bottom:1px solid #edf0f3}.ho-main-nav .nav-link:after{display:none}.ho-header-cta{justify-content:center;margin:15px 0 0}.ho-footer-cta-inner{grid-template-columns:52px 1fr}.ho-footer-cta-icon{width:52px;height:52px}.ho-footer-cta a{grid-column:1/-1;justify-content:center}.ho-footer-grid{grid-template-columns:1fr 1fr}.ho-footer-about{grid-column:1/-1}}
@media(max-width:767px){.ho-footer-cta-inner{display:block;padding:26px 22px;border-radius:14px 14px 0 0}.ho-footer-cta-icon{margin-bottom:16px}.ho-footer-cta h2{font-size:21px;line-height:1.35}.ho-footer-cta a{justify-content:center;margin-top:18px}.ho-footer-grid{grid-template-columns:1fr;gap:32px;padding:55px 0 42px}.ho-footer-about{grid-column:auto}.ho-footer-guide{grid-column:auto}.ho-footer-bottom{align-items:flex-start;flex-direction:column}.ho-footer-logo img{width:185px}}
