/* ============================================================
   EquipajeKaizens.com - Estilos principales
   Diseño: Moderno y Minimalista
   ============================================================ */

/* --- Reset & Variables --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --primary:       #1e3a5f;
  --primary-light: #2a5298;
  --accent:        #e63946;
  --gold:          #c9a84c;
  --bg:            #ffffff;
  --bg-light:      #f8f9fa;
  --bg-dark:       #1a1a2e;
  --text:          #2d3748;
  --text-light:    #718096;
  --border:        #e2e8f0;
  --shadow:        0 2px 15px rgba(0,0,0,0.08);
  --shadow-hover:  0 8px 30px rgba(0,0,0,0.15);
  --radius:        12px;
  --radius-lg:     20px;
  --transition:    all 0.3s ease;
  --max-width:     1200px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--bg);
  font-size: 16px;
}

img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   HEADER & NAVEGACIÓN
   ============================================================ */

header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: radial-gradient(ellipse 80% 120% at 50% 50%, #152b47 0%, #0b1928 55%, #091422 100%);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 2px 20px rgba(0,0,0,0.35);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 20px;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  text-decoration: none;
}

.logo-backpack {
  width: 36px;
  height: 42px;
  flex-shrink: 0;
  margin-top: -1px;
}

.logo-text {
  font-family: 'Exo 2', 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: -0.3px;
  color: #ffffff;
  line-height: 1;
}

/* "Kaizens" en degradado azul */
.logo-k {
  background: linear-gradient(90deg, #2e9ad4 0%, #5ec8f5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Exo 2', 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
}

/* ".com" en blanco igual que "Equipaje" */
.logo-dot {
  color: #ffffff;
  font-family: 'Exo 2', 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  -webkit-text-fill-color: #ffffff;
}

/* Nav principal */
nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

nav a {
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  transition: var(--transition);
  white-space: nowrap;
}

nav a:hover {
  background: rgba(255,255,255,0.1);
  color: #ffffff;
}

nav a.ofertas {
  color: var(--accent);
  font-weight: 700;
}

nav a.lujo {
  color: var(--gold);
  font-weight: 700;
}

/* Botón hamburguesa */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: var(--transition);
}

.menu-toggle:hover { background: rgba(255,255,255,0.1); }

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgba(255,255,255,0.85);
  border-radius: 2px;
  transition: var(--transition);
}

/* Menú móvil */
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 12px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: #0f1e33;
}

.mobile-nav.open { display: flex; }

.mobile-nav a {
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255,255,255,0.8);
  transition: var(--transition);
}

.mobile-nav a:hover { background: rgba(255,255,255,0.1); color: #ffffff; }
.mobile-nav a.ofertas { color: var(--accent); font-weight: 700; }
.mobile-nav a.lujo { color: var(--gold); font-weight: 700; }

/* ============================================================
   HERO SECTION
   ============================================================ */

/* Hero editorial — dark navy, dos columnas */
.hero-editorial {
  background: radial-gradient(ellipse 90% 140% at 50% 50%, #152b47 0%, #0b1928 55%, #091422 100%);
  padding: 80px 20px 70px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.hero-content { max-width: 560px; }

.hero-eyebrow {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

.hero-editorial h1 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 22px;
  letter-spacing: -0.02em;
}

.hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.58);
  line-height: 1.75;
  max-width: 460px;
  margin-bottom: 32px;
}

.hero-cta-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  border-bottom: 1.5px solid rgba(255,255,255,0.35);
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.hero-cta-link:hover {
  color: #5ec8f5;
  border-color: #5ec8f5;
}

/* Columna derecha — logo grande decorativo */
.hero-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  padding: 20px 0;
}

.hero-backpack-icon {
  width: 100px;
  height: 115px;
  opacity: 0.9;
}

.hero-brand-name {
  font-family: 'Exo 2', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  color: #ffffff;
  letter-spacing: -0.4px;
  line-height: 1;
  text-align: center;
}

.hero-brand-k {
  background: linear-gradient(90deg, #2e9ad4 0%, #5ec8f5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-brand-dot {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.hero-star {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  opacity: 0.45;
}

@media (max-width: 768px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-brand { display: none; }
}

/* ============================================================
   BRAND EXPLORER
   ============================================================ */
/* Kaizen strip */
.kaizen-strip {
  background: #f7f8fa;
  border-bottom: 1px solid #ebebeb;
  padding: 28px 20px;
}

.kaizen-strip p {
  max-width: 700px;
  font-size: 0.97rem;
  color: #555;
  line-height: 1.75;
}

.kaizen-strip strong {
  color: #111;
  font-weight: 700;
}

/* Brand explorer */
.brand-explorer {
  background: #fff;
  padding: 60px 20px 70px;
  border-bottom: 1px solid #ebebeb;
}

.brand-pairs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}

.brand-pairs--b {
  grid-template-columns: repeat(3, 1fr);
}

.brand-pair {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}

.brand-pair:last-child { border-right: none; }

.brand-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 28px 16px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: clamp(0.9rem, 1.5vw, 1.15rem);
  font-weight: 600;
  transition: transform 0.22s ease, color 0.22s ease;
  line-height: 1.2;
}

.brand-name:hover {
  transform: scale(1.1);
  color: #000;
}

.bp-line {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
}

.brand-eco-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 100%;
  text-align: center;
  padding: 20px 16px;
  color: #999;
  text-decoration: none;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
}
.brand-eco-sub:hover { color: #333; }

/* Fuentes por marca */
.f-playfair { font-family: 'Playfair Display', Georgia, serif; font-style: italic; }
.f-barlow   { font-family: 'Barlow Condensed', Arial Narrow, sans-serif; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.f-oswald   { font-family: 'Oswald', Impact, sans-serif; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; }
.f-raleway  { font-family: 'Raleway', sans-serif; font-weight: 600; letter-spacing: 0.08em; }

@media (max-width: 768px) {
  .brand-pairs { grid-template-columns: repeat(2, 1fr); }
  .brand-pairs--b { grid-template-columns: repeat(2, 1fr); }
  .brand-pair:nth-child(2n) { border-right: none; }
  .brand-pair { border-bottom: 1px solid #e8e8e8; }
}

@media (max-width: 480px) {
  .hero-editorial { padding: 60px 20px 50px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-brand { display: none; }
  .brand-pairs { grid-template-columns: 1fr 1fr; }
}

/* Botón genérico (mantenido para otras secciones) */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
}

/* ============================================================
   SECCIONES GENERALES
   ============================================================ */

section { padding: 70px 0; }

.section-header {
  text-align: center;
  margin-bottom: 48px;
}

.section-label {
  display: inline-block;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}

.section-header p {
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1rem;
}

/* ============================================================
   CATEGORÍAS
   ============================================================ */

.categories { background: var(--bg-light); }

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

.cat-card {
  background: white;
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  border: 1.5px solid var(--border);
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.cat-card:hover {
  border-color: var(--primary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}

.cat-icon {
  font-size: 2.5rem;
  margin-bottom: 12px;
  display: block;
}

.cat-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.cat-card p {
  font-size: 0.78rem;
  color: var(--text-light);
}

/* ============================================================
   PRODUCTOS DESTACADOS
   ============================================================ */

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.product-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: transparent;
}

.product-img {
  position: relative;
  background: var(--bg-light);
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.product-card:hover .product-img img { transform: scale(1.05); }

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.5px;
}

.product-badge.nuevo    { background: #38a169; }
.product-badge.oferta   { background: var(--accent); }
.product-badge.premium  { background: var(--gold); }
.product-badge.top      { background: var(--primary); }

.product-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-brand {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-light);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-info p {
  font-size: 0.85rem;
  color: var(--text-light);
  margin-bottom: 14px;
  flex: 1;
  line-height: 1.5;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.product-stars {
  color: #f6ad55;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-stars span { color: var(--text-light); font-size: 0.8rem; }

.product-price {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent);
}

.product-price .desde {
  font-size: 0.72rem;
  font-weight: 400;
  color: var(--text-light);
  display: block;
}

.btn-amazon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #ff9900;
  color: #111;
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: var(--transition);
  border: none;
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.btn-amazon:hover {
  background: #e68a00;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(255,153,0,0.35);
}

/* ============================================================
   MALETA DEL MES
   ============================================================ */

.featured-month {
  background: linear-gradient(135deg, #1e3a5f 0%, #2a5298 100%);
  color: white;
}

.featured-month-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,209,102,0.2);
  border: 1px solid rgba(255,209,102,0.4);
  color: #ffd166;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.featured-month-content h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.featured-month-content h2 span { color: #ffd166; }

.featured-month-content .brand {
  font-size: 0.85rem;
  opacity: 0.75;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-month-content p {
  opacity: 0.88;
  margin-bottom: 28px;
  line-height: 1.7;
  font-size: 1rem;
}

.featured-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.feature-item::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255,209,102,0.2);
  color: #ffd166;
  border-radius: 50%;
  font-size: 0.75rem;
  flex-shrink: 0;
}

.featured-price-block {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.featured-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffd166;
}

.featured-old-price {
  font-size: 1rem;
  text-decoration: line-through;
  opacity: 0.5;
}

.featured-discount {
  background: var(--accent);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.82rem;
  font-weight: 700;
}

.featured-month-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-month-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   TOP 3 / GUÍAS
   ============================================================ */

.guides { background: var(--bg-light); }

.guides-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.guide-card {
  background: white;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.guide-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: transparent;
}

.guide-img {
  height: 180px;
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}

.guide-label {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,0.15);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.guide-content { padding: 20px; flex: 1; display: flex; flex-direction: column; }

.guide-content h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.guide-content p {
  font-size: 0.85rem;
  color: var(--text-light);
  flex: 1;
  margin-bottom: 16px;
}

.guide-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
  transition: var(--transition);
}

.guide-link:hover { gap: 10px; }

/* ============================================================
   MARCAS
   ============================================================ */

.brands { background: #f7f8fa; }

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 32px 20px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 14px;
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.brand-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--bcolor, #1e3a5f);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.08);
}

.brand-card:hover::after {
  transform: scaleX(1);
}

.brand-name {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.brand-sub {
  font-size: 0.7rem;
  color: #aaa;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.brand-card.premium .brand-name {
  color: #b8963e;
}

.brand-card.premium .brand-sub {
  color: #c9a84c88;
}

@media (max-width: 1024px) {
  .brands-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 600px) {
  .brands-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .brand-card { padding: 24px 14px; }
}

/* ============================================================
   SECCIÓN LUJO
   ============================================================ */

.luxury {
  background: var(--bg-dark);
  color: white;
  text-align: center;
  padding: 80px 20px;
}

.luxury .section-label { color: var(--gold); }
.luxury .section-header h2 { color: white; }
.luxury .section-header p  { color: rgba(255,255,255,0.65); }

.luxury-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 48px;
}

.luxury-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.25);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: white;
}

.luxury-card:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--gold);
  transform: translateY(-4px);
}

.luxury-card .icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
  display: block;
}

.luxury-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 8px;
}

.luxury-card p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* ============================================================
   PÁGINAS ESPECIALES
   ============================================================ */

.specials { background: var(--bg-light); }

.specials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.special-card {
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
  text-decoration: none;
  color: white;
  position: relative;
  overflow: hidden;
}

.special-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.15);
  opacity: 0;
  transition: var(--transition);
}

.special-card:hover::before  { opacity: 1; }
.special-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }

.special-card.black  { background: linear-gradient(135deg, #1a1a1a, #3d3d3d); }
.special-card.madre  { background: linear-gradient(135deg, #c06c84, #f67280); }
.special-card.padre  { background: linear-gradient(135deg, #2c3e50, #4ca1af); }
.special-card.prime  { background: linear-gradient(135deg, #232f3e, #ff9900); }
.special-card.mes    { background: linear-gradient(135deg, #1e3a5f, #2a5298); }

.special-icon { font-size: 2.4rem; margin-bottom: 12px; display: block; }

.special-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.special-card p {
  font-size: 0.8rem;
  opacity: 0.85;
}

.special-soon {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 50px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ============================================================
   ACCESORIOS EXTRAS
   ============================================================ */

.extras-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.extra-card {
  background: white;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 24px 16px;
  text-align: center;
  transition: var(--transition);
  text-decoration: none;
  color: inherit;
}

.extra-card:hover {
  border-color: var(--primary);
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.extra-icon { font-size: 2rem; margin-bottom: 10px; display: block; }

.extra-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 4px;
}

.extra-card p {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* ============================================================
   BANNER SEO / CONTENIDO
   ============================================================ */

.content-banner {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 50px 20px;
  text-align: center;
}

.content-banner h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 12px;
}

.content-banner p {
  color: var(--text-light);
  max-width: 650px;
  margin: 0 auto 24px;
  line-height: 1.7;
}

/* ============================================================
   NEWSLETTER
   ============================================================ */

.newsletter {
  background: var(--primary);
  color: white;
  text-align: center;
  padding: 60px 20px;
}

.newsletter h2 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.newsletter p {
  opacity: 0.85;
  max-width: 500px;
  margin: 0 auto 30px;
}

.newsletter-form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.newsletter-form input {
  flex: 1;
  padding: 14px 24px;
  border: none;
  outline: none;
  font-size: 0.95rem;
  color: var(--text);
}

.newsletter-form button {
  background: var(--accent);
  color: white;
  border: none;
  padding: 14px 24px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
}

.newsletter-form button:hover { background: #c1121f; }

/* ============================================================
   FOOTER
   ============================================================ */

footer {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.75);
  padding: 60px 20px 30px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand .logo {
  color: white;
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.footer-brand .logo .logo-backpack {
  width: 28px;
  height: 33px;
}

.footer-brand p {
  font-size: 0.88rem;
  line-height: 1.6;
  max-width: 300px;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: white;
  font-size: 1rem;
  text-decoration: none;
  transition: var(--transition);
}

.social-link:hover { background: rgba(255,255,255,0.18); transform: translateY(-2px); }

.footer-col h4 {
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-col ul li a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: var(--transition);
}

.footer-col ul li a:hover { color: white; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p { font-size: 0.8rem; }

.affiliate-disclaimer {
  font-size: 0.75rem;
  opacity: 0.5;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0 0;
  line-height: 1.5;
}

/* ============================================================
   UTILIDADES
   ============================================================ */

.bg-light { background: var(--bg-light); }
.text-center { text-align: center; }
.mt-4 { margin-top: 16px; }

.view-all {
  text-align: center;
  margin-top: 36px;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border: 2px solid var(--primary);
  border-radius: 50px;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 700;
  transition: var(--transition);
  text-decoration: none;
}

.btn-outline:hover {
  background: var(--primary);
  color: white;
  transform: translateY(-2px);
}

.divider {
  width: 50px;
  height: 3px;
  background: var(--accent);
  border-radius: 2px;
  margin: 0 auto 16px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .featured-month-inner { grid-template-columns: 1fr; gap: 30px; }
  .featured-month-img { max-width: 400px; margin: 0 auto; }
}

@media (max-width: 768px) {
  nav { display: none; }
  .menu-toggle { display: flex; }

  section { padding: 50px 0; }

  .hero { padding: 60px 20px 50px; }
  .hero-stats { gap: 24px; }

  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid   { grid-template-columns: 1fr; }
  .guides-grid     { grid-template-columns: 1fr; }
  .luxury-grid     { grid-template-columns: repeat(2, 1fr); }
  .specials-grid   { grid-template-columns: repeat(2, 1fr); }
  .extras-grid     { grid-template-columns: repeat(2, 1fr); }

  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .hero-ctas { flex-direction: column; align-items: center; }
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .luxury-grid { grid-template-columns: 1fr; }
  .specials-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; border-radius: var(--radius); }
  .newsletter-form input,
  .newsletter-form button { border-radius: 8px; }
}
