.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: #1f2937; border-bottom: 1px solid #e5e7eb; font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1240px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; gap: 32px; }
.site-header__brand-zone { flex: 1 1 auto; display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #1f2937; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; color: #f97316; }
.site-nav { flex: 0 0 auto; display: flex; align-items: center; gap: 28px; }
.site-nav__link { text-decoration: none; color: #4b5563; font-weight: 700; font-size: 15px; transition: color 0.2s ease; }
.site-nav__link:hover { color: #f97316; }
.site-header__actions { flex: 0 0 auto; display: flex; align-items: center; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; color: #1f2937; cursor: pointer; }
.site-burger__line { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 999px; transition: transform 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(31, 41, 55, 0.4); backdrop-filter: blur(4px); font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { margin-left: auto; width: min(400px, 90vw); height: 100%; background: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 40px rgba(0,0,0,0.1); }
.site-mobileNav__top { padding: 24px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #e5e7eb; }
.site-mobileNav__brand { font-weight: 800; font-size: 18px; color: #1f2937; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; background: #f3f4f6; border-radius: 999px; color: #1f2937; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 0.2s ease; }
.site-mobileNav__close:hover { background: #e5e7eb; }
.site-mobileNav__links { flex: 1; overflow-y: auto; padding: 40px 24px; display: flex; flex-direction: column; gap: 32px; }
.site-mobileNav__link { text-decoration: none; color: #1f2937; font-size: 24px; font-weight: 800; letter-spacing: -0.02em; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #f97316; }
.site-mobileNav__utility { background: #f3f4f6; padding: 32px 24px; display: flex; flex-direction: column; gap: 16px; }
.site-mobileNav__contactLink { text-decoration: none; color: #4b5563; font-weight: 700; font-size: 15px; display: flex; align-items: center; gap: 8px; transition: color 0.2s ease; }
.site-mobileNav__contactLink:hover { color: #f97316; }
.site-footer { background: #f3f4f6; color: #374151; padding: 64px 0 32px; font-family: system-ui, -apple-system, sans-serif; border-top: 1px solid #e5e7eb; }
.site-footer__inner { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.site-footer__main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.site-footer__brand { display: block; font-size: 20px; font-weight: 800; color: #1f2937; margin-bottom: 16px; letter-spacing: -0.02em; }
.site-footer__summary { margin: 0; color: #4b5563; line-height: 1.6; font-size: 15px; max-width: 300px; }
.site-footer__navCol, .site-footer__contactCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { text-decoration: none; color: #4b5563; font-weight: 700; font-size: 15px; transition: color 0.2s ease; }
.site-footer__link:hover { color: #f97316; }
.site-footer__contactLink { text-decoration: none; color: #4b5563; font-size: 15px; line-height: 1.5; transition: color 0.2s ease; }
.site-footer__contactLink:hover { color: #f97316; }
.site-footer__legal { border-top: 1px solid #e5e7eb; padding-top: 32px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer__legalLinks { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer__copyright { font-size: 14px; color: #6b7280; }
@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-burger { display: flex; }
  .site-footer__main { grid-template-columns: 1fr; gap: 40px; }
  .site-footer__legal { 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}
