/* Cómo ayudar — Fundación Beréa */

body.page-template-page-como-ayudar,
body.page-como-ayudar {
  overflow-x: clip;
}

.flc-ayuda-kicker {
  margin: 0 0 0.55rem;
  color: #e3167b;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ---------- Hero — carta desde Oruro ---------- */
.flc-ayuda-hero {
  --ayuda-navy: #1c4999;
  --ayuda-pink: #e3167b;
  --ayuda-gold: #fdc711;
  --ayuda-green: #89bd2a;
  --ayuda-cyan: #31b1e7;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(640px, 88vh, 820px);
  color: #fff;
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(49, 177, 231, 0.28), transparent 62%),
    radial-gradient(ellipse 50% 45% at 88% 12%, rgba(227, 22, 123, 0.22), transparent 58%),
    radial-gradient(ellipse 40% 40% at 70% 88%, rgba(253, 199, 17, 0.16), transparent 60%),
    linear-gradient(165deg, #102a63 0%, #1c4999 48%, #163d82 100%);
}

.flc-ayuda-hero-marquee {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0.7rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.flc-ayuda-hero-marquee span {
  display: inline-flex;
  gap: 1.6rem;
  animation: flc-ayuda-marquee 28s linear infinite;
}

.flc-ayuda-hero-marquee i {
  font-style: normal;
}

.flc-ayuda-hero-marquee i::after {
  content: " · ";
  color: #fdc711;
}

@keyframes flc-ayuda-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-33.333%); }
}

.flc-ayuda-hero-watermark {
  position: absolute;
  z-index: 0;
  left: -4%;
  bottom: -12%;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Dancing Script", cursive;
  font-size: clamp(12rem, 28vw, 22rem);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
  user-select: none;
}

.flc-ayuda-hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.6rem;
  padding: 1.6rem 0 2.6rem;
  align-items: center;
}

@media (min-width: 980px) {
  .flc-ayuda-hero-stage {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 2.2rem;
    min-height: 640px;
    padding: 1.8rem 0 2.8rem;
  }
}

.flc-ayuda-hero-sky {
  position: relative;
  min-height: 320px;
}

@media (min-width: 980px) {
  .flc-ayuda-hero-sky { min-height: 520px; }
}

.flc-ayuda-hero-orb {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform: scale(0.86);
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-orb {
  animation: flc-ayuda-orb-in 0.8s calc(0.15s + var(--orb-i) * 0.12s) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-orb img {
  animation: flc-ayuda-orb-bob 6.5s calc(var(--orb-i) * 0.6s) ease-in-out infinite;
}

.flc-ayuda-hero-orb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flc-ayuda-hero-orb--is-lg img { object-position: 52% 40%; }
.flc-ayuda-hero-orb--is-md img { object-position: 48% 36%; }
.flc-ayuda-hero-orb--is-sm img { object-position: 38% 28%; }

.flc-ayuda-hero-orb--is-lg {
  left: 18%;
  top: 8%;
  width: min(58%, 280px);
  aspect-ratio: 1;
  border: 6px solid #fdc711;
  z-index: 2;
}

.flc-ayuda-hero-orb--is-md {
  left: 2%;
  bottom: 6%;
  width: min(42%, 188px);
  aspect-ratio: 1;
  border: 5px solid #e3167b;
  z-index: 3;
}

.flc-ayuda-hero-orb--is-sm {
  right: 8%;
  bottom: 18%;
  width: min(34%, 148px);
  aspect-ratio: 1;
  border: 5px solid #31b1e7;
  z-index: 4;
}

.flc-ayuda-hero-links {
  position: absolute;
  inset: 8% 6% 10% 4%;
  width: auto;
  height: auto;
  color: rgba(253, 199, 17, 0.55);
  pointer-events: none;
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-links path {
  animation: flc-dash-draw 1.5s 0.45s ease forwards;
}

.flc-ayuda-hero-orbit {
  position: absolute;
  left: 42%;
  top: 22%;
  width: 9.5rem;
  height: 9.5rem;
  pointer-events: none;
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-orbit {
  animation: flc-ayuda-spin 14s linear infinite;
}

.flc-ayuda-hero-orbit-heart {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3167b;
  color: #fff;
  box-shadow: 0 8px 18px rgba(227, 22, 123, 0.4);
}

.flc-ayuda-hero-orbit-heart svg { width: 0.95rem; height: 0.95rem; }

.flc-ayuda-hero-letter {
  position: relative;
  background: #fff8ef;
  color: #1c4999;
  border-radius: 8px 28px 18px 28px;
  padding: 1.5rem 1.3rem 1.35rem;
  box-shadow:
    0 24px 50px rgba(8, 24, 64, 0.28),
    inset 0 0 0 1px rgba(253, 199, 17, 0.35);
  transform: rotate(-1.4deg);
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-letter {
  animation: flc-ayuda-letter-in 0.85s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-ayuda-hero-letter::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  right: 1.15rem;
  top: 4.35rem;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(28, 73, 153, 0.12) 0 8px, transparent 8px 14px);
}

.flc-ayuda-hero-letter-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.flc-ayuda-hero-stamp {
  width: 3.1rem;
  height: 3.1rem;
  padding: 0.28rem;
  object-fit: contain;
  background: #fff;
  border: 2px dashed #fdc711;
  border-radius: 8px;
  transform: rotate(6deg);
}

.flc-ayuda-hero-letter-meta p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-ayuda-hero-letter-meta small {
  color: #5b6472;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
}

.flc-ayuda-hero-letter h1 {
  margin: 0.4rem 0 0.7rem;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  font-weight: 800;
  line-height: 1.12;
}

.flc-ayuda-hero-letter h1 em {
  display: inline-block;
  margin-left: 0.2em;
  color: #e3167b;
  font-size: 1.22em;
  font-style: normal;
}

.flc-ayuda-hero-letter-text {
  margin: 0 0 1.15rem;
  color: #4a5568;
  font-size: 0.98rem;
  line-height: 1.6;
}

.flc-ayuda-hero-tickets {
  display: grid;
  gap: 0.5rem;
}

.flc-ayuda-hero-ticket {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.35rem;
  padding: 0.45rem 0.7rem 0.45rem 0.55rem;
  background: #fff;
  color: #1c4999;
  text-decoration: none;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(28, 73, 153, 0.08);
  opacity: 0;
  transform: translateX(16px);
}

.flc-ayuda-hero.is-ready .flc-ayuda-hero-ticket {
  animation: flc-ayuda-ticket-in 0.55s var(--ticket-delay, 0.4s) cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-ayuda-hero-ticket:hover {
  transform: translateX(4px);
  text-decoration: none;
  color: #1c4999;
}

.flc-ayuda-hero-ticket-num {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #e3167b;
}

.flc-ayuda-hero-ticket--gold .flc-ayuda-hero-ticket-num { color: #c49200; }
.flc-ayuda-hero-ticket--cyan .flc-ayuda-hero-ticket-num { color: #1a8fbe; }
.flc-ayuda-hero-ticket--green .flc-ayuda-hero-ticket-num { color: #5f8a14; }

.flc-ayuda-hero-ticket-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e3167b;
}

.flc-ayuda-hero-ticket--gold .flc-ayuda-hero-ticket-icon { background: #fdc711; color: #1c4999; }
.flc-ayuda-hero-ticket--cyan .flc-ayuda-hero-ticket-icon { background: #31b1e7; }
.flc-ayuda-hero-ticket--green .flc-ayuda-hero-ticket-icon { background: #89bd2a; }
.flc-ayuda-hero-ticket-icon svg { width: 0.95rem; height: 0.95rem; }

.flc-ayuda-hero-ticket-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.flc-ayuda-hero-ticket-copy strong {
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.15;
}

.flc-ayuda-hero-ticket-copy small {
  color: #5b6472;
  font-size: 0.74rem;
  line-height: 1.3;
}

.flc-ayuda-hero-ticket-go {
  color: #1c4999;
  opacity: 0.45;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.flc-ayuda-hero-ticket:hover .flc-ayuda-hero-ticket-go {
  opacity: 1;
  transform: translateX(4px);
}

@keyframes flc-ayuda-orb-in {
  to { opacity: 1; transform: none; }
}

@keyframes flc-ayuda-orb-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes flc-ayuda-spin {
  to { transform: rotate(360deg); }
}

@keyframes flc-ayuda-letter-in {
  from { opacity: 0; transform: rotate(-1.4deg) translateY(28px); }
  to { opacity: 1; transform: rotate(-1.4deg); }
}

@keyframes flc-ayuda-ticket-in {
  to { opacity: 1; transform: none; }
}

@media (max-width: 979px) {
  .flc-ayuda-hero-sky {
    height: 300px;
    margin: 0 auto;
    width: min(100%, 420px);
  }
  .flc-ayuda-hero-letter { transform: none; }
  .flc-ayuda-hero.is-ready .flc-ayuda-hero-letter {
    animation-name: flc-fade-up;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flc-ayuda-hero-marquee span,
  .flc-ayuda-hero-orb,
  .flc-ayuda-hero-orb img,
  .flc-ayuda-hero-orbit,
  .flc-ayuda-hero-letter,
  .flc-ayuda-hero-ticket,
  .flc-ayuda-hero-links path {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}

/* ---------- Stats ---------- */
.flc-ayuda-stats {
  background: #fff;
  padding: 2rem 0 1.2rem;
}

.flc-ayuda-stats-shell {
  background: #eaf6fc;
  border: 1px solid rgba(49, 177, 231, 0.28);
  border-radius: 36px;
  padding: 1.8rem 1.3rem 1.5rem;
}

.flc-ayuda-stats-shell h2 {
  margin: 0 0 1.2rem;
  color: #1c4999;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
  font-weight: 800;
  text-align: center;
}

.flc-ayuda-stats-accent { color: #e3167b; font-size: 1.15em; }

.flc-ayuda-stats-grid {
  display: grid;
  gap: 0.8rem;
}

@media (min-width: 720px) {
  .flc-ayuda-stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1100px) {
  .flc-ayuda-stats-shell { border-radius: 999px; padding: 1.8rem 1.6rem; }
  .flc-ayuda-stats-grid { grid-template-columns: repeat(4, 1fr); }
}

.flc-ayuda-stat {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 5.1rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 22px rgba(28, 73, 153, 0.07);
  transition: transform 0.3s ease;
}

.flc-ayuda-stat:hover { transform: translateY(-5px); }

.flc-ayuda-stat-icon { color: #e3167b; flex: 0 0 auto; }
.flc-ayuda-stat--gold .flc-ayuda-stat-icon { color: #fdc711; }
.flc-ayuda-stat--cyan .flc-ayuda-stat-icon { color: #31b1e7; }
.flc-ayuda-stat--green .flc-ayuda-stat-icon { color: #89bd2a; }
.flc-ayuda-stat-icon svg { width: 1.65rem; height: 1.65rem; }

.flc-ayuda-stat-number {
  margin: 0;
  color: #1c4999;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.flc-ayuda-stat-label {
  margin: 0.15rem 0 0;
  color: #5b6472;
  font-size: 0.8rem;
  font-weight: 600;
}

/* ---------- Quote ---------- */
.flc-ayuda-quote {
  background: #fff;
  padding: 1.4rem 0 2.4rem;
}

.flc-ayuda-quote-card {
  display: grid;
  overflow: hidden;
  background: #f4eee4;
  border-radius: 42px;
}

.flc-ayuda-quote-media { min-height: 210px; overflow: hidden; }

.flc-ayuda-quote-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: 18% 42%;
}

.flc-ayuda-quote-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.6rem 1.5rem 1.8rem;
  text-align: center;
}

.flc-ayuda-quote-mark {
  color: #e3167b;
  font-family: "Dancing Script", cursive;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 0.7;
}

.flc-ayuda-quote-copy p {
  margin: 0 auto;
  max-width: 34rem;
  color: #1c4999;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.35;
}

.flc-ayuda-quote-accent { color: #e3167b; }
.flc-ayuda-quote-heading {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
}
.flc-ayuda-quote-lead {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #3a4254;
}
.flc-ayuda-quote-heart { display: inline-flex; margin-left: 0.35rem; color: #e3167b; vertical-align: middle; }
.flc-ayuda-quote-heart svg { width: 1.2rem; height: 1.2rem; }

@media (min-width: 900px) {
  .flc-ayuda-quote-card {
    grid-template-columns: 0.4fr 1fr;
    min-height: 280px;
  }
  .flc-ayuda-quote-media {
    margin-right: -4rem;
    border-radius: 0 999px 999px 0;
  }
  .flc-ayuda-quote-media img {
    height: 100%;
    min-height: 280px;
  }
  .flc-ayuda-quote-copy { padding: 2rem 2.6rem 2rem 5rem; }
}

/* ---------- Paths ---------- */
.flc-ayuda-paths {
  background: #f7f4ee;
  padding: 2.6rem 0 2.8rem;
}

.flc-ayuda-paths-head {
  max-width: 38rem;
  margin: 0 auto 2.2rem;
  text-align: center;
}

.flc-ayuda-paths-head h2 {
  margin: 0 0 0.65rem;
  color: #1c4999;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 800;
}

.flc-ayuda-paths-accent { color: #e3167b; }

.flc-ayuda-paths-lead {
  margin: 0 auto;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.65;
}

.flc-ayuda-path {
  scroll-margin-top: calc(var(--flc-header-height, 72px) + 1rem);
  padding: 1.15rem 0 1.35rem;
}

.flc-ayuda-path-grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 1.15rem;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 16px 36px rgba(28, 73, 153, 0.07);
}

@media (min-width: 960px) {
  .flc-ayuda-path-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 2.4rem;
    padding: 1.35rem 1.6rem 1.35rem 1.35rem;
  }

  .flc-ayuda-path.is-reverse .flc-ayuda-path-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }

  .flc-ayuda-path.is-reverse .flc-ayuda-path-media { order: 2; }
}

.flc-ayuda-path-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}

.flc-ayuda-path-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-ayuda-path:hover .flc-ayuda-path-media img { transform: scale(1.08); }

.flc-ayuda-path--pink .flc-ayuda-path-media img { object-position: 50% 46%; }
.flc-ayuda-path--gold .flc-ayuda-path-media img { object-position: 48% 42%; }
.flc-ayuda-path--cyan .flc-ayuda-path-media img { object-position: 52% 40%; }
.flc-ayuda-path--green .flc-ayuda-path-media img { object-position: 50% 42%; }

.flc-ayuda-path-num {
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  z-index: 2;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e3167b;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(20, 40, 80, 0.16);
}

.flc-ayuda-path--gold .flc-ayuda-path-num { background: #fdc711; color: #1c4999; }
.flc-ayuda-path--cyan .flc-ayuda-path-num { background: #31b1e7; }
.flc-ayuda-path--green .flc-ayuda-path-num { background: #89bd2a; }

.flc-ayuda-path-icon {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #e3167b;
  box-shadow: 0 8px 18px rgba(28, 73, 153, 0.14);
}

.flc-ayuda-path--gold .flc-ayuda-path-icon { color: #c99700; }
.flc-ayuda-path--cyan .flc-ayuda-path-icon { color: #31b1e7; }
.flc-ayuda-path--green .flc-ayuda-path-icon { color: #89bd2a; }
.flc-ayuda-path-icon svg { width: 1.15rem; height: 1.15rem; }

.flc-ayuda-path-copy h3 {
  margin: 0 0 1.05rem;
  color: #1c4999;
  font-size: clamp(1.4rem, 2.6vw, 1.95rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-ayuda-path-accent { color: #e3167b; }

.flc-ayuda-path-facts {
  display: grid;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
}

.flc-ayuda-path-fact {
  padding: 0.95rem 1.05rem;
  background: #f7f4ee;
  border-radius: 18px;
  border-left: 4px solid #e3167b;
}

.flc-ayuda-path--gold .flc-ayuda-path-fact { border-left-color: #fdc711; }
.flc-ayuda-path--cyan .flc-ayuda-path-fact { border-left-color: #31b1e7; }
.flc-ayuda-path--green .flc-ayuda-path-fact { border-left-color: #89bd2a; }

.flc-ayuda-path-fact-label {
  display: block;
  margin-bottom: 0.35rem;
  color: #e3167b;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-ayuda-path--gold .flc-ayuda-path-fact-label { color: #b88600; }
.flc-ayuda-path--cyan .flc-ayuda-path-fact-label { color: #1c8fbf; }
.flc-ayuda-path--green .flc-ayuda-path-fact-label { color: #6a961c; }

.flc-ayuda-path-fact p {
  margin: 0;
  color: #5b6472;
  font-size: 0.94rem;
  line-height: 1.6;
}

.flc-ayuda-path-fact ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.flc-ayuda-path-fact li {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  color: #1c4999;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.flc-ayuda-path-fact li span {
  flex: 0 0 auto;
  margin-top: 0.1rem;
  color: #89bd2a;
}

.flc-ayuda-path-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.8rem;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  background: #e3167b;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.flc-ayuda-path--gold .flc-ayuda-path-btn { background: #fdc711; color: #1c4999; }
.flc-ayuda-path--cyan .flc-ayuda-path-btn { background: #31b1e7; }
.flc-ayuda-path--green .flc-ayuda-path-btn { background: #89bd2a; }

.flc-ayuda-path-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  color: inherit;
  text-decoration: none;
}

.flc-ayuda-path--gold .flc-ayuda-path-btn:hover { color: #1c4999; }

/* ---------- Stories ---------- */

.flc-ayuda-stories {
  background: #fff;
  padding: 3.1rem 0;
}

.flc-ayuda-stories-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.flc-ayuda-stories-head h2 {
  margin: 0;
  color: #1c4999;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
}

.flc-ayuda-stories-lead {
  margin: 0.55rem 0 0;
  max-width: 28rem;
  color: #5b6472;
  font-size: 0.95rem;
  line-height: 1.55;
}

.flc-ayuda-stories-accent { color: #e3167b; }

.flc-ayuda-stories-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #1c4999;
  font-weight: 800;
  text-decoration: none;
}

.flc-ayuda-stories-more:hover { color: #e3167b; text-decoration: none; }

.flc-ayuda-stories-grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 900px) {
  .flc-ayuda-stories-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.flc-ayuda-story-card {
  overflow: hidden;
  padding: 0 0 1.25rem;
  background: #f7f4ee;
  border-radius: 26px;
  transition: transform 0.3s ease;
}

.flc-ayuda-story-card:hover { transform: translateY(-7px); }

.flc-ayuda-story-photo {
  width: 100%;
  height: 210px;
  margin: 0 0 0.35rem;
  overflow: hidden;
}

.flc-ayuda-story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flc-ayuda-story-card blockquote {
  margin: 0;
  padding: 0.7rem 1.2rem 0;
}

.flc-ayuda-story-quote-mark {
  display: block;
  color: #e3167b;
  font-family: "Dancing Script", cursive;
  font-size: 2.4rem;
  line-height: 0.6;
}

.flc-ayuda-story-card p {
  margin: 0.35rem 0 0.85rem;
  color: #1c4999;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

.flc-ayuda-story-card footer {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  color: #5b6472;
  font-size: 0.8rem;
  font-weight: 700;
}

.flc-ayuda-story-card footer strong {
  color: #1c4999;
  font-size: 0.9rem;
}

/* ---------- CTA ---------- */
.flc-ayuda-cta {
  background: #fff;
  padding: 0 0 3.6rem;
}

.flc-ayuda-cta-card {
  display: grid;
  overflow: hidden;
  background: #1c4999;
  color: #fff;
  border-radius: 42px;
}

.flc-ayuda-cta-copy {
  position: relative;
  padding: 2rem 1.5rem 1.8rem;
}

.flc-ayuda-cta-trail {
  position: absolute;
  left: 1.1rem;
  top: 0.7rem;
  width: 5.2rem;
  color: rgba(255, 255, 255, 0.75);
}

.flc-ayuda-cta-trail path:first-child {
  stroke-dasharray: 5 8;
  stroke-dashoffset: 120;
}

.flc-ayuda-cta-card.is-in .flc-ayuda-cta-trail path:first-child {
  animation: flc-dash-draw 1.4s 0.15s ease forwards;
}

.flc-ayuda-cta-copy h2 {
  margin: 1.4rem 0 0.7rem;
  max-width: 16ch;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-ayuda-cta-accent { color: #fdc711; }

.flc-ayuda-cta-copy p {
  margin: 0 0 1.3rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
}

.flc-ayuda-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.flc-ayuda-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.6rem;
  padding: 0.5rem 1.05rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 0.28s ease;
}

.flc-ayuda-cta-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

.flc-ayuda-cta-btn--pink { background: #e3167b; }
.flc-ayuda-cta-btn--gold { background: #fdc711; color: #1c4999; }
.flc-ayuda-cta-btn--gold:hover { color: #1c4999; }
.flc-ayuda-cta-btn--cyan { background: #31b1e7; }

.flc-ayuda-cta-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.flc-ayuda-cta-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  object-position: 78% 42%;
}

.flc-ayuda-cta-heart {
  position: absolute;
  top: 1rem;
  right: 1.1rem;
  width: 1.7rem;
  color: #89bd2a;
}

@media (min-width: 900px) {
  .flc-ayuda-cta-card {
    grid-template-columns: 1.1fr 0.9fr;
    min-height: 300px;
  }
  .flc-ayuda-cta-copy { padding: 2.5rem 2.2rem 2.2rem 2.4rem; }
  .flc-ayuda-cta-media {
    margin-left: -3.5rem;
    border-radius: 999px 0 0 999px;
  }
  .flc-ayuda-cta-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}

@media (max-width: 899px) {
  .flc-ayuda-cta-media { order: -1; max-height: 230px; border-radius: 42px 42px 28px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .flc-ayuda-path-media img,
  .flc-ayuda-path-btn,
  .flc-ayuda-stat,
  .flc-ayuda-cta-btn,
  .flc-ayuda-cta-trail path {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }
  .flc-ayuda-cta-trail path:first-child {
    stroke-dashoffset: 0;
  }
}
