.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; padding: 16px; background: transparent; font-family: system-ui, -apple-system, sans-serif; }
.site-header__container { max-width: 1200px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; background: #0a0a0a; border: 1px solid #222; border-radius: 999px; box-shadow: 0 12px 40px rgba(0,0,0,0.8); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.site-brand svg { width: 28px; height: 28px; fill: #e50914; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #ccc; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s; }
.site-nav__link:hover { color: #fff; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: 999px; background: #e50914; color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.2s; }
.site-header__cta:hover { background: #ff0a16; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; background: #111; border: 1px solid #333; border-radius: 999px; color: #fff; cursor: pointer; padding: 0; align-items: center; }
.site-burger__line { display: block; width: 20px; height: 2px; background: currentColor; transition: transform 0.2s; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: #050505; display: flex; flex-direction: column; font-family: system-ui, -apple-system, sans-serif; padding: 24px; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { color: #fff; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; }
.site-mobileNav__close { width: 44px; height: 44px; background: #111; border: 1px solid #333; border-radius: 999px; color: #fff; font-size: 28px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.site-mobileNav__content { display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 32px; }
.site-mobileNav__link { color: #fff; text-decoration: none; font-size: 36px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; }
.site-mobileNav__link:hover { color: #e50914; }
.site-mobileNav__footer { margin-top: 48px; padding-top: 32px; border-top: 1px solid #222; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; width: 100%; padding: 20px; border-radius: 999px; background: #e50914; color: #fff; text-decoration: none; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.site-footer { background: #050505; color: #fff; padding: 80px 24px 32px; font-family: system-ui, -apple-system, sans-serif; border-top: 1px solid #222; }
.site-footer__container { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; gap: 64px; }
.site-footer__top { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.site-footer__closingLine { margin: 0; font-size: 48px; font-weight: 800; line-height: 1.1; text-transform: uppercase; letter-spacing: -0.02em; }
.site-footer__email { font-size: 24px; color: #e50914; text-decoration: none; font-weight: 600; transition: color 0.2s; }
.site-footer__email:hover { color: #ff0a16; }
.site-footer__navBlock { display: flex; flex-wrap: wrap; gap: 32px; }
.site-footer__nav { display: flex; flex-wrap: wrap; gap: 24px; }
.site-footer__link { color: #ccc; text-decoration: none; font-size: 16px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s; }
.site-footer__link:hover { color: #fff; }
.site-footer__legalStrip { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; padding-top: 32px; border-top: 1px solid #222; font-size: 14px; color: #888; }
.site-footer__legalLinks { display: flex; gap: 24px; }
.site-footer__legalLink { color: #888; text-decoration: none; transition: color 0.2s; }
.site-footer__legalLink:hover { color: #ccc; }
@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__closingLine { font-size: 36px; }
  .site-footer__email { font-size: 20px; }
  .site-footer__legalStrip { 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}
