.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: #fafaf9; color: #1e1b4b; border-bottom: 2px solid #1e1b4b; font-family: system-ui, -apple-system, sans-serif; }
.site-header__top-bar { background-color: #1e1b4b; color: #e9d5ff; text-align: center; padding: 6px 12px; font-size: 12px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.site-header__inner { max-width: 1200px; margin: 0 auto; padding: 12px 24px; 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: #1e1b4b; font-weight: 800; font-size: 20px; letter-spacing: -0.02em; }
.site-brand svg { width: 36px; height: 36px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav__link { text-decoration: none; color: #1e1b4b; font-weight: 600; font-size: 15px; transition: color 0.2s ease, transform 0.2s ease; display: inline-block; }
.site-nav__link:hover { color: #7c3aed; transform: translateY(-1px); }
.site-header__actions { display: flex; align-items: center; gap: 18px; }
.site-header__cta { display: inline-flex; align-items: center; justify-content: center; padding: 10px 24px; border-radius: 12px; background-color: #7c3aed; color: #ffffff; text-decoration: none; font-weight: 700; font-size: 15px; border: 2px solid #1e1b4b; box-shadow: 3px 3px 0px rgba(30,27,75,1); transition: all 0.2s ease; }
.site-header__cta:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0px rgba(30,27,75,1); background-color: #6d28d9; }
.site-burger { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 42px; height: 42px; background: transparent; border: 2px solid #1e1b4b; border-radius: 8px; color: #1e1b4b; cursor: pointer; transition: background 0.2s; }
.site-burger:hover { background: #f3f4f6; }
.site-burger__line { display: block; width: 20px; height: 2px; margin: 0 auto; background-color: currentColor; border-radius: 2px; transition: transform 0.2s ease; }
.site-mobileNav { position: fixed; inset: 0; z-index: 70; background-color: #1e1b4b; color: #fafaf9; font-family: system-ui, -apple-system, sans-serif; }
.site-mobileNav[hidden], .site-mobileNav.hidden { display: none; }
.site-mobileNav__panel { width: 100%; height: 100%; display: flex; flex-direction: column; padding: 24px; overflow-y: auto; }
.site-mobileNav__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 48px; }
.site-mobileNav__brand { font-weight: 800; font-size: 20px; color: #fafaf9; }
.site-mobileNav__close { width: 42px; height: 42px; border: 2px solid #fafaf9; border-radius: 8px; background: transparent; color: #fafaf9; font-size: 28px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.2s; }
.site-mobileNav__close:hover { background: rgba(250,250,249,0.1); transform: scale(1.05); }
.site-mobileNav__links { display: flex; flex-direction: column; gap: 24px; flex-grow: 1; }
.site-mobileNav__link { color: #fafaf9; text-decoration: none; font-size: 36px; font-weight: 800; letter-spacing: -0.02em; transition: color 0.2s, padding-left 0.2s; }
.site-mobileNav__link:hover { color: #c4b5fd; padding-left: 12px; }
.site-mobileNav__bottom { margin-top: 48px; padding-bottom: 24px; }
.site-mobileNav__cta { display: flex; align-items: center; justify-content: center; padding: 16px 24px; border-radius: 12px; background-color: #c4b5fd; color: #1e1b4b; text-decoration: none; font-weight: 800; font-size: 18px; border: 2px solid #1e1b4b; box-shadow: 4px 4px 0px rgba(250,250,249,0.2); transition: all 0.2s ease; }
.site-mobileNav__cta:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0px rgba(250,250,249,0.3); background-color: #a78bfa; }
.site-footer { background-color: #f3f4f6; color: #1e1b4b; border-top: 2px solid #1e1b4b; padding: 60px 0 24px; font-family: system-ui, -apple-system, sans-serif; }
.site-footer__inner { max-width: 1200px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; }
.site-footer__brandCol { display: flex; flex-direction: column; gap: 18px; }
.site-footer__brand { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; }
.site-footer__summary { margin: 0; font-size: 16px; line-height: 1.6; max-width: 320px; color: #312e81; }
.site-footer__socials { display: flex; gap: 12px; margin-top: 6px; }
.site-footer__social { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; border: 2px solid #1e1b4b; background: #fafaf9; color: #1e1b4b; text-decoration: none; font-weight: 700; font-size: 14px; box-shadow: 2px 2px 0px rgba(30,27,75,1); transition: all 0.2s ease; }
.site-footer__social:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0px rgba(30,27,75,1); background: #e9d5ff; }
.site-footer__heading { font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 24px; display: block; color: #4c1d95; }
.site-footer__contact, .site-footer__links { display: flex; flex-direction: column; gap: 16px; }
.site-footer__contactLink, .site-footer__link { color: #1e1b4b; text-decoration: none; font-size: 16px; font-weight: 600; transition: color 0.2s, transform 0.2s; display: inline-block; }
.site-footer__contactLink:hover, .site-footer__link:hover { color: #7c3aed; transform: translateX(4px); }
.site-footer__bottom { max-width: 1200px; margin: 60px auto 0; padding: 24px 24px 0; border-top: 2px solid rgba(30,27,75,0.1); display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.site-footer__legal { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; }
.site-footer__legalLink { color: #4c1d95; text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s; }
.site-footer__legalLink:hover { color: #7c3aed; text-decoration: underline; }
.site-footer__copy { font-size: 14px; color: #4338ca; font-weight: 500; }
@media (min-width: 768px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; text-align: left; } }
@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: 36px; } }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
