.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; width: 100%; background-color: #ffffff; border-bottom: 1px solid #e5e7eb; color: #172033; font-family: system-ui, -apple-system, sans-serif; }
.site-header__inner { max-width: 1400px; margin: 0 auto; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header__brand-col { flex: 1 1 auto; }
.site-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #172033; }
.site-brand svg { width: 40px; height: 40px; fill: #172033; }
.site-brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.site-brand__title { font-weight: 800; font-size: 22px; letter-spacing: -0.02em; }
.site-brand__subtitle { font-weight: 600; font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.05em; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__link { text-decoration: none; color: #172033; font-weight: 700; font-size: 15px; transition: color 0.2s ease; }
.site-nav__link:hover { color: #c5a059; }
.site-header__actions { flex: 0 0 auto; display: flex; align-items: center; gap: 16px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 12px 24px; border-radius: 4px; background-color: #c5a059; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 14px; transition: background-color 0.2s ease; }
.site-header__cta:hover { background-color: #b08d4b; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: none; background: transparent; cursor: pointer; color: #172033; padding: 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; display: flex; justify-content: flex-end; }
.site-mobileNav[hidden] { display: none; }
.site-mobileNav__overlay { position: absolute; inset: 0; background-color: rgba(23, 32, 51, 0.6); backdrop-filter: blur(4px); }
.site-mobileNav__panel { position: relative; width: 100%; max-width: 400px; height: 100%; background-color: #172033; color: #ffffff; display: flex; flex-direction: column; box-shadow: -10px 0 30px rgba(0,0,0,0.2); font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; padding: 24px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #ffffff; }
.site-mobileNav__close { width: 40px; height: 40px; border: none; background: rgba(255,255,255,0.1); color: #ffffff; font-size: 28px; line-height: 1; border-radius: 4px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.site-mobileNav__content { padding: 32px 24px; display: flex; flex-direction: column; flex-grow: 1; }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; }
.site-mobileNav__link { color: #ffffff; text-decoration: none; font-weight: 700; font-size: 22px; transition: color 0.2s ease; }
.site-mobileNav__link:hover { color: #c5a059; }
.site-mobileNav__sep { height: 1px; background-color: rgba(255,255,255,0.1); margin: 32px 0; }
.site-mobileNav__action { display: flex; flex-direction: column; gap: 16px; }
.site-mobileNav__cta { display: inline-flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 4px; background-color: #c5a059; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 16px; text-align: center; }
.site-footer { background-color: #172033; color: #f8f9fa; padding: 64px 24px 32px; font-family: system-ui, -apple-system, sans-serif; border-top: 4px solid #c5a059; }
.site-footer__inner { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer__brand { display: block; font-size: 24px; font-weight: 800; margin-bottom: 16px; color: #ffffff; }
.site-footer__summary { margin: 0; color: #9ca3af; line-height: 1.6; font-size: 15px; max-width: 400px; font-weight: 500; }
.site-footer__heading { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: #c5a059; margin: 0 0 20px 0; }
.site-footer__links { display: flex; flex-direction: column; gap: 12px; }
.site-footer__link, .site-footer__contactLink { color: #e5e7eb; text-decoration: none; font-size: 15px; font-weight: 600; transition: color 0.2s ease; }
.site-footer__link:hover, .site-footer__contactLink:hover { color: #c5a059; }
.site-footer__contactLink { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; color: #c5a059; }
.site-footer__bottom { max-width: 1400px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 16px; }
.site-footer__copyright { color: #6b7280; font-size: 14px; font-weight: 500; }
@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: 40px; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
