:root {
  --mp-primary: #2563eb;
  --mp-primary-dark: #1d4ed8;
  --mp-primary-soft: #dbeafe;
  --mp-accent: #3b82f6;
  --mp-ink: #0f172a;
  --mp-muted: #64748b;
  --mp-line: #e2e8f0;
  --mp-bg: #f1f5f9;
  --mp-white: #ffffff;
  --mp-radius: 12px;
  --mp-max: 1200px;
  --mp-font: "Sora", system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}
body.mp-home {
  margin: 0;
  font-family: var(--mp-font);
  color: var(--mp-ink);
  background: var(--mp-bg);
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
  position: relative;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.mp-wrap {
  width: min(100% - 1.5rem, var(--mp-max));
  max-width: 100%;
  margin-inline: auto;
  min-width: 0;
}
.mp-hero-row,
.mp-channels,
.mp-icons,
.mp-promo-sebar,
.mp-ad-space,
.mp-block,
.mp-split,
.mp-stats,
.mp-final {
  max-width: 100%;
  min-width: 0;
}

/* —— Top bar (Lazada seller strip) —— */
.mp-topbar {
  background: #0f172a;
  color: #e2e8f0;
  font-size: 0.78rem;
  font-weight: 600;
}
.mp-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 34px;
  flex-wrap: wrap;
  padding: 0.35rem 0;
}
.mp-topbar a { color: #93c5fd; }
.mp-topbar a:hover { color: #fff; }
.mp-topbar__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.mp-topbar__btn {
  background: var(--mp-primary);
  color: #fff !important;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
}

/* —— Pemberitahuan tahap ujicoba —— */
.mp-uat-notice-wrap {
  margin-top: 0.85rem;
  margin-bottom: 0.35rem;
}
.mp-uat-notice {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: var(--mp-radius);
  border: 1px solid rgba(245, 158, 11, 0.32);
  background: linear-gradient(135deg, rgba(255, 251, 235, 0.98) 0%, rgba(254, 243, 199, 0.62) 100%);
  box-shadow: 0 4px 18px rgba(245, 158, 11, 0.08);
}
.mp-uat-notice__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: linear-gradient(145deg, #d97706, #f59e0b);
  color: #fff;
  font-size: 0.95rem;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.28);
}
.mp-uat-notice__body {
  flex: 1;
  min-width: 0;
}
.mp-uat-notice__title {
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #92400e;
}
.mp-uat-notice__text {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: #78350f;
}
.mp-uat-notice__text strong {
  font-weight: 700;
  color: #92400e;
}
.mp-uat-notice__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.mp-uat-notice__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(245, 158, 11, 0.28);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.65rem;
  font-weight: 600;
  color: #b45309;
  line-height: 1.3;
}

/* —— Main header: logo + search + cart (Shopee/Lazada) —— */
.mp-header {
  background: linear-gradient(105deg, #1e3a8a 0%, #2563eb 52%, #1d4ed8 100%);
  border-bottom: none;
  box-shadow: 0 10px 28px -14px rgba(30, 58, 138, 0.55);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: env(safe-area-inset-top, 0px);
}
.mp-header__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0.55rem 0;
}
.mp-header__search {
  min-width: 0;
  width: 100%;
}
.mp-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.mp-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 3px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}
.mp-brand span { font-size: 1.15rem; color: #fff; }

.mp-search {
  display: flex;
  align-items: stretch;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.14);
}
.mp-search input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0.7rem 0.9rem;
  outline: none;
  min-width: 0;
  color: var(--mp-ink);
}
.mp-search input::placeholder { color: #94a3b8; }
.mp-search button {
  border: 0;
  background: #1e40af;
  color: #fff;
  padding: 0 1.1rem;
  cursor: pointer;
  font-weight: 700;
}
.mp-search button:hover { background: #1e3a8a; }
.mp-search__hints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.78);
}
.mp-search__hints a:hover { color: #fff; }
.mp-search__hints--mob { display: none; }

.mp-header__right {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.mp-icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.mp-icon-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
}
.mp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.55rem 1rem;
  font-weight: 700;
  font-size: 0.85rem;
  border: 1px solid transparent;
}
.mp-btn--primary { background: var(--mp-primary); color: #fff; }
.mp-btn--primary:hover { background: var(--mp-primary-dark); }
.mp-btn--ghost { background: transparent; border-color: #cbd5e1; }
.mp-btn--ghost:hover { border-color: var(--mp-primary); color: var(--mp-primary); }
.mp-btn--white { background: #fff; color: var(--mp-primary-dark); }
.mp-btn--lg { padding: 0.8rem 1.35rem; font-size: 0.95rem; }

/* Tombol auth di header biru */
.mp-header .mp-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
}
.mp-header .mp-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
}
.mp-header .mp-btn--primary {
  background: #fff;
  color: #1d4ed8;
}
.mp-header .mp-btn--primary:hover {
  background: #eff6ff;
  color: #1e3a8a;
}
.mp-nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

/* —— Hero: slider + app card (Lazada) —— */
.mp-hero-row {
  display: grid;
  grid-template-columns: 1.7fr 0.7fr;
  gap: 0.85rem;
  margin: 1rem auto 0.85rem;
  width: min(100% - 1.5rem, var(--mp-max));
}
.mp-hero-row--no-slider {
  grid-template-columns: 1fr;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}
.mp-slider {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  background: #1e3a8a;
  box-shadow: 0 8px 24px -12px rgba(37, 99, 235, 0.35);
}
.mp-slider__viewport {
  position: relative;
  height: 100%;
  min-height: 260px;
}
.mp-slider__track {
  position: relative;
  min-height: 260px;
}
.mp-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease, visibility 0.45s;
  pointer-events: none;
}
.mp-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}
.mp-slide--brand {
  color: #fff;
  background: linear-gradient(115deg, #1e3a8a 0%, #2563eb 48%, #3b82f6 100%);
  padding: 1.75rem 1.6rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mp-slide--orange {
  background: linear-gradient(115deg, #9a3412 0%, #ea580c 48%, #f97316 100%);
}
.mp-slide--green {
  background: linear-gradient(115deg, #14532d 0%, #16a34a 48%, #22c55e 100%);
}
.mp-slide__brand h1 {
  margin: 0;
  font-size: clamp(1.35rem, 3vw, 2.05rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  max-width: 20ch;
}
.mp-slide__brand p {
  margin: 0.55rem 0 0;
  max-width: 36rem;
  opacity: 0.92;
  font-size: 0.95rem;
}
.mp-slide__brand ul {
  margin: 0.55rem 0 0.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.82rem;
  font-weight: 600;
}
.mp-slide__brand ul li { display: inline-flex; align-items: center; gap: 0.35rem; }
.mp-banner__cta { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 0.35rem; }
.mp-slide--media {
  background: #0f172a;
}
.mp-slide--iklan {
  background: #fff;
}
.mp-slide__iklan {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 260px;
  background: #fff;
}
.mp-slide--iklan .mp-slide__media {
  object-fit: cover;
  object-position: left center;
  background: #fff;
}
.mp-slide__hots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.mp-slide__hot {
  position: absolute;
  display: block;
  pointer-events: auto;
  border-radius: 999px;
}
/* Hotspot di atas tombol pada banner 1024×359 */
.mp-slide__hot--primary {
  left: 3.5%;
  top: 67%;
  width: 25.5%;
  height: 20%;
}
.mp-slide__hot--secondary {
  left: 30.5%;
  top: 67%;
  width: 23.5%;
  height: 20%;
}
@media (max-width: 900px) {
  .mp-slide__hot--primary {
    left: 2.5%;
    width: 30%;
  }
  .mp-slide__hot--secondary {
    left: 34%;
    width: 28%;
  }
}
@media (max-width: 560px) {
  .mp-slide__hot--primary,
  .mp-slide__hot--secondary {
    top: 64%;
    height: 24%;
  }
  .mp-slide__hot--primary {
    left: 2%;
    width: 44%;
  }
  .mp-slide__hot--secondary {
    left: 48%;
    width: 48%;
  }
}
.mp-slide__media {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
}
.mp-slide__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1.25rem 2.4rem;
  background: linear-gradient(transparent, rgba(15, 23, 42, 0.82));
  color: #fff;
  display: grid;
  gap: 0.25rem;
}
.mp-slide__caption strong {
  font-size: 1.05rem;
  font-weight: 800;
}
.mp-slide__caption span {
  font-size: 0.82rem;
  opacity: 0.9;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mp-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #1e3a8a;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
  opacity: 0;
  transition: opacity 0.2s;
}
.mp-slider:hover .mp-slider__nav,
.mp-slider:focus-within .mp-slider__nav { opacity: 1; }
.mp-slider__nav--prev { left: 0.65rem; }
.mp-slider__nav--next { right: 0.65rem; }
.mp-slider__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.7rem;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  pointer-events: none;
}
.mp-slider__dot {
  pointer-events: auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: width 0.2s, background 0.2s;
}
.mp-slider__dot.is-active {
  width: 22px;
  background: #fff;
}

.mp-appcard {
  background: var(--mp-white);
  border-radius: 14px;
  border: 1px solid var(--mp-line);
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
.mp-appcard h2 {
  margin: 0;
  font-size: 1rem;
}
.mp-appcard p {
  margin: 0;
  color: var(--mp-muted);
  font-size: 0.82rem;
}
.mp-appcard__stars { color: #f59e0b; font-size: 0.85rem; font-weight: 700; }
.mp-appcard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
  font-size: 0.8rem;
  color: var(--mp-muted);
}
.mp-appcard__list li::before {
  content: "✓ ";
  color: var(--mp-primary);
  font-weight: 800;
}

/* —— Channel chips (Lazada LazMall row) — PC only —— */
.mp-channels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1rem;
}
.mp-channel {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 76px;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.mp-channel:hover {
  border-color: #93c5fd;
  box-shadow: 0 6px 18px rgba(37, 99, 235, 0.08);
}
.mp-channel__ico {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 1.15rem;
  color: #fff;
  box-shadow: 0 6px 14px -4px rgba(15, 23, 42, 0.22);
}
.mp-channel strong { display: block; font-size: 0.92rem; color: var(--mp-ink); }
.mp-channel .mp-channel__desc { color: var(--mp-muted); font-size: 0.75rem; display: block; }

/* —— Icon strip (Shopee) — HP only —— */
.mp-icons {
  display: none;
  background: #fff;
  border-radius: 12px;
  border: 1px solid var(--mp-line);
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1rem;
  padding: 0.85rem 0.5rem;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.35rem 0.25rem;
  text-align: center;
}
.mp-icon {
  padding: 0.45rem 0.25rem;
  border-radius: 10px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--mp-muted);
}
.mp-icon:hover { background: #f8fafc; color: var(--mp-ink); }
.mp-icon > i {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin: 0 auto 0.4rem;
  border-radius: 50%;
  font-size: 1.05rem;
  color: #fff;
  box-shadow: 0 6px 14px -4px rgba(15, 23, 42, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.mp-icon:hover > i {
  transform: translateY(-2px) scale(1.06);
  box-shadow: 0 10px 18px -6px rgba(15, 23, 42, 0.28);
}

/* Warna ikon per layanan */
.mp-channel__ico.mp-ico--mall,
.mp-icon.mp-ico--mall > i {
  background: linear-gradient(145deg, #3b82f6 0%, #1d4ed8 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--toko,
.mp-icon.mp-ico--toko > i {
  background: linear-gradient(145deg, #f97316 0%, #ea580c 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--jek,
.mp-icon.mp-ico--jek > i {
  background: linear-gradient(145deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--mitra,
.mp-icon.mp-ico--mitra > i {
  background: linear-gradient(145deg, #14b8a6 0%, #0f766e 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--sebar,
.mp-icon.mp-ico--sebar > i {
  background: linear-gradient(145deg, #a855f7 0%, #6d28d9 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--food,
.mp-icon.mp-ico--food > i {
  background: linear-gradient(145deg, #f43f5e 0%, #e11d48 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--fresh,
.mp-icon.mp-ico--fresh > i {
  background: linear-gradient(145deg, #84cc16 0%, #65a30d 100%);
  color: #fff;
}
.mp-channel__ico.mp-ico--neomart,
.mp-icon.mp-ico--neomart > i {
  background: linear-gradient(145deg, #0ea5e9 0%, #0284c7 100%);
  color: #fff;
}

/* Promo strip Upah Sebar — mudah ditemukan di beranda */
.mp-promo-sebar {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 0.85rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(105deg, #5b21b6 0%, #7c3aed 45%, #a78bfa 100%);
  box-shadow: 0 10px 24px -8px rgba(91, 33, 182, 0.45);
}
.mp-promo-sebar__badge {
  flex: 0 0 auto;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #facc15;
  color: #422006;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
}
.mp-promo-sebar__text {
  flex: 1;
  font-size: 0.82rem;
  line-height: 1.35;
  min-width: 0;
}
.mp-promo-sebar__text strong { font-weight: 800; }
.mp-promo-sebar__cta {
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
  opacity: 0.95;
}
.mp-promo-sebar:hover { filter: brightness(1.05); }

@media (max-width: 560px) {
  .mp-promo-sebar { flex-wrap: wrap; }
  .mp-promo-sebar__cta { width: 100%; text-align: right; }
}

/* —— Space iklan beranda —— */
.mp-ad-space {
  width: min(100% - 1.5rem, var(--mp-max));
  max-width: 100%;
  margin: 0 auto 1rem;
  min-width: 0;
}
.mp-ad-space__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 0 0.55rem;
  padding: 0 0.1rem;
}
.mp-ad-space__title {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.mp-ad-space__track {
  display: flex;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
  padding-bottom: 0.15rem;
  scrollbar-width: none;
}
.mp-ad-space__track::-webkit-scrollbar { display: none; }
.mp-ad-card {
  flex: 0 0 auto;
  width: min(72vw, 16.5rem);
  max-width: 16.5rem;
  display: block;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #e8f4ff;
  box-shadow: 0 14px 32px -12px rgba(26, 115, 232, 0.35);
  text-decoration: none;
  scroll-snap-align: start;
  transition: transform .18s ease, box-shadow .18s ease;
}
.mp-ad-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px -12px rgba(26, 115, 232, 0.42);
}
.mp-ad-card__img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.mp-ad-card__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 720px) {
  .mp-ad-card {
    width: min(calc(50% - 0.4rem), 17.5rem);
    max-width: 17.5rem;
  }
}
@media (min-width: 1100px) {
  /* Tetap scroll horizontal — jangan overflow:visible (bikin halaman bisa digeser) */
  .mp-ad-card {
    width: min(calc(33.333% - 0.55rem), 17rem);
    max-width: 17rem;
  }
}
.mp-icon.mp-ico--flash > i,
.mp-channel__ico.mp-ico--flash {
  background: linear-gradient(145deg, #fbbf24 0%, #f59e0b 100%);
  color: #fff;
}
.mp-icon.mp-ico--app > i,
.mp-channel__ico.mp-ico--app {
  background: linear-gradient(145deg, #06b6d4 0%, #0891b2 100%);
  color: #fff;
}
.mp-icon.mp-ico--soft > i {
  background: linear-gradient(145deg, #6366f1 0%, #4f46e5 100%);
  color: #fff;
}
.mp-icon.mp-ico--all > i {
  background: linear-gradient(145deg, #ec4899 0%, #db2777 100%);
  color: #fff;
}

/* —— Categories (Shopee) —— */
.mp-block {
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1rem;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  overflow: hidden;
}
.mp-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--mp-line);
}
.mp-block__head h2 {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mp-muted);
  font-weight: 800;
}
.mp-block__head a {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mp-primary);
}
.mp-cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.mp-cat {
  padding: 1rem 0.65rem;
  text-align: center;
  border-right: 1px solid var(--mp-line);
  border-bottom: 1px solid var(--mp-line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--mp-ink);
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}
.mp-cat:nth-child(6n) { border-right: 0; }
.mp-cat:hover { background: #f8fafc; color: var(--mp-primary-dark); }
.mp-cat__thumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  background: var(--mp-primary-soft);
  display: grid;
  place-items: center;
  color: var(--mp-primary-dark);
  font-size: 1.25rem;
  overflow: hidden;
}
.mp-cat__thumb img { width: 100%; height: 100%; object-fit: cover; }

/* —— Product grid (Shopee recommendation) —— */
.mp-products {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.65rem;
  padding: 0.85rem;
}
.mp-product {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.mp-product:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.1);
}
.mp-product__img {
  aspect-ratio: 1;
  background: #f8fafc;
  display: grid;
  place-items: center;
  color: #94a3b8;
  overflow: hidden;
}
.mp-product__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mp-product__name {
  padding: 0.55rem 0.55rem 0.2rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.4em;
  color: var(--mp-ink);
}
.mp-product__price {
  padding: 0 0.55rem 0.65rem;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--mp-primary-dark);
}

/* —— Trust / mitra / stats —— */
.mp-split {
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1rem;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0.85rem;
}
.mp-panel {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  padding: 1.15rem 1.1rem;
}
.mp-panel--blue {
  background: linear-gradient(145deg, #1d4ed8 0%, #2563eb 55%, #1e3a8a 100%);
  color: #fff;
  border: 0;
}
.mp-panel h3 { margin: 0 0 0.45rem; font-size: 1.15rem; }
.mp-panel p { margin: 0 0 0.85rem; font-size: 0.88rem; opacity: 0.95; }
.mp-roles { display: grid; gap: 0.5rem; }
.mp-role {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--mp-line);
  font-size: 0.85rem;
}
.mp-role em {
  font-style: normal;
  font-weight: 800;
  color: var(--mp-primary-dark);
  font-size: 1.05rem;
}
.mp-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1.25rem;
}
.mp-stat {
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 12px;
  padding: 1rem 0.6rem;
  text-align: center;
}
.mp-stat strong {
  display: block;
  font-size: 1.35rem;
  color: var(--mp-primary-dark);
  font-weight: 800;
}
.mp-stat span {
  font-size: 0.72rem;
  color: var(--mp-muted);
  font-weight: 600;
}
.mp-stat--accent {
  background: linear-gradient(160deg, #2563eb, #1d4ed8);
  border-color: transparent;
  color: #fff;
}
.mp-stat--accent strong,
.mp-stat--accent span { color: #fff; }

.mp-final {
  width: min(100% - 1.5rem, var(--mp-max));
  margin: 0 auto 1.5rem;
  background: #fff;
  border: 1px solid var(--mp-line);
  border-radius: 14px;
  padding: 1.75rem 1.25rem;
  text-align: center;
}
.mp-final h2 { margin: 0 0 0.4rem; font-size: 1.35rem; }
.mp-final p { margin: 0 auto 1rem; max-width: 34rem; color: var(--mp-muted); font-size: 0.9rem; }
.mp-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
}

.mp-footer {
  background: #0b1220;
  color: #94a3b8;
  padding: 2rem 0 1.25rem;
  font-size: 0.82rem;
}
.mp-footer a:hover { color: #fff; }
.mp-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}
.mp-footer h4 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.mp-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.mp-footer__bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  padding-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .mp-header__inner { grid-template-columns: auto 1fr auto; }
  .mp-hero-row,
  .mp-split { grid-template-columns: 1fr; }
  .mp-channels { grid-template-columns: repeat(2, 1fr); }
  .mp-icons { grid-template-columns: repeat(4, 1fr); }
  .mp-cats { grid-template-columns: repeat(3, 1fr); }
  .mp-cat:nth-child(6n) { border-right: 1px solid var(--mp-line); }
  .mp-cat:nth-child(3n) { border-right: 0; }
  .mp-products { grid-template-columns: repeat(3, 1fr); }
  .mp-stats { grid-template-columns: repeat(2, 1fr); }
  .mp-footer__grid { grid-template-columns: repeat(2, 1fr); }
  .mp-header__auth-text {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    font-size: 0.78rem;
  }
}

/* Tablet/HP: icon strip saja — jangan dobel dengan kartu channel */
@media (max-width: 900px) {
  .mp-channels { display: none !important; }
  .mp-icons { display: grid; }
}

@media (max-width: 640px) {
  .mp-topbar { display: none; }
  .mp-header__inner {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand right"
      "search search";
    gap: 0.55rem 0.5rem;
    align-items: center;
    min-height: 0;
    padding: 0.55rem 0 0.65rem;
  }
  .mp-brand { grid-area: brand; }
  .mp-brand span { font-size: 1rem; }
  .mp-brand img { width: 32px; height: 32px; }
  .mp-header__search { grid-area: search; }
  .mp-header__right { grid-area: right; gap: 0.35rem; flex-wrap: nowrap; }
  .mp-header__auth-text {
    display: inline-flex;
    padding: 0.38rem 0.55rem;
    font-size: 0.68rem;
    white-space: nowrap;
  }
  .mp-search { border-width: 1.5px; max-width: none; }
  .mp-search input { padding: 0.6rem 0.75rem; font-size: 0.9rem; }
  .mp-search__hints--desk { display: none; }
  .mp-search__hints--mob {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    min-width: 0;
    gap: 0.65rem;
    margin: 0.55rem auto 0;
    padding-bottom: 0.15rem;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
    color: var(--mp-muted);
  }
  .mp-search__hints--mob a:hover { color: var(--mp-primary-dark); }
  .mp-search__hints--mob::-webkit-scrollbar { display: none; }
  .mp-search__hints--mob a { white-space: nowrap; }
  .mp-channels { grid-template-columns: 1fr; }
  .mp-icons { grid-template-columns: repeat(4, 1fr); }
  .mp-cats { grid-template-columns: repeat(2, 1fr); }
  .mp-cat:nth-child(3n) { border-right: 1px solid var(--mp-line); }
  .mp-cat:nth-child(2n) { border-right: 0; }
  .mp-products { grid-template-columns: repeat(2, 1fr); }
  .mp-btn--lg { width: 100%; }
  .mp-final__actions { flex-direction: column; }
  .mp-banner { min-height: 220px; }
  .mp-slider,
  .mp-slider__viewport,
  .mp-slider__track,
  .mp-slide__media { min-height: 220px; }
  .mp-slider__nav { opacity: 1; }
}
