.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; border-bottom: 1px solid #e5e7eb; color: #1f2937; font-family: system-ui, -apple-system, 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-header__brand-zone { flex: 1; display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: #1f2937; font-weight: 800; font-size: 1.25rem; }
.site-brand svg { width: 32px; height: 32px; color: #f97316; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #4b5563; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
.site-nav__link:hover { color: #f97316; }
.site-header__actions { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 6px; background: #f97316; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: background 0.2s; }
.site-header__cta:hover { background: #ea580c; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e5e7eb; border-radius: 6px; background: #ffffff; color: #1f2937; cursor: pointer; }
.site-burger__line { display: block; width: 22px; height: 2px; margin: 0 auto; background: currentColor; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__backdrop { position: absolute; inset: 0; background: rgba(31, 41, 55, 0.6); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(320px, 85vw); background: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 25px rgba(0,0,0,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #e5e7eb; font-weight: 800; font-size: 1.25rem; color: #1f2937; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; background: #f3f4f6; border-radius: 50%; font-size: 24px; color: #4b5563; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { flex: 1; padding: 32px 24px; display: flex; flex-direction: column; gap: 24px; overflow-y: auto; }
.site-mobileNav__link { text-decoration: none; color: #1f2937; font-size: 1.125rem; font-weight: 600; }
.site-mobileNav__bottom { padding: 24px; background: #f9fafb; border-top: 1px solid #e5e7eb; display: flex; flex-direction: column; gap: 20px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 6px; background: #f97316; color: #ffffff; text-decoration: none; font-weight: 700; text-align: center; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 8px; }
.site-mobileNav__contact a { color: #4b5563; text-decoration: none; font-size: 0.95rem; }
.site-footer { background: #f9fafb; border-top: 1px solid #e5e7eb; color: #4b5563; font-family: system-ui, -apple-system, sans-serif; padding: 64px 0 24px; margin-top: auto; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }
.site-brand--footer { margin-bottom: 16px; display: inline-block; }
.site-footer__summary { line-height: 1.6; font-size: 0.95rem; margin: 0; }
.site-footer__title { font-size: 1rem; font-weight: 700; color: #1f2937; margin: 0 0 20px; }
.site-footer__nav-col, .site-footer__legal-col, .site-footer__contact-col { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #4b5563; text-decoration: none; font-size: 0.95rem; transition: color 0.2s; }
.site-footer__link:hover { color: #f97316; }
.site-footer__bottom { max-width: 1400px; margin: 48px auto 0; padding: 24px 24px 0; border-top: 1px solid #e5e7eb; text-align: center; font-size: 0.875rem; color: #6b7280; }
@media (max-width: 992px) {
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  .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}
