/**
 * Section - Pesquisa de Varejo
 * Specs: Rectangle 1258 (bg), Rectangle 1255 (gradiente), Group 238757 (imagem + overlay)
 *
 * @package SeedDigital
 * @since 1.0.0
 */

/* Rectangle 1258 – fundo da seção */
.retail-research {
  padding: 40px 0 0 0px;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.retail-research__container {
  margin: 0 auto;
  background: linear-gradient(78.74deg, #00edff 32.8%, #0ba5ec 92.68%);
}

@media (min-width: 1024px) {
  .retail-research__grid {
    display: grid;
  }
}

.retail-research--with-image .retail-research__container {
  margin-left: 0;
  margin-right: auto;
}

.retail-research__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 480px;
  position: relative;
}

.retail-research--with-image .retail-research__grid {
  grid-template-columns: 689px 963px;
}

/* Rectangle 1255 – gradiente azul atrás do conteúdo */
.retail-research--with-image .retail-research__grid::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1652px;
  height: 906px;
  background: linear-gradient(78.74deg, #00edff 32.8%, #0ba5ec 92.68%);
  border-radius: 0;
  z-index: 0;
}

/* Coluna esquerda – texto (Frame 1533209893) */
.retail-research__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  padding: 130px 0 96px 118px;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

/* Pesquisa de Varejo – título */
.retail-research__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000000;
  margin: 0;
}

/* Descrição: primeiro bloco bold 700, corpo 500, 22px */
.retail-research__description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  color: #1b1a1a;
}

.retail-research__description p {
  margin: 0 0 1em;
}

.retail-research__description ul {
  list-style: disc;
  margin: 0 0 1em;
  padding-left: 24px;
}

.retail-research__description ul:last-child {
  margin-bottom: 0;
}

.retail-research__description li {
  margin-bottom: 0.5em;
}

/* Group 238757 – imagem 902x1002 + Rectangle 2120 overlay */
.retail-research__image-wrapper {
  position: absolute;
  top: -76px;
  right: 0;
  width: 50%;
  height: 907px;
  border-radius: 32px;
  overflow: hidden;
  background: white;
  z-index: 1;
}

/* Rectangle 2120 – overlay azul soft-light */
.retail-research__image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #36bffa;
  mix-blend-mode: soft-light;
  pointer-events: none;
}

/* Responsive */

@media (max-width: 1440px) {
}

@media (max-width: 1200px) {
  .retail-research--with-image .retail-research__grid {
    grid-template-columns: 1fr 1fr;
  }

  .retail-research--with-image .retail-research__grid::before {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .retail-research--with-image .retail-research__grid {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 1023px) {
  .retail-research--with-image .retail-research__image-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    order: -1;
    min-height: 360px;
    height: 360px;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 1024px) {
  .retail-research__grid {
    min-height: auto;
  }

  .retail-research--with-image .retail-research__grid::before {
    display: none;
  }

  .retail-research__content {
    padding: 60px 40px 60px 40px;
    max-width: 100%;
  }

  .retail-research__title {
    color: #000000;
    text-align: center;
    width: 100%;
  }

  .retail-research__description {
    color: #000000;
    font-size: 18px;
  }

  /* Mobile: image-wrapper volta ao fluxo (não absolute) para empilhar */

  .retail-research__title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .retail-research__content {
    padding: 48px 24px 48px 24px;
    gap: 20px;
  }

  .retail-research--with-image .retail-research__image-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 300px;
    height: 300px;
    border-radius: 16px 16px 0 0;
  }

  .retail-research__image {
    min-height: 300px;
    height: 340px;
    width: 100%;
  }

  .retail-research__title {
    font-size: 28px;
  }

  .retail-research__description {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .retail-research__image {
    min-height: 300px;
    height: 440px;
    width: 100%;
    object-fit: fill;
  }
}

@media (min-width: 1024px) {
  .retail-research__image {
    min-height: 300px;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }
}

@media (max-width: 480px) {
  .retail-research__content {
    padding: 40px 16px 40px 16px;
  }

  .retail-research--with-image .retail-research__image-wrapper {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    min-height: 260px;
    height: 260px;
    width: 100%;
  }

  .retail-research__image {
    min-height: 260px;
    height: 300px;
    border-radius: 16px 16px 0 0;
  }

  .retail-research__title {
    font-size: 24px;
  }

  .retail-research__description {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  .retail-research__image-wrapper {
    height: 907px;
    top: -40px;
  }
}
