.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; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.grid-cols-1 { display: grid; grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 24px; }
@media (min-width: 768px) {
  .md\:grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.site-header { position: sticky; top: 0; left: 0; right: 0; width: 100%; z-index: 60; background: #ffffff; color: #172033; border-bottom: 1px solid #e5e7eb; }
.site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-brand { flex: 1; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 800; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 0.05em; }
.site-brand svg { width: 32px; height: 32px; display: block; fill: #7e22ce; }
.site-nav { display: flex; align-items: center; gap: 32px; margin: 0 auto; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 600; font-size: 1rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #7e22ce; }
.site-nav__link.activ_link { color: #7e22ce; position: relative; }
.site-nav__link.activ_link::after { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px; background: #7e22ce; }
.site-header__actions { flex: 1; display: flex; align-items: center; justify-content: flex-end; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 4px; background: #7e22ce; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.2s ease; }
.site-header__cta:hover { background: #6b21a8; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; color: #172033; }
.site-burger__line { display: block; width: 24px; height: 2px; background: currentColor; transition: transform 0.2s ease; margin: 0 auto; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(23, 32, 51, 0.6); backdrop-filter: blur(4px); }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { width: min(360px, 85vw); height: 100%; background: #ffffff; color: #172033; display: flex; flex-direction: column; box-shadow: 4px 0 24px 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; }
.site-mobileNav__brand { font-weight: 800; font-size: 1.25rem; text-transform: uppercase; color: #7e22ce; }
.site-mobileNav__close { width: 40px; height: 40px; background: transparent; border: none; font-size: 2rem; color: #172033; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 32px 24px; gap: 24px; flex-grow: 1; }
.site-mobileNav__link { color: #172033; text-decoration: none; font-weight: 700; font-size: 1.25rem; }
.site-mobileNav__link.activ_link { color: #7e22ce; }
.site-mobileNav__bottom { padding: 32px 24px; background: #f9fafb; border-top: 1px solid #e5e7eb; display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 4px; background: #7e22ce; color: #ffffff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 12px; }
.site-mobileNav__contact a { color: #4b5563; text-decoration: none; font-size: 0.875rem; }
.site-footer { background: #172033; color: #ffffff; padding: 64px 24px 24px; margin-top: 64px; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 48px; }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; color: #ffffff; text-transform: uppercase; letter-spacing: 0.05em; }
.site-footer__summary { color: #9ca3af; line-height: 1.6; max-width: 300px; }
.site-footer__title { display: block; font-size: 1.125rem; font-weight: 700; margin-bottom: 24px; color: #ffffff; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #9ca3af; text-decoration: none; transition: color 0.2s ease; }
.site-footer__link:hover { color: #7e22ce; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contact a { color: #9ca3af; text-decoration: none; transition: color 0.2s ease; }
.site-footer__contact a:hover { color: #7e22ce; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid #374151; color: #6b7280; font-size: 0.875rem; text-align: center; }
@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; }
}
@media (max-width: 640px) {
  .site-footer__inner { grid-template-columns: 1fr; gap: 40px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
