.kit-congressista {
  scroll-margin-top: 104px;
  padding: clamp(48px, 8vw, 92px) 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 12%, rgba(74, 189, 207, 0.22), transparent 42%),
    linear-gradient(165deg, #24184c 0%, #1b123d 55%, #120c28 100%);
}

.kit-congressista__row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
  width: min(100% - 48px, 1100px);
  margin-inline: auto;
}

.kit-congressista__visual img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.38));
}

.kit-congressista__eyebrow {
  margin: 0 0 10px;
  color: #35e0ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kit-congressista__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 3.1vw, 2.35rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.kit-congressista__text {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.02rem;
  line-height: 1.45;
}

.kit-congressista__legal {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.88rem;
  line-height: 1.4;
}

.kit-congressista__cta {
  margin-top: 22px;
}

@media (max-width: 800px) {
  .kit-congressista__row {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kit-congressista__visual img {
    filter: none;
  }
}
