.site-header { position: sticky; top: 0; z-index: 60; padding: 24px; background: #ffffff; }
.site-header__container { max-width: 1280px; margin: 0 auto; padding: 16px 32px; display: flex; align-items: center; justify-content: space-between; background: #f4f9f5; border-radius: 999px; border: 1px solid #e1ece5; color: #1a3b34; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; font-weight: 700; font-size: 1.125rem; letter-spacing: -0.02em; }
.site-brand svg { width: 28px; height: 28px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 32px; }
.site-nav__link { text-decoration: none; color: #1a3b34; font-weight: 500; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-nav__link:hover { color: #87a99c; }
.site-header__actions { display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 999px; background: #f3c8cb; color: #1a3b34; text-decoration: none; font-weight: 600; font-size: 0.9375rem; transition: background 0.2s ease; }
.site-header__cta:hover { background: #eab7ba; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; border: none; background: transparent; color: #1a3b34; cursor: pointer; padding: 0; }
.site-burger__line { display: block; width: 24px; height: 2px; margin: 0 auto; border-radius: 2px; background: currentColor; }
.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(26, 59, 52, 0.4); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: min(400px, 90vw); height: 100%; background: #f4f9f5; color: #1a3b34; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(26, 59, 52, 0.1); }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px 32px; border-bottom: 1px solid #e1ece5; }
.site-mobileNav__brand { font-weight: 700; font-size: 1.125rem; }
.site-mobileNav__close { width: 32px; height: 32px; border: none; background: transparent; color: #1a3b34; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__content { padding: 40px 32px; display: flex; flex-direction: column; flex-grow: 1; gap: 48px; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { color: #1a3b34; text-decoration: none; font-weight: 600; font-size: 1.5rem; letter-spacing: -0.02em; }
.site-mobileNav__action { margin-top: auto; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px; border-radius: 999px; background: #f3c8cb; color: #1a3b34; text-decoration: none; font-weight: 600; font-size: 1.125rem; text-align: center; }
.site-footer { background: #1a3b34; color: #f4f9f5; padding: 80px 24px 40px; font-family: inherit; }
.site-footer__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 16px; max-width: 320px; }
.site-footer__brand { font-size: 1.25rem; font-weight: 700; color: #ffffff; }
.site-footer__summary { margin: 0; font-size: 0.9375rem; line-height: 1.6; color: #a8caba; }
.site-footer__contactCol, .site-footer__navCol, .site-footer__legalCol { display: flex; flex-direction: column; gap: 16px; }
.site-footer__title { font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; color: #ffffff; font-weight: 600; }
.site-footer__link { color: #a8caba; text-decoration: none; font-size: 0.9375rem; transition: color 0.2s ease; }
.site-footer__link:hover { color: #f3c8cb; }
.site-footer__bottom { max-width: 1280px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(168, 202, 186, 0.2); text-align: center; font-size: 0.875rem; color: #a8caba; }
.site-footer__bottom p { margin: 0; }
@media (max-width: 900px) { .site-header { padding: 16px; } .site-header__container { padding: 12px 20px; } .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}
