/* Approved legal pages: consistent layout, no draft scaffolding spacing. */
.mm-legal-page{
  background:linear-gradient(180deg,#eef3fa 0%,#f7f9fc 30%,#f7f9fc 100%)!important;
  color:#10213d;
}
.mm-legal-page .mm-legal-shell{
  width:min(1180px,calc(100% - 32px))!important;
  margin:0 auto!important;
  padding:1.35rem 0 5rem!important;
}
.mm-legal-page .mm-legal-header{
  position:relative;
  overflow:hidden;
  max-width:none!important;
  margin:0 0 1.35rem!important;
  padding:clamp(2rem,4vw,3.5rem)!important;
  border:1px solid rgba(65,139,238,.26);
  border-radius:28px;
  background:
    radial-gradient(circle at 86% 18%,rgba(0,200,244,.16),transparent 28%),
    radial-gradient(circle at 96% 82%,rgba(81,68,248,.18),transparent 31%),
    linear-gradient(145deg,#06142e 0%,#0a2a62 62%,#071b3c 100%);
  box-shadow:0 24px 64px rgba(7,26,54,.16);
  color:#fff;
}
.mm-legal-page .mm-legal-header:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(120,167,235,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(120,167,235,.045) 1px,transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom right,black,transparent 82%);
}
.mm-legal-page .mm-legal-header>*{position:relative;z-index:1}
.mm-legal-page .mm-legal-accent{width:82px;height:18px;margin:0 0 .5rem}
.mm-legal-page .mm-legal-header .mm-eyebrow{margin:.25rem 0 .6rem;color:#7ce8ff}
.mm-legal-page .mm-legal-header h1{
  max-width:15ch;
  margin:.35rem 0 .85rem!important;
  color:#fff!important;
  font-size:clamp(2.6rem,5vw,4.6rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
.mm-legal-page .mm-legal-lede{
  max-width:760px!important;
  margin:0!important;
  color:#c7d8ed!important;
  font-size:clamp(1.05rem,1.5vw,1.2rem)!important;
  line-height:1.68!important;
}
.mm-legal-effective{
  margin:1rem 0 0!important;
  color:#9fb7d7!important;
  font-size:.9rem!important;
}
.mm-legal-effective strong{color:#dce9f8}
.mm-legal-nav{
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  margin-top:1.5rem;
}
.mm-legal-nav a,
.mm-legal-nav .mm-cookie-preferences-link{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
  padding:.6rem .8rem;
  border:1px solid rgba(124,232,255,.22);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#eef7ff!important;
  text-decoration:none!important;
  font:inherit;
  font-size:.84rem;
  font-weight:750;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease,transform .18s ease;
}
.mm-legal-nav a:hover,
.mm-legal-nav .mm-cookie-preferences-link:hover,
.mm-legal-nav a:focus-visible,
.mm-legal-nav .mm-cookie-preferences-link:focus-visible{
  border-color:rgba(124,232,255,.68);
  background:rgba(0,200,244,.09);
  transform:translateY(-1px);
}
.mm-legal-page .mm-legal-review,
.mm-legal-page .mm-legal-placeholder{display:none!important}
.mm-legal-page .mm-legal-content{
  max-width:none!important;
  padding:clamp(1.25rem,2.5vw,2rem) clamp(1.25rem,3vw,2.5rem)!important;
  border:1px solid #dce6f3;
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 52px rgba(7,26,54,.07);
}
.mm-legal-page .mm-legal-content section{
  max-width:900px;
  padding:1.6rem 0!important;
  border-top:1px solid #e4ebf4!important;
}
.mm-legal-page .mm-legal-content section:first-child{border-top:0!important;padding-top:.45rem!important}
.mm-legal-page .mm-legal-content h2{
  margin:0 0 .72rem!important;
  color:#0a2a62!important;
  font-size:clamp(1.35rem,2vw,1.65rem)!important;
  line-height:1.25!important;
}
.mm-legal-page .mm-legal-content p,
.mm-legal-page .mm-legal-content li{
  color:#425a74!important;
  font-size:1rem;
  line-height:1.78!important;
}
.mm-legal-page .mm-legal-content p:last-child{margin-bottom:0}
.mm-legal-page .mm-legal-content code{padding:.16rem .34rem;border-radius:6px;background:#eef4fb;color:#0a2a62}
.mm-legal-page .mm-legal-preferences-control{margin-top:1rem}
.mm-legal-page .mm-legal-preferences-control .mm-cookie-preferences-link{
  min-height:46px;
  padding:.72rem 1rem;
  border:1px solid #176df5;
  border-radius:999px;
  background:linear-gradient(135deg,#0a2a62,#176df5);
  color:#fff;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.mm-legal-request-intro{margin:0 0 1rem!important}
.mm-legal-form,
.mm-legal-form-success,
.mm-legal-form-error{max-width:900px!important}
.mm-legal-form{
  margin-top:1rem;
  padding:clamp(1.25rem,2.5vw,2rem)!important;
  border-radius:24px!important;
}
@media(max-width:700px){
  .mm-legal-page .mm-legal-shell{width:min(100% - 20px,1180px)!important;padding:.75rem 0 3.5rem!important}
  .mm-legal-page .mm-legal-header{padding:1.5rem!important;border-radius:22px}
  .mm-legal-page .mm-legal-content{padding:1rem 1.1rem!important;border-radius:20px}
  .mm-legal-nav{gap:.45rem}
  .mm-legal-nav a,.mm-legal-nav .mm-cookie-preferences-link{font-size:.78rem}
}
@media(prefers-reduced-motion:reduce){
  .mm-legal-nav a,.mm-legal-nav .mm-cookie-preferences-link{transition:none}
  .mm-legal-nav a:hover,.mm-legal-nav .mm-cookie-preferences-link:hover{transform:none}
}
