.site-header { background-color: #0f172a; border-bottom: 1px solid rgba(255,255,255,0.1); color: #ffffff; font-family: system-ui, -apple-system, sans-serif; position: sticky; top: 0; z-index: 50; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1rem 1.5rem; max-width: 1280px; margin: 0 auto; }
.site-header__brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; color: #ffffff; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.02em; text-transform: uppercase; }
.site-header__brand svg { width: 32px; height: 32px; color: #f97316; }
.site-header__nav { display: none; justify-self: center; gap: 2rem; }
@media(min-width: 900px) { .site-header__nav { display: flex; } }
.site-header__link { color: #e2e8f0; text-decoration: none; font-weight: 600; font-size: 0.9375rem; transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.05em; }
.site-header__link:hover { color: #f97316; }
.site-header__action { display: flex; align-items: center; gap: 1rem; justify-self: end; }
.site-header__cta { display: none; background-color: #f97316; color: #ffffff; text-decoration: none; padding: 0.625rem 1.5rem; border-radius: 4px; font-weight: 700; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; transition: background-color 0.2s; }
.site-header__cta:hover { background-color: #ea580c; }
@media(min-width: 900px) { .site-header__cta { display: inline-block; } }
.site-header__burger { display: flex; flex-direction: column; gap: 5px; background: transparent; border: none; cursor: pointer; padding: 0.5rem; }
@media(min-width: 900px) { .site-header__burger { display: none; } }
.site-header__burger-line { width: 24px; height: 2px; background-color: #ffffff; border-radius: 2px; }
.site-mobile-nav { position: fixed; top: 0; right: 0; bottom: 0; width: 100%; max-width: 400px; background-color: #0f172a; color: #ffffff; z-index: 100; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.3s ease-in-out; font-family: system-ui, -apple-system, sans-serif; box-shadow: -10px 0 30px rgba(0,0,0,0.5); }
.site-mobile-nav[data-mobile-open="1"] { transform: translateX(0); }
.site-mobile-nav[hidden] { display: none; }
.site-mobile-nav__header { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; border-bottom: 1px solid rgba(255,255,255,0.1); }
.site-mobile-nav__brand { font-weight: 800; font-size: 1.25rem; text-transform: uppercase; letter-spacing: -0.02em; }
.site-mobile-nav__close { background: transparent; border: none; color: #ffffff; font-size: 2rem; cursor: pointer; line-height: 1; }
.site-mobile-nav__links { display: flex; flex-direction: column; padding: 2rem 1.5rem; gap: 1.5rem; flex-grow: 1; }
.site-mobile-nav__link { color: #ffffff; text-decoration: none; font-size: 1.5rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; }
.site-mobile-nav__footer { padding: 2rem 1.5rem; background-color: #000000; display: flex; flex-direction: column; gap: 1.5rem; }
.site-mobile-nav__cta { background-color: #f97316; color: #ffffff; text-decoration: none; padding: 1rem; text-align: center; border-radius: 4px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.site-mobile-nav__contact { display: flex; flex-direction: column; gap: 0.75rem; }
.site-mobile-nav__contact a { color: #94a3b8; text-decoration: none; font-size: 0.875rem; }
.site-footer { background-color: #000000; color: #94a3b8; font-family: system-ui, -apple-system, sans-serif; padding: 4rem 1.5rem 2rem; border-top: 4px solid #f97316; }
.site-footer__inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr; gap: 3rem; }
@media(min-width: 768px) { .site-footer__inner { grid-template-columns: 2fr 1fr 1fr; } }
.site-footer__brand { display: block; color: #ffffff; font-size: 1.5rem; font-weight: 800; text-transform: uppercase; letter-spacing: -0.02em; margin-bottom: 1rem; }
.site-footer__desc { line-height: 1.6; max-width: 400px; margin: 0; }
.site-footer__title { color: #ffffff; font-size: 1rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin: 0 0 1.5rem 0; }
.site-footer__nav { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__link, .site-footer__contact-item { color: #94a3b8; text-decoration: none; transition: color 0.2s; font-size: 0.9375rem; }
.site-footer__link:hover, .site-footer__contact-item:hover { color: #f97316; }
.site-footer__contact-list { display: flex; flex-direction: column; gap: 0.75rem; }
.site-footer__bottom { max-width: 1280px; margin: 3rem auto 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-direction: column; gap: 1rem; align-items: center; }
@media(min-width: 768px) { .site-footer__bottom { flex-direction: row; justify-content: space-between; } }
.site-footer__legal { display: flex; gap: 1.5rem; }
.site-footer__legal-link { color: #64748b; text-decoration: none; font-size: 0.875rem; }
.site-footer__legal-link:hover { color: #ffffff; }
.site-footer__copyright { margin: 0; font-size: 0.875rem; color: #64748b; }
[data-mobile-nav][hidden],[data-mobile-nav].hidden{display:none}
[data-mobile-nav][data-mobile-open="1"]{display:block}
