/* MICE in Mauritius page */
.mh-mice-page {
  background: #f7f4ef;
  color: #172238;
  overflow: hidden;
}

.mh-mice-page a {
  text-decoration: none;
}

.mh-mice-shell,
.mh-mice-hero__inner,
.mh-mice-final-cta__inner {
  width: min(1400px, 92%);
  margin: 0 auto;
}

.mh-mice-hero {
  position: relative;
  min-height: 760px;
  padding: 210px 0 145px;
  overflow: visible;
  background:
    linear-gradient(90deg, rgba(9, 20, 34, 0.94) 0%, rgba(9, 20, 34, 0.76) 46%, rgba(9, 20, 34, 0.42) 100%),
    var(--mh-mice-hero-bg) center/cover no-repeat;
  color: #fff;
}

.mh-mice-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -66px;
  width: max(112%, 1800px);
  height: clamp(112px, 10vw, 138px);
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  z-index: 1;
  pointer-events: none;
}

.mh-mice-hero__inner {
  position: relative;
  z-index: 2;
}

.mh-mice-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
  color: rgba(255,255,255,.86);
  font-weight: 700;
  margin-bottom: 24px;
}

.mh-mice-breadcrumb a {
  color: #fff;
}

.mh-mice-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 50px;
  align-items: end;
}

.mh-mice-hero__copy {
  max-width: 930px;
}

.mh-mice-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d9a846;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 13px;
  font-weight: 900;
}

.mh-mice-eyebrow::before {
  content: "";
  width: 42px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

.mh-mice-hero h1 {
  margin: 18px 0 16px;
  font-size: clamp(54px, 7vw, 118px);
  line-height: .88;
  letter-spacing: -.07em;
  color: #fff;
}

.mh-mice-hero__lead {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.4vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  max-width: 900px;
}

.mh-mice-hero p:not(.mh-mice-hero__lead) {
  color: rgba(255,255,255,.86);
  font-size: 20px;
  line-height: 1.75;
  max-width: 850px;
}

.mh-mice-hero__actions,
.mh-mice-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.mh-mice-page .btn {
  min-height: 56px;
  border-radius: 999px;
  padding: 16px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.mh-mice-page .btn:hover {
  transform: translateY(-2px);
}

.mh-mice-page .btn-gold {
  background: linear-gradient(135deg, #f0c86e 0%, #d7a246 100%);
  color: #132037;
  box-shadow: 0 18px 40px rgba(215, 162, 70, .24);
}

.mh-mice-page .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
}

.mh-mice-snapshot {
  border-radius: 30px;
  padding: 30px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.20);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,.25);
}

.mh-mice-snapshot h2 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 12px;
  letter-spacing: -.03em;
}

.mh-mice-snapshot p {
  font-size: 16px !important;
  line-height: 1.65 !important;
  margin: 0 0 18px;
  color: rgba(255,255,255,.82) !important;
}

.mh-mice-snapshot__list {
  display: grid;
  gap: 12px;
}

.mh-mice-snapshot__list span {
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.13);
  color: #fff;
  font-weight: 800;
}

.mh-mice-section {
  padding: 96px 0;
}

.mh-mice-section--white {
  background: #fff;
}

.mh-mice-section--soft {
  background: #f7f4ef;
}

.mh-mice-section--navy {
  background:
    radial-gradient(circle at 15% 20%, rgba(217,168,70,.18), transparent 34%),
    linear-gradient(135deg, #071524 0%, #11253c 100%);
  color: #fff;
}

.mh-mice-section-head {
  max-width: 920px;
  margin-bottom: 38px;
}

.mh-mice-section-head--light {
  color: #fff;
}

.mh-mice-section h2,
.mh-mice-final-cta h2 {
  margin: 14px 0 18px;
  font-size: clamp(34px, 4.2vw, 68px);
  line-height: .98;
  letter-spacing: -.055em;
  color: #172238;
}

.mh-mice-section--navy h2,
.mh-mice-section--navy h3,
.mh-mice-final-cta h2 {
  color: #fff;
}

.mh-mice-section p,
.mh-mice-detail-card p,
.mh-mice-card p,
.mh-mice-highlight-list p,
.mh-mice-scheme-card p,
.mh-mice-final-cta p {
  color: #59677e;
  font-size: 18px;
  line-height: 1.8;
}

.mh-mice-section--navy p,
.mh-mice-card--dark p {
  color: rgba(255,255,255,.76);
}

.mh-mice-intro-grid,
.mh-mice-two-col,
.mh-mice-brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
  gap: 54px;
  align-items: center;
}

.mh-mice-proof-card {
  padding: 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #10233a 0%, #1b344f 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(16,35,58,.18);
}

.mh-mice-proof-card strong {
  display: block;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -.04em;
  margin-bottom: 14px;
}

.mh-mice-proof-card p {
  color: rgba(255,255,255,.78);
  margin: 0;
}

.mh-mice-card-grid {
  display: grid;
  gap: 18px;
}

.mh-mice-card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mh-mice-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mh-mice-card,
.mh-mice-detail-card,
.mh-mice-scheme-card {
  position: relative;
  border: 1px solid rgba(23,34,56,.10);
  border-radius: 28px;
  background: #fff;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(23,34,56,.06);
}

.mh-mice-card::before,
.mh-mice-detail-card::before,
.mh-mice-scheme-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 86px;
  height: 4px;
  background: linear-gradient(90deg, #d9a846, rgba(217,168,70,0));
}

.mh-mice-card h3,
.mh-mice-detail-card h3,
.mh-mice-scheme-card h3,
.mh-mice-split-text h3 {
  margin: 0 0 12px;
  color: #172238;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -.035em;
}

.mh-mice-card p,
.mh-mice-detail-card p,
.mh-mice-scheme-card p {
  margin: 0;
}

.mh-mice-card p + p,
.mh-mice-detail-card p + p,
.mh-mice-scheme-card p + p {
  margin-top: 14px;
}

.mh-mice-card--service {
  min-height: 220px;
}

.mh-mice-card--dark {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}

.mh-mice-card--dark h3 {
  color: #fff;
}

.mh-mice-brand-grid {
  grid-template-columns: .9fr 1.1fr;
}

.mh-mice-brand-grid p {
  color: rgba(255,255,255,.78);
}

.mh-mice-highlight-list {
  display: grid;
  gap: 14px;
}


.mh-mice-advantage-grid {
  align-items: center;
}

.mh-mice-advantage-copy {
  align-self: center;
}

.mh-mice-highlight-list--featured {
  margin-top: 30px;
  max-width: 760px;
}

.mh-mice-highlight-list--featured > div {
  background: linear-gradient(135deg, #fff8ea 0%, #f7f4ef 100%);
  border-color: rgba(217,168,70,.28);
  box-shadow: 0 18px 45px rgba(23,34,56,.07);
}

.mh-mice-highlight-list--stacked {
  align-self: center;
}

.mh-mice-highlight-list > div {
  padding: 20px 22px;
  border: 1px solid rgba(23,34,56,.10);
  border-radius: 24px;
  background: #f7f4ef;
}

.mh-mice-highlight-list strong {
  display: block;
  color: #172238;
  font-size: 20px;
  margin-bottom: 6px;
}

.mh-mice-highlight-list p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

.mh-mice-detail-stack {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.mh-mice-detail-card {
  padding: 34px;
}

.mh-mice-split-text {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.mh-mice-split-text > div {
  padding: 28px;
  border-radius: 28px;
  background: #f7f4ef;
  border: 1px solid rgba(23,34,56,.08);
}

.mh-mice-split-text p {
  margin: 0;
}

.mh-mice-split-text p + p {
  margin-top: 14px;
}

.mh-mice-scheme-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.mh-mice-scheme-card {
  border-color: rgba(217,168,70,.36);
  background: linear-gradient(180deg, #fff 0%, #fff8ea 100%);
}

.mh-mice-final-cta {
  padding: 0 0 92px;
  background: #f7f4ef;
  color: #fff;
}

.mh-mice-final-cta__inner {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  text-align: center;
  padding: 34px 28px 32px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(217,168,70,.20), transparent 26%),
    linear-gradient(120deg, #0a2741, #123b60);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 55px rgba(8,27,45,.18);
}

.mh-mice-final-cta__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 35%),
    radial-gradient(circle at 12% 85%, rgba(255,255,255,.08), transparent 30%);
  pointer-events: none;
}

.mh-mice-final-cta .mh-mice-eyebrow,
.mh-mice-final-cta h2,
.mh-mice-final-cta p,
.mh-mice-final-cta__actions {
  position: relative;
  z-index: 1;
}

.mh-mice-final-cta .mh-mice-eyebrow {
  justify-content: center;
}

.mh-mice-final-cta h2 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(30px, 3.1vw, 48px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.mh-mice-final-cta p {
  color: rgba(255,255,255,.88);
  max-width: 780px;
  margin: 0 auto 18px;
  line-height: 1.7;
}

.mh-mice-final-cta__actions {
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 1180px) {
  .mh-mice-hero {
    min-height: auto;
    padding: 180px 0 120px;
  }

  .mh-mice-hero__grid,
  .mh-mice-intro-grid,
  .mh-mice-two-col,
  .mh-mice-brand-grid {
    grid-template-columns: 1fr;
  }

  .mh-mice-snapshot {
    max-width: 680px;
  }

  .mh-mice-card-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mh-mice-card-grid--three,
  .mh-mice-split-text {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .mh-mice-shell,
  .mh-mice-hero__inner,
  .mh-mice-final-cta__inner {
    width: 91%;
  }

  .mh-mice-hero {
    padding: 145px 0 100px;
  }

  .mh-mice-hero::after {
    width: max(122%, 900px);
    height: 102px;
    bottom: -42px;
  }

  .mh-mice-breadcrumb {
    font-size: 14px;
    padding: 10px 14px;
  }

  .mh-mice-hero h1 {
    font-size: clamp(48px, 15vw, 72px);
  }

  .mh-mice-hero__lead {
    font-size: 25px;
  }

  .mh-mice-hero p:not(.mh-mice-hero__lead),
  .mh-mice-section p,
  .mh-mice-detail-card p,
  .mh-mice-card p,
  .mh-mice-highlight-list p,
  .mh-mice-scheme-card p,
  .mh-mice-final-cta p {
    font-size: 16px;
  }

  .mh-mice-page .btn {
    width: 100%;
  }

  .mh-mice-section {
    padding: 64px 0;
  }

  .mh-mice-section h2,
  .mh-mice-final-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .mh-mice-card-grid--four,
  .mh-mice-card-grid--three,
  .mh-mice-scheme-grid {
    grid-template-columns: 1fr;
  }

  .mh-mice-card,
  .mh-mice-detail-card,
  .mh-mice-scheme-card,
  .mh-mice-proof-card,
  .mh-mice-snapshot {
    border-radius: 24px;
    padding: 24px;
  }

  .mh-mice-final-cta {
    padding: 0 0 58px;
  }

  .mh-mice-final-cta__inner {
    border-radius: 20px;
    padding: 24px 18px 22px;
  }
}

/* SEO content editor link styling for MICE page */
.mh-mice-page h1 a:not(.btn),
.mh-mice-page h2 a:not(.btn),
.mh-mice-page h3 a:not(.btn),
.mh-mice-page h4 a:not(.btn),
.mh-mice-page strong a:not(.btn),
.mh-mice-page span a:not(.btn),
.mh-mice-page p a:not(.btn),
.mh-mice-page li a:not(.btn) {
  color: #b57922;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  font-weight: 700;
}

.mh-mice-page h1 a:not(.btn):hover,
.mh-mice-page h2 a:not(.btn):hover,
.mh-mice-page h3 a:not(.btn):hover,
.mh-mice-page h4 a:not(.btn):hover,
.mh-mice-page strong a:not(.btn):hover,
.mh-mice-page span a:not(.btn):hover,
.mh-mice-page p a:not(.btn):hover,
.mh-mice-page li a:not(.btn):hover {
  color: #7a4c11;
}

.mh-mice-hero a:not(.btn),
.mh-mice-section--navy a:not(.btn),
.mh-mice-final-cta a:not(.btn) {
  color: #f4d08a;
}

.mh-mice-hero a:not(.btn):hover,
.mh-mice-section--navy a:not(.btn):hover,
.mh-mice-final-cta a:not(.btn):hover {
  color: #fff1c7;
}

.mh-mice-page .btn,
.mh-mice-page .btn:visited,
.mh-mice-page .btn:hover {
  text-decoration: none;
}

.mh-mice-page .btn-gold,
.mh-mice-page .btn-gold:visited,
.mh-mice-page .btn-gold:hover {
  color: #10233d;
}

.mh-mice-page .btn-ghost,
.mh-mice-page .btn-ghost:visited,
.mh-mice-page .btn-ghost:hover {
  color: #ffffff;
}
