.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{background-color:#1f2937;color:#f9fafb;border-bottom:1px solid rgba(255,255,255,0.1);position:sticky;top:0;z-index:100;font-family:system-ui,-apple-system,sans-serif}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:10px 20px;height:70px;position:relative}
.site-brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#f9fafb;font-weight:700;font-stretch:condensed;font-size:1.25rem;text-transform:uppercase;letter-spacing:0.5px}
.site-brand svg{width:32px;height:32px;fill:#10b981}
.site-nav--desktop{display:flex;gap:30px;position:absolute;left:50%;transform:translateX(-50%)}
.site-nav__link{color:#f9fafb;text-decoration:none;font-size:0.95rem;font-weight:600;transition:color 0.2s}
.site-nav__link:hover{color:#10b981}
.site-header__actions{display:flex;align-items:center;gap:15px}
.site-header__cta{background-color:transparent;color:#f9fafb;border:2px solid #10b981;padding:8px 24px;border-radius:9999px;text-decoration:none;font-weight:700;font-size:0.9rem;text-transform:uppercase;transition:all 0.2s}
.site-header__cta:hover{background-color:#10b981;color:#ffffff}
.site-burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;color:#f9fafb}
.site-burger__line{width:100%;height:2px;background-color:currentColor;border-radius:2px;transition:0.3s}
.site-mobileNav{position:fixed;inset:0;z-index:200;display:flex;justify-content:flex-end;font-family:system-ui,-apple-system,sans-serif}
.site-mobileNav[hidden]{display:none}
.site-mobileNav__backdrop{position:absolute;inset:0;background:rgba(17,24,39,0.8);backdrop-filter:blur(4px)}
.site-mobileNav__panel{position:relative;width:100%;max-width:360px;background-color:#1f2937;color:#f9fafb;height:100%;display:flex;flex-direction:column;padding:30px;box-shadow:-10px 0 30px rgba(0,0,0,0.5)}
.site-mobileNav__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}
.site-mobileNav__brand{font-weight:700;font-stretch:condensed;font-size:1.2rem;text-transform:uppercase}
.site-mobileNav__close{background:transparent;border:none;color:#f9fafb;font-size:2.5rem;cursor:pointer;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:rgba(255,255,255,0.1)}
.site-mobileNav__links{display:flex;flex-direction:column;gap:20px;flex-grow:1}
.site-mobileNav__link{color:#f9fafb;text-decoration:none;font-size:1.2rem;font-weight:600;padding:10px 0;border-bottom:1px solid rgba(255,255,255,0.1)}
.site-mobileNav__bottom{display:flex;flex-direction:column;gap:20px;margin-top:auto;padding-top:30px}
.site-mobileNav__cta{background-color:#10b981;color:#ffffff;text-align:center;padding:14px;border-radius:9999px;text-decoration:none;font-weight:700;text-transform:uppercase}
.site-mobileNav__email{color:rgba(255,255,255,0.7);text-decoration:none;font-size:0.9rem;text-align:center}
.site-footer{background-color:#111827;color:#f9fafb;padding:60px 20px 20px;font-family:system-ui,-apple-system,sans-serif;border-top:4px solid #10b981}
.site-footer__inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1.5fr 1fr 1fr;gap:40px;margin-bottom:60px}
.site-footer__brand{display:block;font-size:1.25rem;font-weight:700;font-stretch:condensed;text-transform:uppercase;margin-bottom:15px;color:#f9fafb}
.site-footer__summary{color:rgba(255,255,255,0.7);line-height:1.6;font-size:0.95rem;max-width:300px}
.site-footer__heading{display:block;font-size:1rem;font-weight:700;text-transform:uppercase;margin-bottom:20px;color:#10b981}
.site-footer__nav{display:flex;flex-direction:column;gap:12px}
.site-footer__link,.site-footer__contactLink{color:rgba(255,255,255,0.8);text-decoration:none;font-size:0.95rem;transition:color 0.2s}
.site-footer__link:hover,.site-footer__contactLink:hover{color:#ffffff}
.site-footer__contactCol{background-color:#1f2937;padding:24px;border-radius:24px;border:1px solid rgba(255,255,255,0.05);display:flex;flex-direction:column;justify-content:center}
.site-footer__bottom{max-width:1200px;margin:0 auto;padding-top:20px;border-top:1px solid rgba(255,255,255,0.1);text-align:center;color:rgba(255,255,255,0.5);font-size:0.85rem}
@media (max-width:900px){.site-nav--desktop{display:none}.site-header__cta{display:none}.site-burger{display:flex}.site-footer__inner{grid-template-columns:1fr;gap:30px}.site-footer__contactCol{padding:20px;border-radius:16px}}
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
