.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, .site-header *, .site-footer, .site-footer *, .site-mobileNav, .site-mobileNav * { box-sizing: border-box; }
.site-header { position: sticky; top: 0; left: 0; right: 0; width: 100%; z-index: 60; background-color: #f8f9fa; padding: 16px; }
.site-header__container { max-width: 1200px; margin: 0 auto; background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 4px 12px rgba(15,41,66,0.05); padding: 12px 24px; }
.site-header__inner { 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: #0f2942; font-weight: 800; font-size: 1.125rem; letter-spacing: -0.01em; }
.site-brand svg { width: 32px; height: 32px; fill: #c5a059; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #1e293b; font-weight: 600; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #c5a059; }
.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; border-radius: 8px; background-color: #0f2942; color: #ffffff; text-decoration: none; font-size: 0.9375rem; font-weight: 700; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: #1a3a5c; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; border: 1px solid #e2e8f0; border-radius: 8px; background: #ffffff; color: #0f2942; cursor: pointer; padding: 0; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; border-radius: 2px; background: currentColor; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; display: flex; justify-content: flex-end; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(15,41,66,0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: min(400px, 85vw); height: 100%; background: #ffffff; display: flex; flex-direction: column; box-shadow: -8px 0 24px rgba(15,41,66,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #f1f5f9; }
.site-mobileNav__brand { font-weight: 800; color: #0f2942; font-size: 1.125rem; }
.site-mobileNav__close { width: 36px; height: 36px; border: none; background: #f8f9fa; color: #0f2942; border-radius: 50%; font-size: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; }
.site-mobileNav__links { flex: 1; padding: 32px 24px; display: flex; flex-direction: column; gap: 24px; overflow-y: auto; }
.site-mobileNav__link { color: #1e293b; text-decoration: none; font-size: 1.25rem; font-weight: 700; }
.site-mobileNav__bottom { padding: 32px 24px; background: #f8f9fa; border-top: 1px solid #e2e8f0; display: flex; flex-direction: column; gap: 16px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 8px; background: #0f2942; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1rem; }
.site-mobileNav__contact { text-align: center; color: #64748b; text-decoration: none; font-size: 0.875rem; font-weight: 500; }
.site-footer { background-color: #0f2942; color: #f8f9fa; padding: 64px 24px 24px; margin-top: 64px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand { font-size: 1.25rem; font-weight: 800; color: #ffffff; }
.site-footer__summary { margin: 0; color: #cbd5e1; line-height: 1.6; font-size: 0.9375rem; max-width: 320px; }
.site-footer__heading { font-size: 1rem; font-weight: 700; color: #c5a059; margin: 0 0 20px 0; text-transform: uppercase; letter-spacing: 0.05em; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #cbd5e1; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__link:hover { color: #ffffff; }
.site-footer__bottom { max-width: 1200px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.site-footer__bottomInner { display: flex; justify-content: space-between; align-items: center; color: #94a3b8; font-size: 0.875rem; }
@media (max-width: 992px) {
  .site-nav { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 576px) {
  .site-footer__inner { grid-template-columns: 1fr; gap: 32px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
