.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%;
  padding: 16px 24px;
  background: transparent;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}
.site-header__container {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(23, 32, 51, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(192, 192, 192, 0.2);
  border-radius: 9999px;
  padding: 8px 16px 8px 24px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #c0c0c0;
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.site-brand svg {
  width: 28px;
  height: 28px;
  fill: #ef4444;
}
.site-brand__text {
  color: #f5efe5;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.site-nav__link {
  text-decoration: none;
  color: #c0c0c0;
  font-weight: 700;
  font-size: 0.875rem;
  transition: color 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-nav__link:hover {
  color: #ef4444;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: #ef4444;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 9999px;
  transition: background 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-header__cta:hover {
  background: #dc2626;
}
.site-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #c0c0c0;
}
.site-burger__line {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  margin: 0 auto;
  transition:
    transform 0.2s,
    opacity 0.2s;
}
.site-mobileNav {
  position: fixed;
  inset: 0;
  z-index: 70;
  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(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
}
.site-mobileNav__panel {
  position: relative;
  width: 100%;
  max-width: 400px;
  background: #172033;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(192, 192, 192, 0.1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5);
}
.site-mobileNav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.1);
}
.site-mobileNav__brand {
  color: #f5efe5;
  font-weight: 800;
  font-size: 1.125rem;
}
.site-mobileNav__close {
  background: transparent;
  border: none;
  color: #c0c0c0;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}
.site-mobileNav__links {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  flex-grow: 1;
}
.site-mobileNav__link {
  text-decoration: none;
  color: #c0c0c0;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.site-mobileNav__link:hover {
  color: #ef4444;
}
.site-mobileNav__bottom {
  padding: 32px;
  border-top: 1px solid rgba(192, 192, 192, 0.1);
}
.site-mobileNav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #ef4444;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-footer {
  background: #0f1522;
  color: #c0c0c0;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
  border-top: 1px solid rgba(192, 192, 192, 0.1);
  padding-top: 80px;
}
.site-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.site-footer__closing {
  max-width: 600px;
}
.site-footer__headline {
  color: #f5efe5;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 24px 0;
  letter-spacing: -0.02em;
}
.site-footer__email {
  display: inline-block;
  color: #ef4444;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
}
.site-footer__email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #ef4444;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.site-footer__email:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.site-footer__link {
  color: #c0c0c0;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.site-footer__link:hover {
  color: #f5efe5;
}
.site-footer__legal {
  border-top: 1px solid rgba(192, 192, 192, 0.1);
  background: #0a0e17;
}
.site-footer__legalInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.site-footer__copy {
  font-size: 0.875rem;
  color: #8892b0;
  font-weight: 700;
}
.site-footer__legalLinks {
  display: flex;
  gap: 24px;
}
.site-footer__legalLink {
  color: #8892b0;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 700;
  transition: color 0.2s;
}
.site-footer__legalLink:hover {
  color: #c0c0c0;
}
@media (min-width: 768px) {
  .site-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .site-footer__legalInner {
    flex-direction: row;
  }
}
@media (max-width: 900px) {
  .site-nav--desktop {
    display: none;
  }
  .site-header__cta {
    display: none;
  }
  .site-burger {
    display: flex;
  }
  .site-header__container {
    padding: 8px 16px;
    border-radius: 24px;
  }
}
[data-mobile-nav][hidden],
[data-mobile-nav].hidden {
  display: none;
}
[data-mobile-nav][data-mobile-open="1"] {
  display: block;
}
