.fechamento-kl4s {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: calc(100% - 16px);
  margin: 8px auto 32px;
  padding: 8px;
  background: #ffe600;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.fechamento-text-kl4s {
  width: 100%;
  padding: 16px 40px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  box-sizing: border-box;
}

.fechamento-title-kl4s {
  margin: 0;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'ss04' on, 'case' on;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  max-width: 700px;
}

.fechamento-btn-kl4s {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  background: #434be4;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
  white-space: nowrap;
}

.fechamento-btn-kl4s:hover {
  background: #353ac5;
  color: #ffffff;
}

.fechamento-btn-kl4s:active {
  background: #272c96;
  color: #ffffff;
}

.fechamento-image-kl4s {
  position: relative;
  width: 100%;
  height: 328px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.fechamento-img-kl4s {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 768px) {
  .fechamento-kl4s {
    flex-direction: row-reverse;
    align-items: stretch;
    max-width: 1920px;
    height: calc(100vh - 68px);
    min-height: 600px;
    padding: 8px;
    gap: 8px;
  }

  .fechamento-text-kl4s {
    flex: 0 0 calc(50% - 4px);
    position: relative;
    padding: 40px 80px 40px 40px;
    gap: 24px;
    justify-content: space-between;
    background: transparent;
    border-radius: 20px;
    min-width: 0;
  }

  .fechamento-title-kl4s {
    font-size: 48px;
    letter-spacing: -1.92px;
  }

  .fechamento-btn-kl4s {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
    line-height: 20px;
  }

  .fechamento-image-kl4s {
    flex: 0 0 calc(50% - 4px);
    width: auto;
    height: 100%;
    min-width: 0;
    border-radius: 12px;
  }
}

@media (min-width: 1366px) {
  .fechamento-title-kl4s {
    font-size: 72px;
    letter-spacing: -3.6px;
  }
}

@media (min-width: 1920px) {
  .fechamento-title-kl4s {
    font-size: 88px;
    letter-spacing: -4.4px;
  }
}
