/* Programas page — mockup */

.flc-prog-hero {
  --prog-cream: #f7f1e8;
  --prog-navy: #1c4999;
  --prog-pink: #e3167b;
  --prog-gold: #fdc711;
  --prog-green: #89bd2a;
  --prog-cyan: #31b1e7;
  position: relative;
  isolation: isolate;
  min-height: clamp(620px, 78vh, 760px);
  overflow: hidden;
  color: var(--prog-navy);
  background: var(--prog-cream);
}

/* ---------- Hero photo + organic blob ---------- */
.flc-prog-hero-clipdefs {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -80px;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.flc-prog-hero-media {
  position: absolute;
  z-index: 0;
  top: 2.5%;
  right: -1.5%;
  bottom: 5%;
  width: 58%;
  pointer-events: none;
  opacity: 0;
  transform: translateX(36px);
  transition:
    opacity 1s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-hero.is-ready .flc-prog-hero-media {
  opacity: 1;
  transform: none;
}

.flc-prog-hero-photo-back {
  position: absolute;
  inset: 3.5% 1% -4% -5%;
  background: #efe6d6;
  clip-path: url("#flc-prog-hero-blob");
  transform: rotate(-2.4deg);
  opacity: 0.85;
}

.flc-prog-hero.is-ready .flc-prog-hero-photo-back {
  animation: flc-prog-back-float 8s 0.6s ease-in-out infinite;
}

.flc-prog-hero-photo {
  position: absolute;
  inset: 0;
  clip-path: url("#flc-prog-hero-blob");
  -webkit-clip-path: url("#flc-prog-hero-blob");
}

.flc-prog-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 42%;
  transform: scale(1.06);
}

.flc-prog-hero.is-ready .flc-prog-hero-photo img {
  animation: flc-prog-ken 16s 0.4s ease-in-out both;
}

.flc-prog-hero-bite {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--prog-cream);
  pointer-events: none;
  z-index: 1;
}

.flc-prog-hero-bite-top,
.flc-prog-hero-bite-side {
  fill: currentColor;
}

.flc-prog-hero.is-ready .flc-prog-hero-bite {
  animation: flc-prog-bite-in 1.1s 0.15s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ---------- Decorative doodles ---------- */
.flc-prog-hero-doodles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.flc-prog-hero-doodle {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.flc-prog-hero-doodle svg {
  display: block;
  width: 100%;
  height: auto;
}

.flc-prog-hero-doodle--heart-l {
  top: 1.4rem;
  left: max(1rem, calc((100vw - var(--flc-container)) / 2));
  width: 1.55rem;
  color: var(--prog-pink);
}

.flc-prog-hero-doodle--dash {
  left: max(0.2rem, calc((100vw - var(--flc-container)) / 2 - 1.4rem));
  top: 18%;
  width: 3.4rem;
  color: var(--prog-gold);
}

.flc-prog-hero-doodle--heart-r {
  top: 1.6rem;
  right: 7%;
  width: 1.7rem;
  color: var(--prog-green);
}

.flc-prog-hero-doodle--swirl {
  right: 3%;
  bottom: 1.4rem;
  width: 6.2rem;
  color: var(--prog-pink);
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--heart-l {
  animation: flc-prog-pop 0.55s 0.25s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--heart-l svg {
  animation: flc-prog-heart-bob 3.2s 0.8s ease-in-out infinite;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--heart-r {
  animation: flc-prog-pop 0.55s 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--heart-r svg {
  animation: flc-prog-heart-bob-alt 3.6s 1s ease-in-out infinite;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--dash {
  animation: flc-fade-up 0.7s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero-doodle--dash path {
  stroke-dashoffset: 240;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--dash path {
  animation: flc-dash-draw 1.7s 0.35s ease forwards;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--swirl {
  animation: flc-fade-up 0.7s 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero-doodle--swirl path {
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--swirl path {
  animation: flc-draw-stroke 1.4s 0.7s ease forwards;
}

.flc-prog-hero.is-ready .flc-prog-hero-doodle--swirl svg {
  animation: flc-float 5.5s 2s ease-in-out infinite;
}

/* ---------- Copy ---------- */
.flc-prog-hero-copy {
  position: relative;
  z-index: 3;
  width: min(46vw, 36rem);
  margin-left: max(1.15rem, calc((100vw - var(--flc-container)) / 2 + 0.2rem));
  padding: 3.4rem 1rem 2.6rem 0;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flc-prog-hero-kicker {
  margin: 0 0 0.85rem;
  color: var(--prog-pink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flc-prog-hero-title {
  margin: 0 0 1.05rem;
  color: var(--prog-navy);
  font-size: clamp(2.15rem, 4.4vw, 3.45rem);
  line-height: 1.05;
}

.flc-prog-hero-title-main {
  display: block;
  font-weight: 800;
}

.flc-prog-hero-title-accent-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-top: 0.12em;
}

.flc-prog-hero-title-accent {
  display: inline-block;
  color: var(--prog-pink);
  font-size: 1.18em;
  line-height: 1;
}

.flc-prog-hero.is-ready .flc-prog-hero-title-accent {
  animation: flc-script-in 0.85s 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero-title-accent.flc-script-underline::after {
  background: var(--prog-gold);
  bottom: 0.06em;
  height: 0.2em;
  opacity: 0.95;
  z-index: -1;
}

.flc-prog-hero:not(.is-ready) .flc-prog-hero-title-accent.flc-script-underline::after {
  transform: scaleX(0);
}

.flc-prog-hero.is-ready .flc-prog-hero-title-accent.flc-script-underline::after {
  animation: flc-draw-underline 0.9s 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero-spark {
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.22em;
  color: var(--prog-gold);
  opacity: 0;
}

.flc-prog-hero-spark svg,
.flc-prog-hero-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-prog-hero.is-ready .flc-prog-hero-spark {
  animation: flc-prog-pop 0.5s 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero.is-ready .flc-prog-hero-spark svg {
  animation: flc-prog-spark 2.1s 1.2s ease-in-out infinite;
}

.flc-prog-hero-heart {
  display: inline-block;
  width: 1.25rem;
  height: 1.1rem;
  margin-top: 0.18em;
  color: var(--prog-pink);
  opacity: 0;
}

.flc-prog-hero.is-ready .flc-prog-hero-heart {
  animation: flc-prog-pop 0.5s 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero.is-ready .flc-prog-hero-heart svg {
  animation: flc-pulse-heart 1.8s 1.3s ease-in-out infinite;
}

.flc-prog-hero-text {
  margin: 0 0 1.45rem;
  max-width: 31rem;
  color: #5b6472;
  font-size: 1.02rem;
  line-height: 1.7;
}

.flc-prog-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  width: fit-content;
  padding: 0.85rem 1.35rem;
  border-radius: 14px;
  background: var(--prog-navy);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(28, 73, 153, 0.22);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.25s ease;
}

.flc-prog-hero-cta:hover {
  color: #fff;
  text-decoration: none;
  background: #163d82;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 32px rgba(28, 73, 153, 0.28);
}

.flc-prog-hero-cta-mark {
  display: inline-flex;
  width: 1.15rem;
  height: 1.05rem;
  color: var(--prog-gold);
}

.flc-prog-hero.is-ready .flc-prog-hero-cta-mark {
  animation: flc-pulse-heart 1.8s 1.1s ease-in-out infinite;
}

.flc-prog-hero-cta-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* ---------- Feature chips ---------- */
.flc-prog-hero-chips {
  list-style: none;
  margin: 1.7rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  max-width: 28.5rem;
}

.flc-prog-hero-chip {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 4.15rem;
  padding: 0.7rem 0.85rem;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(28, 40, 80, 0.08);
  color: var(--prog-navy);
  text-decoration: none;
  opacity: 0;
  transform: translateY(18px);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.flc-prog-hero.is-ready .flc-prog-hero-chip {
  animation: flc-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--flc-chip-delay, 0.55s);
}

.flc-prog-hero-chip:hover {
  color: var(--prog-navy);
  text-decoration: none;
  animation: none;
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(28, 40, 80, 0.12);
}

.flc-prog-hero-chip:hover .flc-prog-hero-chip-icon {
  animation: none;
  opacity: 1;
  transform: scale(1.1) rotate(-8deg);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-hero-chip-icon {
  flex: 0 0 auto;
  width: 1.7rem;
  height: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flc-prog-hero.is-ready .flc-prog-hero-chip-icon {
  animation: flc-icon-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--flc-chip-delay, 0.55s) + 0.12s);
}

.flc-prog-hero-chip-icon svg {
  width: 100%;
  height: 100%;
}

.flc-prog-hero-chip--pink { color: var(--prog-navy); }
.flc-prog-hero-chip--pink .flc-prog-hero-chip-icon { color: var(--prog-pink); }
.flc-prog-hero-chip--green .flc-prog-hero-chip-icon { color: var(--prog-green); }
.flc-prog-hero-chip--gold .flc-prog-hero-chip-icon { color: var(--prog-gold); }
.flc-prog-hero-chip--cyan .flc-prog-hero-chip-icon { color: var(--prog-cyan); }

.flc-prog-hero-chip-label {
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.3;
}

.flc-prog-hero [data-flc-hero-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-hero.is-ready [data-flc-hero-anim] {
  opacity: 1;
  transform: none;
}

.flc-prog-hero.is-ready .flc-prog-hero-copy > * {
  animation: flc-fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-hero.is-ready .flc-prog-hero-copy > *:nth-child(1) { animation-delay: 0.08s; }
.flc-prog-hero.is-ready .flc-prog-hero-copy > *:nth-child(2) { animation-delay: 0.18s; }
.flc-prog-hero.is-ready .flc-prog-hero-copy > *:nth-child(3) { animation-delay: 0.28s; }
.flc-prog-hero.is-ready .flc-prog-hero-copy > *:nth-child(4) { animation-delay: 0.38s; }
.flc-prog-hero.is-ready .flc-prog-hero-copy > *:nth-child(5) { animation-delay: 0.48s; }

@keyframes flc-prog-ken {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}

@keyframes flc-prog-pop {
  from {
    opacity: 0;
    transform: scale(0.45);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes flc-prog-heart-bob {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-7px) rotate(-4deg); }
}

@keyframes flc-prog-heart-bob-alt {
  0%, 100% { transform: translateY(0) rotate(10deg); }
  50% { transform: translateY(6px) rotate(6deg); }
}

@keyframes flc-prog-spark {
  0%, 100% { transform: rotate(0deg) scale(1); }
  40% { transform: rotate(18deg) scale(1.22); }
  70% { transform: rotate(-10deg) scale(0.9); }
}

@keyframes flc-prog-bite-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes flc-prog-back-float {
  0%, 100% { transform: rotate(-2.4deg) translateY(0); }
  50% { transform: rotate(-2.4deg) translateY(-8px); }
}

@media (max-width: 1023px) {
  .flc-prog-hero {
    min-height: 0;
  }

  .flc-prog-hero-media {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: min(48vh, 420px);
    transform: none;
  }

  .flc-prog-hero-photo-back {
    inset: 6% 4% 0 -2%;
  }

  .flc-prog-hero-copy {
    width: min(100%, var(--flc-container));
    margin: 0 auto;
    padding: 1.6rem 1.15rem 2.4rem;
    min-height: 0;
  }

  .flc-prog-hero-doodle--heart-r {
    top: 1rem;
    right: 1.2rem;
  }

  .flc-prog-hero-doodle--swirl {
    display: none;
  }

  .flc-prog-hero-chips {
    max-width: none;
  }
}

@media (max-width: 639px) {
  .flc-prog-hero-chips {
    grid-template-columns: 1fr;
  }

  .flc-prog-hero-doodle--dash {
    display: none;
  }
}

/* ---------- Ribbon ---------- */
.flc-prog-ribbon {
  background: var(--flc-prog-ribbon-bg, #e3f0fb);
  padding: 1.75rem 0 1.25rem;
  margin-top: -1px;
}

.flc-prog-ribbon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .flc-prog-ribbon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .flc-prog-ribbon-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem 1.5rem;
  }
}

.flc-prog-ribbon-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.flc-prog-ribbon-icon {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-ribbon-list li:hover .flc-prog-ribbon-icon {
  transform: scale(1.08) rotate(-6deg);
}

.flc-prog-ribbon-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  color: #fff;
  stroke: currentColor;
}

.flc-prog-ribbon-icon--pink { background: var(--flc-pink); }
.flc-prog-ribbon-icon--orange { background: var(--flc-orange); }
.flc-prog-ribbon-icon--blue { background: var(--flc-blue); }
.flc-prog-ribbon-icon--green { background: var(--flc-green); }

.flc-prog-ribbon-label {
  color: var(--flc-navy);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

/* ---------- Detail list ---------- */
.flc-prog-list {
  --prog-navy: #1c4999;
  --prog-pink: #e3167b;
  --prog-gold: #fdc711;
  --prog-green: #89bd2a;
  --prog-cyan: #31b1e7;
  background: #fff;
  padding: 1.25rem 0 2.5rem;
  scroll-margin-top: calc(var(--flc-header-height) + 0.5rem);
}

.flc-prog-detail {
  padding: 3.4rem 0;
  position: relative;
  scroll-margin-top: calc(var(--flc-header-height) + 1rem);
  background: #fff;
}

.flc-prog-detail-grid {
  display: grid;
  gap: 2.25rem;
  align-items: center;
}

@media (min-width: 960px) {
  .flc-prog-detail-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3.4rem;
  }

  .flc-prog-detail--reverse .flc-prog-detail-grid {
    direction: rtl;
  }

  .flc-prog-detail--reverse .flc-prog-detail-grid > * {
    direction: ltr;
  }
}

.flc-prog-detail-media {
  position: relative;
}

.flc-prog-detail-photo {
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 18px 44px rgba(28, 73, 153, 0.12);
}

.flc-prog-detail-photo img {
  display: block;
  width: 100%;
  min-height: 280px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-detail-media:hover .flc-prog-detail-photo img {
  transform: scale(1.07);
}

.flc-prog-detail-num {
  position: absolute;
  left: -0.7rem;
  top: -0.7rem;
  z-index: 2;
  width: 3.55rem;
  height: 3.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--prog-cyan);
  box-shadow: 0 10px 24px rgba(20, 40, 80, 0.16);
}

.flc-prog-detail--reverse .flc-prog-detail-num {
  left: auto;
  right: -0.7rem;
}

.flc-prog-detail--gold .flc-prog-detail-num { background: var(--prog-gold); color: var(--prog-navy); }
.flc-prog-detail--green .flc-prog-detail-num { background: var(--prog-green); }
.flc-prog-detail--navy .flc-prog-detail-num { background: var(--prog-navy); }
.flc-prog-detail--cyan .flc-prog-detail-num { background: var(--prog-cyan); }

.flc-prog-detail-tag {
  display: inline-flex;
  margin: 0 0 0.85rem;
  padding: 0.38rem 0.95rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--prog-cyan);
}

.flc-prog-detail--gold .flc-prog-detail-tag { background: var(--prog-gold); color: var(--prog-navy); }
.flc-prog-detail--green .flc-prog-detail-tag { background: var(--prog-green); }
.flc-prog-detail--navy .flc-prog-detail-tag { background: var(--prog-navy); }
.flc-prog-detail--cyan .flc-prog-detail-tag { background: var(--prog-cyan); }

.flc-prog-detail-copy h2 {
  margin: 0 0 0.75rem;
  color: var(--prog-navy);
  font-size: clamp(1.55rem, 3vw, 2.05rem);
  line-height: 1.18;
}

.flc-prog-detail-lead {
  margin: 0 0 1.35rem;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.7;
  max-width: 34rem;
}

.flc-prog-detail-features {
  list-style: none;
  margin: 0 0 1.65rem;
  padding: 0;
  display: grid;
  gap: 0.9rem 1.1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .flc-prog-detail-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.flc-prog-detail-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: var(--prog-navy);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.flc-prog-detail-feature-icon {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--prog-cyan);
}

.flc-prog-detail-feature-icon svg {
  width: 1.12rem;
  height: 1.12rem;
}

.flc-prog-detail--gold .flc-prog-detail-feature-icon { color: var(--prog-gold); }
.flc-prog-detail--green .flc-prog-detail-feature-icon { color: var(--prog-green); }
.flc-prog-detail--navy .flc-prog-detail-feature-icon { color: var(--prog-navy); }
.flc-prog-detail--cyan .flc-prog-detail-feature-icon { color: var(--prog-cyan); }

.flc-prog-detail-btn {
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 14px;
  padding: 0.78rem 1.2rem;
  color: var(--prog-cyan);
  border: 2px solid var(--prog-cyan);
  background: transparent;
  transition: transform 0.3s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.flc-prog-detail-btn:hover {
  color: #fff;
  background: var(--prog-cyan);
  border-color: var(--prog-cyan);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(49, 177, 231, 0.28);
}

.flc-prog-detail--gold .flc-prog-detail-btn {
  color: #b88600;
  border-color: var(--prog-gold);
}

.flc-prog-detail--gold .flc-prog-detail-btn:hover {
  color: var(--prog-navy);
  background: var(--prog-gold);
  border-color: var(--prog-gold);
  box-shadow: 0 12px 28px rgba(253, 199, 17, 0.35);
}

.flc-prog-detail--green .flc-prog-detail-btn {
  color: var(--prog-green);
  border-color: var(--prog-green);
}

.flc-prog-detail--green .flc-prog-detail-btn:hover {
  color: #fff;
  background: var(--prog-green);
  border-color: var(--prog-green);
  box-shadow: 0 12px 28px rgba(137, 189, 42, 0.28);
}

.flc-prog-detail--navy .flc-prog-detail-btn {
  color: var(--prog-navy);
  border-color: var(--prog-navy);
}

.flc-prog-detail--navy .flc-prog-detail-btn:hover {
  color: #fff;
  background: var(--prog-navy);
  border-color: var(--prog-navy);
  box-shadow: 0 12px 28px rgba(28, 73, 153, 0.28);
}

.flc-prog-detail--cyan .flc-prog-detail-btn {
  color: var(--prog-cyan);
  border-color: var(--prog-cyan);
}

/* ---------- Cómo trabajamos ---------- */
.flc-prog-how {
  --prog-navy: #1c4999;
  --prog-pink: #e3167b;
  --prog-gold: #fdc711;
  --prog-green: #89bd2a;
  --prog-cyan: #31b1e7;
  background: #f7f4ee;
  padding: 3.4rem 0 2.4rem;
}

.flc-prog-how-title {
  margin: 0 0 2.2rem;
  color: var(--prog-pink);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.flc-prog-how-flow {
  display: grid;
  gap: 1.15rem;
}

.flc-prog-how-link {
  display: none;
}

@media (min-width: 720px) {
  .flc-prog-how-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .flc-prog-how-flow {
    grid-template-columns: minmax(0, 1fr) 4.4rem minmax(0, 1fr) 4.4rem minmax(0, 1fr) 4.4rem minmax(0, 1fr);
    gap: 0.4rem 0.35rem;
    align-items: stretch;
  }

  .flc-prog-how-link {
    display: flex;
    align-items: center;
    min-height: 100%;
  }
}

.flc-prog-how-card {
  position: relative;
  background: #fff;
  border-radius: 26px;
  padding: 1.85rem 1.3rem 1.55rem;
  box-shadow: 0 14px 34px rgba(28, 73, 153, 0.08);
  text-align: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.flc-prog-how-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(28, 73, 153, 0.14);
}

.flc-prog-how-num {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  background: var(--prog-pink);
}

.flc-prog-how-card--gold .flc-prog-how-num { background: var(--prog-gold); color: var(--prog-navy); }
.flc-prog-how-card--cyan .flc-prog-how-num { background: var(--prog-cyan); }
.flc-prog-how-card--green .flc-prog-how-num { background: var(--prog-green); }

.flc-prog-how-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.15rem auto 0.85rem;
  color: var(--prog-pink);
}

.flc-prog-how-icon svg {
  width: 2.15rem;
  height: 2.15rem;
}

.flc-prog-how-card--gold .flc-prog-how-icon { color: var(--prog-gold); }
.flc-prog-how-card--cyan .flc-prog-how-icon { color: var(--prog-cyan); }
.flc-prog-how-card--green .flc-prog-how-icon { color: var(--prog-green); }

.flc-prog-how.is-ready .flc-prog-how-card.is-in .flc-prog-how-icon,
.flc-prog-how-card.is-in .flc-prog-how-icon {
  animation: flc-icon-pop 0.55s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-prog-how-card h3 {
  margin: 0 0 0.45rem;
  color: var(--prog-navy);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.3;
}

.flc-prog-how-card p {
  margin: 0;
  color: #5b6472;
  font-size: 0.88rem;
  line-height: 1.55;
}

.flc-prog-how-link {
  color: var(--prog-gold);
}

.flc-prog-how-link svg {
  display: block;
  width: 100%;
  height: 48px;
}

.flc-prog-how-link path {
  stroke-dasharray: 6 9;
  stroke-dashoffset: 140;
}

.flc-prog-how-link.is-in path {
  animation: flc-dash-draw 1.15s ease forwards;
}

.flc-prog-how-link--cyan { color: var(--prog-cyan); }
.flc-prog-how-link--green { color: var(--prog-green); }

/* ---------- Nuestro impacto ---------- */
.flc-prog-impact {
  --prog-navy: #1c4999;
  --prog-pink: #e3167b;
  --prog-gold: #fdc711;
  --prog-green: #89bd2a;
  --prog-cyan: #31b1e7;
  background: #fff;
  padding: 1.2rem 0 3.4rem;
}

.flc-prog-impact-shell {
  position: relative;
  overflow: hidden;
  background: #eaf6fc;
  border: 1px solid rgba(49, 177, 231, 0.28);
  border-radius: 36px;
  padding: 2.1rem 1.3rem 1.6rem;
}

.flc-prog-impact-title {
  position: relative;
  z-index: 1;
  margin: 0 0 1.5rem;
  color: var(--prog-navy);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.flc-prog-impact-doodle {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  color: rgba(49, 177, 231, 0.45);
}

.flc-prog-impact-doodle--left {
  left: 1.2%;
  top: 10%;
  width: 9.5rem;
}

.flc-prog-impact-doodle--right {
  right: 1%;
  bottom: 8%;
  width: 9.5rem;
}

.flc-prog-impact-doodle path {
  stroke-dasharray: 6 9;
  stroke-dashoffset: 220;
}

.flc-prog-impact-shell.is-in .flc-prog-impact-doodle path {
  animation: flc-dash-draw 1.6s 0.15s ease forwards;
}

.flc-prog-impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 720px) {
  .flc-prog-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .flc-prog-impact-shell {
    padding: 2.2rem 1.6rem 1.7rem;
    border-radius: 999px;
  }

  .flc-prog-impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem 0.9rem;
  }
}

.flc-prog-impact-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 5.4rem;
  padding: 0.9rem 1rem;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(28, 73, 153, 0.07);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.flc-prog-impact-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(28, 73, 153, 0.12);
}

.flc-prog-impact-icon {
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--prog-pink);
}

.flc-prog-impact-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.flc-prog-impact-card--gold .flc-prog-impact-icon { color: var(--prog-gold); }
.flc-prog-impact-card--cyan .flc-prog-impact-icon { color: var(--prog-cyan); }
.flc-prog-impact-card--green .flc-prog-impact-icon { color: var(--prog-green); }

.flc-prog-impact-copy {
  min-width: 0;
}

.flc-prog-impact-number {
  margin: 0;
  color: var(--prog-navy);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.flc-prog-impact-label {
  margin: 0.12rem 0 0;
  color: #5b6472;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
}

/* ---------- Quote + join CTA ---------- */
.flc-prog-close {
  --prog-navy: #1c4999;
  --prog-pink: #e3167b;
  --prog-gold: #fdc711;
  --prog-green: #89bd2a;
  --prog-cyan: #31b1e7;
  --prog-cream: #f4eee4;
  background: #fff;
  padding: 0.4rem 0 3.6rem;
}

.flc-prog-close .flc-container {
  display: grid;
  gap: 1.35rem;
}

.flc-prog-quote,
.flc-prog-join {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 0;
}

.flc-prog-quote {
  background: var(--prog-cream);
  border-radius: 42px;
}

.flc-prog-join {
  background: var(--prog-navy);
  color: #fff;
  border-radius: 42px;
}

.flc-prog-quote-media,
.flc-prog-join-media {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.flc-prog-quote-media img,
.flc-prog-join-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-prog-quote-media img {
  object-position: 16% 42%;
}

.flc-prog-join-media img {
  object-position: 82% 42%;
}

.flc-prog-quote.is-in .flc-prog-quote-media img,
.flc-prog-quote:hover .flc-prog-quote-media img,
.flc-prog-join.is-in .flc-prog-join-media img,
.flc-prog-join:hover .flc-prog-join-media img {
  transform: scale(1.09);
}

@media (min-width: 900px) {
  .flc-prog-quote {
    grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
    min-height: 300px;
  }

  .flc-prog-join {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.62fr);
    min-height: 300px;
  }

  .flc-prog-quote-media,
  .flc-prog-join-media {
    min-height: 100%;
    align-self: stretch;
  }

  .flc-prog-quote-media img,
  .flc-prog-join-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }

  .flc-prog-quote-media {
    margin-right: -4.5rem;
    border-radius: 0 999px 999px 0;
    z-index: 1;
  }

  .flc-prog-join-media {
    margin-left: calc(-4.5rem - 80px);
    border-radius: 999px 0 0 999px;
    z-index: 1;
  }
}

.flc-prog-quote-copy,
.flc-prog-join-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flc-prog-quote-copy {
  padding: 1.6rem 1.5rem 1.8rem;
}

.flc-prog-join-copy {
  padding: 1.8rem 1.5rem 1.7rem;
}

@media (min-width: 900px) {
  .flc-prog-quote-copy {
    padding: 2rem 2.8rem 2rem 5.2rem;
  }

  .flc-prog-join-copy {
    align-items: center;
    text-align: center;
    padding: 2.6rem 5.5rem 2rem 2.2rem;
  }

  .flc-prog-join-copy h2 {
    max-width: 16ch;
  }

  .flc-prog-join-copy p {
    max-width: 36ch;
  }

  .flc-prog-join-actions {
    flex-wrap: nowrap;
    max-width: none;
    justify-content: center;
  }
}

.flc-prog-quote-mark {
  display: block;
  margin: 0 0 0.15rem;
  color: var(--prog-pink);
  font-family: "Dancing Script", cursive;
  font-size: clamp(3.2rem, 6vw, 4.4rem);
  font-weight: 700;
  line-height: 0.7;
}

.flc-prog-quote-text {
  margin: 0;
  max-width: 34rem;
  color: var(--prog-navy);
  font-size: clamp(1.22rem, 2.3vw, 1.72rem);
  font-weight: 800;
  line-height: 1.35;
}

.flc-prog-quote-accent {
  color: var(--prog-pink);
  font-size: 1.18em;
  font-weight: 600;
}

.flc-prog-quote-heart {
  display: inline-flex;
  vertical-align: middle;
  margin: 0 0 0.12em 0.45rem;
  width: 1.35rem;
  color: var(--prog-pink);
}

.flc-prog-quote-heart svg {
  width: 1.35rem;
  height: 1.35rem;
}

.flc-prog-quote.is-in .flc-prog-quote-heart {
  animation: flc-pulse-heart 1.8s 0.4s ease-in-out infinite;
}

.flc-prog-join-trail {
  position: absolute;
  left: 1.1rem;
  top: 0.7rem;
  width: 5.4rem;
  color: rgba(255, 255, 255, 0.78);
}

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

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

.flc-prog-join-copy h2 {
  margin: 0 0 0.7rem;
  max-width: 14ch;
  color: #fff;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-prog-join-copy p {
  margin: 0 0 1.25rem;
  max-width: 26ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  line-height: 1.55;
}

.flc-prog-join-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.flc-prog-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.55rem;
  padding: 0.48rem 0.95rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(8, 24, 64, 0.18);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, filter 0.28s ease;
}

.flc-prog-join-btn svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}

.flc-prog-join-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 16px 28px rgba(8, 24, 64, 0.24);
  text-decoration: none;
  color: #fff;
  filter: brightness(1.05);
}

.flc-prog-join-btn--pink {
  background: var(--prog-pink);
}

.flc-prog-join-btn--gold {
  background: var(--prog-gold);
  color: var(--prog-navy);
}

.flc-prog-join-btn--gold:hover {
  color: var(--prog-navy);
}

.flc-prog-join-btn--gold svg {
  stroke: currentColor;
}

.flc-prog-join-btn--cyan {
  background: var(--prog-cyan);
}

.flc-prog-join-heart {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1.15rem;
  width: 1.7rem;
  color: var(--prog-green);
}

.flc-prog-join-heart svg {
  width: 1.7rem;
  height: 1.7rem;
}

.flc-prog-join.is-in .flc-prog-join-heart {
  animation: flc-pulse-heart 1.8s 0.55s ease-in-out infinite;
}

@media (max-width: 899px) {
  .flc-prog-quote-media {
    border-radius: 42px 42px 28px 28px;
    max-height: 230px;
  }

  .flc-prog-join-media {
    order: -1;
    border-radius: 42px 42px 28px 28px;
    max-height: 230px;
  }
}

@media (max-width: 959px) {
  .flc-prog-detail-num {
    left: 0.75rem;
    top: 0.75rem;
  }

  .flc-prog-detail--reverse .flc-prog-detail-num {
    left: auto;
    right: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flc-prog-hero-heart,
  .flc-prog-hero-heart svg,
  .flc-prog-hero-spark,
  .flc-prog-hero-spark svg,
  .flc-prog-hero-doodle,
  .flc-prog-hero-doodle svg,
  .flc-prog-hero-doodle path,
  .flc-prog-hero [data-flc-hero-anim],
  .flc-prog-hero-media,
  .flc-prog-hero-photo,
  .flc-prog-hero-photo img,
  .flc-prog-hero-photo-back,
  .flc-prog-hero-bite,
  .flc-prog-hero-title-accent,
  .flc-prog-hero-title-accent.flc-script-underline::after,
  .flc-prog-hero.is-ready .flc-prog-hero-copy > *,
  .flc-prog-hero-cta,
  .flc-prog-hero-cta-mark,
  .flc-prog-hero-chip,
  .flc-prog-hero-chip-icon,
  .flc-prog-detail-photo img,
  .flc-prog-detail-btn,
  .flc-prog-how-card,
  .flc-prog-how-icon,
  .flc-prog-how-link path,
  .flc-prog-impact-card,
  .flc-prog-impact-doodle path,
  .flc-prog-quote-media img,
  .flc-prog-join-media img,
  .flc-prog-quote-heart,
  .flc-prog-join-heart,
  .flc-prog-join-btn,
  .flc-prog-join-trail path {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }

  .flc-prog-how-link path,
  .flc-prog-impact-doodle path,
  .flc-prog-join-trail path {
    stroke-dashoffset: 0;
  }

  .flc-prog-hero-title-accent.flc-script-underline::after {
    transform: scaleX(1);
  }

  .flc-prog-hero-doodle--dash path,
  .flc-prog-hero-doodle--swirl path {
    stroke-dashoffset: 0;
  }
}
