.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-color: #0f172a; color: #f8fafc; border-bottom: 1px solid rgba(255,255,255,0.1); font-family: system-ui, -apple-system, sans-serif; }
.site-header__top { background-color: #ef4444; color: #ffffff; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 6px 24px; }
.site-header__top-inner { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.site-header__top-inner a { color: inherit; text-decoration: none; }
.site-header__top-inner a:hover { text-decoration: underline; }
.site-header__main { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; fill: #eab308; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #f8fafc; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.02em; transition: color 0.2s; position: relative; }
.site-nav__link:hover { color: #eab308; }
.site-nav__link::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background-color: #eab308; transition: width 0.2s; }
.site-nav__link:hover::after { width: 100%; }
.site-nav__link.active_link { color: #eab308; }
.site-nav__link.active_link::after { width: 100%; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 4px; background-color: #eab308; color: #0f172a; text-decoration: none; font-size: 0.875rem; font-weight: 700; transition: background-color 0.2s; }
.site-header__cta:hover { background-color: #facc15; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; border: none; background: transparent; color: inherit; cursor: pointer; padding: 0; }
.site-burger__line { display: block; width: 24px; height: 2px; margin: 0 auto; background-color: currentColor; transition: transform 0.2s, opacity 0.2s; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background-color: rgba(15,23,42,0.8); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: min(400px, 90vw); max-height: 90vh; background-color: #0f172a; color: #f8fafc; border-radius: 4px; border: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5); overflow: hidden; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-mobileNav__brand { font-weight: 800; font-size: 1.125rem; color: #eab308; }
.site-mobileNav__close { width: 32px; height: 32px; border: none; background: transparent; color: inherit; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__content { padding: 32px 24px; display: flex; flex-direction: column; gap: 40px; overflow-y: auto; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 20px; }
.site-mobileNav__link { color: inherit; text-decoration: none; font-size: 1.5rem; font-weight: 700; transition: color 0.2s; }
.site-mobileNav__link:hover { color: #eab308; }
.site-mobileNav__link.active_link { color: #eab308; }
.site-mobileNav__action-cluster { display: flex; flex-direction: column; gap: 16px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.1); }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; border-radius: 4px; background-color: #ef4444; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1.125rem; text-align: center; }
.site-mobileNav__contact { color: #94a3b8; text-decoration: none; font-size: 0.875rem; text-align: center; }
.site-footer { background-color: #0f172a; color: #f8fafc; border-top: 4px solid #ef4444; font-family: system-ui, -apple-system, sans-serif; padding-top: 64px; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.site-footer__editorial { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.site-footer__closing-line { font-size: 2.5rem; font-weight: 800; line-height: 1.1; margin: 0; color: #f8fafc; letter-spacing: -0.02em; }
.site-footer__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 28px; border-radius: 4px; background-color: transparent; border: 2px solid #eab308; color: #eab308; text-decoration: none; font-weight: 700; transition: all 0.2s; }
.site-footer__cta:hover { background-color: #eab308; color: #0f172a; }
.site-footer__utility { display: flex; gap: 64px; }
.site-footer__nav-block { display: flex; flex-direction: column; gap: 16px; }
.site-footer__nav-title { font-size: 0.875rem; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; margin: 0; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #cbd5e1; text-decoration: none; transition: color 0.2s; font-weight: 500; }
.site-footer__link:hover { color: #eab308; }
.site-footer__contact a { color: #cbd5e1; text-decoration: none; transition: color 0.2s; font-weight: 500; }
.site-footer__contact a:hover { color: #eab308; }
.site-footer__legal-strip { background-color: #020617; padding: 24px 0; }
.site-footer__legal-inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 0.875rem; color: #64748b; }
.site-footer__legal-nav { display: flex; gap: 24px; }
.site-footer__legal-link { color: inherit; text-decoration: none; transition: color 0.2s; }
.site-footer__legal-link:hover { color: #cbd5e1; }
@media (max-width: 1024px) {
  .site-footer__inner { grid-template-columns: 1fr; gap: 48px; }
  .site-footer__closing-line { font-size: 2rem; }
}
@media (max-width: 768px) {
  .site-header__top-inner { justify-content: center; }
  .site-header__top-inner span { display: none; }
  .site-nav { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__utility { flex-direction: column; gap: 32px; }
  .site-footer__legal-inner { flex-direction: column; text-align: center; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
