:root {
  --mb-red: #ff1d2d;
  --mb-purple: #8c22d8;
  --mb-blue: #10a7e2;
  --mb-green: #65c900;
  --mb-orange: #ffad0a;
  --mb-gray: #585b60;
  --mb-black: #080b16;
  --mb-soft: #f7f8fb;
}
.mbpxd-wrap,
.mbpxd-wrap * {
  box-sizing: border-box;
}
.mbpxd-wrap {
  width: 100%;
  font-family: Inter, Poppins, Arial, sans-serif;
  color: var(--mb-black);
  background: #fff;
  overflow: hidden;
}
.mbpxd-topbar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 42px;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0.95);
  position: relative;
  z-index: 10;
}
.mbpxd-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  line-height: 0.86;
  color: #555;
}
.mbpxd-logo-mark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: conic-gradient(
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple),
    var(--mb-red)
  );
  -webkit-mask: radial-gradient(circle 17px, transparent 58%, #000 60%);
}
.mbpxd-topbar nav {
  display: flex;
  gap: 34px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.mbpxd-topbar nav a {
  color: #0a0a0a;
  text-decoration: none;
  position: relative;
}
.mbpxd-topbar nav a.active:after {
  content: "";
  height: 3px;
  background: var(--mb-purple);
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
}
.mbpxd-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mbpxd-search {
  width: 300px;
  height: 40px;
  border: 1px solid #e0e4ec;
  border-radius: 20px;
  color: #9aa1ad;
  font-size: 13px;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
}
.mbpxd-quote {
  background: linear-gradient(135deg, var(--mb-purple), #b82add);
  color: #fff !important;
  text-decoration: none;
  border-radius: 14px;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(140, 34, 216, 0.24);
}
.mbpxd-hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  padding: 42px 52px 34px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  background:none!important;
    
}
.mbpxd-eyebrow {
  font-size: 16px;
  font-weight: 900;
  color: var(--mb-purple);
  margin: 0 0 18px;
}
.mbpxd-hero h1 {
  font-size: 68px;
  line-height: 0.96;
  margin: 0 0 24px;
  font-weight: 1000;
  letter-spacing: -0.06em;
}
.mbpxd-hero h1 span {
  background: linear-gradient(
    90deg,
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mbpxd-sub {
  color: #536074;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0 0 28px;
}
.mbpxd-hero-buttons {
  display: flex;
  gap: 18px;
  margin-bottom: 42px;
}
.mbpxd-hero-buttons a {
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 1000;
  padding: 0 28px;
}
.mbpxd-hero-buttons .primary {
  background: linear-gradient(135deg, #5f28d6, var(--mb-purple));
  color: #fff;
  box-shadow: 0 16px 28px rgba(140, 34, 216, 0.25);
}
.mbpxd-hero-buttons .outline {
  border: 1.5px solid var(--mb-red);
  color: #111;
  background: #fff;
}
.mbpxd-benefits.mini {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 670px;
}
.mbpxd-benefits.mini div {
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
}
.mbpxd-benefits.mini div:first-child {
  padding-left: 0;
}
.mbpxd-benefits.mini b,
.mbpxd-wide-benefits b {
  display: grid;
  place-items: center;
  margin: 0 auto 10px;
  width: 42px;
  height: 42px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
}
.mbpxd-benefits strong,
.mbpxd-wide-benefits strong {
  display: block;
  font-size: 11px;
  font-weight: 1000;
}
.mbpxd-benefits span,
.mbpxd-wide-benefits span {
  display: block;
  color: #566173;
  font-size: 12px;
  margin-top: 4px;
}
.purple {
  color: var(--mb-purple);
}
.green {
  color: var(--mb-green);
}
.blue {
  color: var(--mb-blue);
}
.orange {
  color: #ff6c00;
}
.mbpxd-hero-art {
  height: 520px;
  position: relative;
}
.mbpxd-rainbow-ring {
  position: absolute;
  left: 6%;
  top: 0;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background: conic-gradient(
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple),
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green)
  );
  -webkit-mask: radial-gradient(
    circle,
    transparent 55%,
    #000 56%,
    #000 63%,
    transparent 64%
  );
  opacity: 0.78;
}
.mbpxd-product-scene {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  height: 450px;
}
.tent {
  position: absolute;
  left: 110px;
  top: 30px;
  width: 390px;
  height: 185px;
  clip-path: polygon(50% 0, 100% 35%, 94% 57%, 6% 57%, 0 35%);
  background: #0e1014;
  filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.18));
}
.tent:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 70px;
  background: linear-gradient(
    135deg,
    var(--green),
    var(--mb-blue),
    var(--mb-purple)
  );
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.tent span {
  position: absolute;
  left: 92px;
  top: 78px;
  color: white;
  font-weight: 900;
  font-size: 24px;
}
.table {
  position: absolute;
  left: 175px;
  top: 268px;
  width: 330px;
  height: 110px;
  background: #0f1013;
  border-radius: 8px 8px 22px 22px;
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.22);
  color: #fff;
  text-align: center;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 900;
  line-height: 0.9;
}
.table:after,
.counter:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 58px;
  background: linear-gradient(
    135deg,
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  );
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.counter {
  position: absolute;
  left: 540px;
  top: 250px;
  width: 98px;
  height: 145px;
  border-radius: 48px 48px 12px 12px;
  background: #101115;
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.2);
}
.flag {
  position: absolute;
  right: 78px;
  top: 30px;
  width: 105px;
  height: 370px;
  background: #111;
  color: #fff;
  border-radius: 58% 42% 55% 45%;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-align: center;
  padding: 40px 0;
  font-weight: 1000;
  font-size: 24px;
  box-shadow: 0 22px 34px rgba(0, 0, 0, 0.16);
}
.flag:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    135deg,
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  );
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0 100%);
}
.float-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: var(--mb-purple);
  font-weight: 900;
}
.float-note small {
  display: block;
  font-size: 11px;
  color: #000;
  text-align: center;
  line-height: 1.1;
}
.note1 {
  left: 18px;
  top: 190px;
}
.note2 {
  right: 0;
  top: 152px;
}
.note3 {
  right: 10px;
  bottom: 120px;
}
.mbpxd-section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 52px 12px;
}
.mbpxd-section-head h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -0.03em;
}
.mbpxd-section-head h2 span {
  color: var(--mb-purple);
}
.mbpxd-section-head a {
  font-size: 12px;
  font-weight: 1000;
  text-decoration: none;
  color: #111;
}
.mbpxd-section-head b {
  color: var(--mb-purple);
  font-size: 24px;
}
.mbpxd-cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  padding: 0 52px 18px;
}
.mbpxd-cat {
  height: 200px!important;
  border: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(16, 20, 30, 0.1);
  position: relative;
  text-align: left;
  padding: 1px;
  cursor: pointer;
  transition: 0.25s;
}
.mbpxd-cat:hover,
.mbpxd-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(16, 20, 30, 0.15);
}
.cat-visual {
  height: 115px!important;
  border-radius: 18px;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-visual:after {
  content: "";
  position: absolute;
  left: 28%;
  top: 25%;
  width: 72px;
  height: 48px;
  border-radius: 8px;
  background: #111;
  box-shadow: 22px 20px 0 rgba(140, 34, 216, 0.18);
}
.mbpxd-cat strong {
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-size: 12px;
}
.mbpxd-cat em {
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--mb-purple);
  color: #fff;
  font-style: normal;
  display: grid;
  place-items: center;
}
.mbpxd-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  padding: 0 52px 18px;
}
.mbpxd-card {
  min-height: 255px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(16, 20, 30, 0.1);
  padding: 16px;
  position: relative;
  transition: 0.25s;
}
.mbpxd-card .badge {
  position: absolute;
  left: 16px;
  top: 16px;
  background: var(--mb-green);
  color: #fff;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 1000;
  z-index: 2;
}
.mbpxd-card .badge:empty {
  display: none;
}
.mbpxd-card .badge.new {
  background: var(--mb-green);
}
.heart {
  position: absolute;
  right: 16px;
  top: 16px;
  border: 0;
  background: #fff;
  color: #999;
  font-size: 22px;
}
.mbpxd-card .img {
  height: 135px;
  display: grid;
  place-items: center;
  margin-bottom: 10px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fafbfe);
}
.mbpxd-card .img img {
  max-width: 100%;
  max-height: 130px;
  object-fit: contain;
}
.mbpxd-card .img.sample:after {
  content: "";
  display: block;
  width: 135px;
  height: 82px;
  background: #121316;
  border-radius: 8px;
  box-shadow: 30px 18px 0 rgba(140, 34, 216, 0.14);
}
.mbpxd-card h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 1000;
}
.rating {
  font-size: 13px;
  color: var(--mb-purple);
  letter-spacing: 1px;
}
.rating small {
  color: #8b93a0;
  letter-spacing: 0;
}
.mbpxd-card p {
  font-size: 12px;
  color: #586174;
  min-height: 28px;
}
.quick {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--mb-purple);
  font-size: 12px;
  font-weight: 1000;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
}
.mbpxd-wide-benefits {
  margin: 0 52px 28px;
  padding: 22px 28px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(16, 20, 30, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.mbpxd-wide-benefits div {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  align-items: center;
}
.mbpxd-wide-benefits b {
  grid-row: 1/3;
  margin: 0;
}
.mbpxd-modal {
  position: fixed;
  inset: 0;
  background: rgba(3, 6, 16, 0.55);
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.mbpxd-modal.open {
  display: flex;
}
.mbpxd-modal-box {
  max-width: 760px;
  width: 100%;
  background: #fff;
  border-radius: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 24px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}
.mbpxd-modal-box img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  background: #f7f8fb;
  border-radius: 18px;
}
.mbpxd-modal-box h3 {
  font-size: 34px;
  margin: 8px 0;
}
.mbpxd-modal-box p {
  color: #536074;
  line-height: 1.5;
}
.mbpxd-modal-box a {
  display: inline-flex;
  background: linear-gradient(135deg, var(--mb-purple), #b82add);
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  padding: 16px 22px;
  font-weight: 1000;
}
.mbpxd-close {
  position: absolute;
  right: 16px;
  top: 12px;
  border: 0;
  background: transparent;
  font-size: 34px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .mbpxd-topbar nav,
  .mbpxd-search {
    display: none;
  }
  .mbpxd-hero {
    grid-template-columns: 1fr;
    padding: 36px 20px;
  }
  .mbpxd-hero h1 {
    font-size: 48px;
  }
  .mbpxd-hero-art {
    height: 390px;
    transform: scale(0.85);
    transform-origin: left top;
  }
  .mbpxd-benefits.mini,
  .mbpxd-cats,
  .mbpxd-products,
  .mbpxd-wide-benefits {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .mbpxd-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mbpxd-topbar {
    padding: 0 20px;
  }
  .mbpxd-quote {
    padding: 13px 16px;
  }
}
@media (max-width: 640px) {
  .mbpxd-brand strong {
    font-size: 18px;
  }
  .mbpxd-hero {
    padding-top: 26px;
  }
  .mbpxd-hero h1 {
    font-size: 38px;
  }
  .mbpxd-sub {
    font-size: 16px;
  }
  .mbpxd-hero-buttons {
    flex-direction: column;
  }
  .mbpxd-hero-buttons a {
    width: 100%;
  }
  .mbpxd-benefits.mini,
  .mbpxd-cats,
  .mbpxd-products,
  .mbpxd-wide-benefits {
    grid-template-columns: 1fr;
  }
  .mbpxd-hero-art {
    display: none;
  }
  .mbpxd-modal-box {
    grid-template-columns: 1fr;
  }
  .mbpxd-actions {
    display: none;
  }
}

/* Modal v1.2: descripción completa, galería y hover con colores de marca */
.mbpxd-modal-box {
  max-width: 980px;
  grid-template-columns: 44% 56%;
  gap: 28px;
  align-items: start;
}
.mbpxd-modal-media {
  width: 100%;
}
.mbpxd-modal-main {
  width: 100% !important;
  height: 330px !important;
  object-fit: contain !important;
  background: #f7f8fb !important;
  border-radius: 18px !important;
  display: block;
}
.mbpxd-modal-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
  padding: 2px 2px 8px;
}
.mbpxd-thumb {
  width: 76px;
  height: 64px;
  min-width: 76px;
  border: 2px solid #eef0f5;
  background: #fff;
  border-radius: 12px;
  padding: 4px;
  cursor: pointer;
  transition: 0.22s;
}
.mbpxd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f8fb;
}
.mbpxd-thumb:hover,
.mbpxd-thumb.active {
  border-color: var(--mb-purple);
  box-shadow: 0 10px 22px rgba(140, 34, 216, 0.18);
  transform: translateY(-2px);
}
.mbpxd-modal-info {
  padding-right: 12px;
  max-height: 72vh;
  overflow: auto;
}
.mbpxd-modal-desc {
  color: #536074;
  font-size: 18px;
  line-height: 1.46;
  margin: 0 0 22px;
  white-space: pre-line;
}
.mbpxd-modal-quote,
.mbpxd-modal-box a {
  background: linear-gradient(
    90deg,
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(140, 34, 216, 0.22);
  transition: 0.25s;
}
.mbpxd-modal-quote:hover,
.mbpxd-modal-box a:hover,
.mbpxd-quote:hover,
.mbpxd-hero-buttons .primary:hover,
.quick:hover {
  filter: saturate(1.12);
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(140, 34, 216, 0.28);
}
.quick:hover {
  background: linear-gradient(
    90deg,
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mbpxd-card:hover .heart,
.mbpxd-close:hover {
  color: var(--mb-red);
}
.mbpxd-cat:hover em {
  background: linear-gradient(
    135deg,
    var(--mb-red),
    var(--mb-orange),
    var(--mb-green),
    var(--mb-blue),
    var(--mb-purple)
  );
}
@media (max-width: 640px) {
  .mbpxd-modal-box {
    grid-template-columns: 1fr;
    max-height: 88vh;
    overflow: auto;
  }
  .mbpxd-modal-main {
    height: 240px !important;
  }
  .mbpxd-modal-info {
    max-height: none;
    overflow: visible;
  }
  .mbpxd-modal-desc {
    font-size: 16px;
  }
  .mbpxd-modal-box h3 {
    font-size: 28px;
  }
}

/* Categorías con imagen editable v1.4 */
.mbpxd-cat{
  height: 200px !important;
  padding: 16px !important;
}

.mbpxd-cat .cat-visual{
  height: 115px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  position: relative;
}

.mbpxd-cat .cat-visual:after,
.mbpxd-cat .cat-visual:has(img):after{
  display: none !important;
}

.mbpxd-cat .cat-visual img{
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
  padding: 0 !important;
  position: relative;
  z-index: 2;
  transition: 0.25s;
}

.mbpxd-cat:hover .cat-visual img{
  transform: scale(1.03) !important;
}

.mbpxd-cat strong{
  position: absolute !important;
  left: 18px !important;
  right: 54px !important;
  bottom: 18px !important;
  max-width: calc(100% - 72px) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.mbpxd-cat em{
  position: absolute !important;
  right: 16px !important;
  bottom: 14px !important;
}

/* Mejoras responsive para categorías */
@media (max-width: 1024px){
  .mbpxd-cat{
    height: 180px !important;
  }

  .mbpxd-cat .cat-visual{
    height: 115px !important;
  }
}

@media (max-width: 640px){
  .mbpxd-cat{
    height: 170px !important;
  }

  .mbpxd-cat .cat-visual{
    height: 105px !important;
  }

  .mbpxd-cat strong{
    font-size: 12px !important;
  }
}


/* ===== Ajuste solicitado: sin header y hero con imagen real ===== */
.mbpxd-wrap .mbpxd-topbar {
  display: none !important;
}
.mbpxd-hero {
  grid-template-columns: 43% 57%;
  min-height: 540px;
  padding-top: 36px;
}
.mbpxd-hero-image-art {
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mbpxd-hero-image-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.mbpxd-hero-image-art .mbpxd-rainbow-ring,
.mbpxd-hero-image-art .mbpxd-product-scene,
.mbpxd-hero-image-art .float-note {
  display: none !important;
}

@media (max-width: 980px) {
  .mbpxd-hero {
    grid-template-columns: 1fr;
    padding: 28px 22px 28px;
  }
  .mbpxd-hero-image-art {
    height: auto;
    min-height: 280px;
    margin-top: 18px;
  }
  .mbpxd-hero-image-art img {
    height: auto;
  }
}
