.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: #fdfbf7; color: #1d6b62; box-shadow: 0 2px 10px rgba(29, 107, 98, 0.08); font-family: system-ui, -apple-system, sans-serif; }
.site-header__top { background-color: #1d6b62; color: #fefae0; font-size: 12px; font-weight: 600; letter-spacing: 0.02em; }
.site-header__top-inner { max-width: 1200px; margin: 0 auto; padding: 6px 20px; display: flex; justify-content: space-between; align-items: center; }
.site-header__top-inner a { color: inherit; text-decoration: none; }
.site-header__top-inner a:hover { text-decoration: underline; }
.site-header__main { border-bottom: 1px solid rgba(29, 107, 98, 0.1); }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 16px 20px; 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: #1d6b62; font-weight: 800; font-size: 20px; letter-spacing: -0.01em; }
.site-brand svg { width: 36px; height: 36px; fill: #f26457; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #1d6b62; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s ease; }
.site-nav__link:hover { color: #f26457; }
.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: 99px; background-color: #f26457; color: #ffffff; text-decoration: none; font-size: 14px; font-weight: 700; transition: background-color 0.2s ease, transform 0.2s ease; }
.site-header__cta:hover { background-color: #d95347; transform: translateY(-1px); }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; color: #1d6b62; cursor: pointer; padding: 0 10px; }
.site-burger__line { display: block; width: 100%; height: 2px; background-color: currentColor; border-radius: 2px; transition: transform 0.2s ease, opacity 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background: rgba(29, 107, 98, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(400px, 85vw); background-color: #fdfbf7; color: #1d6b62; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(29, 107, 98, 0.15); transform: translateX(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.site-mobileNav[data-mobile-open="1"] .site-mobileNav__panel { transform: translateX(0); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid rgba(29, 107, 98, 0.1); }
.site-mobileNav__brand { font-weight: 800; font-size: 18px; color: #1d6b62; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; background: rgba(29, 107, 98, 0.05); border-radius: 50%; color: #1d6b62; font-size: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.site-mobileNav__links { flex: 1; display: flex; flex-direction: column; padding: 32px 24px; gap: 24px; overflow-y: auto; }
.site-mobileNav__link { color: #1d6b62; text-decoration: none; font-size: 20px; font-weight: 700; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #f26457; }
.site-mobileNav__bottom { padding: 32px 24px; background-color: #fefae0; border-top: 1px solid rgba(29, 107, 98, 0.1); display: flex; flex-direction: column; gap: 16px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 14px; border-radius: 12px; background-color: #f26457; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 16px; text-align: center; }
.site-mobileNav__contact { text-align: center; }
.site-mobileNav__contact a { color: #1d6b62; text-decoration: none; font-weight: 600; font-size: 15px; }
.site-footer { background-color: #1d6b62; color: #fdfbf7; font-family: system-ui, -apple-system, sans-serif; padding-top: 64px; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 20px 48px; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 48px; }
.site-footer__brand { display: block; font-size: 24px; font-weight: 800; color: #fefae0; margin-bottom: 16px; }
.site-footer__summary { margin: 0; font-size: 16px; line-height: 1.6; opacity: 0.9; max-width: 320px; }
.site-footer__title { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #f26457; margin: 0 0 20px 0; }
.site-footer__contact-list, .site-footer__nav { display: flex; flex-direction: column; gap: 12px; }
.site-footer__contact-link, .site-footer__link { color: #fdfbf7; text-decoration: none; font-size: 15px; opacity: 0.85; transition: opacity 0.2s ease, color 0.2s ease; line-height: 1.5; }
.site-footer__contact-link:hover, .site-footer__link:hover { opacity: 1; color: #fefae0; }
.site-footer__bottom { border-top: 1px solid rgba(253, 251, 247, 0.15); background-color: rgba(0, 0, 0, 0.15); }
.site-footer__bottom-inner { max-width: 1200px; margin: 0 auto; padding: 20px; display: flex; justify-content: center; font-size: 14px; opacity: 0.7; }
@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: 40px; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
