/* Llamada a la acción: cercana, confiable y visualmente dinámica. */
.cta-enhanced {
  min-height: 470px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 7vw;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .72fr);
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  background:
    radial-gradient(circle at 7% 12%, rgba(235, 155, 157, .28), transparent 28%),
    radial-gradient(circle at 76% 118%, rgba(131, 200, 187, .27), transparent 35%),
    linear-gradient(120deg, #09294d 0%, #103b66 53%, #285f78 100%);
}

.cta-enhanced::before,
.cta-enhanced::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}

.cta-enhanced::before {
  width: 360px;
  height: 360px;
  top: -235px;
  right: 24%;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(235,155,157,.045);
  animation: cta-orbit 9s ease-in-out infinite;
}

.cta-enhanced::after {
  width: 170px;
  height: 170px;
  left: -75px;
  bottom: -75px;
  background: linear-gradient(145deg, rgba(235,155,157,.32), rgba(131,200,187,.13));
  filter: blur(1px);
  animation: cta-float 7s ease-in-out infinite;
}

.cta-copy { position: relative; z-index: 2; max-width: 760px; }
.cta-kicker {
  width: fit-content;
  margin-bottom: 20px;
  padding: 9px 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}
.cta-kicker i { color: #ffb5be; font-style: normal; }
.cta-enhanced h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(46px, 5vw, 70px)/1.04 Georgia, serif;
  letter-spacing: -.02em;
  text-shadow: 0 10px 35px rgba(0,0,0,.18);
}
.cta-enhanced h2 em { color: #ffb9c2; }
.cta-copy > p {
  max-width: 660px;
  margin: 24px 0 26px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.7;
}
.cta-trust { display: flex; flex-wrap: wrap; gap: 10px; }
.cta-trust span {
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.cta-contact-card {
  position: relative;
  z-index: 2;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  box-shadow: 0 28px 75px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
  animation: cta-card-float 4.5s ease-in-out infinite;
}
.cta-contact-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px solid rgba(235,155,157,.2);
  border-radius: 18px;
}
.cta-contact-head { display: flex; align-items: center; gap: 15px; }
.cta-contact-head > i {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(145deg, #dff5ef, #bfe9dc);
  color: #128c5c;
  font-size: 29px;
  font-style: normal;
}
.cta-contact-head div { display: flex; flex-direction: column; gap: 4px; }
.cta-contact-head small { color: var(--pink2); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.cta-contact-head strong { color: var(--navy); font: 700 25px Georgia, serif; }
.cta-contact-card > p { margin: 20px 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.cta-whatsapp {
  min-height: 58px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  background: linear-gradient(135deg, #26d366, #16a957);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(22,169,87,.3);
  transition: transform .3s ease, box-shadow .3s ease;
  overflow: hidden;
}
.cta-whatsapp:hover { transform: translateY(-4px); box-shadow: 0 19px 36px rgba(22,169,87,.4); }
.cta-whatsapp b { font-size: 22px; transition: transform .3s ease; }
.cta-whatsapp:hover b { transform: translateX(5px); }
.cta-status { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #526b75; font-size: 12px; font-weight: 800; }
.cta-status i { width: 8px; height: 8px; border-radius: 50%; background: #27c56e; box-shadow: 0 0 0 6px rgba(39,197,110,.12); animation: cta-pulse 2s ease-out infinite; }

@keyframes cta-card-float { 50% { transform: translateY(-9px); } }
@keyframes cta-orbit { 50% { transform: translate(18px, 16px) scale(1.04); } }
@keyframes cta-float { 50% { transform: translate(18px, -14px); } }
@keyframes cta-pulse { 50% { box-shadow: 0 0 0 10px rgba(39,197,110,0); } }

@media (max-width: 850px) {
  .cta-enhanced { padding: 70px 24px; grid-template-columns: 1fr; gap: 38px; }
  .cta-copy { text-align: center; }
  .cta-kicker { margin-inline: auto; }
  .cta-copy > p { margin-inline: auto; }
  .cta-trust { justify-content: center; }
  .cta-contact-card { width: min(100%, 500px); margin: 0 auto; }
}

@media (max-width: 520px) {
  .cta-enhanced h2 { font-size: 42px; }
  .cta-copy > p { font-size: 16px; }
  .cta-kicker { font-size: 11px; letter-spacing: .09em; }
  .cta-trust { gap: 7px; }
  .cta-trust span { padding: 8px 10px; font-size: 11px; }
  .cta-contact-card { padding: 24px 20px; border-radius: 20px; }
  .cta-contact-head strong { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .cta-enhanced::before,
  .cta-enhanced::after,
  .cta-contact-card,
  .cta-status i { animation: none; }
}
