.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; z-index: 60; background: rgba(2, 6, 23, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); color: #ffffff; font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1280px; 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: #ffffff; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; }
.site-brand svg { width: 32px; height: 32px; color: #0ea5e9; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: rgba(255, 255, 255, 0.7); font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s ease; }
.site-nav__link:hover { color: #0ea5e9; }
.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: 8px; background: #0ea5e9; color: #ffffff; text-decoration: none; font-size: 0.875rem; font-weight: 600; transition: all 0.2s ease; box-shadow: 0 0 16px rgba(14, 165, 233, 0.25); }
.site-header__cta:hover { background: #0284c7; box-shadow: 0 0 24px rgba(14, 165, 233, 0.4); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: #ffffff; cursor: pointer; transition: border-color 0.2s ease; }
.site-burger:hover { border-color: rgba(255, 255, 255, 0.3); }
.site-burger__line { display: block; width: 22px; height: 2px; margin: 0 auto; background: currentColor; border-radius: 2px; transition: transform 0.2s ease; }
.site-footer { background: #020617; color: rgba(255, 255, 255, 0.6); font-family: system-ui, -apple-system, sans-serif; padding: 80px 24px 40px; border-top: 1px solid rgba(255, 255, 255, 0.05); }
.site-footer__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px; }
.site-footer__brand-col { max-width: 360px; }
.site-footer__brand { display: block; color: #ffffff; font-size: 1.5rem; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.02em; }
.site-footer__summary { font-size: 1rem; line-height: 1.6; margin: 0 0 32px 0; }
.site-footer__contact-link { display: inline-flex; color: #0ea5e9; text-decoration: none; font-weight: 500; font-size: 1.125rem; transition: color 0.2s ease; }
.site-footer__contact-link:hover { color: #38bdf8; }
.site-footer__col-title { display: block; color: #ffffff; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 24px; }
.site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: rgba(255, 255, 255, 0.6); text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__link:hover { color: #ffffff; }
.site-footer__bottom { max-width: 1280px; margin: 64px auto 0; padding-top: 32px; border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.875rem; text-align: left; color: rgba(255, 255, 255, 0.4); }
.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: rgba(2, 6, 23, 0.8); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 85vw); background: #020617; display: flex; flex-direction: column; box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5); border-left: 1px solid rgba(255,255,255,0.05); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.site-mobileNav__brand { color: #ffffff; font-weight: 700; font-size: 1.25rem; }
.site-mobileNav__close { background: transparent; border: none; color: #ffffff; font-size: 32px; line-height: 1; cursor: pointer; padding: 4px; display: flex; align-items: center; justify-content: center; transition: color 0.2s ease; }
.site-mobileNav__close:hover { color: #0ea5e9; }
.site-mobileNav__content { display: flex; flex-direction: column; flex-grow: 1; padding: 40px 24px; overflow-y: auto; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 32px; margin-bottom: auto; }
.site-mobileNav__link { color: #ffffff; text-decoration: none; font-size: 1.75rem; font-weight: 600; letter-spacing: -0.02em; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #0ea5e9; }
.site-mobileNav__footer { margin-top: 64px; display: flex; flex-direction: column; gap: 24px; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 32px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 8px; background: #0ea5e9; color: #ffffff; text-decoration: none; font-size: 1.125rem; font-weight: 600; text-align: center; box-shadow: 0 0 24px rgba(14, 165, 233, 0.25); transition: background 0.2s ease; }
.site-mobileNav__cta:hover { background: #0284c7; }
.site-mobileNav__email { color: rgba(255, 255, 255, 0.6); text-decoration: none; font-size: 1rem; text-align: center; transition: color 0.2s ease; }
.site-mobileNav__email:hover { color: #ffffff; }
@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; gap: 48px; }
  .site-footer__brand-col { max-width: 100%; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
