.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: #f5efe5; padding: 16px 24px; }
.site-header__frame { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; background-color: #ffffff; padding: 12px 24px; border-radius: 16px; box-shadow: 0 4px 20px rgba(29, 107, 98, 0.08); border: 1px solid #e8dcc7; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; font-family: system-ui, sans-serif; font-weight: 800; font-size: 1.125rem; }
.site-brand svg { width: 32px; height: 32px; color: #1d6b62; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 600; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #1d6b62; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border-radius: 12px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 0.9375rem; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: #15524b; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; color: #172033; cursor: pointer; }
.site-burger__line { display: block; width: 24px; height: 2px; background-color: currentColor; border-radius: 2px; margin: 0 auto; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background-color: rgba(23, 32, 51, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 90vw); background-color: #f5efe5; 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 #e8dcc7; }
.site-mobileNav__brand { font-weight: 800; color: #172033; font-size: 1.125rem; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; background: transparent; font-size: 2rem; color: #172033; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__links { display: flex; flex-direction: column; padding: 32px 24px; gap: 24px; flex-grow: 1; }
.site-mobileNav__link { text-decoration: none; color: #172033; font-size: 1.25rem; font-weight: 700; }
.site-mobileNav__bottom { padding: 24px; background-color: #ffffff; border-top: 1px solid #e8dcc7; display: flex; flex-direction: column; gap: 20px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 12px; background-color: #1d6b62; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 1rem; }
.site-mobileNav__contact { display: flex; flex-direction: column; gap: 8px; }
.site-mobileNav__contact a { color: #172033; text-decoration: none; font-size: 0.875rem; font-weight: 600; opacity: 0.8; }
.site-footer { background-color: #172033; color: #f5efe5; padding: 64px 24px 32px; margin-top: 64px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.site-footer__brand { display: block; font-size: 1.5rem; font-weight: 800; margin-bottom: 16px; color: #ffffff; }
.site-footer__summary { font-size: 1rem; line-height: 1.6; opacity: 0.8; max-width: 400px; margin: 0; }
.site-footer__heading { font-size: 1.125rem; font-weight: 700; margin: 0 0 20px; color: #ffffff; }
.site-footer__contact { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contact-link { color: #f5efe5; text-decoration: none; font-size: 0.9375rem; opacity: 0.9; transition: opacity 0.2s ease; display: inline-flex; }
.site-footer__contact-link:hover { opacity: 1; color: #e8dcc7; }
.site-footer__nav { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.site-footer__legal { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link { color: #f5efe5; text-decoration: none; font-size: 0.9375rem; opacity: 0.9; transition: opacity 0.2s ease; }
.site-footer__link:hover { opacity: 1; color: #e8dcc7; }
.site-footer__link--legal { font-size: 0.8125rem; opacity: 0.6; }
.site-footer__bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(245, 239, 229, 0.1); padding-top: 24px; font-size: 0.875rem; opacity: 0.6; text-align: center; }
.site-footer__bottom p { margin: 0; }
@media (max-width: 900px) {
  .site-nav--desktop { display: none; }
  .site-header__cta { display: none; }
  .site-burger { display: flex; }
  .site-header { padding: 12px; }
  .site-header__frame { padding: 12px 16px; }
  .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}
