.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; left: 0; right: 0; width: 100%; z-index: 60; background: #ffffff; border-bottom: 1px solid #e5e7eb; color: #111827; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: grid; grid-template-columns: minmax(200px, 2fr) auto minmax(200px, 1fr); align-items: center; gap: 24px; }
.site-header__brand-block { display: flex; align-items: center; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #111827; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; display: block; color: #dc2626; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__link { text-decoration: none; color: #4b5563; font-weight: 600; font-size: 15px; transition: color 0.2s ease; }
.site-nav__link:hover { color: #dc2626; }
.site-header__actions { display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 999px; background: #dc2626; color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 700; transition: background 0.2s ease; }
.site-header__cta:hover { background: #b91c1c; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e5e7eb; border-radius: 999px; background: #ffffff; color: #111827; cursor: pointer; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; border-radius: 2px; background: currentColor; transition: transform 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(17, 24, 39, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav[data-mobile-open="1"] { display: block; }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 90vw); background: #ffffff; color: #111827; display: flex; flex-direction: column; box-shadow: -10px 0 40px 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 #f3f4f6; }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #111827; }
.site-mobileNav__close { width: 40px; height: 40px; border: 1px solid #e5e7eb; border-radius: 999px; background: #f9fafb; color: #111827; font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 24px; gap: 20px; flex: 1 1 auto; overflow-y: auto; }
.site-mobileNav__link { color: #111827; text-decoration: none; font-weight: 700; font-size: 18px; }
.site-mobileNav__ctaWrap { padding: 24px; border-top: 1px solid #f3f4f6; background: #f9fafb; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 999px; background: #dc2626; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 16px; text-align: center; }
.site-footer { margin-top: 60px; background: #f9fafb; border-top: 1px solid #e5e7eb; color: #374151; padding: 60px 0 24px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand { font-size: 24px; font-weight: 800; color: #111827; }
.site-footer__summary { margin: 0; line-height: 1.6; font-size: 15px; max-width: 300px; }
.site-footer__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #111827; margin: 0 0 20px 0; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #4b5563; text-decoration: none; font-size: 15px; transition: color 0.2s ease; }
.site-footer__link:hover { color: #dc2626; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink { color: #4b5563; text-decoration: none; font-size: 15px; line-height: 1.5; transition: color 0.2s ease; }
.site-footer__contactLink:hover { color: #dc2626; }
.site-footer__bottom { max-width: 1200px; margin: 40px auto 0; padding: 24px 24px 0; border-top: 1px solid #e5e7eb; }
.site-footer__bottomInner { display: flex; align-items: center; justify-content: space-between; font-size: 14px; color: #6b7280; }
@media (max-width: 900px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__summary { max-width: 100%; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
