/* ============================================
   ESTILOS PARA PÁGINAS INTERNAS
   ============================================ */

/* Page Hero (Banner superior de páginas) */
.page-hero {
  background: #3c697f;
  padding: 20px 0 18px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.page-hero .container,
.page-hero .site-container {
  position: relative;
  z-index: 1;
}

/* Contenedor de ramas decorativas del page-hero */
.page-hero-leaves {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

/* Rama izquierda */
.hero-leaf-1 {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 140px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 90' fill='none'%3E%3Cpath d='M0 45 Q40 38 60 50 T100 45 T140 40' stroke='%23a9c353' stroke-width='2' fill='none' opacity='0.2'/%3E%3Cpath d='M55 50 Q62 32 75 28' stroke='%23a9c353' stroke-width='1.5' fill='none' opacity='0.15'/%3E%3Cpath d='M80 47 Q88 62 100 66' stroke='%23a9c353' stroke-width='1.5' fill='none' opacity='0.15'/%3E%3Cellipse cx='75' cy='28' rx='10' ry='6' fill='%23a9c353' opacity='0.12' transform='rotate(-25 75 28)'/%3E%3Cellipse cx='100' cy='66' rx='9' ry='5' fill='%23a9c353' opacity='0.12' transform='rotate(20 100 66)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Hoja centro-izquierda */
.hero-leaf-2 {
  position: absolute;
  left: 28%;
  top: 20%;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a9c353'%3E%3Cpath d='M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  transform: rotate(-20deg);
}

/* Hoja centro */
.hero-leaf-3 {
  position: absolute;
  left: 50%;
  bottom: 15%;
  transform: translateX(-50%) rotate(20deg);
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a9c353'%3E%3Cpath d='M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.08;
}

/* Hoja centro-derecha */
.hero-leaf-4 {
  position: absolute;
  right: 30%;
  top: 25%;
  width: 26px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a9c353'%3E%3Cpath d='M17,8C8,10 5.9,16.17 3.82,21.34L5.71,22L6.66,19.7C7.14,19.87 7.64,20 8,20C19,20 22,3 22,3C21,5 14,5.25 9,6.25C4,7.25 2,11.5 2,13.5C2,15.5 3.75,17.25 3.75,17.25C7,8 17,8 17,8Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.09;
  transform: rotate(35deg);
}

/* Rama derecha */
.hero-leaf-5 {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 140px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 90' fill='none'%3E%3Cpath d='M0 45 Q40 38 60 50 T100 45 T140 40' stroke='%23a9c353' stroke-width='2' fill='none' opacity='0.2'/%3E%3Cpath d='M55 50 Q62 32 75 28' stroke='%23a9c353' stroke-width='1.5' fill='none' opacity='0.15'/%3E%3Cpath d='M80 47 Q88 62 100 66' stroke='%23a9c353' stroke-width='1.5' fill='none' opacity='0.15'/%3E%3Cellipse cx='75' cy='28' rx='10' ry='6' fill='%23a9c353' opacity='0.12' transform='rotate(-25 75 28)'/%3E%3Cellipse cx='100' cy='66' rx='9' ry='5' fill='%23a9c353' opacity='0.12' transform='rotate(20 100 66)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Forma decorativa - Oculta */
.page-hero-decoration {
  display: none;
}

/* Botón Volver */
.btn-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  margin-bottom: 10px;
}

.btn-back:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.5);
}

.btn-back svg {
  width: 16px;
  height: 16px;
}

/* Ocultar decoraciones en móvil */
@media (max-width: 768px) {
  .page-hero-leaves {
    display: none;
  }
}

.page-hero h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
  letter-spacing: -1px;
}

.page-hero .breadcrumb {
  font-size: 0.95rem;
  opacity: 0.9;
  font-weight: 400;
}

.page-hero .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.page-hero .breadcrumb a:hover {
  opacity: 0.7;
}

/* Content Section */
.content-section {
  padding: 60px 0;
  background: #ffffff;
}

.content-section .container,
.content-section .site-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-section h2 {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--pa-azul-oscuro);
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}

.content-section h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.content-section p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: var(--pa-gris-texto);
  margin-bottom: 1.5rem;
}

.content-section .lead {
  font-size: 1.25rem;
  line-height: 1.8;
  color: var(--pa-gris-texto);
  font-weight: 400;
  margin-bottom: 2rem;
}

/* Product Detail Cards */
.product-detail {
  background: var(--pa-gris-claro);
  border-radius: 8px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  border-left: 4px solid var(--pa-verde);
  transition: all 0.3s ease;
}

.product-detail:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}

.product-detail h3 {
  font-size: 1.75rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  margin: 0 0 1rem 0;
}

.product-detail p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--pa-gris-texto);
  margin-bottom: 1rem;
}

.product-detail ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.product-detail ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  font-size: 0.95rem;
  color: var(--pa-gris-texto);
}

.product-detail ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--pa-verde);
  font-weight: 700;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 2rem;
}

.contact-info h2 {
  margin-bottom: 1.5rem;
}

.contact-item {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--pa-gris-medio);
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  margin-bottom: 1rem;
  margin-top: 0;
}

.contact-item p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--pa-gris-texto);
  margin: 0;
}

.contact-item strong {
  color: var(--pa-azul-oscuro);
  font-weight: 600;
}

/* Mapa de contacto */
.contact-map {
  margin-top: 2rem;
}

.contact-map h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  margin-bottom: 1rem;
  margin-top: 0;
}

.map-container {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  display: block;
}

/* Contact Form */
.contact-form-container {
  background: var(--pa-gris-claro);
  padding: 2.5rem;
  border-radius: 8px;
}

.contact-form-container h2 {
  margin-bottom: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 16px;
  border: 1px solid var(--pa-gris-medio);
  border-radius: 4px;
  font-size: 1rem;
  font-family: inherit;
  transition: all 0.3s ease;
  background: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--pa-verde);
  box-shadow: 0 0 0 3px rgba(169, 196, 83, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

/* Values List */
.values-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.values-list li {
  padding: 1rem 0;
  padding-left: 2rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--pa-gris-texto);
  border-bottom: 1px solid var(--pa-gris-medio);
}

.values-list li:last-child {
  border-bottom: none;
}

.values-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--pa-verde);
  font-weight: 700;
  font-size: 1.2rem;
}

.values-list li strong {
  color: var(--pa-azul-oscuro);
  font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
  .page-hero h1 {
    font-size: 2rem;
  }

  .content-section h2 {
    font-size: 1.75rem;
  }

  .contact-grid {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 18px 0 15px;
  }

  .page-hero h1 {
    font-size: 1.5rem;
  }

  .page-hero .breadcrumb {
    font-size: 0.85rem;
  }
  
  .btn-back {
    padding: 6px 12px;
    font-size: 11px;
    margin-bottom: 8px;
  }

  .content-section {
    padding: 35px 0;
  }

  .content-section h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .content-section h3 {
    font-size: 1.25rem;
  }

  .content-section p,
  .content-section .lead {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .product-detail {
    padding: 1.5rem 1.25rem;
    border-radius: 8px;
  }

  .product-detail h3 {
    font-size: 1.35rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .contact-form-container {
    padding: 1.5rem 1.25rem;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .page-hero {
    padding: 15px 0 12px;
  }

  .page-hero h1 {
    font-size: 1.25rem;
  }

  .page-hero .breadcrumb {
    font-size: 0.8rem;
  }
  
  .btn-back {
    padding: 5px 10px;
    font-size: 10px;
    margin-bottom: 6px;
  }

  .btn-back svg {
    width: 12px;
    height: 12px;
  }

  .content-section {
    padding: 30px 0;
  }

  .content-section h2 {
    font-size: 1.3rem;
  }

  .content-section h3 {
    font-size: 1.15rem;
  }

  .content-section p,
  .content-section .lead {
    font-size: 0.9rem;
  }

  .product-detail {
    padding: 1.25rem 1rem;
    border-left-width: 3px;
  }

  .product-detail h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  .product-detail p {
    font-size: 0.9rem;
  }

  .product-detail ul li {
    font-size: 0.85rem;
    padding: 0.4rem 0;
  }

  .contact-form-container {
    padding: 1.25rem 1rem;
  }

  .form-group label {
    font-size: 0.9rem;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .page-hero h1 {
    font-size: 1.1rem;
  }

  .content-section h2 {
    font-size: 1.15rem;
  }

  .product-detail h3 {
    font-size: 1.1rem;
  }
}

/* ============================================
   GALERÍA DE VIDEOS
   ============================================ */

.gallery-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 3rem;
}

.gallery-video-item {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid var(--pa-gris-medio);
}

.gallery-video-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000000;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.gallery-video-item h3 {
  padding: 1.5rem;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--pa-azul-oscuro);
  text-align: center;
  border-top: 1px solid var(--pa-gris-medio);
}

/* Responsive para galería */
@media (max-width: 1024px) {
  .gallery-videos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .gallery-videos-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-video-item h3 {
    padding: 1.25rem;
    font-size: 1.1rem;
  }
}

/* ============================================
   PÁGINA DE DETALLE DE PRODUCTO
   ============================================ */

.product-detail-section {
  padding: 40px 0 30px 0; /* Reducido padding inferior */
  background: #ffffff;
}

.product-detail-section .site-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.product-detail-image-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.product-detail-image {
  width: 100%;
  background: #f9f9f9;
  padding: 20px 40px 15px 40px; /* Reducido padding superior e inferior */
  border-radius: 8px;
  display: flex;
  align-items: flex-start; /* Alineado arriba */
  justify-content: center;
  margin-bottom: 10px; /* Reducido espaciado */
}

.product-detail-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

/* Galería de imágenes pequeñas */
.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 0 40px; /* Mismo padding horizontal que la imagen principal */
  margin-top: 0; /* Sin margen superior para alineación */
}

.gallery-thumb {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9f9f9;
}

.gallery-thumb:hover {
  border-color: #a9c353;
  transform: translateY(-2px);
}

.gallery-thumb.active {
  border-color: #a9c353;
  border-width: 3px;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.product-detail-info {
  width: 100%;
}

.product-detail-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Inter', Arial, sans-serif;
}

.product-description {
  margin-bottom: 40px;
}

.product-description p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4f5e6b;
  margin: 0;
}

.product-characteristics {
  margin-bottom: 40px;
}

.product-characteristics h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  font-family: 'Inter', Arial, sans-serif;
}

.product-characteristics ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-characteristics li {
  padding: 12px 0;
  padding-left: 30px;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #4f5e6b;
  border-bottom: 1px solid #f0f0f0;
}

.product-characteristics li:last-child {
  border-bottom: none;
}

.product-characteristics li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a9c353;
  font-weight: 700;
  font-size: 1rem;
}

/* Calendario de Disponibilidad - Versión completa (abarca toda la fila) */
.product-availability-full {
  margin-top: 60px;
  padding: 40px 40px 20px 40px; /* Reducido padding inferior */
  background: #f9f9f9;
  border-radius: 8px;
  width: 100%;
}

.product-availability-full h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
  font-family: 'Inter', Arial, sans-serif;
  text-align: center;
}

.availability-calendar {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  margin-bottom: 25px;
  max-width: 100%;
}

.month-item {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  padding: 12px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.month-item.available {
  border-color: #a9c353;
  background: #e8f4d9;
}

.month-item.unavailable {
  opacity: 0.4;
  background: #f5f5f5;
}

.month-name {
  font-size: 0.7rem;
  font-weight: 600;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.month-status {
  font-size: 1rem;
  font-weight: 700;
}

.month-item.available .month-status {
  color: #a9c353;
}

.month-item.unavailable .month-status {
  color: #999999;
}

.availability-note {
  font-size: 1rem;
  color: #4f5e6b;
  margin: 0;
  text-align: center;
  font-weight: 500;
}

.product-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.product-actions .btn {
  padding: 14px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-actions .btn-primary {
  background: #a9c353;
  color: #ffffff;
}

.product-actions .btn-primary:hover {
  background: #8ba042;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(169, 196, 83, 0.3);
}

.product-actions .btn-secondary {
  background: transparent;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
}

.product-actions .btn-secondary:hover {
  background: #1a1a1a;
  color: #ffffff;
}

/* Responsive Product Detail */
@media (max-width: 1200px) {
  .product-detail-grid {
    gap: 40px;
  }

  .product-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 0 30px;
  }
}

@media (max-width: 1024px) {
  .product-detail-grid {
    gap: 30px;
  }

  .product-detail-title {
    font-size: 1.8rem;
  }

  .product-detail-image {
    padding: 20px 25px;
  }

  .product-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 25px;
  }

  .product-availability-full {
    margin-top: 35px;
    padding: 25px 20px;
  }

  .availability-calendar {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
  }
}

@media (max-width: 768px) {
  .product-detail-section {
    padding: 25px 0;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .product-detail-image {
    padding: 15px;
    border-radius: 8px;
  }

  .product-detail-image img {
    max-width: 350px;
  }

  .product-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 0;
    max-width: 350px;
    margin: 10px auto 0;
  }

  .gallery-thumb {
    border-radius: 6px;
  }

  .product-detail-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
  }

  .product-description {
    margin-bottom: 25px;
  }

  .product-description p {
    font-size: 0.9rem;
    text-align: center;
    line-height: 1.7;
  }

  .product-characteristics {
    margin-bottom: 25px;
  }

  .product-characteristics h3 {
    text-align: center;
    font-size: 1.1rem;
  }

  .product-characteristics li {
    font-size: 0.85rem;
    padding: 10px 0;
    padding-left: 25px;
  }

  .product-characteristics li:before {
    font-size: 0.9rem;
  }

  .product-availability-full {
    margin-top: 25px;
    padding: 20px 15px;
    border-radius: 8px;
  }

  .product-availability-full h3 {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  .availability-calendar {
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }

  .month-item {
    padding: 8px 4px;
    border-radius: 4px;
  }

  .month-name {
    font-size: 0.6rem;
  }

  .month-status {
    font-size: 0.85rem;
  }

  .availability-note {
    font-size: 0.85rem;
  }

  .product-actions {
    flex-direction: column;
    gap: 10px;
  }

  .product-actions .btn {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
  }
}

@media (max-width: 576px) {
  .product-detail-section {
    padding: 20px 0;
  }

  .product-detail-image {
    padding: 12px;
  }

  .product-detail-image img {
    max-width: 280px;
  }

  .product-gallery {
    max-width: 280px;
    gap: 6px;
  }

  .product-detail-title {
    font-size: 1.25rem;
    letter-spacing: 0.5px;
  }

  .product-description p {
    font-size: 0.85rem;
  }

  .product-characteristics h3 {
    font-size: 1rem;
  }

  .product-characteristics li {
    font-size: 0.8rem;
    padding: 8px 0;
    padding-left: 22px;
  }

  .product-availability-full {
    padding: 18px 12px;
  }

  .product-availability-full h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }

  .availability-calendar {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }

  .month-item {
    padding: 6px 3px;
  }
  
  .month-name {
    font-size: 0.5rem;
  }
  
  .month-status {
    font-size: 0.75rem;
  }

  .availability-note {
    font-size: 0.8rem;
  }

  .product-actions .btn {
    padding: 12px 18px;
    font-size: 0.85rem;
  }
}

@media (max-width: 400px) {
  .product-detail-title {
    font-size: 1.15rem;
  }

  .product-description p {
    font-size: 0.8rem;
  }

  .product-characteristics li {
    font-size: 0.75rem;
  }

  .product-availability-full h3 {
    font-size: 0.95rem;
  }

  .month-name {
    font-size: 0.45rem;
  }
  
  .month-status {
    font-size: 0.7rem;
  }
}

/* ============================================
   BLOG / NOTICIAS DETALLE
   ============================================ */

.blog-content-section {
  padding: 60px 0;
  background: #ffffff;
}

.blog-content-section .site-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-article {
  background: #ffffff;
  padding: 0;
}

.blog-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.blog-date {
  background: #a9c353;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-category {
  background: #f5f5f5;
  color: #4f5e6b;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 30px 0;
  line-height: 1.2;
  font-family: 'Inter', Arial, sans-serif;
}

.blog-featured-image {
  width: 100%;
  margin-bottom: 40px;
  border: 2px solid #a9c353;
  overflow: hidden;
}

.blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.blog-content {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333333;
  font-family: 'Inter', Arial, sans-serif;
}

.blog-content .lead {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 30px;
  line-height: 1.6;
}

.blog-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 20px 0;
  font-family: 'Inter', Arial, sans-serif;
}

.blog-content p {
  margin-bottom: 20px;
}

.blog-content ul {
  margin: 20px 0;
  padding-left: 30px;
}

.blog-content li {
  margin-bottom: 12px;
  line-height: 1.6;
}

.blog-content li strong {
  color: #1a1a1a;
  font-weight: 600;
}

.blog-tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.tag {
  background: #f5f5f5;
  color: #4f5e6b;
  padding: 6px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.blog-navigation {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.blog-navigation .btn-secondary {
  display: inline-block;
  padding: 12px 24px;
  background: transparent;
  color: #a9c353;
  border: 2px solid #a9c353;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.blog-navigation .btn-secondary:hover {
  background: #a9c353;
  color: #ffffff;
  transform: translateX(-5px);
}

/* Responsive Blog */
@media (max-width: 768px) {
  .blog-content-section {
    padding: 40px 0;
  }

  .blog-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .blog-content {
    font-size: 1rem;
  }

  .blog-content .lead {
    font-size: 1.15rem;
  }

  .blog-content h2 {
    font-size: 1.5rem;
    margin: 30px 0 15px 0;
  }
}

@media (max-width: 480px) {
  .blog-title {
    font-size: 1.75rem;
  }

  .blog-content .lead {
    font-size: 1.05rem;
  }

  .blog-content h2 {
    font-size: 1.3rem;
  }

  .blog-meta {
    flex-direction: column;
    gap: 10px;
  }
}

/* ============================================
   GALERÍA DE PRODUCTOS
   ============================================ */

.products-gallery-section {
  padding: 60px 0;
  background: #f9f9f9;
}

.products-gallery-section .site-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title-center {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 15px;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #666666;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.products-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-gallery-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-gallery-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-gallery-image {
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.product-gallery-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 70%, rgba(169, 195, 83, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

.product-gallery-image img {
  max-width: 80%;
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-gallery-card:hover .product-gallery-image img {
  transform: scale(1.08);
}

.product-gallery-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-gallery-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.product-gallery-content p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666666;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.btn-product {
  display: inline-block;
  padding: 12px 24px;
  background: #a9c353;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-product:hover {
  background: #8fa042;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(169, 195, 83, 0.4);
}

/* Responsive Galería */
@media (max-width: 1024px) {
  .products-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-gallery-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .products-gallery-section {
    padding: 35px 0;
  }

  .section-title-center {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 0.9rem;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .products-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .product-gallery-card {
    border-radius: 10px;
  }

  .product-gallery-image {
    height: 160px;
    padding: 15px;
  }

  .product-gallery-image img {
    max-height: 130px;
  }

  .product-gallery-content {
    padding: 15px;
  }

  .product-gallery-content h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .product-gallery-content p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .btn-product {
    padding: 10px 16px;
    font-size: 0.8rem;
    border-radius: 6px;
  }
}

@media (max-width: 576px) {
  .products-gallery-section {
    padding: 30px 0;
  }

  .section-title-center {
    font-size: 1.3rem;
  }

  .section-subtitle {
    font-size: 0.85rem;
    margin-bottom: 20px;
  }

  .products-gallery-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .product-gallery-card {
    display: flex;
    flex-direction: row;
    border-radius: 10px;
  }

  .product-gallery-image {
    width: 35%;
    min-width: 120px;
    height: auto;
    min-height: 140px;
    padding: 12px;
    flex-shrink: 0;
  }

  .product-gallery-image img {
    max-height: 100px;
    max-width: 100%;
  }

  .product-gallery-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }

  .product-gallery-content h3 {
    font-size: 1rem;
    margin-bottom: 6px;
  }

  .product-gallery-content p {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .btn-product {
    padding: 8px 14px;
    font-size: 0.75rem;
    align-self: flex-start;
  }
}

@media (max-width: 400px) {
  .section-title-center {
    font-size: 1.15rem;
  }

  .product-gallery-image {
    min-width: 100px;
    padding: 10px;
  }

  .product-gallery-content {
    padding: 12px;
  }

  .product-gallery-content h3 {
    font-size: 0.95rem;
  }

  .product-gallery-content p {
    font-size: 0.75rem;
  }

  .btn-product {
    padding: 7px 12px;
    font-size: 0.7rem;
  }
}

/* ============================================
   PÁGINA NOSOTROS - ESTILOS PROFESIONALES
   ============================================ */

/* Sección Intro */
.about-intro-section {
  padding: 80px 0;
  background: #ffffff;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}

.section-label {
  display: inline-block;
  background: linear-gradient(135deg, #a9c353 0%, #8fa042 100%);
  color: #ffffff;
  padding: 8px 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.about-intro-content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-intro-content .lead-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #4f5e6b;
  margin-bottom: 20px;
}

.about-intro-content .lead-text strong {
  color: #a9c353;
}

.about-intro-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 30px;
}

.about-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 3rem;
  font-weight: 800;
  color: #a9c353;
  line-height: 1;
  margin-bottom: 8px;
}

.stat-label {
  display: block;
  font-size: 0.9rem;
  color: #666666;
  font-weight: 500;
}

.about-intro-image {
  position: relative;
}

.about-intro-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-intro-image .image-decoration {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid #a9c353;
  border-radius: 12px;
  z-index: -1;
}

/* Sección Misión, Visión, Valores */
.about-mvv-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.mvv-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mvv-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #a9c353, #3c697f);
}

.mvv-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.mvv-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #a9c353 0%, #8fa042 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mvv-icon svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.mvv-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
}

.mvv-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666666;
  margin: 0;
}

/* Sección Por qué Elegirnos */
.about-why-section {
  padding: 80px 0;
  background: #ffffff;
}

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

.section-header-center h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 15px;
}

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

.why-item {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.why-item:hover {
  background: #f8f9fa;
}

.why-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #3c697f 0%, #2d5061 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon svg {
  width: 35px;
  height: 35px;
  color: #ffffff;
}

.why-item h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.why-item p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* Sección Datos de la Empresa */
.about-company-section {
  padding: 60px 0;
  background: linear-gradient(135deg, #3c697f 0%, #2d5061 100%);
}

.company-info-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.company-logo img {
  height: 100px;
  width: auto;
}

.company-details h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.company-details .ruc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 15px 0;
}

.company-details .address {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.company-details .address svg {
  color: #a9c353;
  flex-shrink: 0;
}

/* Responsive Nosotros */
@media (max-width: 1024px) {
  .about-intro-grid {
    gap: 40px;
  }

  .about-intro-content h2 {
    font-size: 2.2rem;
  }

  .mvv-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-intro-section {
    padding: 50px 0;
  }

  .about-intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-intro-content h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .section-label {
    display: block;
    text-align: center;
  }

  .about-intro-content .lead-text,
  .about-intro-content p {
    text-align: center;
  }

  .about-stats {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .about-intro-image .image-decoration {
    display: none;
  }

  .about-mvv-section {
    padding: 50px 0;
  }

  .mvv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mvv-card {
    padding: 30px 25px;
  }

  .about-why-section {
    padding: 50px 0;
  }

  .section-header-center h2 {
    font-size: 1.8rem;
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .about-company-section {
    padding: 40px 0;
  }

  .company-info-card {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .company-details h3 {
    font-size: 1.4rem;
  }

  .company-details .address {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about-intro-content h2 {
    font-size: 1.5rem;
  }

  .about-stats {
    gap: 20px;
  }

  .stat-number {
    font-size: 2rem;
  }

  .stat-label {
    font-size: 0.8rem;
  }

  .mvv-icon {
    width: 60px;
    height: 60px;
  }

  .mvv-icon svg {
    width: 30px;
    height: 30px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .company-logo img {
    height: 70px;
  }
}

/* ============================================
   PÁGINA MARCAS - ESTILOS PROFESIONALES
   ============================================ */

.brands-intro-section {
  padding: 80px 0;
  background: #ffffff;
}

.brands-intro-section .section-header-center {
  max-width: 700px;
  margin: 0 auto 50px;
}

.brands-intro-section .section-header-center p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #666666;
  margin-top: 20px;
}

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

.brand-card-pro {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
}

.brand-card-pro:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.brand-card-header {
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
}

.brand-card-pro:nth-child(1) .brand-card-header {
  background: linear-gradient(135deg, #a9c353 0%, #8fa042 100%);
}

.brand-card-pro:nth-child(2) .brand-card-header {
  background: linear-gradient(135deg, #3c697f 0%, #2d5061 100%);
}

.brand-card-pro:nth-child(3) .brand-card-header {
  background: linear-gradient(135deg, #5a8f4a 0%, #3d6b34 100%);
}

.brand-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.brand-icon svg {
  width: 40px;
  height: 40px;
  color: #ffffff;
}

.brand-card-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.brand-card-body {
  padding: 30px;
}

.brand-card-body p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666666;
  margin: 0 0 20px 0;
}

.brand-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.brand-products span {
  background: #f5f5f5;
  color: #1a1a1a;
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 20px;
}

/* Sección Estrategia */
.brands-strategy-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.strategy-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.strategy-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 25px;
}

.strategy-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 20px;
}

.strategy-features {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}

.strategy-features li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.strategy-features li:last-child {
  border-bottom: none;
}

.strategy-features li svg {
  width: 24px;
  height: 24px;
  color: #a9c353;
  flex-shrink: 0;
  margin-top: 2px;
}

.strategy-features li span {
  font-size: 1rem;
  color: #4f5e6b;
  line-height: 1.6;
}

.strategy-visual {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.strategy-stat {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.strategy-stat .number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #a9c353;
  line-height: 1;
  margin-bottom: 10px;
}

.strategy-stat .label {
  display: block;
  font-size: 0.9rem;
  color: #666666;
  font-weight: 500;
}

/* Responsive Marcas */
@media (max-width: 1024px) {
  .brands-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .strategy-content {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .brands-intro-section {
    padding: 50px 0;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    max-width: 400px;
    margin: 0 auto;
  }

  .brand-card-header {
    padding: 30px 25px 25px;
  }

  .brand-icon {
    width: 60px;
    height: 60px;
  }

  .brand-icon svg {
    width: 30px;
    height: 30px;
  }

  .brand-card-header h3 {
    font-size: 1.3rem;
  }

  .brands-strategy-section {
    padding: 50px 0;
  }

  .strategy-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .strategy-text h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .strategy-text p {
    text-align: center;
  }

  .strategy-visual {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .brand-card-body {
    padding: 25px 20px;
  }

  .strategy-stat {
    padding: 20px;
  }

  .strategy-stat .number {
    font-size: 2rem;
  }
}

