/* ========================================
   SECCIÓN "CONÓCENOS" - HOME (REDISEÑADA)
======================================== */

/* Sección principal - Altura optimizada */
.section.conocenos-home {
  width: 100%;
  min-height: 300px;
  padding: 35px 0 10px 0;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 0%, #f9f9fb 100%);
  position: relative;
  display: flex;
  align-items: flex-start;  /* ← antes: center */
}

/* Contenedor centrado */
.section.cc-store-home-wrap.conocenos-home .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 3vw 0px 3vw;
  height: auto;
}

/* Divider mejorado */
.divider {
  background: linear-gradient(90deg, transparent, #5957b8, transparent);
  height: 2px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 28px auto;
  opacity: 0.3;
}

/* Home content wrap */
.home-content-wrap {
  margin: 0;
}

/* Grid principal - 2 columnas balanceadas */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 0;
}

/* Columna de contenido */
.home-section-wrap {
  margin-bottom: 0;
  max-width: 100%;
  padding-right: 2rem;
}

/* Label superior "Explora" */
.label.cc-light {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #5957b8;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
  position: relative;
}

.label.cc-light::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #5957b8;
}

/* Heading principal */
.section-heading {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 25px;
  color: #1a1b1f;
  letter-spacing: -0.5px;
}

/* ========================================
   TEXTO CON CHECKMARKS - ESTRUCTURA DE LISTA
======================================== */

.paragraph-light {
  font-size: 19px;
  line-height: 1.3;
  color: #1a1b1f;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-light strong {
  color: #5957b8;
  font-weight: 700;
  font-size: 20px;
  margin-right: 8px;
  display: inline-block;
}

.paragraph-light br {
  display: block;
  content: "";
  margin-top: 15px;
}

/* ========================================
   ALTERNATIVA: Lista <ul> real
======================================== */

.lista-conocenos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lista-conocenos li {
  font-size: 17px;
  line-height: 1.8;
  color: #1a1b1f;
  margin-bottom: 15px;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.lista-conocenos li strong {
  color: #5957b8;
  font-weight: 700;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ========================================
   WRAPPER DEL BOTÓN
======================================== */

.button-conocenos-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.conocenos-imagen {
  width: 100%;
  max-width: 420px;
  height: 260px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* ========================================
   BOTÓN "CONÓCENOS" - REDISEÑADO COMO BOTÓN REAL
======================================== */

.button-conocenos-grande {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 16px 40px;
  border-radius: 32px;
  background: #5957b8;
  color: white;

  width: auto;
  min-width: 220px;
  max-width: 280px;

  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem;

  border: 2px solid #5957b8;
  cursor: pointer;

  box-shadow: 0 4px 14px rgba(89, 87, 184, 0.35);
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;

  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.button-conocenos-grande .text-principal {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-conocenos-grande .btn-arrow {
  font-size: 1.1rem;
  transition: transform 0.25s ease;
  display: inline-block;
}

/* Hover */
.button-conocenos-grande:hover {
  background: white;
  color: #5957b8;
  border-color: #5957b8;
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(89, 87, 184, 0.3);
}

.button-conocenos-grande:hover .btn-arrow {
  transform: translateX(5px);
}

.button-conocenos-grande:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(89, 87, 184, 0.2);
}



/* ========================================
   RESPONSIVE - DESKTOP GRANDE (>1400px)
======================================== */

@media screen and (min-width: 1400px) {
  .section.cc-store-home-wrap.conocenos-home .container {
    max-width: 1600px;
    padding: 80px 4vw;
  }

  .about-grid {
    gap: 6rem;
  }

  .button-conocenos-grande {
    min-width: 240px;
    max-width: 300px;
    padding: 18px 48px;
    font-size: 0.95rem;
  }

  .button-conocenos-grande .text-principal {
    font-size: 0.95rem;
  }
}

/* ========================================
   RESPONSIVE - DESKTOP MEDIANO (992px - 1399px)
======================================== */

@media screen and (max-width: 1399px) and (min-width: 992px) {
  .section.cc-store-home-wrap.conocenos-home .container {
    max-width: 1200px;
    padding: 60px 3vw;
  }

  .about-grid {
    gap: 4rem;
  }

  .section-heading {
    font-size: 2.5rem;
  }

  .button-conocenos-grande {
    min-width: 220px;
    max-width: 280px;
    padding: 16px 40px;
    font-size: 0.9rem;
  }
}

/* ========================================
   RESPONSIVE - TABLET (≤991px)
======================================== */

@media screen and (max-width: 991px) {
  .section.conocenos-home {
    min-height: auto;
    padding: 60px 0;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    text-align: center;
  }

  .home-section-wrap {
    padding-right: 0;
    margin: 0 auto;
    max-width: 650px;
  }

  .divider {
    margin: 0 auto 40px auto;
  }

  .label.cc-light {
    display: inline-block;
    margin-bottom: 15px;
  }

  .label.cc-light::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .section-heading {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }

  .paragraph-light {
    font-size: 17px;
    line-height: 1.8;
    text-align: center;
  }

  .lista-conocenos {
    max-width: 500px;
    margin: 0 auto;
  }

  .lista-conocenos li {
    justify-content: center;
    text-align: center;
  }

  .button-conocenos-wrap {
    justify-content: center;
  }

  .button-conocenos-grande {
    min-width: 200px;
    max-width: 260px;
    padding: 15px 36px;
    font-size: 0.88rem;
  }

  .button-conocenos-grande .text-principal {
    font-size: 0.88rem;
  }
}

/* ========================================
   RESPONSIVE - MÓVIL (≤767px)
======================================== */
@media screen and (max-width: 767px) {
  .section.conocenos-home {
    padding: 50px 0;
  }
  .section.cc-store-home-wrap.conocenos-home .container {
    padding: 0 6vw;
  }
  .section-heading {
    font-size: 1.8rem;
  }
  .paragraph-light {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  .paragraph-light br {
    display: block !important;
    content: "";
    margin-bottom: 12px;
  }
  .paragraph-light strong {
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
  }
  .lista-conocenos {
    text-align: left;
    max-width: 100%;
  }
  .lista-conocenos li {
    justify-content: flex-start;
    text-align: left;
    font-size: 16px;
    margin-bottom: 12px;
    gap: 10px;
  }
  .lista-conocenos li strong {
    font-size: 18px;
  }
  .button-conocenos-wrap {
    justify-content: center;
  }
  .button-conocenos-grande {
    min-width: 180px;
    max-width: 240px;
    padding: 14px 32px;
    font-size: 0.85rem;
    margin: 0 auto;
  }
  .button-conocenos-grande .text-principal {
    font-size: 0.85rem;
  }
}

/* ========================================
   RESPONSIVE - MÓVIL PEQUEÑO (≤479px)
======================================== */
@media screen and (max-width: 479px) {
  .section.conocenos-home {
    padding: 40px 0;
  }
  .section-heading {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
  }
  .paragraph-light {
    font-size: 15px;
    line-height: 1.7;
  }
  .paragraph-light br {
    margin-bottom: 10px;
  }
  .paragraph-light strong {
    font-size: 16px;
  }
  .lista-conocenos li {
    font-size: 15px;
    margin-bottom: 10px;
    gap: 8px;
  }
  .lista-conocenos li strong {
    font-size: 16px;
  }
  .button-conocenos-grande {
    min-width: 160px;
    max-width: 220px;
    padding: 13px 28px;
    font-size: 0.8rem;
    margin: 0 auto;
  }
  .button-conocenos-grande .text-principal {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }
}
/* ========================================
   ACCESIBILIDAD - PREFERENCIA DE MOVIMIENTO REDUCIDO
======================================== */

@media (prefers-reduced-motion: reduce) {
  .button-conocenos-grande,
  .button-conocenos-grande .btn-arrow {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .button-conocenos-grande:hover {
    transform: translateY(-2px);
    animation: none !important;
  }
}