/* ============================================================
   Mavuso Header — header.css  v2.0.0
   ============================================================ */

.mhdr-467485a7 {
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #0b1520;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background-color 0.35s ease, box-shadow 0.35s ease;
  font-family: 'Inter', 'Segoe UI', sans-serif;
}

body.admin-bar .mhdr-467485a7 {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .mhdr-467485a7 {
    top: 46px;
  }
}

.mhdr-467485a7.mhdr-scrolled {
  background-color: rgba(11, 21, 32, 0.97);
  box-shadow: 0 4px 24px rgba(0,0,0,0.45);
}

/* Inner container */
.mhdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0.85rem 2rem;
  gap: 1.5rem;
}

/* ---- Logo ---- */
.mhdr-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  flex-shrink: 0;
}

.mhdr-logo-img {
  height: 52px;
  width: auto;
  display: block;
}

.mhdr-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2.5px solid #00bcd4;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mhdr-logo-m {
  font-size: 1.6rem;
  font-weight: 800;
  color: #00bcd4;
  line-height: 1;
  letter-spacing: -0.02em;
}

.mhdr-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.mhdr-logo-l1 {
  font-size: 1rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.12em;
}

.mhdr-logo-l2 {
  font-size: 0.6rem;
  font-weight: 500;
  color: #00bcd4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

/* ---- Desktop Nav ---- */
.mhdr-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex: 1;
  justify-content: center;
}

.mhdr-nav-link {
  position: relative;
  color: #d0dce8;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 0.5rem 0.65rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.mhdr-nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0.65rem;
  right: 0.65rem;
  height: 2px;
  background-color: #00bcd4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  border-radius: 2px;
}

.mhdr-nav-link:hover,
.mhdr-nav-link.mhdr-active {
  color: #00bcd4;
}

.mhdr-nav-link:hover::after,
.mhdr-nav-link.mhdr-active::after {
  transform: scaleX(1);
}

.mhdr-chevron {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  opacity: 0.7;
}

/* ---- CTA Button ---- */
.mhdr-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #00bcd4;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 0.65rem 1.35rem;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.mhdr-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.mhdr-cta:hover {
  background-color: #0097a7;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0,188,212,0.35);
}

/* ---- Hamburger ---- */
.mhdr-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.4rem;
  flex-shrink: 0;
}

.mhdr-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mhdr-burger.mhdr-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.mhdr-burger.mhdr-open span:nth-child(2) {
  opacity: 0;
}
.mhdr-burger.mhdr-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ---- Mobile Drawer ---- */
.mhdr-mobile {
  display: none;
  flex-direction: column;
  background-color: #0d1c2b;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 2rem 1.5rem;
  gap: 0.25rem;
}

.mhdr-mobile.mhdr-open {
  display: flex;
}

.mhdr-mobile-link {
  color: #d0dce8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: color 0.2s ease;
}

.mhdr-mobile-link:hover,
.mhdr-mobile-link.mhdr-active {
  color: #00bcd4;
}

.mhdr-mobile-cta {
  margin-top: 1rem;
  justify-content: center;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .mhdr-nav {
    gap: 0;
  }
  .mhdr-nav-link {
    font-size: 0.72rem;
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 768px) {
  .mhdr-nav,
  .mhdr-cta:not(.mhdr-mobile-cta) {
    display: none;
  }
  .mhdr-burger {
    display: flex;
  }
  .mhdr-inner {
    padding: 0.75rem 1.25rem;
  }
}
