/* MORIAH Footer + Policy Pages (public) */
:root{
  --m-bg1:#f7f9ff;
  --m-bg2:#eef2ff;
  --m-text:#0b1220;
  --m-muted:#5b677a;
  --m-border: rgba(20,30,60,.10);
  --m-accent:#111317;
}

/* Footer Landing */
.moriah-footer{
  margin-top: 18px;
  background: rgba(17,19,23,.96);
  color: rgba(255,255,255,.90);
  border-top: 1px solid rgba(255,255,255,.10);
}
.moriah-footer .mf-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 22px 16px 16px;
}
.moriah-footer .mf-top{
  display:grid;
  gap: 16px;
}
@media(min-width: 900px){
  .moriah-footer .mf-top{ grid-template-columns: 1.2fr 1fr 1fr; }
}
.moriah-footer .mf-col{
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  border-radius: 18px;
  padding: 14px;
}
.moriah-footer .mf-brandRow{ display:flex; gap: 12px; align-items:center; }
.moriah-footer .mf-mark{
  width: 14px; height: 14px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(120,140,255,1), rgba(170,90,255,.55));
  box-shadow: 0 10px 18px rgba(120,140,255,.18);
}
.moriah-footer .mf-name{ font-weight: 1100; letter-spacing:.01em; }
.moriah-footer .mf-tag{ color: rgba(255,255,255,.70); font-weight: 800; font-size: 12px; margin-top: 2px; }
.moriah-footer .mf-contact{
  margin-top: 10px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.5;
}
.moriah-footer .mf-contact b{ color: rgba(255,255,255,.92); }
.moriah-footer .mf-title{ font-weight: 1100; margin-bottom: 8px; }
.moriah-footer .mf-list{
  list-style:none; padding:0; margin:0;
  display:grid; gap: 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}
.moriah-footer .mf-note{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.60);
  line-height: 1.35;
}
.moriah-footer .mf-links{ list-style:none; padding:0; margin:0; display:grid; gap: 8px; }
.moriah-footer .mf-links a{
  color: rgba(255,255,255,.82);
  text-decoration:none;
  border-bottom: 1px dashed rgba(255,255,255,.25);
  font-weight: 900;
  font-size: 13px;
}
.moriah-footer .mf-links a:hover{ opacity: .9; }
.moriah-footer .mf-api{
  margin-top: 12px;
  display:flex; gap: 10px; align-items:center;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.78);
  font-weight: 900;
  font-size: 12.5px;
}
.moriah-footer .mf-apiDot{
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(246,211,101,.95);
  box-shadow: 0 0 0 6px rgba(246,211,101,.12);
}
.moriah-footer .mf-bottom{
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,.10);
  display:flex;
  gap: 10px;
  justify-content:space-between;
  flex-wrap: wrap;
  color: rgba(255,255,255,.62);
  font-size: 12.5px;
  font-weight: 850;
}

/* Footer Checkout (minimal) */
.moriah-footer-checkout{
  margin-top: 14px;
  padding: 14px 0 18px;
  background: transparent;
}
.moriah-footer-checkout .mfc-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 12px 14px;

  border: 1px solid rgba(20,30,60,.10);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(10,20,40,.10);
}
.moriah-footer-checkout .mfc-row{
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  color: rgba(11,18,32,.72);
  font-weight: 900;
  font-size: 12.5px;
}
.moriah-footer-checkout .mfc-links{ margin-top: 8px; }
.moriah-footer-checkout .mfc-links a{
  color: rgba(11,18,32,.78);
  text-decoration:none;
  border-bottom: 1px dashed rgba(11,18,32,.30);
  font-weight: 1000;
  font-size: 12.5px;
}
.moriah-footer-checkout .mfc-bottom{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(20,30,60,.10);
  display:flex;
  gap: 10px;
  flex-wrap:wrap;
  justify-content:space-between;
  color: rgba(11,18,32,.60);
  font-size: 12px;
  font-weight: 850;
}

/* Policy pages */
.moriah-policy{
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 16px 30px;
}
.moriah-policy .mp-card{
  border: 1px solid rgba(20,30,60,.10);
  background: rgba(255,255,255,.78);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 12px 30px rgba(10,20,40,.12);
  margin-bottom: 12px;
}
.moriah-policy .mp-kicker{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,30,60,.10);
  background: rgba(255,255,255,.65);
  font-weight: 1000;
  color: rgba(11,18,32,.78);
  font-size: 12px;
}
.moriah-policy .mp-title{
  margin: 10px 0 6px;
  font-size: clamp(24px, 3.2vw, 38px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: rgba(11,18,32,.92);
}
.moriah-policy .mp-sub{
  margin: 0;
  color: rgba(11,18,32,.62);
  font-weight: 900;
  font-size: 12px;
}
.moriah-policy .mp-h2{
  margin: 0 0 8px;
}
.moriah-policy h2{
  margin: 14px 0 8px;
  letter-spacing: -.01em;
}
.moriah-policy p, .moriah-policy li{
  color: rgba(11,18,32,.74);
  line-height: 1.6;
}
.moriah-policy ul{ padding-left: 18px; }
.moriah-policy .mp-muted{
  background: rgba(17,19,23,.06);
}
.moriah-policy .mp-note{
  margin-top: 8px;
  font-size: 12px;
  color: rgba(11,18,32,.60);
  font-weight: 900;
}
