.cierre-10 { margin: 0 8px; box-sizing: border-box; }

.cierre-10__card {
  background-color: #ffe600;
  border-radius: 20px;
  padding: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cierre-10__panel {
  background-color: #ffe600;
  border-radius: 12px;
  padding: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.cierre-10__title {
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.28px;
  color: #282834;
  font-feature-settings: "salt" 1, "calt" 0;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.cierre-10__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 12px;
  background-color: #434ce4;
  color: #ffffff;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.cierre-10__cta:hover { background-color: #3b43c9; }
.cierre-10__cta:focus-visible { outline: 2px solid #282834; outline-offset: 2px; }

.cierre-10__image {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  height: 328px;
}
.cierre-10__image-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

@media (min-width: 768px) {
  .cierre-10__card {
    flex-direction: row;
    align-items: stretch;
    height: 752px;
  }
  .cierre-10__image {
    order: -1;
    flex: 1;
    height: auto;
  }
  .cierre-10__panel {
    flex: 1;
    padding: 32px;
    gap: 0;
    justify-content: space-between;
  }
  .cierre-10__title { font-size: 72px; letter-spacing: -2.88px; }
  .cierre-10__cta {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .cierre-10__card { height: 712px; }
}
