.site-srOnly { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 60; background: #ffffff; color: #172033; border-bottom: 1px solid #e5e7eb; font-family: system-ui, sans-serif; }
.site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 800; font-size: 1.125rem; }
.site-brand svg { width: 32px; height: 32px; display: block; fill: #172033; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 32px; flex: 1; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 700; font-size: 0.9375rem; transition: color 0.2s; }
.site-nav__link:hover { color: #d97706; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; background: #d97706; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.9375rem; border-radius: 4px; transition: background 0.2s; }
.site-header__cta:hover { background: #b45309; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; color: #172033; padding: 8px; }
.site-burger__line { display: block; width: 100%; height: 2px; background: currentColor; border-radius: 2px; }

.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: #172033; color: #ffffff; font-family: system-ui, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav[data-mobile-open="1"] { display: block; }
.site-mobileNav__panel { width: 100%; height: 100%; padding: 24px; display: flex; flex-direction: column; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 800; font-size: 1.25rem; }
.site-mobileNav__close { width: 40px; height: 40px; background: transparent; border: none; color: #ffffff; font-size: 2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
.site-mobileNav__link { color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1.5rem; }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; background: #d97706; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1.125rem; border-radius: 4px; text-align: center; }

.site-footer { background: #f3f4f6; color: #172033; padding: 64px 24px 32px; font-family: system-ui, sans-serif; border-top: 1px solid #e5e7eb; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 48px; margin-bottom: 64px; }
.site-footer__main { max-width: 400px; }
.site-footer__closing { display: block; font-size: 1.5rem; font-weight: 800; margin-bottom: 24px; line-height: 1.2; }
.site-footer__contact { display: flex; flex-direction: column; gap: 8px; }
.site-footer__contactLink { color: #172033; text-decoration: none; font-weight: 600; transition: color 0.2s; }
.site-footer__contactLink:hover { color: #d97706; }
.site-footer__nav { display: flex; flex-direction: column; gap: 16px; min-width: 200px; }
.site-footer__link { color: #172033; text-decoration: none; font-weight: 700; transition: color 0.2s; }
.site-footer__link:hover { color: #d97706; }
.site-footer__bottom { max-width: 1400px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-top: 32px; border-top: 1px solid #d1d5db; font-size: 0.875rem; }
.site-footer__legal { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer__legalLink { color: #4b5563; text-decoration: none; font-weight: 600; }
.site-footer__legalLink:hover { color: #172033; }
.site-footer__copy { color: #6b7280; font-weight: 600; }

@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
