.mp-home .home-marketplace-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .68fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 8vw, 104px) 0 54px;
  color: white;
}

.mp-home .home-marketplace-copy { min-width: 0; }

.mp-home .home-marketplace-eyebrow,
.mp-home .home-provider-kicker {
  margin: 0 0 15px;
  color: var(--mp-lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.mp-home .home-marketplace-hero h1 {
  max-width: 780px;
  margin: 0;
  color: white;
  font-size: clamp(48px, 6.2vw, 78px);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -4px;
}

.mp-home .home-marketplace-lead {
  max-width: 690px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 650;
  line-height: 1.58;
}

.mp-home .home-marketplace-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  max-width: 800px;
  margin-top: 32px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 16px;
  background: white;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .25);
}

.mp-home .home-marketplace-search-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--mp-success);
  font-size: 28px;
  font-weight: 900;
}

.mp-home .home-marketplace-search input {
  min-width: 0;
  height: 48px;
  padding: 0 4px;
  border: 0;
  outline: 0;
  color: var(--mp-text);
  background: transparent;
  font-size: 16px;
  font-weight: 650;
}

.mp-home .home-marketplace-search input::placeholder { color: #8b9791; }

.mp-home .home-marketplace-search button,
.mp-home .home-marketplace-primary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid var(--mp-orange);
  border-radius: 11px;
  color: white;
  background: var(--mp-orange);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.mp-home .home-marketplace-search button:hover,
.mp-home .home-marketplace-primary:hover { background: var(--mp-orange-dark); }

.mp-home .home-marketplace-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 15px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  font-weight: 700;
}

.mp-home .home-marketplace-quick a {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.mp-home .home-marketplace-quick a:hover { border-color: rgba(217, 255, 100, .6); color: white; }

.mp-home .home-marketplace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 25px;
}

.mp-home .home-marketplace-secondary {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 11px;
  color: white;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.mp-home .home-marketplace-secondary:hover { border-color: var(--mp-lime); }

.mp-home .home-marketplace-promise {
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 24px;
  background: rgba(255, 255, 255, .065);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .16);
}

.mp-home .home-marketplace-promise-label {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.mp-home .home-marketplace-promise ol { display: grid; gap: 0; margin: 18px 0 20px; padding: 0; list-style: none; }
.mp-home .home-marketplace-promise li { display: grid; grid-template-columns: 43px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.mp-home .home-marketplace-promise li > span { color: var(--mp-lime); font-size: 11px; font-weight: 900; }
.mp-home .home-marketplace-promise strong { display: block; color: white; font-size: 16px; }
.mp-home .home-marketplace-promise li p { margin: 5px 0 0; color: rgba(255, 255, 255, .58); font-size: 12px; font-weight: 650; line-height: 1.45; }
.mp-home .home-marketplace-promise > a { color: white; font-size: 12px; font-weight: 850; text-decoration: none; }

.mp-home .home-marketplace-showcase {
  padding: 28px 0 72px;
  color: white;
}

.mp-home .home-marketplace-showcase-head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.mp-home .home-marketplace-showcase-head .home-marketplace-eyebrow { margin-bottom: 10px; }
.mp-home .home-marketplace-showcase-head h2 { max-width: 720px; margin: 0; color: white; font-size: clamp(30px, 4vw, 46px); line-height: 1.06; letter-spacing: -2px; }
.mp-home .home-marketplace-showcase-head p:not(.home-marketplace-eyebrow) { margin: 12px 0 0; color: rgba(255, 255, 255, .6); font-size: 14px; }
.mp-home .home-marketplace-showcase-head > a { flex: 0 0 auto; padding-bottom: 4px; color: white; font-size: 13px; font-weight: 900; text-decoration: none; }

.mp-home .home-catalog-status { margin: 0 0 12px; color: rgba(255, 255, 255, .58); font-size: 12px; }
.mp-home .home-catalog-status:empty { display: none; }

.mp-home .home-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.mp-home .home-catalog-card,
.mp-home .home-catalog-skeleton {
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 17px;
  background: var(--mp-paper);
}

.mp-home .home-catalog-card > a { display: flex; min-height: 100%; flex-direction: column; color: var(--mp-text); text-decoration: none; }
.mp-home .home-catalog-visual { position: relative; display: grid; min-height: 132px; place-items: center; padding: 21px; background: linear-gradient(145deg, #e8ede8, #f8f7f0); }
.mp-home .home-catalog-logo-frame { display: grid; width: 94px; height: 94px; place-items: center; overflow: hidden; border: 1px solid var(--mp-line); border-radius: 20px; background: white; box-shadow: var(--mp-shadow-sm); }
.mp-home .home-catalog-logo-frame img { display: block; width: 100%; height: 100%; padding: 11px; object-fit: contain; background: white; }
.mp-home .home-catalog-badge { position: absolute; top: 12px; left: 12px; padding: 6px 8px; border-radius: 6px; color: white; background: var(--mp-orange); font-size: 8px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.mp-home .home-catalog-plan { position: absolute; top: 12px; right: 12px; padding: 6px 8px; border-radius: 6px; color: var(--mp-ink); background: var(--mp-lime); font-size: 8px; font-weight: 900; letter-spacing: .7px; }
.mp-home .home-catalog-body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.mp-home .home-catalog-category { margin: 0; color: var(--mp-success); font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.mp-home .home-catalog-body h3 { margin: 8px 0 0; color: var(--mp-ink); font-size: 19px; line-height: 1.15; letter-spacing: -.45px; }
.mp-home .home-catalog-location { margin: 9px 0 0; color: var(--mp-muted); font-size: 11px; font-weight: 750; }
.mp-home .home-catalog-description { display: -webkit-box; margin: 13px 0 17px; overflow: hidden; color: var(--mp-muted); font-size: 12px; line-height: 1.48; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mp-home .home-catalog-open { margin-top: auto; color: var(--mp-orange-dark); font-size: 12px; font-weight: 900; }
.mp-home .home-catalog-card:hover { transform: translateY(-3px); border-color: rgba(217, 255, 100, .55); box-shadow: 0 18px 42px rgba(0, 0, 0, .18); }

.mp-home .home-catalog-skeleton {
  height: 360px;
  background: linear-gradient(100deg, rgba(255, 255, 255, .08) 20%, rgba(255, 255, 255, .17) 38%, rgba(255, 255, 255, .08) 56%);
  background-size: 220% 100%;
  animation: home-catalog-shimmer 1.3s linear infinite;
}

.mp-home .home-catalog-empty { grid-column: 1 / -1; margin: 0; padding: 25px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 15px; color: rgba(255, 255, 255, .7); background: rgba(255, 255, 255, .05); }
.mp-home .home-catalog-empty a { color: white; font-weight: 900; }
.mp-home #divulgue { border-top: 1px solid rgba(255, 255, 255, .13); }
.mp-home .home-provider-kicker { margin-bottom: 18px; }
.mp-home .heroLeft h2 {
  max-width: 720px;
  margin: 0;
  color: white;
  font-size: clamp(46px, 5.3vw, 72px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -3.8px;
}
.mp-home .home-marketplace-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@keyframes home-catalog-shimmer { to { background-position-x: -220%; } }

@media (max-width: 940px) {
  .mp-home .home-marketplace-hero { grid-template-columns: 1fr; padding-top: 56px; }
  .mp-home .home-marketplace-promise { width: min(620px, 100%); }
  .mp-home .home-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 660px) {
  .mp-home .home-marketplace-hero { gap: 30px; padding: 44px 0 42px; }
  .mp-home .home-marketplace-hero h1 { font-size: clamp(42px, 13vw, 58px); letter-spacing: -3px; }
  .mp-home .heroLeft h2 { font-size: clamp(42px, 13vw, 58px); letter-spacing: -3px; }
  .mp-home .home-marketplace-lead { font-size: 16px; }
  .mp-home .home-marketplace-search { grid-template-columns: auto minmax(0, 1fr); padding: 7px; }
  .mp-home .home-marketplace-search button { grid-column: 1 / -1; width: 100%; }
  .mp-home .home-marketplace-actions > a { width: 100%; justify-content: center; }
  .mp-home .home-marketplace-promise { padding: 22px; }
  .mp-home .home-marketplace-showcase { padding: 20px 0 54px; }
  .mp-home .home-marketplace-showcase-head { display: block; }
  .mp-home .home-marketplace-showcase-head > a { display: inline-flex; margin-top: 18px; }
  .mp-home .home-catalog-grid { grid-template-columns: 1fr; }
  .mp-home .home-catalog-skeleton:nth-child(n + 3) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mp-home .home-catalog-skeleton { animation: none; }
}
