/* ucc192: Mauritius Tour Operator + Travel Agency pages */
.mh-trade-niche-page {
  overflow-x: hidden;
  background: var(--cream, #fbf8f2);
  color: var(--text, #1c2838);
}

.mh-trade-container,
.mh-trade-hero__inner {
  width: min(var(--container, 1400px), 92%);
  margin-inline: auto;
}

.mh-trade-hero {
  position: relative;
  min-height: 690px;
  overflow: visible;
  background:
    linear-gradient(96deg, rgba(6, 24, 41, .92) 0%, rgba(8, 30, 50, .70) 45%, rgba(8, 30, 50, .24) 100%),
    var(--mh-trade-hero-bg) center/cover no-repeat;
  color: #fff;
}

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

.mh-trade-hero__inner {
  position: relative;
  z-index: 2;
  padding: 118px 0 124px;
}

.mh-trade-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .9);
  font-size: .92rem;
  backdrop-filter: blur(10px);
  margin-bottom: 22px;
}

.mh-trade-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.mh-trade-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 420px;
  gap: 28px;
  align-items: end;
}

.mh-trade-hero__copy {
  max-width: 920px;
}

.mh-trade-eyebrow,
.mh-trade-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-500, #e7b455);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mh-trade-eyebrow::before,
.mh-trade-kicker::before {
  content: '';
  display: inline-block;
  width: 46px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mh-trade-hero h1 {
  max-width: 920px;
  margin: 18px 0 0;
  color: #fff;
  font-size: clamp(3rem, 6.2vw, 6.1rem);
  line-height: .92;
  letter-spacing: -.06em;
  text-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.mh-trade-lead {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: clamp(1.18rem, 2vw, 1.62rem);
  line-height: 1.45;
  max-width: 860px;
  font-weight: 700;
}

.mh-trade-hero__copy p:not(.mh-trade-lead) {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 820px;
}

.mh-trade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mh-trade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

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

.mh-trade-btn--gold {
  color: #152235;
  background: linear-gradient(180deg, #f0c76f, #d8a33f);
  box-shadow: 0 16px 32px rgba(216, 163, 63, .24);
}

.mh-trade-btn--ghost {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  backdrop-filter: blur(10px);
}

.mh-trade-hero__card {
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .19), rgba(255, 255, 255, .11));
  border: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}

.mh-trade-hero__card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.12;
}

.mh-trade-hero__card p {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, .84);
  line-height: 1.62;
}

.mh-trade-hero__card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mh-trade-hero__card li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .94);
  font-weight: 700;
}

.mh-trade-hero__card li::before {
  content: '✓';
  color: var(--gold-500, #e7b455);
  font-weight: 900;
}

.mh-trade-section {
  padding: clamp(66px, 7vw, 104px) 0;
  background: #fff;
}

.mh-trade-section--cream {
  background: var(--cream, #fbf8f2);
}

.mh-trade-section--navy {
  background: linear-gradient(135deg, #071929, #123b60);
  color: #fff;
}

.mh-trade-section--navy h2,
.mh-trade-section--navy h3 {
  color: #fff;
}

.mh-trade-section--navy p {
  color: rgba(255, 255, 255, .82);
}

.mh-trade-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: -34px;
  margin-bottom: 52px;
  position: relative;
  z-index: 5;
}

.mh-trade-stats article,
.mh-trade-card,
.mh-trade-note-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(11, 39, 66, .08);
  border-radius: 26px;
  box-shadow: 0 18px 46px rgba(8, 27, 45, .08);
}

.mh-trade-stats article {
  padding: 22px;
}

.mh-trade-stats strong {
  display: block;
  color: var(--gold-600, #d39b37);
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 8px;
}

.mh-trade-stats span {
  display: block;
  color: var(--muted, #687486);
  line-height: 1.5;
}

.mh-trade-split,
.mh-trade-benefit-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) 430px;
  gap: 28px;
  align-items: center;
}

.mh-trade-split h2,
.mh-trade-heading h2,
.mh-trade-benefit-grid h2,
.mh-trade-cta h2 {
  margin: 14px 0 0;
  color: var(--navy-950, #06182b);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: .98;
  letter-spacing: -.05em;
}

.mh-trade-split p,
.mh-trade-heading p,
.mh-trade-note-card p,
.mh-trade-card p,
.mh-trade-workflow p,
.mh-trade-cta p {
  color: var(--muted, #687486);
  line-height: 1.75;
  font-size: 1rem;
}

.mh-trade-split p {
  max-width: 780px;
}

.mh-trade-note-card {
  padding: 28px;
  background: linear-gradient(180deg, #fff, #fbf8f2);
}

.mh-trade-note-card h3 {
  margin: 0 0 10px;
  font-size: 1.55rem;
  color: var(--navy-950, #06182b);
}

.mh-trade-note-card p {
  margin: 0;
}

.mh-trade-heading {
  max-width: 850px;
  margin-bottom: 30px;
}

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

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

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

.mh-trade-card {
  padding: 26px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.mh-trade-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(8, 27, 45, .10);
}

.mh-trade-card h3 {
  margin: 0 0 12px;
  color: var(--navy-950, #06182b);
  font-size: 1.28rem;
  line-height: 1.15;
}

.mh-trade-card p {
  margin: 0;
}

.mh-trade-card--soft {
  background: linear-gradient(180deg, #fff, #fbf8f2);
}

.mh-trade-benefit-grid {
  align-items: center;
}

.mh-trade-benefit-grid h2 {
  color: #fff;
}

.mh-trade-checklist {
  display: grid;
  gap: 12px;
}

.mh-trade-checklist div {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .92);
  line-height: 1.55;
}

.mh-trade-checklist span {
  color: var(--gold-500, #e7b455);
  font-weight: 900;
}

.mh-trade-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mh-trade-workflow article {
  padding: 24px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid rgba(11, 39, 66, .08);
  box-shadow: 0 18px 46px rgba(8, 27, 45, .08);
}

.mh-trade-workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(180deg, #0f8b95, #0c6e76);
  font-weight: 900;
  margin-bottom: 18px;
}

.mh-trade-workflow h3 {
  margin: 0 0 10px;
  color: var(--navy-950, #06182b);
  font-size: 1.22rem;
}

.mh-trade-workflow p {
  margin: 0;
}

.mh-trade-cta {
  padding: 72px 0 96px;
  background: var(--cream, #fbf8f2);
}

.mh-trade-cta__box {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 62px);
  border-radius: 34px;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle at 18% 18%, rgba(231, 180, 85, .20), transparent 32%), linear-gradient(135deg, #071929, #123b60);
  box-shadow: 0 24px 60px rgba(8, 27, 45, .18);
}

.mh-trade-cta__box .mh-trade-kicker {
  justify-content: center;
}

.mh-trade-cta__box h2 {
  color: #fff;
  max-width: 920px;
  margin-inline: auto;
}

.mh-trade-cta__box p {
  max-width: 720px;
  margin: 18px auto 26px;
  color: rgba(255, 255, 255, .84);
}

@media (max-width: 1180px) {
  .mh-trade-hero__grid,
  .mh-trade-split,
  .mh-trade-benefit-grid {
    grid-template-columns: 1fr;
  }

  .mh-trade-hero__card,
  .mh-trade-note-card {
    max-width: 760px;
  }

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

  .mh-trade-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .mh-trade-container,
  .mh-trade-hero__inner {
    width: min(91%, 640px);
  }

  .mh-trade-hero {
    min-height: auto;
  }

  .mh-trade-hero__inner {
    padding: 94px 0 96px;
  }

  .mh-trade-hero h1 {
    font-size: clamp(2.55rem, 14vw, 4rem);
  }

  .mh-trade-lead {
    font-size: 1.12rem;
  }

  .mh-trade-actions,
  .mh-trade-btn {
    width: 100%;
  }

  .mh-trade-stats,
  .mh-trade-card-grid--three,
  .mh-trade-card-grid--two,
  .mh-trade-workflow {
    grid-template-columns: 1fr;
  }

  .mh-trade-stats {
    margin-top: -22px;
  }

  .mh-trade-section {
    padding: 58px 0;
  }

  .mh-trade-split h2,
  .mh-trade-heading h2,
  .mh-trade-benefit-grid h2,
  .mh-trade-cta h2 {
    font-size: clamp(2rem, 11vw, 3.1rem);
  }

  .mh-trade-card,
  .mh-trade-note-card,
  .mh-trade-hero__card,
  .mh-trade-workflow article {
    border-radius: 22px;
    padding: 22px;
  }

  .mh-trade-cta {
    padding: 52px 0 72px;
  }
}

/* UCC209: SEO editor link styling for trade landing pages */
.mh-trade-niche-page :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn) {
  color: #0b7f92;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  font-weight: 800;
}

.mh-trade-niche-page :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn):hover {
  color: #075c69;
}

.mh-trade-niche-page .mh-trade-hero :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn),
.mh-trade-niche-page .mh-trade-section--navy :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn),
.mh-trade-niche-page .mh-trade-cta__box :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn) {
  color: #f3c86a;
}

.mh-trade-niche-page .mh-trade-hero :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn):hover,
.mh-trade-niche-page .mh-trade-section--navy :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn):hover,
.mh-trade-niche-page .mh-trade-cta__box :where(h1,h2,h3,h4,p,li,span,strong) a:not(.mh-trade-btn):hover {
  color: #ffe09a;
}

.mh-trade-niche-page a.mh-trade-btn,
.mh-trade-niche-page a.mh-trade-btn:hover,
.mh-trade-niche-page a.mh-trade-btn:focus,
.mh-trade-niche-page a.mh-trade-btn:visited,
.mh-trade-niche-page a.mh-trade-btn * {
  text-decoration: none !important;
}

.mh-trade-niche-page a.mh-trade-btn--gold,
.mh-trade-niche-page a.mh-trade-btn--gold:hover,
.mh-trade-niche-page a.mh-trade-btn--gold:focus,
.mh-trade-niche-page a.mh-trade-btn--gold:visited,
.mh-trade-niche-page a.mh-trade-btn--gold * {
  color: #081b2d !important;
}

.mh-trade-niche-page a.mh-trade-btn--ghost,
.mh-trade-niche-page a.mh-trade-btn--ghost:hover,
.mh-trade-niche-page a.mh-trade-btn--ghost:focus,
.mh-trade-niche-page a.mh-trade-btn--ghost:visited,
.mh-trade-niche-page a.mh-trade-btn--ghost * {
  color: #ffffff !important;
}


/* UCC273: Why Work With Us page refinements */
.mh-why-work-page .mh-trade-hero {
  min-height: 720px;
}

.mh-why-work-page .mh-trade-card {
  position: relative;
  overflow: hidden;
}

.mh-why-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  margin-bottom: 18px;
  color: #fff;
  background: linear-gradient(180deg, #0f8b95, #0c6e76);
  box-shadow: 0 12px 28px rgba(12, 110, 118, .18);
  font-weight: 900;
  letter-spacing: -.02em;
}

.mh-why-work-page .mh-trade-card::after {
  content: '';
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: rgba(231, 180, 85, .11);
  pointer-events: none;
}

.mh-why-benefit-grid .mh-trade-card h3 {
  max-width: 360px;
}

.mh-why-note-actions {
  margin-top: 20px;
}

.mh-why-note-actions .mh-trade-btn {
  width: 100%;
}

.mh-why-final-split .mh-trade-note-card {
  background: radial-gradient(circle at top right, rgba(231, 180, 85, .18), transparent 42%), linear-gradient(180deg, #fff, #fbf8f2);
}

@media (max-width: 760px) {
  .mh-why-work-page .mh-trade-hero {
    min-height: auto;
  }
}
