/* MIIPH modern dark footer */
.miiph-footer{
  --f-bg:#150c26; --f-bg2:#0f0819; --f-head:#ffffff; --f-text:#a99fc0; --f-muted:#7d7396;
  --f-mag:#c94fbf; --f-line:rgba(255,255,255,.09);
  position:relative; margin:0; padding:0; width:100%;
  background:radial-gradient(1200px 420px at 15% -10%, rgba(157,33,146,.22), transparent 60%),
             radial-gradient(1000px 400px at 100% 0%, rgba(25,102,173,.18), transparent 55%),
             linear-gradient(180deg, var(--f-bg), var(--f-bg2));
  color:var(--f-text);
  font-family:'Poppins','Segoe UI',Helvetica,Arial,sans-serif;
  font-size:14.5px; line-height:1.7; text-align:left;
  border-top:3px solid transparent;
  border-image:linear-gradient(90deg,#77146e,#9d2192 55%,#1966ad) 1;
}
.miiph-footer *{box-sizing:border-box;}
.miiph-footer .mf-inner{max-width:1180px; margin:0 auto; padding:60px 26px 26px;}

.miiph-footer .mf-cols{
  display:grid; grid-template-columns:1.7fr 1fr 1fr 1.3fr; gap:44px;
  padding-bottom:44px; border-bottom:1px solid var(--f-line);
}
@media(max-width:960px){ .miiph-footer .mf-cols{grid-template-columns:1fr 1fr; gap:38px 30px;} }
@media(max-width:560px){ .miiph-footer .mf-cols{grid-template-columns:1fr; gap:34px;} }

/* brand */
.miiph-footer .mf-logo{display:inline-flex; align-items:center; gap:15px; text-decoration:none; margin-bottom:18px;}
.miiph-footer .mf-logo img{width:76px; height:76px; display:block; flex:0 0 auto;}
.miiph-footer .mf-wordmark{display:flex; flex-direction:column; line-height:1.15;}
.miiph-footer .mf-wordmark strong{color:#fff; font-size:22px; font-weight:700; letter-spacing:2px;}
.miiph-footer .mf-wordmark span{color:#c9bedd; font-size:11px; font-weight:500; letter-spacing:1.2px; text-transform:uppercase; margin-top:3px;}
.miiph-footer .mf-mission{color:var(--f-text); font-size:14px; max-width:360px; margin:0 0 22px;}
.miiph-footer .mf-social{display:flex; gap:12px;}
.miiph-footer .mf-social a{
  display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:50%;
  color:#d9d0ea; background:rgba(255,255,255,.06); border:1px solid var(--f-line);
  transition:transform .18s, background .25s, color .18s, box-shadow .25s;
}
.miiph-footer .mf-social a:hover{
  color:#fff; background:linear-gradient(135deg,#9d2192,#1966ad); border-color:transparent;
  transform:translateY(-3px); box-shadow:0 10px 22px rgba(157,33,146,.35);
}

/* headings + link lists */
.miiph-footer h4{
  color:var(--f-head); font-size:13px; font-weight:600; letter-spacing:1.4px; text-transform:uppercase;
  margin:6px 0 20px; position:relative; padding-bottom:12px;
}
.miiph-footer h4::after{content:""; position:absolute; left:0; bottom:0; width:34px; height:2px;
  background:linear-gradient(90deg,#9d2192,#1966ad); border-radius:2px;}
.miiph-footer ul{list-style:none; margin:0; padding:0;}
.miiph-footer .mf-links li{margin:0 0 11px;}
.miiph-footer .mf-links a{
  color:var(--f-text); text-decoration:none; font-size:14px; position:relative;
  transition:color .18s, padding-left .18s;
}
.miiph-footer .mf-links a::before{
  content:"›"; position:absolute; left:-14px; color:var(--f-mag); opacity:0;
  transition:opacity .18s, transform .18s; transform:translateX(-4px);
}
.miiph-footer .mf-links a:hover{color:#fff; padding-left:6px;}
.miiph-footer .mf-links a:hover::before{opacity:1; transform:translateX(0);}

/* contact */
.miiph-footer .mf-contact li{display:flex; align-items:flex-start; gap:12px; margin:0 0 15px; font-size:14px;}
.miiph-footer .mf-contact svg{width:18px; height:18px; flex:0 0 auto; margin-top:2px; color:var(--f-mag);}
.miiph-footer .mf-contact a{color:var(--f-text); text-decoration:none; transition:color .18s;}
.miiph-footer .mf-contact a:hover{color:#fff;}

/* bottom bar */
.miiph-footer .mf-bottom{
  display:flex; align-items:center; justify-content:space-between; gap:14px; flex-wrap:wrap;
  padding-top:24px;
}
.miiph-footer .mf-bottom p{margin:0; font-size:12.8px; color:var(--f-muted);}
.miiph-footer .mf-credit a{color:#c9bedd; text-decoration:none; font-weight:500;}
.miiph-footer .mf-credit a:hover{color:#fff; text-decoration:underline;}
.miiph-footer .mf-top{
  display:inline-flex; align-items:center; gap:7px; color:#d9d0ea; text-decoration:none;
  font-size:12.5px; font-weight:600; letter-spacing:.5px; text-transform:uppercase;
  padding:9px 16px; border-radius:30px; border:1px solid var(--f-line); background:rgba(255,255,255,.04);
  transition:background .25s, color .18s, transform .18s;
}
.miiph-footer .mf-top:hover{background:linear-gradient(90deg,#9d2192,#1966ad); color:#fff; transform:translateY(-2px);}
@media(max-width:560px){ .miiph-footer .mf-bottom{justify-content:center; text-align:center;} }
