.product-image-catalog img[alt*="Tostadas"],
.product-image-catalog img[alt*="tostadas"],
.product-image-catalog img[alt*="Tostaditas"],
.product-image-catalog img[alt*="Molinos Ala Tostaditas"] {
  transform: scale(1.3) !important;
  transition: transform 0.3s cubic-bezier(.4,2,.6,1);
  z-index: 2;
}
.product-image-catalog img[alt*="Tostadas"],
.product-image-catalog img[alt*="tostadas"],
.product-image-catalog img[alt*="Tostaditas"],
.product-image-catalog img[alt*="Molinos Ala Tostaditas"] {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* Efecto zoom solo para la imagen del producto 1: Tostadas de Arroz Clásicas */
.product-card-catalog:first-child .product-image-catalog img[alt="Tostadas de Arroz Clásicas"] {
  transition: transform 0.35s cubic-bezier(.4,2,.6,1) !important;
  will-change: transform;
}

.product-card-catalog:first-child:hover .product-image-catalog img[alt="Tostadas de Arroz Clásicas"] {
  transform: scale(1.13) !important;
  z-index: 3 !important;
}
/* Catálogo Margarina */
.products-grid-catalog.margarina-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 36px;
  justify-items: stretch;
  align-items: stretch;
}
.margarina-grid .product-card-catalog {
  flex-direction: column;
  align-items: center;
  padding: 32px 40px;
  min-width: 0;
  gap: 24px;
}
.margarina-grid .product-image-catalog {
  width: 100%;
  display: flex;
  justify-content: center;
}
.margarina-grid .product-image-catalog img {
  width: 100%;
  max-width: 420px;
  max-height: 260px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 16px;
  transition: none;
}
.margarina-grid .product-card-catalog:hover .product-image-catalog img {
  transform: none !important;
}
.margarina-grid .product-info-catalog {
  width: 100%;
}
@media (max-width: 1024px) {
  .products-grid-catalog.margarina-grid {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
  .margarina-grid .product-card-catalog {
    padding: 28px 32px;
  }
}
@media (max-width: 768px) {
  .products-grid-catalog.margarina-grid {
    grid-template-columns: 1fr;
  }
  .margarina-grid .product-card-catalog {
    padding: 24px;
  }
  .margarina-grid .product-image-catalog img {
    max-width: 320px;
  }
}
/* Imágenes más grandes solo para productos de tostadas de arroz en el catálogo */
.product-image-catalog img[alt*="Tostadas"],
.product-image-catalog img[alt*="tostadas"],
.product-image-catalog img[alt*="Molinos Ala Tostaditas"],
.product-image-catalog img[alt*="Tostaditas"] {
  width: 420px !important;
  height: 420px !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  margin: 0 auto 18px auto;
  display: block;
}
/* Quitar sombra en hover solo para snacks de arroz en catálogo */

.product-card-catalog:hover .product-image-catalog img[alt*="Crocanos"],
.product-card-catalog:hover .product-image-catalog img[alt*="CrockRio"],
.product-card-catalog:hover .product-image-catalog img[alt*="Snacks de Arroz"],
.product-card-catalog:hover .product-image-catalog img[alt*="snacks de arroz"] {
    box-shadow: none !important;
    border: none !important;
}

/* Sombra gris en hover solo para cards de snacks de arroz */
.product-card-catalog:hover:has(.product-image-catalog img[alt*="Crocanos"]),
.product-card-catalog:hover:has(.product-image-catalog img[alt*="CrockRio"]),
.product-card-catalog:hover:has(.product-image-catalog img[alt*="Snacks de Arroz"]),
.product-card-catalog:hover:has(.product-image-catalog img[alt*="snacks de arroz"]) {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.10);
    border-color: #e5e7eb !important;
}
/* Cards catálogo margarina */
.products-grid-catalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  justify-items: center;
}
.product-card-catalog {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px 0 rgba(0,122,55,0.12);
  padding: clamp(20px, 3vw, 28px) clamp(24px, 6vw, 64px);
  max-width: min(1100px, 95vw);
  min-width: min(600px, 100%);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  gap: clamp(20px, 4vw, 36px);
    margin-bottom: 28px;
    transition: box-shadow 0.18s, transform 0.18s;
    overflow: hidden;
}

@media (max-width: 1100px) {
    .product-card-catalog {
    max-width: 98vw;
    min-width: 0;
    padding: clamp(18px, 4vw, 28px) clamp(24px, 8vw, 48px);
        flex-direction: column;
        gap: 18px;
    }
}

@media (max-width: 768px) {
  .products-grid-catalog {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-card-catalog {
    max-width: 100%;
    padding: clamp(16px, 5vw, 24px);
  }

  .product-image-catalog {
    width: 100%;
    justify-content: center;
  }
}
.product-card-catalog:hover {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.10);
    transform: translateY(-4px) scale(1.03);
}

.product-card-catalog:hover .product-image-catalog img[alt*="Crocanos"],
.product-card-catalog:hover .product-image-catalog img[alt*="CrockRio"],
.product-card-catalog:hover .product-image-catalog img[alt*="Snacks de Arroz"],
.product-card-catalog:hover .product-image-catalog img[alt*="snacks de arroz"] {
    box-shadow: none !important;
    border: none !important;
}
.product-card-catalog:hover {
    border-color: #e5e7eb !important;
}
.product-image-catalog img {
  max-width: min(380px, 90vw);
  max-height: min(260px, 60vw);
    width: 95%;
    height: auto;
    object-fit: contain;
    margin-bottom: 0;
    display: block;
    margin-left: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    border: none !important;
    background: #fff;
    transition: none;
}

.product-card-catalog:hover .product-image-catalog img {
  transform: scale(1.10) !important;
  z-index: 3 !important;
}
.product-title-catalog {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #23272f;
    text-align: left;
    margin-bottom: 12px;
    width: 100%;
}
.product-specs-catalog {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.spec-badge {
  background: rgba(0, 122, 55, 0.12);
  color: var(--primary-green);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 18px;
    padding: 7px 18px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.spec-green {
  background: rgba(0, 122, 55, 0.18);
  color: var(--primary-green);
}
.product-desc-catalog {
    color: #444;
    font-size: 1rem;
    text-align: left;
    margin: 18px 0 18px 0;
    width: 100%;
}
.product-actions-catalog {
    display: none !important;
}
.btn-catalog-primary {
    background: var(--primary-green);
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 1rem;
    transition: box-shadow 0.18s, transform 0.18s;
    border: none;
    display: flex;
    align-items: center;
    gap: 7px;
}
.btn-catalog-primary:hover {
  box-shadow: 0 0 0 2px rgba(0, 122, 55, 0.25);
  transform: translateY(-1px);
}
.btn-catalog-secondary {
  background: rgba(0, 122, 55, 0.12);
  color: var(--primary-green);
  font-weight: 700;
    border-radius: 10px;
    padding: 12px 28px;
    text-decoration: none;
    font-size: 1rem;
    border: none;
    display: flex;
    align-items: center;
    gap: 7px;
}
.btn-catalog-secondary:hover {
  background: rgba(0, 122, 55, 0.18);
}
.brands-section-premium {
  background: linear-gradient(180deg, #23272f 80%, var(--primary-green) 100%);
    padding: 90px 0 70px 0;
}
.brands-title-premium {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.brands-title-premium::after {
  content: '';
  display: block;
  width: 90px;
  height: 4px;
  background: var(--primary-green);
  margin: 18px auto 0 auto;
  border-radius: 2px;
}
.brands-subtitle-premium {
    font-size: 1.25rem;
    color: #cbd5e1;
    text-align: center;
    margin-bottom: 54px;
    font-weight: 500;
}
.brands-grid-premium {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px 38px;
    justify-items: center;
    align-items: stretch;
}
@media (max-width: 1100px) {
    .brands-grid-premium {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 800px) {
    .brands-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 500px) {
    .brands-grid-premium {
        grid-template-columns: 1fr;
    }
}
.brand-card-premium {
    position: relative;
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.18);
    border-radius: 22px;
    box-shadow: 0 8px 40px 0 rgba(0,0,0,0.18);
    padding: 38px 32px 38px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    min-width: 220px;
    transition: box-shadow 0.18s, transform 0.18s;
    overflow: hidden;
    cursor: pointer;
}
.brand-card-premium:hover {
  box-shadow: 0 16px 64px 0 rgba(0,122,55,0.2);
    transform: scale(1.05);
    z-index: 2;
}
.brand-logo-premium {
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
    transition: filter 0.3s;
    z-index: 1;
}
.brand-card-premium:hover .brand-logo-premium {
    filter: brightness(1.1);
}
.brand-overlay-premium {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(0,122,55,0.92);
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    padding: 7px 22px;
    border-radius: 16px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 2;
}
.brand-card-premium:hover .brand-overlay-premium {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.brands-section {
    background: linear-gradient(180deg, #f8f9fb 80%, #fff 100%);
    padding: 80px 0 60px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
.brands-container {
  max-width: min(1300px, 96vw);
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}
.brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.7rem;
    font-weight: 800;
    color: #23272f;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
}
.brands-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary-green);
    margin: 18px auto 0 auto;
    border-radius: 2px;
}
.brands-subtitle {
    font-size: 1.25rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 500;
}
.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 44px 38px;
    margin-top: 10px;
}
.brand-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px 0 rgba(0,0,0,0.10);
    padding: 32px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 140px;
    transition: box-shadow 0.18s, transform 0.18s;
    border: 1px solid #e5e7eb;
    position: relative;
}
.brand-card:hover {
    box-shadow: 0 12px 48px 0 rgba(0,0,0,0.18);
    transform: translateY(-6px) scale(1.04);
    z-index: 2;
}
.brand-logo {
    max-width: 180px;
    max-height: 90px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
@media (max-width: 900px) {
    .brands-grid {
        gap: 24px 12px;
    }
    .brand-card {
        min-width: 140px;
        min-height: 90px;
        padding: 18px 12px;
    }
    .brand-logo {
        max-width: 100px;
        max-height: 50px;
    }
}
/* --- Sección Nuestras Marcas Profesional --- */
.brands-section {
    background: #f8f9fb;
    padding: 64px 0 48px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
.brands-container {
  max-width: min(1200px, 94vw);
  margin: 0 auto;
  width: 100%;
}
.brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    text-align: center;
    letter-spacing: 1px;
}
.brands-subtitle {
    font-size: 1.12rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 38px;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 40px 32px;
    justify-items: center;
    align-items: center;
    margin-top: 10px;
}
.brand-logo {
    max-width: 220px;
    max-height: 130px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    padding: 18px 28px;
    transition: transform 0.18s, box-shadow 0.18s;
    border: 1px solid #e5e7eb;
}
.brand-logo:hover {
    transform: scale(1.07);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.13);
    z-index: 2;
}
@media (max-width: 700px) {
    .brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 18px 10px;
    }
    .brand-logo {
        max-width: 120px;
        max-height: 60px;
        padding: 10px 14px;
    }
}
/* --- Sección Marcas Corporativa --- */
.brands-section {
    background: #f7f7f7;
    padding: 60px 0 40px 0;
    border-top: 1px solid #e5e7eb;
}
.brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    text-align: center;
}
.brands-subtitle {
    font-size: 1.08rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 32px;
}
/* --- Marcas solo logos alineados --- */
.brands-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 48px 56px;
    margin-top: 10px;
}
.brand-logo {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
    transition: transform 0.18s;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}
.brand-logo:hover {
    transform: scale(1.07);
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.13));
}
@media (max-width: 700px) {
    .brands-grid {
        gap: 18px 10px;
    }
    .brand-logo {
        max-width: 70px;
        max-height: 40px;
    }
}
/* --- Sección Marcas Moderna --- */
.brands-section {
    background: linear-gradient(120deg, #f6f8fc 60%, #e3e8ee 100%);
    padding: 70px 0 50px 0;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.04);
}
.brands-container {
  max-width: min(1200px, 94vw);
  margin: 0 auto;
  width: 100%;
}
.brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.6rem;
    font-weight: 800;
    color: #1a202c;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}
.brands-subtitle {
    font-size: 1.18rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 38px;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 38px 28px;
    justify-items: center;
    align-items: stretch;
    margin-top: 10px;
}
.brand-item {
    background: rgba(255,255,255,0.85);
    border-radius: 24px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.10);
    padding: 38px 18px 22px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.22s, box-shadow 0.22s, background 0.22s;
    min-height: 200px;
    position: relative;
    backdrop-filter: blur(4px);
    border: 1.5px solid #e2e8f0;
    animation: brandFadeIn 0.8s cubic-bezier(.4,0,.2,1);
}
.brand-item:hover {
    transform: translateY(-10px) scale(1.07);
    box-shadow: 0 12px 48px 0 rgba(0,0,0,0.18);
    background: rgba(255,255,255,0.97);
    z-index: 2;
}
@keyframes brandFadeIn {
    0% { opacity: 0; transform: scale(0.95) translateY(20px); }
    100% { opacity: 1; transform: scale(1) translateY(0); }
}
.brand-logo-wrapper {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #e3e8ee 60%, #f6f8fc 100%);
    border-radius: 50%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    border: 1.5px solid #e2e8f0;
    overflow: hidden;
    transition: box-shadow 0.2s, border 0.2s;
}
.brand-item:hover .brand-logo-wrapper {
    box-shadow: 0 6px 24px 0 rgba(0,0,0,0.13);
    border: 2px solid #cbd5e1;
}
.brand-logo {
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
    transition: filter 0.2s;
}
.brand-item:hover .brand-logo {
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.18));
}
.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.13rem;
    font-weight: 700;
    color: #2d3748;
    letter-spacing: 0.7px;
    text-align: center;
    margin-top: 6px;
    text-shadow: 0 1px 0 #f6f8fc;
}
@media (max-width: 700px) {
    .brands-grid {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 18px 10px;
    }
    .brand-logo-wrapper {
        width: 70px;
        height: 70px;
    }
    .brand-logo {
        max-width: 60px;
        max-height: 60px;
    }
    .brand-item {
        padding: 18px 8px 12px 8px;
        min-height: 120px;
    }
}
/* --- Sección Marcas Profesional --- */
.brands-section {
    background: linear-gradient(135deg, #f8fafc 60%, #e3e8ee 100%);
    padding: 60px 0 40px 0;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.04);
}
.brands-container {
  max-width: min(1200px, 94vw);
  margin: 0 auto;
  width: 100%;
}
.brands-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 8px;
    text-align: center;
}
.brands-subtitle {
    font-size: 1.15rem;
    color: #4a5568;
    text-align: center;
    margin-bottom: 32px;
}
.brands-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px 24px;
    justify-items: center;
    align-items: stretch;
    margin-top: 10px;
}
.brand-item {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.07);
    padding: 28px 18px 18px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.18s, box-shadow 0.18s;
    min-height: 180px;
    position: relative;
}
.brand-item:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.13);
    z-index: 2;
}
.brand-logo-wrapper {
    width: 120px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.brand-logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.08));
    transition: filter 0.2s;
}
.brand-item:hover .brand-logo {
    filter: drop-shadow(0 4px 16px rgba(0,0,0,0.18));
}
.brand-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: #2d3748;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 2px;
}
@media (max-width: 700px) {
  .brands-title-premium::after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    background: var(--primary-green);
    margin: 18px auto 0 auto;
        height: 60px;
    }
    .brand-item {
        padding: 18px 8px 12px 8px;
        min-height: 120px;
    }
}
/* =============================================
   SECCIÓN NUESTRAS MARCAS
   ============================================= */
.brands-section {
  background: var(--light-gray);
  padding: 80px 0;
}
.brands-section .section-header {
  margin-bottom: 50px;
}
.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
.brand-item {
  background: var(--white);
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  padding: 30px 24px 18px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 180px;
  max-width: 220px;
  transition: box-shadow 0.3s;
}
.brand-item:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
}
.brand-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 16px;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.08));
}
.brand-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--primary-green);
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .brands-grid,
  .brands-grid-bottom {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 24px;
    justify-items: center;
  }
  .brand-item {
    min-width: 0;
    width: min(160px, 90%);
    max-width: 100%;
    padding: 18px 10px 10px 10px;
  }
  .brand-item img {
    width: 80px;
    height: 80px;
  }
  .brand-name {
    font-size: 0.95rem;
  }
  .brands-grid-bottom .brand-item:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
/* =============================================
   NUTRIFOODS - PROFESSIONAL CORPORATE STYLES
   ============================================= */

/* CSS Reset y Variables */
:root {
  /* Colores oficiales del logo NutriFoods */
  --primary-green: #007a37;
  --secondary-green: #007a37;
  --accent-red: #D02D25;
  --logo-green: #007a37;
  --logo-red: #D02D25;
  --white: #ffffff;
  --light-gray: #f8f9fa;
  --medium-gray: #6c757d;
  --dark-gray: #343a40;
  --black: #000000;
  
  /* Tipografía */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Open Sans', sans-serif;
  
  /* Espaciado */
  --section-padding: clamp(60px, 8vw, 100px) 0;
  --container-padding: 0 clamp(16px, 4vw, 40px);
  
  /* Sombras */
  --shadow-light: 0 2px 10px rgba(0, 0, 0, 0.1);
  --shadow-medium: 0 4px 20px rgba(0, 0, 0, 0.15);
  --shadow-heavy: 0 8px 30px rgba(0, 0, 0, 0.2);
  
  /* Transiciones */
  --transition-fast: 0.3s ease;
  --transition-medium: 0.5s ease;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
  /* Mobile navigation layout */
  .navbar-links {
    display: none;
  }

  .navbar-links.active {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    gap: 16px;
    align-items: flex-start;
    border-radius: 0 0 12px 12px;
  }

  .navbar-links.active a {
    color: var(--dark-gray);
    width: 100%;
  }

  .navbar-toggle {
    display: flex;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 5px;
    align-items: center;
    justify-content: center;
  }

  .navbar-toggle span {
    width: 25px;
    height: 3px;
    background: var(--primary-green);
    margin: 3px 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .navbar-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .navbar-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }

  .navbar-cta {
    display: none;
  }

  .navbar-container {
    gap: 16px;
  }

  /* Hero adjustments */
  .hero-content-container {
    top: 50%;
    padding: 0 clamp(16px, 6vw, 32px);
  }

  .hero-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 1.2;
    max-width: 95%;
  }

  .hero-buttons {
    width: 100%;
    gap: 16px;
  }

  .btn-hero {
    width: 100%;
    justify-content: center;
  }

  .company-text-modern {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* Stack highlight cards */
  .pillars-grid-clean {
    grid-template-columns: 1fr;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    max-width: 100%;
  }

  .product-image {
    height: clamp(180px, 55vw, 240px);
  }

  .brands-grid,
  .brands-grid-bottom {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    justify-items: center;
  }

  .brands-grid .brand-item,
  .brands-grid-bottom .brand-item {
    width: min(160px, 90%);
    max-width: 100%;
  }

  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  /* Footer columns -> stacked list */
  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .footer-section {
    width: 100%;
  }

  .map-container iframe {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  .navbar-logo img {
    width: clamp(170px, 55vw, 220px);
    max-height: 72px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  line-height: 1.6;
  color: var(--dark-gray);
  background-color: var(--white);
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: min(1200px, 92vw);
  margin: 0 auto;
  width: 100%;
  padding: var(--container-padding);
}

/* =============================================
   NAVBAR CORPORATIVO
   ============================================= */

.navbar-corporate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--dark-gray);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow-light);
  z-index: 1000;
  transition: var(--transition-fast);
}

.navbar-container {
  max-width: min(1200px, 94vw);
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px clamp(16px, 4vw, 32px);
  gap: clamp(24px, 6vw, 60px);
  position: relative;
}

.navbar-logo {
  display: flex;
  align-items: center;
  z-index: 2;
}

.navbar-logo img {
  width: clamp(140px, 18vw, 220px);
  max-width: 100%;
  max-height: 60px;
  height: auto;
  object-fit: contain;
  transition: var(--transition-fast);
}

.navbar-logo img:hover {
  transform: scale(1.05);
}

.navbar-links {
  display: flex;
  align-items: center;
  list-style: none;
  gap: clamp(16px, 3vw, 40px);
  margin-left: auto;
  margin-right: clamp(12px, 3vw, 20px);
}

.navbar-links a {
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 500;
  transition: var(--transition-fast);
  position: relative;
}

.navbar-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-green);
  transition: var(--transition-fast);
}

.navbar-links a:hover::after {
  width: 100%;
}

.navbar-links a:hover {
  color: var(--primary-green);
}

.btn-cta-nav {
  background: var(--primary-green);
  color: var(--white);
  padding: clamp(10px, 2vw, 12px) clamp(18px, 4vw, 24px);
  border-radius: 25px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  transition: var(--transition-fast);
}

.btn-cta-nav:hover {
  background: var(--secondary-green);
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

.navbar-toggle {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.navbar-toggle span {
  width: 25px;
  height: 3px;
  background: var(--white);
  margin: 3px 0;
  transition: var(--transition-fast);
}

/* =============================================
   HERO SECTION - 100VH
   ============================================= */

.hero-professional {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-content-container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  color: var(--white);
  max-width: min(1000px, 90vw);
  padding: 0 clamp(16px, 4vw, 40px);
  width: 100%;
}

.hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 6vw, 3.5rem);
  font-weight: 700;
  margin: 0 auto 35px auto;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
  line-height: 1.15;
  text-align: center;
  max-width: 95%;
  letter-spacing: -0.02em;
}

.hero-title-accent {
  color: var(--white);
  font-weight: 600;
  display: inline-block;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.8);
}

.hero-subtitle {
  font-size: 1.35rem;
  margin: 0 auto 45px auto;
  font-weight: 300;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  line-height: 1.6;
  text-align: center;
  max-width: 800px;
  letter-spacing: 0.01em;
}

.hero-buttons {
  display: flex;
  gap: clamp(16px, 4vw, 35px);
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px auto 0 auto;
  max-width: min(600px, 100%);
}

.btn-hero {
  padding: clamp(12px, 2.8vw, 16px) clamp(24px, 6vw, 40px);
  border-radius: 35px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  transition: var(--transition-medium);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: clamp(140px, 45vw, 180px);
  justify-content: center;
}

.btn-primary {
  background: var(--primary-green);
  color: var(--white);
  box-shadow: var(--shadow-medium);
}

.btn-primary:hover {
  background: var(--secondary-green);
  transform: translateY(-3px);
  box-shadow: var(--shadow-heavy);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-secondary:hover {
  background: var(--white);
  color: var(--primary-green);
  transform: translateY(-3px);
  box-shadow: var(--shadow-heavy);
}

/* =============================================
   SECCIONES GENERALES
   ============================================= */

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-gray);
  margin-bottom: 15px;
  position: relative;
}

.section-header h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-green), var(--secondary-green));
}

.section-header p {
  font-size: 1.1rem;
  color: var(--medium-gray);
  max-width: 600px;
  margin: 0 auto;
}

/* =============================================
   PRESENTACIÓN DE LA EMPRESA PROFESIONAL
   ============================================= */

.company-professional {
  padding: 80px 0; /* Reducido de 120px a 80px */
  background: var(--white);
  position: relative;
}

.company-professional .section-header {
  text-align: center;
  margin-bottom: 80px;
}

.company-professional .section-header h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--dark-gray);
  margin-bottom: 20px;
  font-weight: 700;
}

.company-professional .section-header p {
  font-size: 1.3rem;
  color: var(--medium-gray);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Contenido Principal Mejorado */
.company-content {
  margin: 0 0 60px; /* Reducido de 80px a 60px */
}

/* =============================================
   DISEÑO CORPORATIVO MODERNO - 2 CARDS
   ============================================= */

.company-text-modern {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Cards Principales */
.company-card {
  background: var(--white);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(1, 123, 68, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.company-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(1, 123, 68, 0.15);
}

.company-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-green), var(--secondary-green));
}

.card-icon {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-shadow: 0 8px 24px rgba(1, 123, 68, 0.2);
}

.card-icon i {
  font-size: 2rem;
  color: var(--white);
}

.card-content h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--dark-gray);
  margin-bottom: 15px;
  font-weight: 600;
}

.primary-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--medium-gray);
  margin-bottom: 25px;
  font-weight: 400;
}

/* Sección Secundaria dentro de cada Card */
.card-secondary {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: rgba(1, 123, 68, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(1, 123, 68, 0.08);
}

.secondary-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: rgba(1, 123, 68, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.secondary-icon i {
  font-size: 1.2rem;
  color: var(--primary-green);
}

.secondary-content h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--primary-green);
  margin-bottom: 8px;
  font-weight: 600;
}

.secondary-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--dark-gray);
  margin: 0;
}

/* Pilares Modernos y Limpios */
.pillars-modern {
  position: relative;
}

.pillars-title {
  text-align: center;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--dark-gray);
  margin-bottom: 60px;
  font-weight: 600;
  position: relative;
}

.pillars-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), var(--secondary-green));
  border-radius: 2px;
}

.pillars-grid-clean {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 5vw, 40px);
  max-width: min(1000px, 95vw);
  margin: 0 auto;
}

.pillar-item {
  text-align: center;
  padding: 50px 35px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
  border: 1px solid rgba(1, 123, 68, 0.1);
}

.pillar-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-green), var(--secondary-green));
  border-radius: 20px 20px 0 0;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.pillar-item:hover::before {
  transform: scaleX(1);
}

.pillar-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 50px rgba(1, 123, 68, 0.15);
}

.pillar-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.pillar-item:hover .pillar-icon {
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(1, 123, 68, 0.3);
}

.pillar-icon i {
  font-size: 2rem;
  color: var(--white);
}

.pillar-item h4 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--dark-gray);
  margin-bottom: 15px;
  font-weight: 600;
}

.pillar-item p {
  font-size: 1rem;
  color: var(--medium-gray);
  line-height: 1.6;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .company-professional {
    padding: 60px 0; /* Reducido de 80px a 60px */
  }
  
  .company-professional .section-header h2 {
    font-size: 2.2rem;
  }
  
  /* Responsive para 2 cards design */
  .company-text-modern {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .company-card {
    padding: 30px 25px;
  }
  
  .card-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
  }
  
  .card-icon i {
    font-size: 1.7rem;
  }
  
  .card-content h3 {
    font-size: 1.4rem;
  }
  
  .primary-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .card-secondary {
    padding: 15px;
    gap: 12px;
  }
  
  .secondary-icon {
    width: 40px;
    height: 40px;
  }
  
  .secondary-icon i {
    font-size: 1.1rem;
  }
  
  .secondary-content h4 {
    font-size: 1.1rem;
  }
  
  .secondary-content p {
    font-size: 0.9rem;
  }
  
  .pillars-grid-clean {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .pillars-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  /* Responsive móviles para 2 cards */
  .company-card {
    padding: 25px 20px;
  }
  
  .card-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .card-icon i {
    font-size: 1.5rem;
  }
  
  .card-content h3 {
    font-size: 1.3rem;
  }
  
  .primary-text {
    font-size: 0.95rem;
  }
  
  .card-secondary {
    padding: 12px;
    gap: 10px;
  }
  
  .secondary-icon {
    width: 35px;
    height: 35px;
  }
  
  .secondary-icon i {
    font-size: 1rem;
  }
  
  .secondary-content h4 {
    font-size: 1rem;
  }
  
  .secondary-content p {
    font-size: 0.85rem;
  }
  
  .pillar-item {
    padding: 40px 25px;
  }
}

.value-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.value-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--white);
  font-size: 1.8rem;
  transition: all 0.3s ease;
}

.value-item:hover .value-icon {
  transform: scale(1.1) rotate(10deg);
}

.value-item h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--dark-gray);
  margin-bottom: 15px;
  font-weight: 600;
}

.value-item p {
  color: var(--medium-gray);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Servicios Destacados */
.services-highlight {
  position: relative;
  z-index: 2;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-item {
  background: var(--white);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 25px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.service-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--primary-green), var(--secondary-green));
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.service-item:hover::before {
  transform: scaleY(1);
}

.service-item:hover {
  transform: translateX(10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.service-number {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-green);
  opacity: 0.3;
  min-width: 60px;
}

.service-content {
  flex: 1;
}

.service-content h4 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  color: var(--dark-gray);
  margin-bottom: 8px;
  font-weight: 600;
}

.service-content p {
  color: var(--medium-gray);
  line-height: 1.5;
  font-size: 0.95rem;
}

.service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.service-item:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}

/* =============================================
   PRODUCTOS DESTACADOS
   ============================================= */

.products-showcase {
  padding: var(--section-padding);
  background: var(--light-gray);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 30px);
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(1, 123, 68, 0.1);
  background: var(--white);
  transition: var(--transition-medium);
  position: relative;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 4px 12px rgba(1, 123, 68, 0.15);
  border-color: rgba(1, 123, 68, 0.2);
}

.product-image {
  position: relative;
  height: clamp(200px, 45vw, 250px);
  overflow: hidden;
}

/* Estilos para productos próximamente */
.product-card.coming-soon {
  position: relative;
  opacity: 0.9;
}

.product-card.coming-soon .product-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.coming-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-green);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
  margin-top: 10px;
}

.coming-soon-badge i {
  font-size: 0.9em;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;
  transition: var(--transition-medium);
}

/* Posicionamiento específico para imagen de maní japonés */
.product-image img[alt*="Mani japones"],
.product-image img[alt*="Maní Japonés"] {
  object-position: center 0%;
  transform: scale(1.15);
  transform-origin: left center;
  object-fit: cover;
}

/* Posicionamiento específico para imagen de snacks de arroz */
.product-image img[alt*="snacks de arroz"],
.product-image img[alt*="Snacks de arroz"],
.product-image img[alt*="Snacks de Arroz"] {
  object-position: center 0%;
}

/* Posicionamiento específico para imagen de tostadas de arroz */
.product-image img[alt*="tostadas de arroz"],
.product-image img[alt*="Tostadas de arroz"],
.product-image img[alt*="Tostadas de Arroz"] {
  object-position: center 60%;
}

/* Posicionamiento específico para imagen de galletas */
.product-image img[alt*="galletas"],
.product-image img[alt*="Galletas"],
.product-image img[alt*="galleta"],
.product-image img[alt*="Galleta"] {
  object-position: center 75%;
}

/* Posicionamiento específico para imagen de margarina */
.product-image img[alt*="margarina"],
.product-image img[alt*="Margarina"],
.product-image img[alt*="MARGARINA"] {
  object-position: center 10%;
}

/* Posicionamiento específico para imágenes del catálogo de galletas */
.product-item .product-image img[alt*="Galletas"],
.product-item .product-image img[alt*="galletas"] {
  object-position: center 75%;
}

/* Posicionamiento específico para imágenes del catálogo de margarina */
.product-item .product-image img[alt*="Margarina"],
.product-item .product-image img[alt*="margarina"],
.product-item .product-image img[alt*="MARGARINA"],
.product-item .product-image img[alt*="ADORITA"] {
  object-position: center 10%;
  transform: scale(1.0) !important;
}

/* Hover general para productos */
.product-card:hover .product-image img {
  transform: scale(1.1);
}

/* Hover específico para margarina ADORITA - sin zoom excesivo */
.product-item:hover .product-image img[alt*="ADORITA"] {
  transform: scale(1.05) !important;
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); /* Cambiado al efecto oscuro */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-medium);
  backdrop-filter: blur(2px); /* Añade un ligero efecto de desenfoque */
}

.product-card:hover .product-overlay {
  opacity: 1;
}

.product-info {
  text-align: center;
  color: var(--white);
}

.product-info h4 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: var(--white);
  text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.product-info p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 1.5;
}

.btn-view-catalog {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-green);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition-medium);
  border: none;
  margin-top: 10px;
}

.btn-view-catalog:hover {
  background: var(--primary-green);
  opacity: 0.9;
  transform: translateY(-2px);
}

.btn-view-catalog i {
  font-size: 0.8rem;
  transition: var(--transition-fast);
}

.btn-view-catalog:hover i {
  transform: translateX(3px);
}

/* =============================================
   CLIENTES Y TESTIMONIOS
   ============================================= */

.clients-testimonials {
  padding: var(--section-padding);
  background: var(--light-gray);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: var(--white);
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--shadow-light);
  text-align: center;
  transition: var(--transition-medium);
  position: relative;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-medium);
}

.quote-icon {
  font-size: 2rem;
  color: var(--primary-green);
  margin-bottom: 20px;
}

.testimonial-content p {
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1.7;
  color: var(--medium-gray);
}

.testimonial-author h5 {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--dark-gray);
  margin-bottom: 5px;
}

.testimonial-author span {
  color: var(--medium-gray);
  font-size: 0.9rem;
}

/* =============================================
   CONTACTO MODERNO
   ============================================= */

.contact-modern {
  padding: var(--section-padding);
  background: var(--white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-info h2 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: var(--dark-gray);
}

.contact-info > p {
  font-size: 1.1rem;
  color: var(--medium-gray);
  margin-bottom: 40px;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
}

.contact-details h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark-gray);
}

.contact-details p {
  color: var(--medium-gray);
  line-height: 1.5;
}

.contact-form-container {
  background: var(--light-gray);
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--shadow-light);
}

.contact-form h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  margin-bottom: 30px;
  color: var(--dark-gray);
  text-align: center;
}

.form-group {
  margin-bottom: 25px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 1rem;
  transition: var(--transition-fast);
  background: var(--white);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-green);
  box-shadow: 0 0 0 3px rgba(1, 123, 68, 0.1);
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, var(--primary-green), var(--secondary-green));
  color: var(--white);
  border: none;
  padding: 15px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--transition-medium);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-medium);
}

/* Animaciones para formularios */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animaciones para mensajes de éxito del formulario */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideOutRight {
    from {
        opacity: 1;
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(300px);
    }
}

/* Estilos para validación de campos */
.form-group input.valid,
.form-group textarea.valid,
.form-group select.valid {
  border-color: var(--primary-green) !important;
  background: rgba(0, 122, 55, 0.1) !important;
}

.form-group input.invalid,
.form-group textarea.invalid,
.form-group select.invalid {
    border-color: #ff4757 !important;
    background: rgba(255, 71, 87, 0.1) !important;
}

.field-error {
    color: #ff4757;
    font-size: 0.8rem;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
    font-family: var(--font-body);
}

/* Estados del botón submit */
.btn-submit.loading {
    pointer-events: none;
    opacity: 0.8;
}

.btn-submit.loading span {
    opacity: 0;
}

.btn-submit.loading::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top: 2px solid var(--white);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* =============================================
   FOOTER CORPORATIVO
   ============================================= */

.footer-corporate {
  background: var(--dark-gray);
  color: var(--white);
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: var(--white);
}

.footer-logo img {
  height: 45px !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 200px;
  object-fit: contain;
  transform: translateY(-5px) !important;
}

.footer-section p {
  color: #adb5bd;
  line-height: 1.6;
  margin-bottom: 20px;
}

.social-links {
  display: flex;
  gap: 15px;
}

.social-links a {
  width: 40px;
  height: 40px;
  background: var(--primary-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-decoration: none;
  transition: var(--transition-fast);
}

.social-links a:hover {
  background: var(--secondary-green);
  transform: translateY(-2px);
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #adb5bd;
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer-section ul li a:hover {
  color: var(--secondary-green);
}

.footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #adb5bd;
}

.footer-contact i {
  color: var(--primary-green);
  width: 20px;
}

.footer-bottom {
  border-top: 1px solid #495057;
  padding-top: 20px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #adb5bd;
  text-decoration: none;
  transition: var(--transition-fast);
}

.footer-links a:hover {
  color: var(--secondary-green);
}

/* =============================================
   MAPA
   ============================================= */

.map-section {
  padding: 40px 0;
  background: var(--light-gray);
}

.map-container {
  max-width: 1160px; /* 1200px - 40px (20px padding left + 20px padding right) */
  margin: 0 auto;
  padding: 8px;
  background: var(--white);
  border-radius: 20px;
  box-shadow: var(--shadow-medium);
}

.map-container iframe {
  width: 100%;
  margin-left: 0;
  height: 400px;
  border: none;
  border-radius: 15px;
  filter: grayscale(0.3);
  transition: var(--transition-fast);
}

.map-container:hover iframe {
  filter: grayscale(0);
  transform: scale(1.01);
}

/* =============================================
   RESPONSIVE DESIGN
   ============================================= */

@media (max-width: 768px) {
  .navbar-links {
    display: none;
  }
  
  .navbar-toggle {
    display: flex;
  }
  
  .btn-cta-nav {
    display: none;
  }
  
  .navbar-logo img {
    height: 50px;
    max-width: 180px;
  }
  
  .navbar-container {
    padding: 15px 20px;
  }
  
  .hero-title {
    font-size: 2.5rem;
    margin-bottom: 25px;
    line-height: 1.2;
    max-width: 95%;
  }

  .hero-title-accent {
    display: block;
    margin-top: 5px;
  }
  
  .hero-subtitle {
    font-size: 1.2rem;
    margin: 0 auto 35px auto;
    padding: 0 15px;
    max-width: 90%;
  }
  
  .hero-content-container {
    padding: 0 25px;
    max-width: 95%;
    top: 55%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
  
  .hero-buttons {
    gap: 25px;
    margin: 5px auto 0 auto;
  }
  
  .btn-hero {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }
  
  .container {
    padding: 0 15px;
  }
  
  .map-container {
    margin: 30px auto;
    padding: 6px;
    border-radius: 15px;
  }
  
  .map-container iframe {
    width: 100%;
    margin-left: 0;
    height: 300px;
    border-radius: 10px;
  }
}

/* =============================================
   RESPONSIVE PARA MISIÓN Y VISIÓN MODERNA
   ============================================= */

/* Tablets */
@media (max-width: 768px) {
  .mission-vision-modern {
    padding: 80px 0;
  }
  
  .section-header-modern h2 {
    font-size: 2.5rem;
  }
  
  .mv-cards-container {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 80px;
  }
  
  .mv-card {
    margin: 0 20px;
  }
  
  .mv-card-header {
    padding: 30px 30px 25px;
  }
  
  .mv-card-content {
    padding: 30px;
  }
  
  .values-title {
    font-size: 2.2rem;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .services-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .service-item {
    padding: 30px 25px;
    gap: 20px;
  }
  
  /* Responsive para presentación de empresa */
  .presentation-content {
    padding: 40px 30px;
  }
  
  .presentation-content p {
    font-size: 1.1rem;
    text-align: left;
  }
  
  .intro-text {
    font-size: 1.2rem;
  }
}

/* Móviles */
@media (max-width: 480px) {
  .mission-vision-modern {
    padding: 60px 0;
  }
  
  .section-header-modern {
    margin-bottom: 60px;
  }
  
  .section-header-modern h2 {
    font-size: 2rem;
  }
  
  .section-header-modern p {
    font-size: 1.1rem;
    white-space: nowrap;
  }
  
  .mv-cards-container {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
  }
  
  .mv-card {
    margin: 0 10px;
  }
  
  .mv-card-header {
    padding: 25px 25px 20px;
  }
  
  .mv-icon-container {
    width: 70px;
    height: 70px;
  }
  
  .mv-icon-container i {
    font-size: 1.8rem;
  }
  
  .mv-card-content {
    padding: 25px;
  }
  
  .mv-card-content h3 {
    font-size: 1.5rem;
  }
  
  .mv-card-content p {
    font-size: 1rem;
  }
  
  .values-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .value-item {
    padding: 30px 20px;
  }
  
  .service-item {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    gap: 15px;
  }
  
  .service-number {
    font-size: 2rem;
  }

  /* Responsive para presentación de empresa en móviles */
  .presentation-content {
    padding: 30px 25px;
  }
  
  .presentation-content p {
    font-size: 1rem;
  }
  
  .intro-text {
    font-size: 1.1rem;
  }
}

/* Pantallas muy pequeñas - ajuste específico para mantener texto en una línea */
@media (max-width: 360px) {
  .section-header-modern p {
    font-size: 0.95rem;
    white-space: nowrap;
  }
}

/* Estilos para el mensaje de éxito */
.success-message {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    z-index: 10000;
    max-width: 400px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 0.95rem;
}

.success-message i {
    font-size: 1.2rem;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .success-message {
        top: 10px;
        right: 10px;
        left: 10px;
        max-width: none;
        padding: 12px 15px;
        font-size: 0.9rem;
    }
}

/* =============================================
   PÁGINAS DE CATÁLOGO DE PRODUCTOS
   ============================================= */

/* Header de Categoría */
.category-header {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
  color: white;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  font-family: var(--font-body);
  font-size: 0.9rem;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: white;
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb span:last-child {
  color: white;
  font-weight: 600;
}

.category-title h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.category-title p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
}

/* Sección del catálogo */
.product-catalog {
  padding: 80px 0;
  background: white;
}

.products-grid-catalog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  justify-content: start;
}

/* Ajuste catálogo galletas: 2 columnas */
.products-grid-catalog.galletas-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 32px;
}
.galletas-grid .product-card-catalog {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .products-grid-catalog.galletas-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .galletas-grid .product-card-catalog {
    max-width: 100%;
  }
}

/* Ajuste catálogo barras de cereales: 2 columnas */
.products-grid-catalog.barras-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 32px;
}
.barras-grid .product-card-catalog {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .products-grid-catalog.barras-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .barras-grid .product-card-catalog {
    max-width: 100%;
  }
}

/* Ajuste catálogo maní japonés: 2 columnas */
.products-grid-catalog.mani-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 32px;
}
.mani-grid .product-card-catalog {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .products-grid-catalog.mani-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .mani-grid .product-card-catalog {
    max-width: 100%;
  }
}

/* Ajuste catálogo sal: card amplia centrada */
.products-grid-catalog.sal-grid {
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
  justify-content: start;
  justify-items: start;
  gap: 32px;
}
.sal-grid .product-card-catalog {
  max-width: 640px;
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .products-grid-catalog.sal-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
    justify-items: center;
  }
  .sal-grid .product-card-catalog {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Cards de producto del catálogo */
.product-card-catalog {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(1, 123, 68, 0.08);
}

.product-card-catalog:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 50px rgba(1, 123, 68, 0.18), 0 8px 20px rgba(0, 0, 0, 0.15);
  border-color: rgba(1, 123, 68, 0.15);
}


.product-image-catalog {
  position: relative;
  height: 380px; /* Aumenta la altura del contenedor de imagen */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}


.product-image-catalog img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  background: #fff;
  border-radius: 12px;
  padding: 8px;
  border: none;
}
/* Forzar imágenes de tostadas de arroz aún más grandes en catálogo */
.product-image-catalog img[alt*="Tostadas"],
.product-image-catalog img[alt*="tostadas"],
.product-image-catalog img[alt*="Tostaditas"],
.product-image-catalog img[alt*="Molinos Ala Tostaditas"] {
  width: 95% !important;
  height: 95% !important;
  max-width: 95% !important;
  max-height: 95% !important;
  object-fit: contain !important;
  margin: 0 auto 0 auto;
  display: block;
}

.product-card-catalog:hover .product-image-catalog img {
  transform: scale(1.05);
}

/* Asegurar tamaño uniforme para imágenes de margarina en catálogo */
.product-image-catalog img[alt*="ADORITA"],
.product-image-catalog img[alt*="Margarina"],
.product-image-catalog img[alt*="margarina"] {
  max-width: 620px !important;
  max-height: 620px !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  margin: 0 auto 18px auto !important;
  display: block;
}

.product-card-catalog:hover .product-image-catalog img[alt*="ADORITA"],
.product-card-catalog:hover .product-image-catalog img[alt*="Margarina"],
.product-card-catalog:hover .product-image-catalog img[alt*="margarina"] {
  transform: none !important;
  filter: none !important;
  box-shadow: none !important;
  z-index: auto !important;
}

/* Badges de producto */
.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: var(--font-heading);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-badge.new {
  background: var(--primary-green);
  color: white;
}

.product-badge.offer {
  background: var(--accent-red);
  color: white;
}

/* Información del producto */
.product-info-catalog {
  padding: 1.5rem;
}

.product-info-catalog h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--dark-gray);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.product-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #f8fffe;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.95rem;
  color: var(--primary-green);
  border: 1px solid #e0f2ed;
  font-family: var(--font-heading);
  font-weight: 500;
  box-shadow: none;
}


.spec-item i {
  font-size: 0.8rem;
}

.spec-item strong {
  font-weight: 600;
  min-width: 40px;
}

.product-description {
  color: var(--medium-gray);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

/* Acciones del producto */
.product-actions {
  display: flex;
  gap: 0.8rem;
}

.btn-info,
.btn-download {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-info {
  background: var(--primary-green);
  color: white;
}

.btn-info:hover {
  background: var(--secondary-green);
  transform: translateY(-2px);
}

.btn-download {
  background: transparent;
  color: var(--primary-green);
  border: 2px solid var(--primary-green);
}

.btn-download:hover {
  background: var(--primary-green);
  color: white;
  transform: translateY(-2px);
}

/* Responsive para catálogo */
@media (max-width: 768px) {
  .category-header {
    padding: 100px 0 40px;
  }
  
  .category-title h1 {
    font-size: 2.2rem;
  }
  
  .category-title p {
    font-size: 1rem;
  }
  
  .products-grid-catalog {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .product-actions {
    flex-direction: column;
  }
  
  .breadcrumb {
    font-size: 0.8rem;
    gap: 0.5rem;
  }
}

@media (max-width: 480px) {
  .product-info-catalog {
    padding: 1.2rem;
  }
  
  .product-specs {
    gap: 0.5rem;
  }
  
  .spec-item {
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
  }
}

/* =============================================
   BOTÓN VOLVER - DISEÑO SIMPLE Y PROFESIONAL
   ============================================= */

/* Sección del botón volver */
.back-section {
  padding: 60px 0;
  background: #f8f9fa;
}

.back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Botón volver simple */
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: var(--primary-green);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(1, 123, 68, 0.2);
  transition: all 0.3s ease;
}

/* Efecto hover simple */
.btn-back:hover {
  background: var(--secondary-green);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(1, 123, 68, 0.3);
}

/* Icono del botón */
.btn-back i {
  font-size: 1rem;
}

/* Responsive para botón volver */
@media (max-width: 768px) {
  .back-section {
    padding: 40px 0;
  }
  
  .btn-back {
    padding: 14px 24px;
    font-size: 0.9rem;
    gap: 10px;
  }
}
