.eb-site-header-compact {
  background: #0f172a;
  color: #ffffff;
  padding: 18px 22px;
}

.eb-site-header-compact .eb-header-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.eb-site-header-compact .eb-brand-title {
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.eb-main-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.eb-main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}

.eb-main-nav a:hover {
  background: rgba(255,255,255,.18);
}

.eb-mobile-menu-toggle {
  display: none;
}

@media (min-width: 768px) {
  .eb-site-header-compact .eb-brand-title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .eb-site-header-compact {
    padding: 14px 18px;
  }

  .eb-site-header-compact .eb-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
  }

  .eb-site-header-compact .eb-brand-title {
    font-size: 24px;
  }

  .eb-mobile-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.12);
    color: #ffffff;
    font-weight: 800;
    cursor: pointer;
  }

  .eb-main-nav {
    display: none;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .eb-main-nav.is-open {
    display: grid;
  }

  .eb-main-nav a {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
  }
}

.eb-legal-footer {
  margin-top: 3rem;
  padding: 2rem 1.25rem;
  background: #f1f5f9;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
  border-top: 1px solid #e2e8f0;
}

.eb-legal-footer .eb-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 0.75rem 0;
}

.eb-legal-footer a {
  color: #0f172a;
  font-weight: 600;
}
