/* Press Hosting — Header & Footer Theme (v2) */

/* ===== Header ===== */
header.site-header#masthead,
.ast-primary-header-bar{
  background:linear-gradient(135deg,var(--phc-secondary),#1a0f44) !important;
  box-shadow:0 4px 20px rgba(0,0,0,.12);
}
.site-title, .site-title a{
  color:#fff !important;
  font-family:'Manrope',sans-serif;
  font-weight:800;
  letter-spacing:-0.02em;
}
.main-header-menu .menu-link{
  color:#fff !important;
  font-weight:600;
}
.main-header-menu .menu-link:hover,
.main-header-menu .current-menu-item > .menu-link{
  color:var(--phc-accent) !important;
}
#ast-mobile-header-icon .mobile-menu-toggle-icon svg,
#ast-mobile-header-icon .astra-mobile-menu-icon svg{ color:#fff; fill:#fff; }

/* ===== Mobile menu drawer (fix: was white-on-white) ===== */
body .ast-mobile-popup-drawer.active .ast-mobile-popup-inner,
body .ast-mobile-header-wrap .ast-mobile-header-content,
body .ast-desktop-header-content,
body .ast-mobile-popup-drawer .ast-mobile-popup-content{
  background:linear-gradient(135deg,#2F1C6A,#1a0f44) !important;
  background-color:#2F1C6A !important;
}
body .ast-mobile-popup-drawer .main-header-menu .menu-link,
body .ast-mobile-popup-drawer .main-header-menu a{
  color:#ffffff !important;
  border-bottom-color:rgba(255,255,255,.15) !important;
}
body .ast-mobile-popup-drawer .main-header-menu .menu-link:hover,
body .ast-mobile-popup-drawer .current-menu-item > .menu-link{
  color:#00B090 !important;
}
body .ast-mobile-popup-drawer.active .menu-toggle-close,
body .ast-mobile-popup-drawer .menu-toggle-close svg{
  color:#ffffff !important;
  fill:#ffffff !important;
}

/* ===== Footer top (link columns) ===== */
.phc-footer-top{
  background:linear-gradient(135deg,var(--phc-secondary),#1a0f44);
  color:#e8e4fb;
  padding:56px 24px 32px;
}
.phc-footer-inner{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:32px;
}
.phc-footer-brand{
  font-family:'Manrope',sans-serif;
  font-weight:800;
  font-size:1.4rem;
  color:#fff;
  margin-bottom:8px;
}
.phc-footer-tagline{ color:#c7c0ef; font-size:.9rem; line-height:1.6; max-width:280px; margin:0 0 8px; }
.phc-footer-top a{ color:#c7c0ef; text-decoration:none; }
.phc-footer-top a:hover{ color:var(--phc-accent); }
.phc-footer-heading{
  color:#fff;
  font-family:'Manrope',sans-serif;
  font-weight:700;
  font-size:.9rem;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin:0 0 14px;
}
.phc-footer-links{ list-style:none; margin:0; padding:0; }
.phc-footer-links li{ margin-bottom:10px; color:#c7c0ef; font-size:.92rem; }
@media(max-width:781px){
  .phc-footer-inner{ grid-template-columns:1fr 1fr; }
}

/* ===== Footer bottom (copyright bar) ===== */
footer.site-footer#colophon,
.site-below-footer-wrap{
  background:#1a0f44 !important;
}
.ast-footer-copyright,
.ast-footer-copyright p{
  color:#a89ee0 !important;
  text-align:center;
  font-size:.85rem;
  padding:16px 0;
  margin:0;
}
.ast-footer-copyright a{ color:#fff !important; }
