.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;height:72px}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;height:100%;max-width:100%}.site-header__logo{display:flex;align-items:center;height:100%}.site-header__logo img{display:block;height:72px;width:auto;padding-block:10px;padding-inline:4px;box-sizing:border-box}.site-header__nav-list{display:flex;align-items:center;list-style:none;gap:2rem}.site-header__nav-link{font-size:.95rem;font-weight:500;color:var(--color-text);transition:color .15s}.site-header__nav-link:hover{color:var(--color-purple)}.site-header__nav-pay{display:inline-flex;align-items:center;gap:.4rem;font-weight:500}.site-header__nav-pay-logo{height:1.2rem;width:auto}.site-header__actions{display:flex;align-items:center;gap:1rem}.site-header__login{font-size:.95rem;font-weight:500;color:var(--color-text-muted);transition:color .15s}.site-header__login:hover{color:var(--color-purple)}.site-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.site-header__hamburger span{display:block;height:2px;width:100%;background:var(--color-text);border-radius:2px;transition:transform .2s,opacity .2s}.site-header__hamburger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__hamburger[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__hamburger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header__mobile-nav{display:none;position:fixed;inset-block-start:72px;inset-inline:0;inset-block-end:0;background:#fff;z-index:99;padding:2rem 1.5rem;flex-direction:column;gap:2rem;overflow-y:auto}.site-header__mobile-nav.is-open{display:flex}.site-header__mobile-nav-list{list-style:none;display:flex;flex-direction:column;gap:0}.site-header__mobile-nav-list li{border-bottom:1px solid #e5e7eb}.site-header__mobile-nav-list .site-header__nav-link{display:block;padding-block:1rem;font-size:1.0625rem}.site-header__mobile-actions{display:flex;flex-direction:column;gap:.75rem}.site-header__mobile-auth{display:flex;gap:.75rem}.site-header__mobile-btn{flex:1;text-align:center}.site-header__mobile-pay{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}.site-header__mobile-pay-logo{height:1.2rem;width:auto}@media(max-width:768px){.site-header__nav,.site-header__actions{display:none}.site-header__hamburger{display:flex}}.site-footer{border-top:none;background:var(--color-navy)}.site-footer__inner{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:3rem;padding-block:3.5rem;align-items:start}.site-footer__col{display:flex;flex-direction:column;gap:.75rem}.site-footer__logo{filter:brightness(0) invert(1);width:80px;height:auto}.site-footer__tagline{color:#ffffffd9;font-size:.9rem;font-weight:600;margin:0}.site-footer__about{color:#ffffff8c;font-size:.85rem;line-height:1.6;margin:0}.site-footer__contact{display:flex;flex-direction:column;gap:.3rem;margin-top:.25rem}.site-footer__contact span{color:#fff9;font-size:.85rem}.site-footer__contact a{color:#fff9;font-size:.85rem;transition:color .15s}.site-footer__contact a:hover{color:#fff}.site-footer__heading{color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.12)}.site-footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0}.site-footer__nav-list a{font-size:.875rem;color:#fff9;transition:color .15s}.site-footer__nav-list a:hover{color:#fff}.site-footer__cta-text{color:#ffffff8c;font-size:.85rem;line-height:1.6;margin:0}.site-footer__cta-btn{display:inline-block;align-self:flex-start;margin-top:.25rem;padding:.55rem 1.25rem;background:var(--color-purple);color:#fff;font-size:.875rem;font-weight:600;border-radius:6px;transition:opacity .15s}.site-footer__cta-btn:hover{opacity:.85}.site-footer__cta-link{font-size:.85rem;color:#ffffff8c;transition:color .15s}.site-footer__cta-link:hover{color:#fff}.site-footer__col--iso{align-items:flex-start}.site-footer__iso{width:110px;height:auto;margin-top:.25rem;border-radius:8px}.site-footer__iso-label{color:#ffffff80;font-size:.8rem;line-height:1.5;margin:0}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding-block:1rem;font-size:.8rem;color:#fff6}.site-footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.site-footer__bottom-brand{display:flex;align-items:center;gap:.6rem;direction:ltr}.site-footer__bottom-brand img{display:block;height:20px;width:auto;filter:brightness(0) invert(1);opacity:.6}.site-footer__bottom-sep{color:#ffffff40;font-size:.75rem}.site-footer__bottom-end{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-footer__bottom-links{display:flex;gap:1.25rem}.site-footer__bottom-links a{color:#ffffff73;transition:color .15s}.site-footer__bottom-links a:hover{color:#fff}.site-footer__recaptcha-notice{color:#ffffff73;font-size:.8em;align-self:center}.site-footer__bottom-copy{color:#ffffff4d}@media(max-width:1024px){.site-footer__inner{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:600px){.site-footer__inner{grid-template-columns:1fr;gap:2rem}.site-footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.site-footer__bottom-end{order:1}.site-footer__bottom-brand{order:2}.site-footer__bottom-copy{order:3}}
