/**
 * Section - Por que o IICV SEED
 * Texto à esquerda, imagem à direita (grudada no container) + rectangle_top_right flutuante
 *
 * @package SeedDigital
 * @since 1.0.0
 */

.why-is-iicv-seed {
  background-color: #ffffff;
  padding: 80px 32px;
  box-sizing: border-box;
  width: 100%;
}

.why-is-iicv-seed--with-image {
  padding-right: 0;
}

.why-is-iicv-seed__container {
  max-width: 1440px;
  margin: 0 auto;
}

.why-is-iicv-seed--with-image .why-is-iicv-seed__container {
  max-width: 100%;
  padding-right: 0;
}

.why-is-iicv-seed__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: start;
}

.why-is-iicv-seed--with-image .why-is-iicv-seed__grid {
  grid-template-columns: 1.5fr 1fr !important;
  gap: 48px;
}

.why-is-iicv-seed__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  /* max-width: 558px; */
  margin-left: auto;
}

/* Título */
.why-is-iicv-seed__title {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b1a1a;
  margin: 0;
  padding-left: 16px;
}

/* Subtítulo */
.why-is-iicv-seed__subtitle {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #0086c9;
  margin: 0;
}

/* Description (WYSIWYG) */
.why-is-iicv-seed__description {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #1b1a1a;
}

.why-is-iicv-seed__description p {
  margin: 0 0 1em;
}

.why-is-iicv-seed__description p:last-child {
  margin-bottom: 0;
}

.why-is-iicv-seed__description ul {
  list-style: disc;
  margin: 0 0 1em;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.why-is-iicv-seed__description ul:last-child {
  margin-bottom: 0;
}

.why-is-iicv-seed__description li {
  padding-left: 4px;
}

/* Imagem – gruda no fim do container */
.why-is-iicv-seed__image-wrapper {
  position: relative;
  width: 100%;
  margin-right: 0;
  max-width: 569px;
  margin: 0 auto;
  height: 100%;
}

.why-is-iicv-seed__image {
  width: 100%;
  max-width: 569px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Rectangle flutuante – top right */
.why-is-iicv-seed__rectangle--top-right {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 100%;
  max-width: 200px;
  z-index: 2;
}

.why-is-iicv-seed__rectangle--top-right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: contain;
}

/* Responsive */

@media (max-width: 1023px) {
  .why-is-iicv-seed--with-image .why-is-iicv-seed__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .why-is-iicv-seed--with-image .why-is-iicv-seed__image-wrapper {
    order: -1;
  }

  .why-is-iicv-seed__rectangle--top-right {
    max-width: 220px;
    top: -12px;
    right: -12px;
  }
}

@media (max-width: 1024px) {
  .why-is-iicv-seed {
    padding: 60px 24px;
  }

  .why-is-iicv-seed--with-image .why-is-iicv-seed__container {
    max-width: 1384px;
    padding-right: 0;
  }

  .why-is-iicv-seed__content {
    max-width: 100%;
    padding: 0;
  }

  .why-is-iicv-seed__image {
    border-radius: 12px;
    height: 100%;
  }

  .why-is-iicv-seed__title {
    font-size: 32px;
    text-align: center;
    width: 100%;
  }

  .why-is-iicv-seed__description {
    font-size: 17px;
  }

  .why-is-iicv-seed__description ul {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .why-is-iicv-seed {
    padding: 48px 20px;
  }

  .why-is-iicv-seed__content {
    gap: 20px;
  }

  .why-is-iicv-seed__title {
    font-size: 28px;
    text-align: center;
    width: 100%;
  }

  .why-is-iicv-seed__subtitle {
    font-size: 16px;
  }

  .why-is-iicv-seed__description {
    font-size: 16px;
  }

  .why-is-iicv-seed__description ul {
    padding-left: 20px;
    gap: 16px;
  }

  .why-is-iicv-seed__rectangle--top-right {
    max-width: 180px;
    top: -59px;
    right: -8px;
  }
}

@media (max-width: 480px) {
  .why-is-iicv-seed {
    padding: 40px 16px;
  }

  .why-is-iicv-seed__title {
    font-size: 24px;
    text-align: center;
    width: 100%;
  }

  .why-is-iicv-seed__description {
    font-size: 15px;
  }

  .why-is-iicv-seed__description ul {
    padding-left: 18px;
    gap: 14px;
  }

  .why-is-iicv-seed__rectangle--top-right {
    display: none;
  }
}

/* Layout desktop – a partir de 1024px (conteúdo centralizado, duas colunas ~50/50) */
@media (min-width: 1024px) {
  .why-is-iicv-seed {
    padding: 80px 32px;
  }

  .why-is-iicv-seed--with-image {
    padding-right: 0;
  }

  .why-is-iicv-seed--with-image .why-is-iicv-seed__container {
    max-width: 1384px;
    margin: 0 auto;
    padding-right: 0;
  }

  .why-is-iicv-seed--with-image .why-is-iicv-seed__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
  }

  .why-is-iicv-seed__content {
    /* max-width: 558px; */
    margin-left: 0;
  }

  .why-is-iicv-seed__title {
    font-size: 36px;
    text-align: left;
    padding-left: 16px;
  }

  .why-is-iicv-seed__description {
    font-size: 14px;
  }

  .why-is-iicv-seed__description ul {
    gap: 20px;
  }

  .why-is-iicv-seed__image {
    border-radius: 0;
  }
}
