.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; padding: 16px 24px; background: #f9fbf9; }
.site-header__frame { max-width: 1200px; margin: 0 auto; background: #ffffff; border: 1px solid #143d2e; border-radius: 20px; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 4px 20px rgba(20, 61, 46, 0.05); }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #143d2e; font-weight: 700; font-size: 1.125rem; letter-spacing: 0.02em; }
.site-brand svg { width: 28px; height: 28px; fill: #143d2e; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #143d2e; font-weight: 500; font-size: 0.95rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #8a9a5b; }
.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: 12px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: all 0.2s ease; }
.site-header__cta--primary { background: #143d2e; color: #ffffff; border: 1px solid #143d2e; }
.site-header__cta--primary:hover { background: #0f2e22; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: transparent; border: none; cursor: pointer; color: #143d2e; padding: 0; }
.site-burger__line { display: block; width: 24px; height: 2px; background: currentColor; border-radius: 2px; transition: transform 0.2s ease; margin: 0 auto; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; display: flex; justify-content: flex-end; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(20, 61, 46, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: min(400px, 85vw); height: 100%; background: #ffffff; display: flex; flex-direction: column; padding: 32px 24px; box-shadow: -10px 0 30px rgba(0,0,0,0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 700; color: #143d2e; font-size: 1.25rem; }
.site-mobileNav__close { background: transparent; border: none; font-size: 2.5rem; color: #143d2e; cursor: pointer; line-height: 1; padding: 0; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; flex-grow: 1; }
.site-mobileNav__link { font-size: 1.5rem; font-weight: 600; color: #143d2e; text-decoration: none; letter-spacing: -0.02em; }
.site-mobileNav__bottom { margin-top: auto; padding-top: 32px; border-top: 1px solid rgba(20, 61, 46, 0.1); }
.site-mobileNav__cta { display: flex; justify-content: center; padding: 16px; background: #143d2e; color: #ffffff; text-decoration: none; font-weight: 600; border-radius: 12px; font-size: 1.125rem; }
.site-footer { background: #143d2e; color: #f9fbf9; padding: 64px 24px 32px; margin-top: 64px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(249, 251, 249, 0.1); }
.site-footer__brand-col { max-width: 320px; }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 700; margin-bottom: 16px; color: #ffffff; }
.site-footer__summary { font-size: 1rem; line-height: 1.6; opacity: 0.9; margin: 0 0 24px 0; }
.site-footer__contact { display: flex; flex-direction: column; gap: 8px; }
.site-footer__contact-link { color: #c2d675; text-decoration: none; font-weight: 500; font-size: 1.125rem; transition: opacity 0.2s; }
.site-footer__contact-link:hover { opacity: 0.8; }
.site-footer__links-col { display: flex; justify-content: flex-end; }
.site-footer__nav { display: flex; flex-direction: column; gap: 16px; }
.site-footer__link { color: #f9fbf9; text-decoration: none; opacity: 0.8; transition: opacity 0.2s; font-weight: 500; }
.site-footer__link:hover { opacity: 1; color: #c2d675; }
.site-footer__bottom { max-width: 1200px; margin: 32px auto 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; font-size: 0.875rem; opacity: 0.7; }
.site-footer__legal { display: flex; gap: 24px; }
.site-footer__legal-link { color: inherit; text-decoration: none; }
.site-footer__legal-link:hover { text-decoration: underline; }
@media (max-width: 768px) {
  .site-header { padding: 12px 16px; }
  .site-header__frame { padding: 10px 16px; border-radius: 16px; }
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 32px; }
  .site-footer__links-col { justify-content: flex-start; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
