.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: #09090b; color: #fafafa; border-bottom: 4px solid #ef4444; box-shadow: 0 4px 0 #f97316; }
.site-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: radial-gradient(#18181b 20%, transparent 20%); background-size: 4px 4px; opacity: 0.5; pointer-events: none; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; position: relative; z-index: 1; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #facc15; font-weight: 900; text-transform: uppercase; font-size: 20px; letter-spacing: 1px; text-shadow: 2px 2px 0 #ef4444; }
.site-brand svg { width: 36px; height: 36px; display: block; fill: #facc15; filter: drop-shadow(2px 2px 0 #ef4444); }
.site-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; margin-right: 24px; }
.site-nav__link { text-decoration: none; color: #fafafa; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 4px 8px; transition: all 0.2s; border: 2px solid transparent; }
.site-nav__link:hover { color: #facc15; border-color: #facc15; transform: translateY(-2px); box-shadow: 2px 2px 0 #ef4444; background: #18181b; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background: #ef4444; color: #fafafa; text-decoration: none; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; border: 3px solid #fafafa; box-shadow: 4px 4px 0 #f97316; transition: all 0.1s; border-radius: 50px; }
.site-header__cta:hover { transform: translate(2px, 2px); box-shadow: 2px 2px 0 #f97316; }
.site-header__cta:active { transform: translate(4px, 4px); box-shadow: 0 0 0 #f97316; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 50px; height: 50px; border: 3px solid #fafafa; background: #ef4444; color: #fafafa; box-shadow: 3px 3px 0 #f97316; cursor: pointer; border-radius: 50px; }
.site-burger__line { display: block; width: 24px; height: 3px; margin: 0 auto; background: currentColor; font-weight: bold; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(9,9,11,0.8); backdrop-filter: blur(4px); }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav[data-mobile-open="1"] { display: block; }
.site-mobileNav__panel { margin-left: 0; width: min(400px, 90vw); height: 100%; background: #09090b; border-right: 4px solid #ef4444; box-shadow: 8px 0 0 #f97316; display: flex; flex-direction: column; position: relative; }
.site-mobileNav__panel::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: repeating-linear-gradient(45deg, #18181b 0, #18181b 2px, transparent 2px, transparent 8px); opacity: 0.3; pointer-events: none; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 2px solid #18181b; position: relative; z-index: 1; }
.site-mobileNav__brand { font-weight: 900; color: #facc15; text-transform: uppercase; text-shadow: 2px 2px 0 #ef4444; font-size: 18px; }
.site-mobileNav__close { width: 44px; height: 44px; border: 3px solid #fafafa; background: #ef4444; color: #fafafa; font-size: 28px; font-weight: 900; line-height: 1; display: flex; align-items: center; justify-content: center; box-shadow: 3px 3px 0 #f97316; cursor: pointer; border-radius: 50px; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 24px 20px; gap: 16px; flex-grow: 1; position: relative; z-index: 1; }
.site-mobileNav__link { color: #fafafa; text-decoration: none; font-weight: 900; text-transform: uppercase; font-size: 24px; letter-spacing: 1px; padding: 12px; border: 2px solid transparent; }
.site-mobileNav__link:hover, .site-mobileNav__link:active { border-color: #facc15; color: #facc15; background: #18181b; box-shadow: 4px 4px 0 #ef4444; transform: translateX(4px); }
.site-mobileNav__bottom { padding: 24px 20px; border-top: 2px solid #18181b; position: relative; z-index: 1; background: #09090b; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; background: #facc15; color: #09090b; text-decoration: none; font-weight: 900; text-transform: uppercase; font-size: 18px; border: 3px solid #09090b; box-shadow: 4px 4px 0 #ef4444; margin-bottom: 24px; border-radius: 50px; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 12px; }
.site-mobileNav__contact a { color: #fafafa; text-decoration: none; font-weight: 700; opacity: 0.8; }
.site-footer { margin-top: 60px; background: #09090b; color: #fafafa; border-top: 6px solid #facc15; position: relative; padding-top: 40px; }
.site-footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 12px; background: repeating-linear-gradient(45deg, #ef4444 0, #ef4444 10px, #09090b 10px, #09090b 20px); }
.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__brand { display: block; font-weight: 900; color: #facc15; text-transform: uppercase; font-size: 24px; text-shadow: 2px 2px 0 #ef4444; margin-bottom: 16px; }
.site-footer__summary { margin: 0; line-height: 1.6; font-weight: 600; font-size: 16px; opacity: 0.9; }
.site-footer__title { display: block; font-weight: 900; text-transform: uppercase; color: #f97316; font-size: 18px; margin-bottom: 16px; letter-spacing: 1px; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink { color: #fafafa; text-decoration: none; font-weight: 600; transition: color 0.2s; display: inline-block; }
.site-footer__contactLink:hover { color: #facc15; }
.site-footer__links { display: flex; flex-direction: column; gap: 10px; }
.site-footer__link { color: #fafafa; text-decoration: none; font-weight: 600; transition: color 0.2s; opacity: 0.8; }
.site-footer__link:hover { color: #facc15; opacity: 1; }
.site-footer__bottom { max-width: 1200px; margin: 40px auto 0; padding: 24px; border-top: 2px solid #18181b; display: flex; flex-direction: column; gap: 16px; text-align: center; }
.site-footer__notices { font-size: 12px; opacity: 0.6; line-height: 1.5; }
.site-footer__notices p { margin: 0 0 4px 0; }
.site-footer__copy { font-size: 14px; font-weight: 700; color: #facc15; }
@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; gap: 32px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
