/* Pre-footer CTA banner (paginas internas; la portada usa home.css) */

.ft-cta-banner {
  position: relative;
  background: var(--ft-red);
  color: #fff;
  padding: clamp(1.85rem, 3.2vw, 2.65rem) 0;
  overflow: hidden;
}
.ft-cta-banner__hearts {
  position: absolute;
  left: 50%;
  bottom: clamp(-42%, -12vw, -30%);
  width: clamp(220px, 27vw, 340px);
  height: clamp(178px, 22vw, 275px);
  transform: translateX(-18%) translateY(-15px);
  pointer-events: none;
  z-index: 0;
}
.ft-cta-banner__heart {
  position: absolute;
  display: block;
}
.ft-cta-banner__heart path {
  fill: var(--ft-red);
  stroke: rgba(255, 255, 255, .38);
  stroke-linejoin: round;
}
.ft-cta-banner__heart--sm {
  left: 32%;
  bottom: 22%;
  z-index: 1;
  width: 66%;
  height: auto;
  transform: translateX(90px) rotate(-35deg);
  transform-origin: center center;
}
.ft-cta-banner__heart--sm path {
  stroke-width: 6;
}
.ft-cta-banner__heart--lg {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  transform: translateX(-15px) rotate(-35deg);
  transform-origin: center center;
}
.ft-cta-banner__heart--lg path {
  stroke-width: 7;
}
.ft-cta-script,
.ft-cta-copy .ft-heading-accent .ft-script {
  font-family: var(--ft-font-script);
  font-weight: 700;
  letter-spacing: .01em;
}
.ft-cta-copy .ft-heading-accent .ft-script {
  font-size: 1.15em;
  line-height: 1.05;
}
.ft-cta-copy {
  position: relative;
  z-index: 2;
  flex: 1 1 62%;
  min-width: 0;
  max-width: 44rem;
}
.ft-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 2rem);
}
.ft-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .92);
}
.ft-cta-eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border: 1.5px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  font-size: .62rem;
  line-height: 1;
}
.ft-cta-copy .ft-heading-accent {
  margin-bottom: .85rem;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  line-height: 1.12;
  color: #fff;
}
.ft-cta-copy .ft-heading-accent .ft-script {
  color: #fff;
}
.ft-cta-text {
  margin: 0 0 1.35rem;
  max-width: 34rem;
  font-size: clamp(.92rem, 1.5vw, 1rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, .88);
}
.ft-cta-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: .55rem .75rem;
}
.ft-cta-copy .ft-btn--donate {
  margin: 0;
  flex-shrink: 0;
  background: #fff;
  color: var(--ft-red);
  border-color: #fff;
  box-shadow: 0 4px 16px rgba(18, 38, 72, 0.14);
}

.ft-cta-copy .ft-btn--donate .ft-icon {
  color: var(--ft-red);
}

.ft-cta-copy .ft-btn--donate:hover {
  background: var(--ft-navy);
  border-color: var(--ft-navy);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(18, 38, 72, 0.28);
}

.ft-cta-copy .ft-btn--donate:hover .ft-icon {
  color: #fff;
}
.ft-cta-arrow {
  display: inline-flex;
  flex-shrink: 0;
  color: rgba(255, 255, 255, .82);
  margin: 0 .15rem;
}
.ft-cta-arrow svg {
  width: clamp(38px, 4vw, 52px);
  height: auto;
}
.ft-cta-note {
  margin: 0;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 15rem;
  line-height: 1.2;
  color: #fff;
}
.ft-cta-note .ft-cta-script {
  display: inline;
  font-size: clamp(1.1rem, 1.85vw, 1.45rem);
  color: #fff;
}
.ft-cta-note-heart {
  display: inline;
  width: .78em;
  height: .78em;
  margin-left: .18em;
  vertical-align: -0.08em;
  color: rgba(255, 255, 255, .92);
}
.ft-cta-media-wrap {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: clamp(.75rem, 2vw, 1.5rem);
}
.ft-cta-dots {
  position: absolute;
  right: clamp(-4px, 1vw, 12px);
  top: 50%;
  z-index: 0;
  width: clamp(108px, 13vw, 148px);
  height: clamp(108px, 13vw, 148px);
  transform: translateY(-50%);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .55) 1.75px, transparent 1.85px);
  background-size: 11px 11px;
  background-position: center center;
  pointer-events: none;
}
.ft-cta-media {
  --ft-cta-photo-size: clamp(260px, 30vw, 380px);
  position: relative;
  z-index: 1;
  width: var(--ft-cta-photo-size);
}
.ft-cta-media img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .ft-cta-banner__hearts {
    left: 62%;
    bottom: -26%;
    transform: translateX(-50%) translateY(-15px);
    width: clamp(190px, 58vw, 270px);
    height: clamp(155px, 46vw, 220px);
  }
  .ft-cta-inner {
    flex-direction: column;
    text-align: center;
  }
  .ft-cta-copy {
    flex: 1 1 auto;
    max-width: none;
  }
  .ft-cta-eyebrow {
    justify-content: center;
  }
  .ft-cta-text {
    max-width: none;
  }
  .ft-cta-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-cta-note {
    max-width: none;
    justify-content: center;
    text-align: center;
  }
  .ft-cta-media-wrap {
    order: -1;
    margin: 0 auto;
    transform: none;
  }
  .ft-cta-dots {
    right: clamp(8px, 4vw, 20px);
    width: clamp(92px, 26vw, 120px);
    height: clamp(92px, 26vw, 120px);
  }
  .ft-cta-media {
    margin-right: 0;
  }
}
