/* ============================================
   ADROGUE PC by NEED IT
   Estilo e-commerce clásico (Need IT layout)
   Colores: Rojo Adrogue + Negro
============================================ */

:root {
  /* Identidad Adrogue PC */
  --red: #e63946;
  --red-dark: #c81d2a;
  --red-hover: #ff4757;

  /* Neutros - fondo e-commerce */
  --black: #1a1a1a;
  --black-dark: #0f0f0f;
  --black-nav: #1c1c1c;
  --dark-overlay: #2a2a2a;

  /* Grays */
  --white: #ffffff;
  --off-white: #fafafa;
  --gray-bg: #f4f5f7;
  --gray-light: #e5e7eb;
  --gray: #9ca3af;
  --gray-dark: #4b5563;
  --text-dark: #1f2937;
  --text-body: #374151;

  /* Verde Need IT — extraído del logo oficial */
  --green: #9cd996;
  --green-dark: #7ec076;
  --green-bright: #b0e8aa;

  /* Gris UI — topbar y botones secundarios */
  --gray-ui: #5a5f6a;
  --gray-ui-dark: #464b54;
  --gray-ui-hover: #6b717d;

  /* Sombras */
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.1);

  --max-w: 1280px;
  --radius: 6px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
  background: var(--white);
  color: var(--text-dark);
  overflow-x: hidden;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; }

/* ============ TOP BAR (promo scrolling) ============ */
.topbar {
  background: var(--gray-ui);
  color: var(--white);
  overflow: hidden;
  padding: 8px 0;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  border-bottom: 2px solid var(--gray-ui-dark);
}
.topbar-scroll {
  display: flex;
  white-space: nowrap;
  animation: scroll-left 35s linear infinite;
  gap: 60px;
}
.topbar-scroll span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.topbar-scroll .sep {
  color: rgba(255,255,255,0.5);
  font-weight: 400;
}
@keyframes scroll-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ HEADER ============ */
.header {
  background: var(--white);
  padding: 18px 0;
  border-bottom: 1px solid var(--gray-light);
}
.header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 24px;
  align-items: center;
}
.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.logo-main {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  color: var(--white);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.logo-main .pc {
  color: var(--red);
  position: relative;
}
.logo-main .pc::after {
  content: '®';
  font-size: 0.4em;
  vertical-align: super;
  margin-left: 2px;
  color: var(--gray);
}
.logo-sub {
  font-size: 0.64rem;
  color: var(--gray);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-top: 3px;
  font-weight: 600;
}
.logo-sub .by-needit {
  color: var(--green);
  font-weight: 700;
}

/* Buscador */
.search-wrap {
  position: relative;
  width: 100%;
  max-width: 640px;
}
.search-input {
  width: 100%;
  padding: 13px 50px 13px 20px;
  border: 2px solid var(--dark-overlay);
  background: var(--white);
  border-radius: 50px;
  font-size: 0.95rem;
  font-family: inherit;
  color: var(--text-dark);
  transition: border-color 0.15s;
  outline: none;
}
.search-input:focus {
  border-color: var(--red);
}
.search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gray-dark);
}
.search-btn:hover { color: var(--red); }
.search-btn svg { width: 20px; height: 20px; }

/* Botón armá tu PC */
.btn-arma-pc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  background: var(--red);
  color: var(--white) !important;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.15s;
  border: 2px solid var(--red);
  white-space: nowrap;
}
.btn-arma-pc:hover {
  background: var(--red-hover);
  border-color: var(--red-hover);
}
.btn-arma-pc svg { width: 18px; height: 18px; }

/* Icons header */
.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-icon {
  color: var(--text-dark);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: color 0.15s;
  position: relative;
}
.header-icon:hover { color: var(--red); }
.header-icon svg { width: 22px; height: 22px; }
.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: var(--red);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 800;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* ============ NAV PRINCIPAL ============ */
.main-nav {
  background: #00008a;
  border-top: none;
  border-bottom: 3px solid var(--red);
  position: sticky;
  top: 0;
  z-index: 50;
  box-shadow: var(--shadow);
}
.main-nav-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.main-nav-inner::-webkit-scrollbar { display: none; }

.nav-items {
  display: flex;
  list-style: none;
  align-items: stretch;
}
.nav-items > li {
  position: relative;
}
.nav-items > li > a {
  display: flex;
  align-items: center;
  padding: 16px 18px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.15s;
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.nav-items > li > a:hover {
  color: var(--red);
}
.nav-items > li > a.active {
  color: var(--red);
  border-bottom-color: var(--red);
}
.nav-items .caret {
  margin-left: 6px;
  font-size: 0.7rem;
  color: var(--red);
}

.nav-cta-tienda {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: var(--green);
  color: #1a1a1a !important;
  border-radius: 50px;
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.15s;
  margin-left: 10px;
  white-space: nowrap;
}
.nav-cta-tienda:hover {
  background: var(--green-bright);
  transform: translateY(-1px);
}
.nav-cta-tienda svg { width: 14px; height: 14px; }

.mobile-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  padding: 14px;
}
.mobile-toggle svg { width: 24px; height: 24px; }

/* Mega dropdown categorías */
.mega {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-top: 3px solid var(--red);
  box-shadow: var(--shadow-md);
  padding: 18px;
  min-width: 240px;
  display: none;
  z-index: 60;
  border-radius: 0 0 var(--radius) var(--radius);
}
.nav-items > li:hover .mega {
  display: block;
}
.mega a {
  display: block;
  padding: 8px 12px;
  color: var(--text-dark);
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4px;
  transition: all 0.15s;
}
.mega a:hover {
  background: var(--gray-bg);
  color: var(--red);
}

/* ============ BOTONES GENÉRICOS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: all 0.15s;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.btn-red {
  background: var(--red);
  color: var(--white);
}
.btn-red:hover {
  background: var(--red-hover);
  box-shadow: 0 8px 20px -6px rgba(230,57,70,0.5);
}
.btn-green {
  background: var(--gray-ui);
  color: var(--white);
}
.btn-green:hover {
  background: var(--gray-ui-hover);
  box-shadow: 0 8px 20px -6px rgba(90,95,106,0.4);
}
.btn-whatsapp {
  background: #25d366;
  color: var(--white);
}
.btn-whatsapp:hover {
  background: #20bd5a;
  box-shadow: 0 8px 20px -6px rgba(37,211,102,0.5);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--black);
}
.btn-outline-red {
  background: transparent;
  color: var(--red);
  border: 2px solid var(--red);
}
.btn-outline-red:hover {
  background: var(--red);
  color: var(--white);
}
.btn svg { width: 16px; height: 16px; }

/* ============ HERO CAROUSEL (imágenes) ============ */
.hero-carousel {
  position: relative;
  background: var(--black);
  overflow: hidden;
}
.hero-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.hero-carousel-slide {
  min-width: 100%;
  display: block;
  position: relative;
}
.hero-carousel-slide img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}
.hero-carousel-slide a {
  display: block;
  width: 100%;
}
.hero-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(26, 26, 26, 0.75);
  backdrop-filter: blur(6px);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s;
}
.hero-carousel-arrow:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-50%) scale(1.08);
}
.hero-carousel-arrow svg { width: 22px; height: 22px; }
.hero-carousel-arrow.prev { left: 20px; }
.hero-carousel-arrow.next { right: 20px; }

.hero-carousel-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  backdrop-filter: blur(6px);
}
.hero-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.hero-carousel-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
.hero-carousel-dot.active {
  background: var(--red);
  width: 28px;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .hero-carousel-arrow { width: 38px; height: 38px; }
  .hero-carousel-arrow.prev { left: 8px; }
  .hero-carousel-arrow.next { right: 8px; }
  .hero-carousel-arrow svg { width: 18px; height: 18px; }
  .hero-carousel-dots { bottom: 10px; padding: 6px 10px; }
  .hero-carousel-dot { width: 8px; height: 8px; }
  .hero-carousel-dot.active { width: 22px; }
}

/* ============ SUCURSALES + ENVIOS CARDS ============ */
.branches-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.branch-image-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.branch-image-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.branch-image-card img {
  width: 100%;
  height: auto;
  display: block;
}
.branch-image-card.clickable::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  transition: border-color 0.2s;
  pointer-events: none;
}
.branch-image-card.clickable:hover::after {
  border-color: var(--red);
}

@media (max-width: 900px) {
  .branches-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* ============ HERO LEGACY (mantenemos clases si se usan en otras páginas) ============ */
.hero {
  background: var(--black);
  padding: 0;
  position: relative;
  overflow: hidden;
}
.hero-inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.hero-slide {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0f0f0f 0%, #2a1418 50%, #1a1a1a 100%);
  overflow: hidden;
  padding: 60px 80px;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 85% 20%, rgba(230,57,70,0.25) 0%, transparent 50%),
    radial-gradient(circle at 15% 80%, rgba(230,57,70,0.12) 0%, transparent 50%);
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}
.hero-brand-tag {
  display: inline-block;
  color: var(--red);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-family: 'Open Sans', sans-serif;
}
.hero-brand-tag::before,
.hero-brand-tag::after { content: '®'; font-size: 0.55em; vertical-align: super; opacity: 0.7; margin: 0 2px; }
.hero-brand-tag::before { display: none; }
.hero-title-box {
  display: inline-block;
  background: var(--red);
  color: var(--white);
  padding: 12px 32px;
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 14px;
  box-shadow: 0 8px 30px rgba(230,57,70,0.35);
  border-radius: 4px;
}
.hero-subtitle {
  color: var(--white);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  line-height: 1.3;
}
.hero-desc {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 520px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-perks {
  display: flex;
  gap: 22px;
  margin-top: 36px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-perk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero-perk svg { width: 16px; height: 16px; color: var(--red); }

/* Hero Adrogue anchor badge */
.hero-locbadge {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 280px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  box-shadow: 0 30px 80px rgba(230,57,70,0.4);
  border: 6px solid var(--red);
  z-index: 3;
}
.hero-locbadge-top {
  color: var(--red);
  font-weight: 900;
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.hero-locbadge-num {
  font-family: 'Open Sans', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  color: var(--black);
  line-height: 0.9;
}
.hero-locbadge-label {
  font-size: 0.95rem;
  color: var(--black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
  line-height: 1.3;
}
.hero-locbadge-addr {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--gray-light);
  font-size: 0.72rem;
  color: var(--gray-dark);
  font-weight: 600;
}

/* ============ STRIP BENEFITS (respaldo real) ============ */
.benefits-strip {
  background: var(--white);
  padding: 36px 20px;
  border-bottom: 1px solid var(--gray-light);
}
.benefits-strip-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  text-align: center;
}
.benefits-strip h2 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  color: var(--red);
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.benefit-li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  padding: 12px;
}
.benefit-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.benefit-li div strong {
  display: block;
  color: var(--text-dark);
  font-size: 0.92rem;
  margin-bottom: 4px;
  font-weight: 800;
}
.benefit-li div p {
  color: var(--text-body);
  font-size: 0.82rem;
  line-height: 1.4;
}

/* ============ SECCIONES ============ */
.section {
  padding: 50px 20px;
  background: var(--gray-bg);
}
.section-white { background: var(--white); }
.section-dark { background: var(--black); color: var(--white); }
.section-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.section-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: var(--text-dark);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--red);
  display: inline-block;
}
.section-dark .section-title { color: var(--white); }

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: inherit;
}
.product-card:hover {
  border-color: var(--red);
  box-shadow: 0 8px 20px -6px rgba(0,0,0,0.15);
  transform: translateY(-3px);
}
.product-heart {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  color: var(--red);
  background: var(--white);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.product-heart svg { width: 16px; height: 16px; }
.product-img {
  aspect-ratio: 1;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-bottom: 1px solid var(--gray-light);
  position: relative;
}
.product-img svg {
  width: 50%;
  height: 50%;
  color: var(--gray);
}
.product-img .emoji {
  font-size: 3rem;
}
.product-info {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-sku-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.product-sku {
  font-size: 0.68rem;
  color: var(--gray);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.product-stock {
  font-size: 0.66rem;
  color: var(--green-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: rgba(149,224,108,0.15);
  padding: 2px 8px;
  border-radius: 4px;
}
.product-name {
  font-size: 0.9rem;
  color: var(--text-dark);
  font-weight: 700;
  margin-bottom: auto;
  padding-bottom: 14px;
  line-height: 1.3;
  text-align: center;
  min-height: 2.6em;
}
.product-price-label {
  display: none;
}
.product-price {
  font-size: 1.3rem;
  color: var(--text-dark);
  font-weight: 900;
  text-align: center;
}
.product-price-efec {
  font-size: 0.72rem;
  color: var(--text-body);
  text-align: center;
  margin-top: 2px;
}

/* Category grid */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.cat-card {
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: var(--radius);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
}
.cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s;
}
.cat-card:hover {
  border-color: var(--red);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.cat-card:hover::before { transform: scaleX(1); }
.cat-icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: rgba(230,57,70,0.08);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  transition: all 0.2s;
}
.cat-card:hover .cat-icon {
  background: var(--red);
  color: var(--white);
}
.cat-icon svg { width: 30px; height: 30px; stroke-width: 2; }
.cat-card h3 {
  font-size: 1rem;
  color: var(--text-dark);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.cat-card p {
  font-size: 0.82rem;
  color: var(--text-body);
  line-height: 1.5;
  margin-bottom: 16px;
}
.cat-link {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* Two-column info strip */
.info-strip {
  background: var(--black);
  color: var(--white);
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}
.info-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 50%, rgba(230,57,70,0.15) 0%, transparent 50%),
    radial-gradient(circle at 90% 50%, rgba(230,57,70,0.08) 0%, transparent 50%);
}
.info-strip-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 32px;
  align-items: center;
  position: relative;
}
.info-icon {
  font-size: 3rem;
}
.info-strip h3 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 6px;
}
.info-strip h3 .ac { color: var(--red); }
.info-strip p {
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--white);
  color: var(--text-dark);
  padding: 50px 20px 0;
  border-top: 3px solid var(--gray-light);
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-light);
}
.footer-brand h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.footer-brand h3 .red { color: var(--red); }
.footer-brand .by-needit-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(149,224,108,0.1);
  border: 1px solid rgba(149,224,108,0.3);
  color: var(--green);
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.footer-brand p {
  font-size: 0.88rem;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gray-light);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-dark);
  transition: all 0.15s;
}
.footer-social a:hover {
  background: var(--red);
  transform: translateY(-2px);
}
.footer-social svg { width: 18px; height: 18px; }

.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--text-dark);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a {
  color: var(--text-body);
  font-size: 0.85rem;
  transition: color 0.15s;
}
.footer-col a:hover { color: var(--red); }

.footer-contact-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  align-items: flex-start;
  color: var(--text-body);
  font-size: 0.85rem;
  line-height: 1.5;
}
.footer-contact-item svg {
  width: 16px; height: 16px;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact-item strong {
  color: var(--text-dark);
  font-weight: 700;
  display: block;
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid var(--gray-light);
}
.footer-bottom p {
  font-size: 0.78rem;
  color: var(--gray-dark);
}
.footer-bottom .network-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--gray-bg);
  color: var(--gray-dark);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid var(--gray-light);
  text-decoration: none;
  transition: background 0.15s;
}
.footer-bottom .network-pill:hover {
  background: var(--gray-light);
}

/* ============ WHATSAPP FLOAT ============ */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(37,211,102,0.5);
  z-index: 90;
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg {
  width: 32px;
  height: 32px;
  fill: var(--white);
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid #25d366;
  opacity: 0.5;
  animation: wa-pulse 2s ease-in-out infinite;
}
@keyframes wa-pulse {
  0%, 100% { transform: scale(1); opacity: 0.5; }
  50% { transform: scale(1.15); opacity: 0; }
}

/* ============ PAGE HEADER (para páginas internas) ============ */
.page-header {
  background: var(--black);
  color: var(--white);
  padding: 50px 20px 40px;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(230,57,70,0.15) 0%, transparent 50%);
}
.page-header-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.breadcrumb {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}
.breadcrumb a { color: var(--gray); transition: color 0.15s; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { color: var(--dark-overlay); margin: 0 8px; }
.page-header h1 {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin-bottom: 12px;
}
.page-header h1 .ac { color: var(--red); }
.page-header p {
  color: rgba(255,255,255,0.85);
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 720px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .product-grid { grid-template-columns: repeat(4, 1fr); }
  .cat-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-list { grid-template-columns: repeat(2, 1fr); }
  .hero-locbadge { width: 220px; height: 220px; right: 30px; }
  .hero-locbadge-num { font-size: 3rem; }
}
@media (max-width: 768px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 14px;
  }
  .search-wrap { order: 4; grid-column: 1 / -1; max-width: 100%; }
  .btn-arma-pc { display: none; }
  .header-icons { gap: 12px; }
  .header-icon span { display: none; }
  .logo-main { font-size: 1.5rem; }
  .logo-sub { font-size: 0.58rem; }

  .main-nav-inner { padding: 0 12px; }
  .nav-items > li > a { padding: 14px 12px; font-size: 0.75rem; }
  .nav-cta-tienda { padding: 8px 14px; font-size: 0.7rem; }

  .hero-slide { padding: 40px 24px; min-height: 380px; }
  .hero-locbadge { display: none; }
  .hero-title-box { padding: 10px 20px; }

  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-list { grid-template-columns: 1fr; }

  .info-strip-inner { grid-template-columns: 1fr; text-align: center; gap: 16px; }

  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (max-width: 480px) {
  .section { padding: 36px 16px; }
  .hero-slide { min-height: 340px; }
  .hero-title-box { font-size: 1.6rem; padding: 8px 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
}
