:root{--home-header-height: 52px;--home-header-bg: #ffffff;--home-header-border: #0a0e27;--home-text-primary: #0a0e27;--home-text-secondary: #6b7280;--home-accent: #ff8c42;--home-tap-size: 44px}.home-header-mobile{display:block;background-color:var(--home-header-bg);border-bottom:2px solid var(--home-header-border);position:sticky;top:0;z-index:999}.home-header-mobile-container{height:var(--home-header-height);display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px;max-width:100%}.home-header-mobile-logo{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.home-logo-link{flex:0 0 auto;display:inline-flex;align-items:center;text-decoration:none;padding:6px;border-radius:4px;transition:opacity .2s ease}.home-logo-link:hover{opacity:.8}.home-logo-img-mobile{height:32px;width:auto;display:block;-o-object-fit:contain;object-fit:contain}.home-header-tagline{flex:1;min-width:0;font-size:12px;font-weight:600;color:var(--home-text-primary);line-height:1.3;word-break:break-word;display:none}.home-header-tagline-full{display:block}@media (max-width: 480px){.home-header-tagline-full{display:none}}.home-header-text-medium{flex:1;min-width:0;font-size:14px;font-weight:600;color:var(--home-text-primary);display:none}@media (max-width: 480px){.home-header-text-medium{display:block}}.home-menu-toggle{flex:0 0 auto;width:var(--home-tap-size);height:var(--home-tap-size);display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;font-size:24px;color:var(--home-text-primary);transition:color .2s ease,background-color .2s ease;border-radius:4px;touch-action:manipulation}.home-menu-toggle:hover{color:var(--home-accent);background-color:#ff8c421a}.home-menu-toggle:active{background-color:#ff8c4226}.home-hamburger{display:block;line-height:1}.home-mobile-menu{background-color:var(--home-header-bg);border-bottom:1px solid var(--home-header-border);overflow:hidden}.home-mobile-menu-list{list-style:none;margin:0;padding:8px 16px;display:flex;flex-direction:column;gap:4px}.home-mobile-menu-link{display:block;padding:12px 8px;color:var(--home-text-primary);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease,background-color .2s ease;border-radius:4px;min-height:44px;display:flex;align-items:center;touch-action:manipulation}.home-mobile-menu-link:hover{color:var(--home-accent);background-color:#ff8c4214}.home-mobile-menu-link:active{background-color:#ff8c421f}@media (prefers-reduced-motion: reduce){.home-mobile-menu,.home-logo-link,.home-menu-toggle,.home-mobile-menu-link{transition:none!important}}.home-menu-toggle:focus-visible{outline:2px solid var(--home-accent);outline-offset:2px}.home-mobile-menu-link:focus-visible{outline:2px solid var(--home-accent);outline-offset:-2px}.home-logo-link:focus-visible{outline:2px solid var(--home-accent);outline-offset:2px;border-radius:2px}@media (prefers-contrast: more){.home-header-mobile{border-bottom-width:2px}.home-menu-toggle:hover{background-color:#ff8c4233}.home-mobile-menu-link:hover{background-color:#ff8c4226}}@media print{.home-header-mobile{position:static}}.home-footer{position:relative;background-color:#1a2332;color:#fff;margin-top:80px;overflow:hidden}.home-footer-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0}.home-footer-bg-image{position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.8}.home-footer-bg-overlay{position:absolute;width:100%;height:100%;background:linear-gradient(135deg,#1a2332b3,#1a233280);z-index:1}.home-footer-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:60px 40px}@media (max-width: 1024px){.home-footer-content{padding:48px 32px}}@media (max-width: 767px){.home-footer-content{padding:32px 16px}}.home-footer-branding{margin-bottom:48px;text-align:center}.home-footer-logo{font-size:24px;font-weight:700;color:#fff;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:12px}.home-footer-logo-img{width:32px;height:32px;-o-object-fit:contain;object-fit:contain}.home-footer-tagline{margin:0;font-size:14px;color:#b3b3b3;line-height:1.6}.home-footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-bottom:48px}@media (max-width: 1024px){.home-footer-columns{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width: 767px){.home-footer-columns{display:flex;flex-direction:column;gap:0}}.home-footer-column{display:flex;flex-direction:column}.home-footer-column-title{margin:0 0 16px;padding:0;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;background:none;border:none;cursor:pointer;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:8px;transition:color .2s ease}.home-footer-column-title:hover{color:#ff8c42}.home-footer-column-title:focus{outline:2px solid #ff8c42;outline-offset:2px}@media (min-width: 768px){.home-footer-column-title{cursor:default}.home-footer-accordion-chevron{display:none}}@media (max-width: 767px){.home-footer-column{border-bottom:1px solid rgba(255,255,255,.1);padding:16px 0}.home-footer-column:first-child{padding-top:0}.home-footer-accordion-chevron{font-size:16px;transition:transform .2s ease}.home-footer-column-title[aria-expanded=true] .home-footer-accordion-chevron{transform:rotate(180deg)}}.home-footer-link-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}@media (max-width: 767px){.home-footer-link-list{max-height:0;overflow:hidden;gap:0;transition:max-height .3s ease}.home-footer-accordion-open{max-height:500px;gap:12px}.home-footer-accordion-open li{padding:8px 0}}.home-footer-link{color:#b3b3b3;text-decoration:none;font-size:14px;transition:color .2s ease}.home-footer-link:hover{color:#ff8c42}.home-footer-link:focus{outline:2px solid #ff8c42;outline-offset:2px}.home-footer-cta{text-align:center;margin-bottom:48px}.home-footer-cta-button{display:inline-block;padding:12px 32px;background-color:#ff8c42;color:#fff;text-decoration:none;font-size:14px;font-weight:600;border-radius:4px;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease;white-space:nowrap}.home-footer-cta-button:hover{background-color:#ff7a22;transform:translateY(-2px)}.home-footer-cta-button:focus{outline:2px solid #ff8c42;outline-offset:2px}@media (max-width: 767px){.home-footer-cta-button{display:block;width:100%;padding:12px 16px;box-sizing:border-box}}.home-footer-social{text-align:center;margin-bottom:48px;padding:24px 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.home-footer-social-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.home-footer-social-link{display:flex;align-items:center;gap:8px;color:#b3b3b3;text-decoration:none;font-size:14px;transition:color .2s ease}.home-footer-social-link:hover{color:#ff8c42}.home-footer-social-link:focus{outline:2px solid #ff8c42;outline-offset:2px}.home-footer-social-icon{font-size:18px;display:inline-block}.home-footer-social-label{display:none}@media (max-width: 767px){.home-footer-social-label{display:inline}.home-footer-social-link{padding:8px 12px;border-radius:4px}.home-footer-social-link:hover{background-color:#ff8c421a}.home-footer-social-list{gap:12px}}.home-footer-copyright{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.home-footer-copyright p{margin:0;font-size:12px;color:#b3b3b3}.home-footer-legal-links{display:flex;justify-content:center;gap:12px;font-size:12px}.home-footer-legal-link{color:#b3b3b3;text-decoration:none;transition:color .2s ease}.home-footer-legal-link:hover{color:#ff8c42}.home-footer-legal-link:focus{outline:2px solid #ff8c42;outline-offset:2px}@media (prefers-reduced-motion: reduce){.home-footer-link,.home-footer-cta-button,.home-footer-social-link,.home-footer-legal-link,.home-footer-link-list,.home-footer-accordion-chevron{transition:none}}
