:root{
  --footer-bg: #151515;
  --footer-text: #f5f5f5;
  --footer-muted:#cfcfcf;
  --footer-outline:#2244cc;            
  --accent1:#0f52ba;                   
  --accent2:#1a237e;                    
}

.mw-footer{
  background: var(--footer-bg);
  color: var(--footer-text);
  padding: 28px 0 0;
  border-top: 1px solid rgba(255,255,255,.06);
  font-family: 'NeueHaasGrotText', Arial, sans-serif;
}

/* Logo */
.mw-footer-logo img{
  height: 78px; width:auto;
}
@media (max-width: 767.98px){
  .mw-footer-logo img{ height: 78px; } 
}

/* Newsletter */
.mw-news-title{
  font-weight: 800;
  letter-spacing: .3px;
  margin: 12px 0 10px;
}
.mw-news-form{ max-width: 380px; }

.mw-news-input{
  position: relative;
  display: flex;
  align-items: center;
}
.mw-news-input input{
  width: 100%;
  border: none;
  border-bottom: 2px solid #e6e6e6;
  background: transparent;
  color: var(--footer-text);
  padding: 8px 40px 8px 0;
  outline: none;
}
.mw-news-input input::placeholder{ color: #e6e6e6; }
.mw-news-input button{
  position: absolute;
  right: -2px;
  height: 34px; width: 34px;
  display: grid; place-items: center;
  border: none; border-radius: 50%;
  color: #fff;
  background: transparent;
  cursor: pointer;
}



/* Social icons */
.mw-social a{
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #0f52ba, #1a237e);
  text-decoration: none;
}
.mw-social a:hover{ filter: brightness(1.1); }

/* Divider (desktop/tablet) */
.mw-vrule{
  display:block; width:2px; height:100%;
  background: linear-gradient(180deg, #1b3abf 0, #0c2e99 60%, transparent 100%);
  opacity:.8;
  margin: 0 auto;
}

/* Column titles + links */
.mw-col-title{
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: .3px;
}
.mw-links{
  list-style: none; margin: 0; padding: 0;
}
.mw-links li{ margin: 6px 0; }
.mw-links a{
  color: var(--footer-text);
  text-decoration: none;
}
.mw-links a:hover{ text-decoration: underline; }

/* Bottom bar */
.mw-footnote{
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 24px;
  padding: 12px 0;
  color: var(--footer-muted);
}
.mw-footnote a{ color: var(--footer-muted); text-decoration: none; }
.mw-footnote a:hover{ text-decoration: underline; }


/* Layout tweaks */
@media (max-width: 767.98px){
  .mw-news-form{ margin: 0 auto 10px; }
  .mw-links{ text-align: left; }
}
