.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; color: #172033; border-bottom: 1px solid #e2e8f0; font-family: system-ui, sans-serif; }
.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 { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-weight: 800; font-size: 1.25rem; }
.site-brand svg { width: 32px; height: 32px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 32px; flex: 1; justify-content: center; }
.site-nav__link { text-decoration: none; color: #475569; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
.site-nav__link:hover { color: #172033; }
.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; border-radius: 12px; background: #172033; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: background 0.2s; }
.site-header__cta:hover { background: #1d6b62; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e2e8f0; border-radius: 8px; background: transparent; color: #172033; 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(23, 32, 51, 0.6); backdrop-filter: blur(4px); }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { margin-left: auto; width: min(400px, 90vw); height: 100%; background: #ffffff; color: #172033; padding: 32px 24px; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0,0,0,0.1); font-family: system-ui, sans-serif; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 800; font-size: 1.25rem; color: #172033; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; border-radius: 8px; background: #f5efe5; color: #172033; font-size: 24px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; flex: 1; }
.site-mobileNav__link { color: #172033; text-decoration: none; font-weight: 700; font-size: 1.5rem; }
.site-mobileNav__bottom { margin-top: auto; display: flex; flex-direction: column; gap: 24px; padding-top: 32px; border-top: 1px solid #e2e8f0; }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px; border-radius: 12px; background: #172033; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1.1rem; text-align: center; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 8px; }
.site-mobileNav__contact a { color: #475569; text-decoration: none; font-size: 0.95rem; }
.site-footer { margin-top: 64px; background: #172033; color: #f5efe5; font-family: system-ui, sans-serif; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; padding: 64px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.site-footer__editorial { display: flex; flex-direction: column; gap: 16px; max-width: 480px; }
.site-footer__closing-line { font-size: 1.5rem; font-weight: 800; line-height: 1.3; color: #ffffff; }
.site-footer__summary { font-size: 1rem; color: #cbd5e1; line-height: 1.6; margin: 0; }
.site-footer__nav-block { display: flex; gap: 64px; justify-content: flex-end; }
.site-footer__nav, .site-footer__contact { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link, .site-footer__contactLink { color: #cbd5e1; text-decoration: none; font-size: 0.95rem; transition: color 0.2s; }
.site-footer__link:hover, .site-footer__contactLink:hover { color: #ffffff; }
.site-footer__legal-strip { border-top: 1px solid rgba(255,255,255,0.1); }
.site-footer__legal-inner { max-width: 1400px; margin: 0 auto; padding: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.site-footer__copyright { color: #94a3b8; font-size: 0.875rem; }
.site-footer__legal-links { display: flex; gap: 24px; }
@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; }
  .site-footer__nav-block { justify-content: flex-start; flex-wrap: wrap; gap: 48px; }
}
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
@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)); }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
