/* ETAPA 3 — Home conversión */
.drc-home-hero-sales {
  padding: clamp(2rem, 5vw, 3.5rem) var(--wp--style--root--padding-left, 1rem);
  background: linear-gradient(135deg, rgba(247, 244, 242, 0.98) 0%, #fff 100%);
  border-bottom: 1px solid rgba(43, 43, 43, 0.06);
}
.drc-home-hero-sales__inner {
  max-width: 56rem;
  margin: 0 auto;
  text-align: center;
}
.drc-home-hero-sales__title {
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.1rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}
.drc-home-hero-sales__sub {
  margin: 0 0 1.25rem;
  color: var(--color-text-light, #555);
  line-height: 1.5;
}
.drc-home-hero-sales__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: center;
}
.drc-home-hero-sales__btn--primary {
  background: var(--color-primary, #e65a19) !important;
  color: #fff !important;
  border-radius: 999px !important;
}
.drc-home-hero-sales__btn--wa {
  background: #25d366 !important;
  color: #fff !important;
  border-radius: 999px !important;
}
.drc-popular-rubros__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drc-popular-rubros__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 0.88rem;
}
.drc-popular-rubros__icon,
.drc-popular-rubros__placeholder {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 0.5rem;
  background: rgba(230, 90, 25, 0.08);
}
.drc-top-products-month__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.drc-top-products-month__item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.drc-trust-strip-extended__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.25rem;
}
.drc-trust-strip-extended__title {
  font-size: 1rem;
  margin: 0 0 0.35rem;
}

/* ETAPA 4 — Carrito */
.drc-free-ship-progress {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(247, 244, 242, 0.9);
  border: 1px solid rgba(230, 90, 25, 0.2);
}
.drc-free-ship-progress__bar {
  height: 6px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  margin-top: 0.5rem;
  overflow: hidden;
}
.drc-free-ship-progress__bar span {
  display: block;
  height: 100%;
  background: var(--color-primary, #e65a19);
  border-radius: 999px;
  transition: width 0.3s ease;
}

/* ETAPA 6 — Barra móvil */
.drc-mobile-sticky-bar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
  padding: 0.35rem env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  justify-content: space-around;
  align-items: center;
  gap: 0.25rem;
}
@media (max-width: 782px) {
  .drc-mobile-sticky-bar {
    display: flex;
  }
  body {
    padding-bottom: 56px;
  }
}
.drc-mobile-sticky-bar__item {
  flex: 1;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  padding: 0.35rem 0.25rem;
}
.drc-mobile-sticky-bar__item--wa {
  color: #25d366;
}

.drc-volume-savings-notice {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.92rem;
}
