.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-color: #ffffff; color: #2c3e50; border-bottom: 1px solid #e0e0e0; font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.site-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: #2c3e50; font-weight: 700; font-size: 1.25rem; }
.site-brand svg { width: 32px; height: 32px; fill: #34495e; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #2c3e50; font-weight: 600; font-size: 1rem; transition: color 0.2s; }
.site-nav__link:hover { color: #bdc3c7; }
.site-header__actions { display: flex; align-items: center; gap: 16px; justify-self: end; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; background-color: #2c3e50; color: #ffffff; text-decoration: none; font-weight: 700; border-radius: 9999px; transition: background-color 0.2s; }
.site-header__cta:hover { background-color: #1a252f; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: transparent; border: 1px solid #bdc3c7; border-radius: 9999px; cursor: pointer; color: #2c3e50; }
.site-burger__line { display: block; width: 20px; height: 2px; background-color: currentColor; margin: 0 auto; border-radius: 2px; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background: rgba(44, 62, 80, 0.4); font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 90vw); background-color: #ffffff; 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: 24px; border-bottom: 1px solid #e0e0e0; }
.site-mobileNav__brand { font-weight: 700; color: #2c3e50; font-size: 1.25rem; }
.site-mobileNav__close { width: 40px; height: 40px; border: 1px solid #bdc3c7; border-radius: 9999px; background: transparent; color: #2c3e50; font-size: 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 24px; gap: 24px; flex-grow: 1; overflow-y: auto; }
.site-mobileNav__link { text-decoration: none; color: #2c3e50; font-weight: 700; font-size: 1.25rem; }
.site-mobileNav__bottom { padding: 24px; background-color: #f5f5f5; border-top: 1px solid #e0e0e0; display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px 24px; background-color: #2c3e50; color: #ffffff; text-decoration: none; font-weight: 700; border-radius: 9999px; text-align: center; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 12px; }
.site-mobileNav__contact a { color: #34495e; text-decoration: none; font-size: 0.95rem; }
.site-footer { background-color: #f5f5f5; color: #2c3e50; font-family: system-ui, -apple-system, sans-serif; border-top: 1px solid #e0e0e0; padding: 64px 24px 24px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__brand { font-size: 1.5rem; font-weight: 700; }
.site-footer__summary { margin: 0; line-height: 1.6; color: #34495e; }
.site-footer__title { display: block; font-size: 1.125rem; font-weight: 700; margin-bottom: 20px; color: #2c3e50; }
.site-footer__contact, .site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contactLink, .site-footer__link { color: #34495e; text-decoration: none; line-height: 1.5; transition: color 0.2s; }
.site-footer__contactLink:hover, .site-footer__link:hover { color: #bdc3c7; }
.site-footer__bottom { max-width: 1200px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid #e0e0e0; text-align: left; color: #7f8c8d; font-size: 0.875rem; }
@media (max-width: 900px) { .site-header__inner { display: flex; justify-content: space-between; } .site-nav--desktop { display: none; } .site-header__cta { display: none; } .site-burger { display: flex; } .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}
