.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: #1e293b; border-bottom: 1px solid #e2e8f0; font-family: "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif; font-stretch: condensed; }
.site-header__top { background: #f3f4f6; border-bottom: 1px solid #e2e8f0; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: #475569; }
.site-header__top-inner { max-width: 1260px; margin: 0 auto; padding: 8px 24px; display: flex; justify-content: space-between; align-items: center; }
.site-header__top-inner a { color: inherit; text-decoration: none; transition: color 0.2s; }
.site-header__top-inner a:hover { color: #a78bfa; }
.site-header__main { max-width: 1260px; 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: #1e293b; font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; display: block; color: #a78bfa; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #334155; font-weight: 700; font-size: 15px; text-transform: uppercase; letter-spacing: 0.04em; transition: color 0.2s; }
.site-nav__link:hover { color: #a78bfa; }
.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: #1e293b; color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; transition: background 0.2s, transform 0.2s; border-radius: 12px; box-shadow: 3px 3px 0px rgba(167,139,250,0.3); }
.site-header__cta:hover { background: #334155; transform: translateY(-1px); box-shadow: 4px 4px 0px rgba(167,139,250,0.4); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 1px solid #e2e8f0; background: #ffffff; color: #1e293b; border-radius: 12px; cursor: pointer; box-shadow: 2px 2px 0px rgba(30,41,59,0.1); }
.site-burger__line { display: block; width: 22px; height: 2px; margin: 0 auto; background: currentColor; transition: transform 0.2s; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; display: flex; justify-content: flex-end; font-family: "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif; font-stretch: condensed; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__backdrop { position: absolute; inset: 0; background: rgba(30,41,59,0.6); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: min(400px, 90vw); height: 100%; background: #ffffff; color: #1e293b; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0,0,0,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid #e2e8f0; background: #f3f4f6; }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #1e293b; }
.site-mobileNav__close { width: 40px; height: 40px; border: 1px solid #e2e8f0; background: #ffffff; color: #1e293b; font-size: 24px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 12px; box-shadow: 2px 2px 0px rgba(30,41,59,0.1); }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 32px 24px; gap: 20px; flex-grow: 1; overflow-y: auto; }
.site-mobileNav__link { color: #334155; text-decoration: none; font-weight: 700; font-size: 20px; padding: 8px 0; border-bottom: 1px solid #f1f5f9; text-transform: uppercase; letter-spacing: 0.02em; }
.site-mobileNav__bottom { padding: 24px; border-top: 1px solid #e2e8f0; background: #f3f4f6; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; background: #1e293b; color: #ffffff; text-decoration: none; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 12px; text-align: center; box-shadow: 3px 3px 0px rgba(167,139,250,0.3); }
.site-footer { margin-top: 80px; background: #f8fafc; color: #475569; border-top: 1px solid #e2e8f0; font-family: "Arial Narrow", "Helvetica Neue", Helvetica, sans-serif; font-stretch: condensed; }
.site-footer__inner { max-width: 1260px; margin: 0 auto; padding: 64px 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer__brand { display: block; font-size: 22px; font-weight: 800; color: #1e293b; margin-bottom: 16px; letter-spacing: -0.02em; }
.site-footer__summary { margin: 0; font-size: 16px; line-height: 1.6; color: #64748b; max-width: 320px; }
.site-footer__title { display: block; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #1e293b; margin-bottom: 24px; }
.site-footer__contact, .site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__contactLink, .site-footer__link { color: #64748b; text-decoration: none; font-size: 16px; transition: color 0.2s; }
.site-footer__contactLink:hover, .site-footer__link:hover { color: #a78bfa; }
.site-footer__bottom { max-width: 1260px; margin: 0 auto; padding: 32px 24px; border-top: 1px solid #e2e8f0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; font-size: 14px; color: #94a3b8; }
.site-footer__legal { display: flex; gap: 32px; flex-wrap: wrap; }
@media (max-width: 900px) {
  .site-header__top { display: none; }
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 48px; padding: 48px 24px; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
