/* ===== VARIABLES ===== */
:root {
  --red: #CC1212;
  --red-dark: #a00e0e;
  --red-light: rgba(204,18,18,0.08);
  --accent: #1B2B4B;
  --accent-dark: #142240;
  --accent-light: rgba(27,43,75,0.08);
  --yellow: #FFD700;
  --green-wa: #25D366;
  --black: #F5F7FA;
  --black-2: #EAECF0;
  --black-3: #FFFFFF;
  --black-4: #E5E7EB;
  --white: #1A1A1A;
  --gray: #6B7280;
  --gray-light: #9CA3AF;
  --radius: 14px;
  --radius-pill: 50px;
  --shadow: 0 4px 24px rgba(0,0,0,0.09);
  --transition: all 0.25s ease;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', 'Inter', Arial, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.6;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ===== TOPBAR ===== */
.topbar {
  background: #1A1A1A;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  height: 36px;
  display: flex;
  align-items: center;
  letter-spacing: 0.2px;
  position: relative;
  overflow: hidden;
}
.topbar .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.topbar a { color: #fff; opacity: 0.9; }

@keyframes camionPasa {
  0%     { transform: translateX(110vw); }
  40%    { transform: translateX(-320px); }
  40.01% { transform: translateX(110vw); }
  100%   { transform: translateX(110vw); }
}
.topbar-camion {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: auto;
  pointer-events: none;
  animation: camionPasa 15s linear infinite;
  z-index: 0;
  filter: brightness(0) invert(1) opacity(0.85);
}
.topbar a:hover { opacity: 1; }

/* ===== HEADER ===== */
header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  border-bottom: 3px solid var(--red);
  overflow: visible;
}
/* 3 columnas: [búsqueda+hamburger] [logo centrado] [íconos] */
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0;
  gap: 16px;
}
.logo { display: flex; justify-content: center; line-height: 0; position: relative; z-index: 101; align-self: flex-end; }
.logo img { height: 130px; width: auto; display: block; }

/* Columna izquierda: hamburger + buscador */
.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.header-search-form {
  display: flex;
  align-items: center;
  background: #f4f4f5;
  border-radius: 50px;
  border: 1.5px solid #e4e4e7;
  padding: 0 6px 0 14px;
  gap: 6px;
  flex: 1;
  max-width: 320px;
  transition: border-color 0.2s;
}
.header-search-form:focus-within { border-color: var(--red); }
.header-search-form input {
  border: none;
  background: transparent;
  font-size: 0.88rem;
  color: #222;
  outline: none;
  flex: 1;
  padding: 9px 0;
  min-width: 0;
}
.header-search-form input::placeholder { color: #999; }
.header-search-form button {
  background: none;
  border: none;
  cursor: pointer;
  color: #888;
  padding: 6px 8px;
  font-size: 0.9rem;
  border-radius: 50%;
  transition: color 0.2s;
  flex-shrink: 0;
}
.header-search-form button:hover { color: var(--red); }

/* Hamburger — siempre visible */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  transition: background 0.2s;
  flex-shrink: 0;
}
.hamburger:hover { background: rgba(204,18,18,0.07); }
.hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #1A1A1A;
  border-radius: 2px;
  transition: all 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Menú desplegable */
.header-dropdown-nav {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.07);
  transition: max-height 0.32s cubic-bezier(0.4,0,0.2,1);
}
.header-dropdown-nav.open { max-height: 260px; }
.header-dropdown-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 12px 0;
}
.header-dropdown-nav a {
  padding: 9px 18px;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.header-dropdown-nav a:hover { color: var(--red); background: rgba(204,18,18,0.06); }
.header-dropdown-nav a.active { color: var(--red); font-weight: 800; }

/* Columna derecha: íconos sociales + carrito */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
  justify-content: flex-end;
  justify-content: flex-end;
}
.social-icon-btn {
  width: 38px; height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: var(--transition);
  flex-shrink: 0;
  color: #fff;
}
.si-wa  { background: #25D366; }
.si-ig  { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.si-fb  { background: #1877F2; }
.social-icon-btn:hover { transform: scale(1.12); filter: brightness(1.1); }

.cart-action-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #CC1212;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 10px 18px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
}
.cart-action-btn:hover { background: #a00e0e; transform: scale(1.04); }
.cart-action-btn i { font-size: 1.1rem; }
#cart-label {
  background: #fff;
  color: var(--red);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  width: 22px; height: 22px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ===== NAV (mobile legacy — oculto) ===== */
.nav-inner-wrap { display: none; background: #fff; border-bottom: 1px solid rgba(0,0,0,0.08); }
/* El header-dropdown-nav es un nav pero NO debe ocultarse */
.header-dropdown-nav { display: block; }
.nav-inner {
  display: flex;
  align-items: center;
  gap: 2px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-inner::-webkit-scrollbar { display: none; }
.nav-inner a {
  color: var(--gray-light);
  font-size: 0.88rem;
  font-weight: 600;
  padding: 11px 16px;
  white-space: nowrap;
  transition: var(--transition);
  border-bottom: 2px solid transparent;
  letter-spacing: 0.3px;
}
.nav-inner a:hover { color: var(--white); border-bottom-color: var(--red); }
.nav-inner a.active { color: var(--white); border-bottom-color: var(--red); }

/* ===== CONTAINER ===== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== HERO ===== */
.hero {
  background: var(--black);
  padding: 72px 0 80px;
  position: relative;
  overflow: hidden;
}
.hero-banner {
  padding: 0;
  min-height: 430px;
  display: flex;
  align-items: flex-end;
  margin-top: 8px;
}
.hero-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.hero-banner-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 0 48px;
  background: linear-gradient(to top, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.4) 35%, transparent 60%);
}
.hero-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.08;
}
.hero-shape-1 {
  width: 600px; height: 600px;
  background: var(--red);
  top: -200px; left: -200px;
}
.hero-shape-2 {
  width: 400px; height: 400px;
  background: var(--red);
  bottom: -150px; right: -100px;
  opacity: 0.05;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(0,0,0,0.55) 0%, transparent 100%);
  max-width: 680px;
  margin: 0 auto;
  padding-top: 120px;
}
.hero-subtitle {
  color: rgba(255,255,255,0.95);
  font-size: 1rem;
  text-shadow: 0 1px 8px rgba(0,0,0,0.9);
  margin: 12px auto 20px;
  max-width: 480px;
  line-height: 1.6;
}

/* Trust strip bajo los botones del hero */
.hero-trust {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.hero-trust span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.80);
  font-weight: 600;
}
.hero-trust span i { color: rgba(255,255,255,0.8); font-size: 0.85rem; }
.hero-logo img { height: 120px; margin: 0 auto 28px; }
.hero-slogan {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9), 0 0 40px rgba(0,0,0,0.7);
}
.hero-slogan .highlight {
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,0.9), 0 0 30px rgba(0,0,0,0.8);
}
.hero-sub {
  font-size: 1.08rem;
  color: var(--gray-light);
  margin-bottom: 36px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-primary {
  background: var(--red);
  color: #fff;
  padding: 14px 36px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
  box-shadow: 0 0 32px rgba(0,0,0,0.25);
}
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 0 48px rgba(0,0,0,0.25); }
.btn-secondary {
  background: transparent;
  color: var(--white);
  padding: 13px 32px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  border: 1.5px solid rgba(0,0,0,0.18);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.btn-secondary:hover { border-color: var(--white); background: rgba(0,0,0,0.06); }
.btn-wa {
  background: var(--green-wa);
  color: #fff;
  padding: 13px 32px;
  border-radius: var(--radius-pill);
  font-size: 0.95rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}
.btn-wa:hover { filter: brightness(1.1); transform: translateY(-2px); }

/* ===== FEATURES STRIP ===== */
.features-strip {
  background: var(--black-3);
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
  padding: 28px 0;
}
.features-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  background: var(--black);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: var(--radius);
  transition: var(--transition);
}
.feature-item:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(204,18,18,0.08); border-color: rgba(204,18,18,0.2); }
.fi-icon-wrap {
  width: 44px;
  height: 44px;
  background: var(--red-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.fi-icon { font-size: 1.2rem; color: var(--red); }
.fi-title { font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.fi-desc { font-size: 0.78rem; color: var(--gray-light); line-height: 1.4; }

/* ===== SECTION HEADERS ===== */
.section-header {
  text-align: center;
  margin-bottom: 36px;
}
.section-header h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 8px;
  letter-spacing: -0.3px;
  text-wrap: balance;
}
.section-header h2 span { color: var(--red); }
.section-header p { color: var(--gray-light); font-size: 0.95rem; }
.section-label {
  display: inline-block;
  background: #111;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ===== CATEGORY CAROUSEL ===== */
.cat-carousel-outer {
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.cat-carousel-wrap {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
}
.cat-carousel-wrap::-webkit-scrollbar { display: none; }
.cat-carousel-wrap.is-dragging { cursor: grabbing; }
.cat-track {
  display: flex;
  width: max-content;
}
.cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255,255,255,0.95);
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.20);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #333;
  opacity: 0;
  transition: opacity 0.22s, box-shadow 0.2s;
  pointer-events: none;
}
.cat-carousel-outer:hover .cat-arrow {
  opacity: 1;
  pointer-events: auto;
}
.cat-arrow:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.28); }
.cat-arrow-prev { left: 8px; }
.cat-arrow-next { right: 8px; }
.cat-slide {
  flex: 0 0 auto;
  width: 160px;
  padding: 16px 10px 14px;
  text-align: center;
  text-decoration: none;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.2s;
}
.cat-slide:hover { transform: translateY(-4px); }
.cat-slide-img {
  width: 130px;
  height: 130px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}
.cat-slide-img i { color: #fff; }
.cat-slide-img img { width: 100%; height: 100%; object-fit: cover; }
.cat-slide-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.3;
}

/* ===== CATEGORIES SECTION ===== */
.categories {
  background: var(--black-2);
  padding: 60px 0;
}
.categories-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.category-card {
  flex: 0 1 160px;
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 28px 16px;
  text-align: center;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--red);
  opacity: 0;
  transition: opacity 0.25s;
}
.category-card:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: 0 8px 32px rgba(204,18,18,0.12); }
.category-card:hover::before { opacity: 0.05; background: var(--red); }
.category-card .cat-icon { font-size: 2rem; margin-bottom: 10px; position: relative; color: var(--red); display: flex; align-items: center; justify-content: center; min-height: 2rem; }
.category-card .cat-icon img { display: block; width: 1em; height: 1em; object-fit: contain; }
.category-card h3 { font-size: 0.92rem; font-weight: 700; color: var(--white); position: relative; }
.category-card p { font-size: 0.78rem; color: var(--gray); margin-top: 4px; position: relative; }
.cat-external { background-color: var(--black-3); justify-content: flex-end; gap: 0; padding-bottom: 16px; }
.cat-external h3 { background: rgba(0,0,0,0.55); padding: 4px 10px; border-radius: 6px; }

/* ===== PRODUCTS SECTION ===== */
.products-section {
  background: var(--black);
  padding: 60px 0;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
  margin-bottom: 36px;
}
.product-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.product-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(204,18,18,0.10);
}
.product-img {
  background: #EDE9E2;
  aspect-ratio: 1 / 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden;
}
.product-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 1.3rem;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0;
}
.card-arrow-prev { left: 6px; }
.card-arrow-next { right: 6px; }
.product-img:hover .card-arrow { opacity: 1; }
.card-img-dots {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  z-index: 3;
}
.card-img-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s;
}
.card-img-dot.active { background: #111; }
.badge-new, .badge-offer {
  position: absolute;
  top: 10px; left: 10px;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.4px;
}
.badge-new { background: var(--black-4); color: var(--white); border: 1px solid rgba(0,0,0,0.18); }
.badge-offer { background: var(--red); color: #fff; }
.product-info {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-info-top {
  flex: 1;
  min-height: 160px;
  overflow: hidden;
}
.product-info-bottom { margin-top: 12px; }
.product-info .category {
  font-size: 0.73rem;
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.product-info h3 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.35;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-desc-short {
  font-size: 0.78rem;
  color: var(--gray-light);
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 6px;
}
.price-main {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--white);
}
.price-old {
  font-size: 0.82rem;
  color: var(--gray);
  text-decoration: line-through;
}
.price-installments {
  font-size: 0.78rem;
  color: #4caf50;
  font-weight: 600;
  margin-bottom: 14px;
}
.btn-add {
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 11px;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.3px;
}
.btn-add:hover:not(:disabled) { background: var(--red-dark); }

/* Botón WhatsApp directo en producto */
.btn-wa-product {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  margin-top: 8px;
  padding: 10px;
  border-radius: var(--radius);
  background: var(--green-wa);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  letter-spacing: 0.3px;
}
.btn-wa-product:hover { background: #1da851; color: #fff; }

/* Estado deshabilitado para variantes no seleccionadas */
.btn-variant-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

/* Hint de selección de variante */
.variant-hint {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: var(--yellow);
  margin-bottom: 8px;
  padding: 6px 10px;
  background: rgba(255, 215, 0, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

/* ===== REPUTACIÓN MERCADOLIBRE ===== */
.ml-rep-section .section-label {
  background: #FFE600 !important;
  color: #000 !important;
}
.ml-rep-section .section-header h2 span {
  color: #FFE600;
}
.ml-rep-section {
  background: var(--black-2);
  padding: 60px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.ml-rep-card {
  background: var(--black-3);
  border: 1px solid #FFE600;
  border-radius: var(--radius);
  padding: 32px;
  max-width: 820px;
  margin: 0 auto;
}
.ml-rep-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.ml-store-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.ml-store-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 50%;
  border: 2px solid #FFE600;
  background: var(--black);
  padding: 4px;
}
.ml-store-meta { display: flex; flex-direction: column; gap: 6px; }
.ml-store-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ml-oficial-badge {
  font-size: 0.72rem;
  font-weight: 700;
  background: #3483FA;
  color: #fff;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.ml-lider-badge {
  font-size: 0.82rem;
  color: #FFE600;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ml-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE600;
  color: #000;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s;
}
.ml-cta-btn:hover { background: #f0d800; transform: translateY(-2px); }
.ml-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--black);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.ml-stat {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ml-stat-num {
  font-size: 1.6rem;
  font-weight: 800;
  color: #FFE600;
  line-height: 1;
}
.ml-stat-label {
  font-size: 0.75rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.ml-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
  flex-shrink: 0;
}
.ml-trust-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.ml-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: var(--gray-light);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 20px;
  padding: 6px 14px;
}
.ml-trust-item i { color: #00A650; font-size: 0.85rem; }
@media (max-width: 600px) {
  .ml-rep-top { flex-direction: column; align-items: flex-start; }
  .ml-stats-row { flex-direction: column; gap: 16px; }
  .ml-stat-divider { width: 100%; height: 1px; }
}

/* ===== WHY US SECTION ===== */
.why-us {
  background: var(--black);
  padding: 60px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
}
.why-card:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 6px 24px rgba(204,18,18,0.10); }
.why-card .wi { font-size: 2.4rem; margin-bottom: 14px; color: var(--red); }
.why-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 8px; }
.why-card p { font-size: 0.86rem; color: var(--gray-light); line-height: 1.65; }

/* ===== HOW TO BUY SECTION ===== */
.how-to-buy {
  background: var(--black-2);
  padding: 60px 0;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.step-card {
  text-align: left;
  padding: 28px 24px;
  background: var(--black-3);
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform 0.2s, border-color 0.2s;
}
.step-card:hover {
  transform: translateY(-4px);
  border-color: var(--red);
  box-shadow: 0 6px 24px rgba(204,18,18,0.10);
}
.step-num {
  width: 42px; height: 42px;
  background: var(--red);
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 20px;
}
.step-card .step-icon { display: none; }
.step-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 10px; color: var(--white); }
.step-card p { font-size: 0.85rem; color: var(--gray-light); line-height: 1.65; }

/* ===== CTA SECTION ===== */
.cta-section {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.06) 0%, transparent 70%), var(--black);
  padding: 70px 0;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.cta-section h2 { font-size: 2rem; font-weight: 900; margin-bottom: 12px; }
.cta-section p { color: var(--gray-light); margin-bottom: 32px; font-size: 1rem; }
.cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== SHOP PAGE LAYOUT ===== */
.shop-page { background: var(--black); padding: 30px 0 60px; }
.shop-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: start;
}
.sidebar {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 20px;
  position: sticky;
  top: 80px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--red) transparent;
}
.sidebar h3 {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.filter-group { margin-bottom: 20px; }
.filter-group label {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.88rem;
  cursor: pointer;
  padding: 5px 0;
  color: var(--gray-light);
  transition: color 0.2s;
}
.filter-group label:hover { color: #111; }
.filter-group input[type="checkbox"],
.filter-group input[type="radio"] { accent-color: var(--red); }
.filter-group input[type="range"] { width: 100%; accent-color: var(--red); margin-top: 8px; }
.price-display { font-size: 0.83rem; color: var(--gray-light); margin-top: 5px; }
.btn-filter {
  width: 100%;
  background: var(--black-4);
  color: var(--white);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: var(--radius);
  padding: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}
.btn-filter:hover { background: var(--red); border-color: var(--red); }

/* Sort bar */
.sort-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
}
.sort-bar select {
  padding: 9px 14px;
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 0.88rem;
  cursor: pointer;
  outline: none;
}
.sort-bar select:focus { border-color: var(--red); }
.results-count { font-size: 0.85rem; color: var(--gray); }

/* ===== PAGE HERO ===== */
.page-hero {
  background: var(--black-2);
  padding: 40px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.page-hero h1 { font-size: 1.8rem; font-weight: 900; margin-bottom: 6px; }
.page-hero p { color: var(--gray-light); font-size: 0.95rem; }
.breadcrumb {
  font-size: 0.8rem;
  color: var(--gray);
  margin-bottom: 10px;
}
.breadcrumb a { color: var(--gray); }
.breadcrumb span { color: var(--red); }

/* ===== ABOUT PAGE ===== */
.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  padding: 60px 0;
}
.about-img-placeholder {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
}
.about-text h2 { font-size: 1.7rem; font-weight: 900; margin-bottom: 16px; }
.about-text h2 span { color: var(--red); }
.about-text p { color: var(--gray-light); line-height: 1.8; margin-bottom: 14px; font-size: 0.95rem; }
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 36px 0;
}
.stat-item {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
}
.stat-item h3 { font-size: 2rem; font-weight: 900; color: var(--red); }
.stat-item p { font-size: 0.82rem; color: var(--gray-light); margin-top: 4px; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 30px 0 60px;
}
.value-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
}
.value-card:hover { border-color: rgba(0,0,0,0.25); }
.value-card .icon { font-size: 2.2rem; margin-bottom: 12px; color: var(--red); }
.value-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; }
.value-card p { font-size: 0.83rem; color: var(--gray-light); line-height: 1.65; }

/* ===== CONTACT PAGE ===== */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 32px;
  padding: 50px 0;
}
.contact-info-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 36px 28px;
}
.contact-info-card h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 24px; }
.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.contact-item .ci-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }
.contact-item h4 { font-size: 0.85rem; font-weight: 700; margin-bottom: 3px; }
.contact-item p { font-size: 0.83rem; color: var(--gray-light); line-height: 1.5; }
.contact-item-link {
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  padding: 10px;
  margin: -10px;
  transition: background 0.2s;
}
.contact-item-link:hover { background: rgba(0,0,0,0.06); }
.contact-item-link:hover h4 { color: var(--red); }
.contact-item-link:hover .ci-icon { color: var(--red); }
.contact-item-wa:hover h4 { color: var(--green-wa); }
.contact-item-wa:hover .ci-icon { color: var(--green-wa); }
.contact-form-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 36px 28px;
}
.contact-form-card h2 { font-size: 1.2rem; font-weight: 800; margin-bottom: 24px; }
.footer-contact-inner {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.footer-contact-inner ul { flex: 1; }
.social-links-vertical {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-links-vertical a {
  width: 38px; height: 38px;
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-light);
  font-size: 0.95rem;
  transition: var(--transition);
  text-decoration: none;
}
.social-links-vertical a:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.map-link-block {
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.08);
  transition: border-color 0.2s;
}
.map-link-block:hover { border-color: var(--red); }
.map-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(0,0,0,0.72);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 0.88rem;
  backdrop-filter: blur(4px);
}
.map-overlay i { color: var(--red); font-size: 1.1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 6px; color: var(--gray-light); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  background: var(--black-2);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: var(--radius);
  color: var(--white);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: var(--gray); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--red); }
.form-group select option { background: var(--black-3); }
.form-group textarea { resize: vertical; min-height: 110px; }
.btn-submit {
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 13px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.btn-submit:hover { background: var(--red-dark); }

/* ===== CHECKOUT ===== */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 24px;
  padding: 36px 0 60px;
}
.checkout-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 28px;
  margin-bottom: 16px;
}
.checkout-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.order-summary-card {
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: var(--radius);
  padding: 24px;
  position: sticky;
  top: 90px;
}
.order-summary-card h3 { font-size: 1rem; font-weight: 800; margin-bottom: 18px; }
.summary-item {
  display: flex;
  justify-content: space-between;
  font-size: 0.87rem;
  padding: 6px 0;
  color: var(--gray-light);
}
.summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 900;
  border-top: 1px solid rgba(0,0,0,0.10);
  padding-top: 14px;
  margin-top: 8px;
}
#mp-button-container { margin-top: 16px; }
.btn-checkout {
  width: 100%;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 14px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
}
.btn-checkout:hover { background: var(--red-dark); }
.secure-badge { text-align: center; font-size: 0.78rem; color: var(--gray); margin-top: 10px; }

/* ===== CART SIDEBAR ===== */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.cart-overlay.open { opacity: 1; visibility: visible; }
.cart-panel {
  position: fixed;
  top: 0; right: -420px;
  width: 400px;
  max-width: 95vw;
  height: 100vh;
  background: var(--black-2);
  border-left: 1px solid rgba(0,0,0,0.10);
  z-index: 201;
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 40px rgba(0,0,0,0.6);
  transition: right 0.3s ease;
}
.cart-panel.open { right: 0; }
.cart-header {
  background: var(--black-3);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-header h2 { font-size: 1rem; font-weight: 700; }
.cart-close {
  background: var(--black-4);
  border: none;
  color: var(--white);
  font-size: 1.1rem;
  cursor: pointer;
  width: 32px; height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.cart-close:hover { background: var(--red); }
.cart-items { flex: 1; overflow-y: auto; padding: 16px; }
.cart-items::-webkit-scrollbar { width: 4px; }
.cart-items::-webkit-scrollbar-track { background: transparent; }
.cart-items::-webkit-scrollbar-thumb { background: var(--black-4); border-radius: 2px; }
.cart-empty { text-align: center; color: var(--gray); padding: 48px 0; font-size: 0.92rem; }
.cart-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.cart-item-img {
  width: 60px; height: 60px;
  background: var(--black-3);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.cart-item-info { flex: 1; }
.cart-item-info h4 { font-size: 0.83rem; font-weight: 700; margin-bottom: 4px; line-height: 1.3; }
.cart-item-info .item-price { font-size: 0.9rem; color: var(--red); font-weight: 800; }
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.qty-btn {
  width: 32px; height: 32px;
  background: var(--black-4);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 6px;
  color: var(--white);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.qty-btn:hover { background: var(--red); border-color: var(--red); }
.remove-item {
  background: none;
  border: none;
  color: var(--gray);
  cursor: pointer;
  font-size: 1rem;
  padding: 4px;
  transition: color 0.2s;
}
.remove-item:hover { color: var(--red); }
.cart-footer {
  padding: 16px;
  border-top: 1px solid rgba(0,0,0,0.08);
  background: var(--black-3);
}
.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.mp-logo { text-align: center; margin-top: 10px; font-size: 0.76rem; color: var(--gray); }

/* ===== BACK TO TOP ===== */
.back-to-top {
  position: fixed;
  bottom: 100px; right: 24px;
  width: 44px; height: 44px;
  background: #111;
  border: 1px solid rgba(0,0,0,0.15);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  cursor: pointer;
  opacity: 0; visibility: hidden;
  transition: var(--transition);
  z-index: 150;
}
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }

/* ===== WHATSAPP FLOATING BUTTON ===== */
.wa-float {
  position: fixed;
  bottom: 28px; right: 28px;
  background: var(--green-wa);
  color: #fff;
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  z-index: 150;
  transition: var(--transition);
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,0.6); }
.wa-float i { font-size: 1.9rem; position: relative; z-index: 1; }
.wa-float-pulse {
  position: absolute;
  width: 100%; height: 100%;
  border-radius: 50%;
  background: var(--green-wa);
  opacity: 0.4;
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% { transform: scale(1); opacity: 0.4; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* ===== FOOTER ===== */
footer {
  background: #000;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 32px;
  padding: 48px 0 32px;
}
.footer-col h4 {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--red);
  display: inline-block;
  letter-spacing: 0.3px;
}
.footer-col p { font-size: 0.84rem; color: var(--gray-light); line-height: 1.7; }
.footer-col ul li { margin-bottom: 9px; display: flex; align-items: center; gap: 8px; }
.footer-col ul li i { color: var(--red); font-size: 0.85rem; min-width: 14px; }
.footer-col ul li a {
  font-size: 0.84rem;
  color: var(--gray-light);
  transition: color 0.2s;
}
.footer-col ul li a:hover { color: var(--white); }
.footer-col ul li { color: var(--gray-light); font-size: 0.84rem; }
.footer-col .logo-footer { height: 64px; width: auto; margin-bottom: 14px; }
.social-links { display: flex; gap: 10px; margin-top: 14px; }
.social-links a {
  width: 38px; height: 38px;
  background: var(--black-3);
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-light);
  font-size: 0.95rem;
  transition: var(--transition);
  text-decoration: none;
}
.social-links a:hover { background: var(--red); border-color: var(--red); color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: var(--gray);
}

/* ===== TOAST — estilo notificación iPhone ===== */
.toast {
  position: fixed;
  top: 18px; left: 50%;
  transform: translateX(-50%) translateY(-120px) scale(0.92);
  background: rgba(30, 30, 32, 0.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  color: #fff;
  padding: 12px 18px;
  border-radius: 22px;
  font-size: 0.85rem;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  transition: transform 0.38s cubic-bezier(.34,1.42,.64,1), opacity 0.28s ease;
  white-space: nowrap;
  max-width: calc(100vw - 40px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.32), 0 1px 0 rgba(255,255,255,0.06) inset;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}
.toast::before {
  content: "";
  width: 28px; height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  background: #CC1212 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath d='M2 3a1 1 0 00-1 1v1a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H2zM2 8a1 1 0 00-1 1v6a1 1 0 001 1h16a1 1 0 001-1V9a1 1 0 00-1-1H2z'/%3E%3C/svg%3E") no-repeat center/14px;
}
.toast.success::before {
  background: #1a8a45 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center/14px;
}
.toast.error::before {
  background: #CC1212 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zM8.707 7.293a1 1 0 00-1.414 1.414L8.586 10l-1.293 1.293a1 1 0 101.414 1.414L10 11.414l1.293 1.293a1 1 0 001.414-1.414L11.414 10l1.293-1.293a1 1 0 00-1.414-1.414L10 8.586 8.707 7.293z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center/14px;
}
.toast-inner { display: flex; flex-direction: column; gap: 1px; }
.toast-app  { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; opacity: 0.55; }
.toast-msg  { font-size: 0.85rem; font-weight: 500; }
.toast.show { transform: translateX(-50%) translateY(0) scale(1); opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .about-section { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .contact-layout { grid-template-columns: 1fr; }
  .checkout-layout { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .hero-banner { min-height: 420px; }
  .testimonios-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  /* Header compacto */
  .header-nav { display: none; }
  .hamburger { display: flex; flex-direction: column; }
  .header-inner { padding: 8px 0; }
  .logo img { height: 52px; }
  /* En móvil: WhatsApp + Instagram, ocultar Facebook */
  .header-actions .si-fb { display: none; }
  .header-actions .si-wa,
  .header-actions .si-ig { display: flex; }
  /* Carrito: solo icono + número, sin padding extra */
  .cart-action-btn { padding: 9px 14px; font-size: 0.88rem; }

  /* Topbar */
  .topbar { padding: 0; height: 48px; display: flex; align-items: center; }
  .topbar .container { flex-direction: row; gap: 12px; font-size: 0.79rem; }
  .topbar .container span:nth-child(2),
  .topbar .container span:nth-child(4),
  .topbar .container span:nth-child(5) { display: none; }
  .topbar-camion { display: block; position: absolute; bottom: 10%; left: 0; height: 80%; width: auto; object-fit: contain; pointer-events: none; animation: camionPasa 15s linear infinite; z-index: 0; }

  /* Search strip — ajustado al header más pequeño (~68px) */
  .search-strip { top: 68px; }

  /* Productos page: ocultar hero para que los productos queden visibles de entrada */
  .page-hero { display: none; }
  .shop-page { padding: 8px 0 40px; }
  .sort-bar { padding: 8px 0; }

  /* Hero */
  .hero-banner { min-height: 300px; }
  .hero-banner-overlay { padding: 0 0 24px; }
  .hero-content { padding-top: 44px; }
  .hero-slogan { font-size: 1.55rem; }
  .hero-sub { font-size: 0.92rem; margin-bottom: 20px; }
  .hero-buttons { flex-direction: column; align-items: center; gap: 10px; }
  .hero-buttons a { width: 100%; max-width: 300px; text-align: center; justify-content: center; }
  .hero-trust { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 12px; }
  .hero-trust span { font-size: 0.8rem; white-space: nowrap; }

  /* Secciones — padding reducido */
  .categories { padding: 36px 0; }
  .products-section { padding: 36px 0; }
  .why-us { padding: 36px 0; }
  .how-to-buy { padding: 36px 0; }
  .testimonios-section { padding: 36px 0; }
  .cta-section { padding: 48px 0; }
  .section-header { margin-bottom: 24px; }
  .section-header h2 { font-size: 1.45rem; }

  /* Categorías — 3 por fila en mobile */
  .categories-grid { gap: 8px; }
  .category-card { flex: 0 1 calc(33.33% - 6px); padding: 18px 8px; }
  .category-card .cat-icon { font-size: 1.5rem; margin-bottom: 6px; }
  .category-card h3 { font-size: 0.78rem; }

  /* Grillas — 1 columna en mobile para productos */
  .products-grid { grid-template-columns: 1fr; gap: 10px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .testimonios-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }

  /* Cards más compactas */
  .why-card { padding: 20px 14px; }
  .why-card .wi { font-size: 1.8rem; margin-bottom: 10px; }
  .why-card h3 { font-size: 0.88rem; }
  .why-card p { font-size: 0.8rem; }
  .step-card { padding: 18px 14px; }
  .step-num { width: 34px; height: 34px; font-size: 0.88rem; margin-bottom: 14px; }
  .step-card h3 { font-size: 0.88rem; }
  .step-card p { font-size: 0.8rem; }
  .testimonio-card { padding: 20px 18px; }

  /* Productos */
  .product-info-top { min-height: 100px; }
  .product-info { padding: 12px; }
  .product-info h3 { font-size: 0.85rem; }
  .price-main { font-size: 1.15rem; }

  /* Footer */
  .footer-contact-inner { flex-direction: column; }
  .social-links-vertical { flex-direction: row; }
  .stats-row { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  /* CTA */
  .cta-buttons { flex-direction: column; align-items: center; gap: 10px; }
  .cta-buttons a { width: 100%; max-width: 300px; text-align: center; justify-content: center; }

  /* Carrito — sube desde abajo */
  .cart-panel { width: 100%; height: auto; max-height: 85vh; right: 0; bottom: -100vh; top: auto; border-radius: 20px 20px 0 0; transition: bottom 0.3s ease; }
  .cart-panel.open { bottom: 0; }

  /* Nav mobile drawer */
  nav { display: block; background: var(--black-2); border-bottom: 1px solid rgba(0,0,0,0.08); position: sticky; top: 68px; z-index: 98; }
  .nav-inner { display: none; flex-direction: column; }
  .nav-inner.open { display: flex; }
  .nav-inner a { padding: 13px 20px; border-bottom: 1px solid rgba(0,0,0,0.06); }

  /* Contacto */
  .contact-item-link { margin: -6px; padding: 6px; }
  .map-link-block { border-radius: 0; }

  /* Modal — sube desde abajo */
  .modal-box { flex-direction: column; max-height: 92vh; border-radius: 16px 16px 0 0; bottom: 0; top: auto; position: fixed; width: 100%; }
  .modal-img { width: 100%; min-width: unset; height: 220px; }
  .modal-img img { object-fit: contain; padding: 12px; }
  .modal-info { padding: 18px 16px; gap: 8px; }
  .modal-nombre { font-size: 1.1rem; }
  #product-modal { align-items: flex-end; padding: 0; }

  /* Toast */
  .toast { white-space: normal; max-width: calc(100vw - 40px); text-align: center; }

  /* Touch targets */
  .btn-add { padding: 13px 11px; }
  .btn-wa-product { padding: 13px 10px; }
}

/* Pantallas muy pequeñas (iPhone SE, < 390px) */
@media (max-width: 390px) {
  .category-card { flex: 0 1 calc(50% - 5px); padding: 14px 6px; }
  .category-card .cat-icon { font-size: 1.3rem; }
  .category-card h3 { font-size: 0.72rem; }
  .products-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .hero-slogan { font-size: 1.35rem; }
  .section-header h2 { font-size: 1.25rem; }
}

/* ===== BREAKPOINT INTERMEDIO (tablet grande / landscape) ===== */
@media (max-width: 768px) {
  .hero-slogan { font-size: 2.1rem; }
  .hero-content { padding-top: 56px; }
  .section-header h2 { font-size: 1.55rem; }
  .hero-sub { font-size: 0.98rem; }
}

/* ===== FOCUS STATES (accesibilidad teclado) ===== */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 3px;
}

/* ===== MOBILE CATEGORY CHIPS (productos.html) ===== */
.mobile-cat-strip {
  display: none;
  overflow-x: auto;
  white-space: nowrap;
  padding: 10px 16px;
  gap: 8px;
  background: var(--black-2);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.mobile-cat-strip::-webkit-scrollbar { display: none; }
.mobile-cat-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,0.12);
  background: var(--black-3);
  color: var(--gray-light);
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
  flex-shrink: 0;
}
.mobile-cat-chip.active {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}
@media (max-width: 980px) {
  .mobile-cat-strip { display: flex; }
}

/* ===== MODAL DE PRODUCTO ===== */
#product-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
  padding: 16px;
}
#product-modal.open {
  opacity: 1;
  pointer-events: all;
}
.modal-box {
  background: var(--black-2);
  border-radius: var(--radius);
  display: flex;
  flex-direction: row;
  max-width: 860px;
  width: 100%;
  max-height: 88vh;
  overflow: hidden;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.25s;
}
#product-modal.open .modal-box {
  transform: translateY(0);
}
.modal-img {
  width: 380px;
  min-width: 380px;
  background: var(--black-3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.modal-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}

/* Flechas de galería */
.modal-img-prev,
.modal-img-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.55);
  border: none;
  color: #fff;
  font-size: 1rem;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background 0.2s;
}
.modal-img-prev:hover,
.modal-img-next:hover { background: var(--red); }
.modal-img-prev { left: 10px; }
.modal-img-next { right: 10px; }

/* Dots indicadores */
.modal-img-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  z-index: 2;
}
.modal-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,0.2);
  cursor: pointer;
  transition: background 0.2s;
}
.modal-dot.active { background: var(--red); }
.modal-info {
  flex: 1;
  padding: 32px 28px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-nombre {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.3;
}
.modal-desc {
  font-size: 0.9rem;
  color: var(--gray-light);
  line-height: 1.6;
}
.modal-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 4px;
}
.modal-price .price-main {
  font-size: 1.8rem;
  font-weight: 900;
}
.modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,255,255,0.1);
  border: none;
  color: var(--white);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 2;
}
.modal-close:hover { background: var(--red); color: #fff; }

@media (max-width: 380px) {
  .category-card { flex: 0 1 calc(50% - 7px); }
  .products-grid { grid-template-columns: 1fr; }
  .hero-slogan { font-size: 1.4rem; }
  .values-grid { grid-template-columns: 1fr; }
}

/* ===== VARIANTES DE PRODUCTO ===== */
.variant-group {
  margin-bottom: 8px;
}
.variant-label {
  display: block;
  font-size: 0.75rem;
  color: var(--gray-light);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.variant-btn {
  padding: 4px 10px;
  border-radius: 6px;
  border: 1.5px solid rgba(0,0,0,0.2);
  background: transparent;
  color: var(--white);
  font-size: 0.78rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.variant-btn:hover {
  border-color: var(--red);
  color: var(--red);
}
.variant-btn.selected {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
}
.btn-add:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: var(--gray-light);
}

/* Imagen en carrito */
.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cart-item-variant {
  font-size: 0.75rem;
  color: var(--gray-light);
  margin-bottom: 2px;
}

/* ===== WELCOME TOAST ===== */
.welcome-toast {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 9999;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(28, 28, 30, 0.92);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 14px 18px;
  width: max-content;
  max-width: calc(100vw - 32px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.45), 0 1px 0 rgba(255,255,255,0.06) inset;
  transform: translateX(-50%) translateY(-120px) scale(0.92);
  opacity: 0;
  transition: transform 0.38s cubic-bezier(0.34,1.42,0.64,1), opacity 0.28s ease;
  pointer-events: none;
}
.welcome-toast.visible {
  transform: translateX(-50%) translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.wt-logo {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: contain;
  background: var(--dark);
  flex-shrink: 0;
}
.wt-body {
  flex: 1;
  min-width: 0;
}
.wt-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 3px;
  line-height: 1.3;
  white-space: nowrap;
}
.wt-sub {
  font-size: 0.78rem;
  color: #aaa;
  margin: 0;
  line-height: 1.35;
}
.wt-close {
  background: none;
  border: none;
  color: #888;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 4px;
  flex-shrink: 0;
  align-self: flex-start;
}
.wt-close:hover { color: #fff; }
.wt-register-btn {
  display: inline-block;
  margin-top: 8px;
  background: var(--red);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: 0.02em;
}
.wt-register-btn:hover { background: #c0392b; }

/* ===== MODAL REGISTRO ===== */
.reg-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 10000;
}
.reg-overlay.visible { display: block; }
.reg-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  z-index: 10001;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 18px;
  padding: 36px 32px 32px;
  width: min(420px, calc(100vw - 32px));
  text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.6);
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0;
}
.reg-modal.visible {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.reg-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  color: #888;
  font-size: 1.4rem;
  cursor: pointer;
  line-height: 1;
}
.reg-modal-close:hover { color: #fff; }
.reg-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 16px;
}
.reg-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.reg-desc {
  font-size: 0.88rem;
  color: #aaa;
  margin: 0 0 22px;
  line-height: 1.5;
}
.reg-modal .form-group {
  text-align: left;
  margin-bottom: 14px;
}
.reg-modal .form-group label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: #bbb;
  margin-bottom: 6px;
}
.reg-modal .form-group input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #444;
  background: #111;
  color: #fff;
  font-size: 0.95rem;
  box-sizing: border-box;
}
.reg-modal .form-group input:focus {
  outline: 2px solid var(--red);
  border-color: transparent;
}

/* ===== SECCIONES QUE SE MANTIENEN OSCURAS (tema claro) ===== */

/* Footer */
footer {
  background: #111 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.footer-col h4 { color: #fff !important; border-bottom-color: rgba(255,255,255,0.3) !important; }
.footer-col p { color: #BBBBBB !important; }
.footer-col ul li { color: #BBBBBB !important; }
.footer-col ul li a { color: #BBBBBB !important; }
.footer-col ul li a:hover { color: #fff !important; }
.footer-col ul li i { color: #fff !important; }
.social-links a {
  background: #1E1E1E !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #BBBBBB !important;
}
.social-links a:hover { background: var(--red) !important; border-color: var(--red) !important; color: #fff !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06) !important;
  background: #111 !important;
  color: #777 !important;
}
.footer-bottom span { color: #777 !important; }
.social-links-vertical a {
  background: #1E1E1E !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  color: #BBBBBB !important;
}
.social-links-vertical a:hover { background: var(--red) !important; color: #fff !important; }

/* Cart panel */
.cart-panel {
  background: #141414 !important;
  color: #fff !important;
}
.cart-header {
  background: #1E1E1E !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.cart-header h2 { color: #fff !important; }
.cart-close { color: #BBBBBB !important; }
.cart-footer {
  background: #1E1E1E !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.cart-total,
.cart-total span { color: #fff !important; }
.mp-logo { color: #888 !important; }
.cart-item { border-bottom: 1px solid rgba(255,255,255,0.06) !important; }
.cart-item-name,
.cart-item-qty,
.cart-item-remove { color: #fff !important; }
.cart-item-price { color: #CC1212 !important; }
.cart-item-img { background: #2a2a2a !important; }
.qty-btn { background: #2a2a2a !important; border-color: #3a3a3a !important; color: #fff !important; }
.qty-btn:hover { background: #CC1212 !important; border-color: #CC1212 !important; }

/* ML reputación — tarjeta oscura intencional */
.ml-rep-section {
  background: #141414 !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}
.ml-rep-section .section-header h2,
.ml-rep-section .section-header p { color: #fff !important; }
.ml-rep-card {
  background: #1E1E1E !important;
}
.ml-stats-row {
  background: #0D0D0D !important;
}
.ml-store-name,
.ml-store-meta { color: #fff !important; }

/* ===== HERO SPLIT LAYOUT ===== */
.hero-split {
  background: linear-gradient(135deg, #F5F7FA 0%, #EEF2F7 60%, #EAF0F8 100%);
  padding: 0;
  min-height: 460px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.hero-split-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 56px 0 64px;
  width: 100%;
}
.hero-text-col {
  flex: 0 0 100%;
  max-width: 700px;
  margin: 0 auto;
}
.hero-img-col {
  flex: 0 0 48%;
  max-width: 48%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hero-truck-img {
  width: 100%;
  max-width: 560px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 48px rgba(0,0,0,0.18));
}
.hero-eyebrow {
  display: block;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-light);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.hero-split .hero-slogan {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.08;
  color: var(--accent);
  text-shadow: none;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  text-align: center;
}
.hero-split .hero-slogan .highlight {
  color: var(--red);
  text-shadow: none;
}
.hero-split .hero-subtitle {
  color: var(--gray);
  font-size: 1rem;
  text-shadow: none;
  margin: 0 0 28px;
  line-height: 1.65;
  text-align: center;
  text-align: center;
}
.hero-split .hero-buttons {
  justify-content: center;
}
.hero-split .hero-trust {
  justify-content: center;
  margin-top: 24px;
}
.hero-split .hero-trust span {
  color: var(--gray);
  font-size: 0.82rem;
}
.hero-split .hero-trust span i {
  color: var(--red);
}

/* Precios en navy */
.price-main {
  color: var(--accent);
}

/* ===== FEATURES STRIP RESPONSIVE ===== */
@media (max-width: 980px) {
  .features-strip-inner { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .features-strip-inner { grid-template-columns: 1fr 1fr; gap: 10px; }
  .feature-item { padding: 14px 12px; gap: 10px; }
  .fi-icon-wrap { width: 36px; height: 36px; }
  .fi-icon { font-size: 1rem; }
  .fi-title { font-size: 0.82rem; }
  .fi-desc { display: none; }
}

/* ===== HERO SPLIT RESPONSIVE ===== */
@media (max-width: 980px) {
  .hero-split { min-height: auto; }
  .hero-split-inner { gap: 24px; padding: 40px 0 48px; }
  .hero-text-col { flex: 0 0 55%; max-width: 55%; }
  .hero-img-col { flex: 0 0 45%; max-width: 45%; }
  .hero-split .hero-slogan { font-size: 2.2rem; }
}
@media (max-width: 640px) {
  .hero-split-inner { flex-direction: column-reverse; padding: 28px 0 32px; gap: 16px; }
  .hero-text-col { flex: 0 0 100%; max-width: 100%; }
  .hero-img-col { flex: 0 0 100%; max-width: 100%; justify-content: center; }
  .hero-truck-img { max-width: 320px; }
  .hero-split .hero-slogan { font-size: 1.7rem; text-align: center; }
  .hero-split .hero-subtitle { text-align: center; }
  .hero-split .hero-buttons { justify-content: center; }
  .hero-split .hero-trust { justify-content: center; }
  .hero-eyebrow { display: block; text-align: center; }
}

