.mm-consent {
  position: fixed;
  inset: auto 18px 18px;
  z-index: 9998;
  display: none;
  justify-content: center;
  pointer-events: none;
}

.mm-consent.is-visible {
  display: flex;
}

.mm-consent__panel {
  width: min(100%, 760px);
  border: 1px solid rgba(25, 69, 110, 0.16);
  border-radius: 18px;
  background: rgba(250, 252, 255, 0.96);
  box-shadow: 0 18px 60px rgba(25, 69, 110, 0.18);
  color: #19456e;
  padding: 20px;
  pointer-events: auto;
  backdrop-filter: blur(14px);
}

.mm-consent__top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
}

.mm-consent__title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
}

.mm-consent__copy {
  margin: 0;
  color: #506578;
  font-size: 14px;
  line-height: 1.55;
}

.mm-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.mm-consent button {
  border: 1px solid #c9d6e3;
  border-radius: 999px;
  background: #fff;
  color: #19456e;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  min-height: 40px;
  padding: 0 16px;
}

.mm-consent button:hover {
  border-color: #55b1fd;
}

.mm-consent__accept {
  background: #19456e !important;
  border-color: #19456e !important;
  color: #fff !important;
}

.mm-consent__details {
  display: none;
  border-top: 1px solid #e4ecf4;
  margin-top: 16px;
  padding-top: 16px;
}

.mm-consent.is-customizing .mm-consent__details {
  display: block;
}

.mm-consent__choice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.mm-consent__choice input {
  margin-top: 3px;
  accent-color: #19456e;
}

.mm-consent__choice strong {
  display: block;
  font-size: 14px;
}

.mm-consent__choice span {
  display: block;
  color: #506578;
  font-size: 13px;
  line-height: 1.45;
  margin-top: 2px;
}

.mm-consent__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 13px;
}

.mm-consent__links a,
.mm-cookie-preferences {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*
  Shared late-loaded site polish.
  Most design-reference pages load this file after their inline page styles, so
  contact/conversation sections can share one heading scale instead of drifting
  page by page.
*/
.mm-contact h2,
.site-contact h2,
.contact h2,
.contact-port h2 {
  font-size: clamp(34px, 3.2vw, 44px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.015em !important;
}

.site-contact-channels {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.site-contact-channels .ch-label {
  color: #ffc48a !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-contact-channels .ch-val {
  color: #fff !important;
  font-size: 17px;
  line-height: 1.45;
  margin-top: 5px;
}

.site-contact-channels a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero > .container.hero-grid {
  max-width: 1280px !important;
}

@media (max-width: 720px) {
  .mm-consent {
    inset: auto 10px 10px;
  }

  .mm-consent__top {
    grid-template-columns: 1fr;
  }

  .mm-consent__actions {
    justify-content: flex-start;
  }

  .mm-contact h2,
  .site-contact h2,
  .contact h2,
  .contact-port h2 {
    font-size: 34px !important;
  }
}
