/* Nosotros page — tabs shell + Historia mockup */

/* ---------- Nosotros hero ---------- */
.flc-nos-hero {
  --nos-navy: #1c4999;
  --nos-cyan: #31b1e7;
  --nos-green: #89bd2a;
  --nos-pink: #e3167b;
  --nos-gold: #fdc711;
  position: relative;
  isolation: isolate;
  min-height: clamp(540px, 74vh, 740px);
  overflow: hidden;
  background: var(--nos-navy);
  color: #fff;
}

.flc-nos-hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.flc-nos-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 78% 46%;
  transform: scale(1.05);
  transition: transform 12s ease;
}

.flc-nos-hero.is-ready .flc-nos-hero-photo img {
  transform: scale(1.12);
}

.flc-nos-hero-heart-ring {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.flc-nos-hero-heart-ring svg {
  display: block;
  width: 100%;
  height: auto;
}

.flc-nos-hero-heart-ring--white {
  width: min(22%, 250px);
  right: 5.5%;
  top: 5%;
  color: #fff;
  opacity: 0.42;
  filter: drop-shadow(0 4px 10px rgba(10, 28, 58, 0.12));
  transform: rotate(12deg);
  animation: flc-nos-heart-white 6.5s ease-in-out infinite;
}

.flc-nos-hero-heart-ring--pink {
  width: min(18%, 190px);
  right: 1.5%;
  bottom: 9%;
  color: var(--nos-pink);
  opacity: 0.48;
  filter: drop-shadow(0 6px 12px rgba(227, 22, 123, 0.12));
  transform: rotate(-18deg);
  animation: flc-nos-heart-pink 7.2s ease-in-out 0.35s infinite;
}

@keyframes flc-nos-heart-white {
  0%, 100% { transform: rotate(12deg) translateY(0); }
  50% { transform: rotate(12deg) translateY(-7px); }
}

@keyframes flc-nos-heart-pink {
  0%, 100% { transform: rotate(-18deg) translateY(0); }
  50% { transform: rotate(-18deg) translateY(6px); }
}

.flc-nos-hero-shape {
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: min(64%, 860px);
  pointer-events: none;
}

.flc-nos-hero-curve {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-nos-hero-curve-fill {
  fill: var(--nos-navy);
}

.flc-nos-hero-curve-cyan {
  stroke: var(--nos-cyan);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  filter: drop-shadow(0 0 6px rgba(49, 177, 231, 0.55));
}

.flc-nos-hero-curve-green {
  stroke: var(--nos-green);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
  filter: drop-shadow(0 0 6px rgba(137, 189, 42, 0.45));
}

.flc-nos-hero.is-ready .flc-nos-hero-curve-cyan {
  animation: flc-draw-stroke 1.5s 0.15s ease forwards;
}

.flc-nos-hero.is-ready .flc-nos-hero-curve-green {
  animation: flc-draw-stroke 1.5s 0.28s ease forwards;
}

.flc-nos-hero-glow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  height: 55%;
  background: radial-gradient(ellipse at 8% 100%, rgba(49, 177, 231, 0.38), transparent 62%);
  pointer-events: none;
}

.flc-nos-hero-copy {
  position: relative;
  z-index: 3;
  width: min(38vw, 34rem);
  margin-left: max(1.15rem, calc((100vw - var(--flc-container)) / 2 + 0.4rem));
  padding: 4.2rem 2rem 4.4rem 0;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flc-nos-hero-kicker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 0.85rem;
  color: var(--nos-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.flc-nos-hero-kicker-line {
  display: block;
  width: 2.6rem;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nos-gold), var(--nos-green));
  transform-origin: left center;
}

.flc-nos-hero.is-ready .flc-nos-hero-kicker-line {
  animation: flc-draw-underline 0.7s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-nos-hero-title {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(2.15rem, 4.4vw, 3.45rem);
  line-height: 1.05;
}

.flc-nos-hero-title-main {
  display: block;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.flc-nos-hero-title-accent-row {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin-top: 0.05em;
}

.flc-nos-hero-title-accent {
  display: inline-block;
  color: var(--nos-green);
  font-size: 1.18em;
  line-height: 0.95;
}

.flc-nos-hero-title-heart {
  display: inline-block;
  width: 1.45rem;
  height: 1.2rem;
  margin-top: 0.28em;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-nos-hero-title-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-nos-hero-tagline {
  margin: 0 0 1.15rem;
  font-family: var(--flc-font-script);
  font-size: clamp(1.28rem, 2.1vw, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
}

.flc-nos-hero-tagline .is-cyan { color: var(--nos-cyan); }
.flc-nos-hero-tagline .is-pink { color: var(--nos-pink); }
.flc-nos-hero-tagline .is-white { color: #fff; }
.flc-nos-hero-tagline .is-gold { color: var(--nos-gold); }

.flc-nos-hero-hope {
  position: relative;
  display: inline-block;
}

.flc-nos-hero-hope::after {
  content: "";
  position: absolute;
  left: 0.15em;
  right: 0.05em;
  bottom: -0.12em;
  height: 3px;
  border-radius: 99px;
  background: var(--nos-gold);
  transform: scaleX(0);
  transform-origin: left center;
}

.flc-nos-hero.is-ready .flc-nos-hero-hope::after {
  animation: flc-draw-underline 0.7s 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-nos-hero-text {
  margin: 0 0 1.55rem;
  max-width: 28.5rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.98rem;
  line-height: 1.7;
}

.flc-nos-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  padding: 0.72rem 0.72rem 0.72rem 1.15rem;
  border-radius: 999px;
  background: var(--nos-pink);
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(227, 22, 123, 0.32);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, background 0.25s ease;
}

.flc-nos-hero-cta:hover {
  color: #fff;
  text-decoration: none;
  background: #c9126c;
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 34px rgba(227, 22, 123, 0.4);
}

.flc-nos-hero-cta-icon {
  display: inline-flex;
  color: #fff;
}

.flc-nos-hero-cta-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.flc-nos-hero-cta-go {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  background: #fff;
  color: var(--nos-pink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flc-nos-hero-cta-go svg {
  width: 0.9rem;
  height: 0.9rem;
}

.flc-nos-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-nos-hero.is-ready [data-flc-hero-anim] {
  opacity: 1;
  transform: none;
}

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

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

@media (max-width: 899px) {
  .flc-nos-hero {
    min-height: 0;
    display: grid;
    grid-template-rows: minmax(240px, 38vh) auto;
  }

  .flc-nos-hero-photo {
    position: relative;
    min-height: 240px;
  }

  .flc-nos-hero-photo img {
    object-position: 70% 42%;
  }

  .flc-nos-hero-shape {
    display: none;
  }

  .flc-nos-hero-copy {
    width: auto;
    margin: 0;
    padding: 1.85rem 1.15rem 2.15rem;
    background: var(--nos-navy);
    min-height: 0;
  }

  .flc-nos-hero-heart-ring--white {
    width: min(30%, 150px);
    top: 8%;
    right: 7%;
  }

  .flc-nos-hero-heart-ring--pink {
    width: min(24%, 120px);
    right: 5%;
    bottom: 10%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flc-nos-hero-curve-cyan,
  .flc-nos-hero-curve-green,
  .flc-nos-hero-title-heart,
  .flc-nos-hero-heart-ring--white,
  .flc-nos-hero-heart-ring--pink,
  .flc-nos-hero.is-ready .flc-nos-hero-kicker-line,
  .flc-nos-hero.is-ready .flc-nos-hero-hope::after,
  .flc-nos-hero.is-ready .flc-nos-hero-copy > *,
  .flc-nos-hero [data-flc-hero-anim],
  .flc-nos-hero-photo img,
  .flc-nos-hero-cta {
    animation: none !important;
    transition: none !important;
    opacity: 1;
    transform: none;
  }

  .flc-nos-hero-curve-cyan,
  .flc-nos-hero-curve-green {
    stroke-dashoffset: 0;
  }

  .flc-nos-hero-kicker-line,
  .flc-nos-hero-hope::after {
    transform: scaleX(1);
  }
}

.flc-nosotros {
  background: #fff;
  padding: 0 0 0;
}

.flc-panel {
  padding: 1rem 0 1.5rem;
}

.flc-nosotros .flc-tabs-nav-wrap {
  position: sticky;
  top: var(--flc-header-height);
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  margin-bottom: 0;
  border-bottom: 1px solid var(--flc-border);
  box-shadow: 0 8px 24px rgba(26, 50, 96, 0.04);
  scroll-margin-top: calc(var(--flc-header-height) + 0.5rem);
}

.flc-nosotros .flc-tabs-nav {
  justify-content: center;
  width: 100%;
  min-width: 0;
}

.flc-tab-anchor {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  scroll-margin-top: calc(var(--flc-header-height) + 0.5rem);
}

.flc-nosotros .flc-tabs-btn {
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.flc-nosotros .flc-tabs-btn:hover {
  color: var(--flc-pink);
  transform: translateY(-1px);
}

.flc-nosotros .flc-tabs-btn.is-active {
  color: var(--flc-pink);
}

.flc-nosotros .flc-tabs-btn.is-active .flc-tabs-btn-icon {
  color: var(--flc-pink);
}

.flc-nosotros .flc-tab-panel.is-active {
  animation: flc-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-nosotros .flc-split-media img {
  border-radius: 42% 58% 52% 48% / 48% 42% 58% 52%;
}

.flc-nosotros .flc-stat {
  background: #fff;
}

/* ---------- Historia intro ---------- */
.flc-panel-historia {
  padding: 0;
  overflow: hidden;
}

.flc-hist-intro {
  --hist-navy: #1c4999;
  --hist-pink: #e3167b;
  --hist-gold: #fdc711;
  --hist-cyan: #31b1e7;
  position: relative;
  min-height: clamp(520px, 68vh, 680px);
  overflow: hidden;
  background: #fff;
}

.flc-hist-intro-bg {
  position: absolute;
  inset: 0 0 0 28%;
  z-index: 0;
  overflow: hidden;
}

.flc-hist-intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 12% 38%;
  transform: scale(1.04);
  transition: transform 14s ease;
}

.flc-hist-intro:hover .flc-hist-intro-bg img {
  transform: scale(1.1);
}

.flc-hist-intro-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.96) 8%, rgba(255, 255, 255, 0.55) 28%, rgba(255, 255, 255, 0) 52%);
  pointer-events: none;
}

.flc-hist-photo-mark {
  position: absolute;
  z-index: 1;
  right: 6%;
  bottom: 14%;
  width: min(42%, 240px);
  opacity: 0.85;
  pointer-events: none;
  animation: flc-float 6.5s ease-in-out infinite;
}

.flc-hist-photo-mark svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 10px rgba(10, 28, 58, 0.12));
}

.flc-hist-intro-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 3.1rem 1rem 5.4rem;
}

.flc-hist-copy {
  width: min(100%, 34.5rem);
}

.flc-hist-kicker {
  color: var(--hist-pink);
}

.flc-hist-title {
  margin: 0 0 1.15rem;
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  line-height: 1.12;
  color: var(--hist-navy);
}

.flc-hist-title-main {
  display: block;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.flc-hist-title-accent-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.4rem;
  margin-top: 0.02em;
}

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

.flc-hist-heart-doodle {
  display: inline-block;
  width: 1.25rem;
  height: 1.05rem;
  margin-top: 0.08em;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-hist-heart-doodle svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-hist-prose {
  display: grid;
  gap: 0.95rem;
  max-width: 33rem;
}

.flc-hist-prose p {
  margin: 0;
  color: #5b6574;
  font-size: 0.98rem;
  line-height: 1.7;
}

.flc-hist-quote {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1.45rem 0 0;
  padding: 1.1rem 1.2rem 1.15rem 1.05rem;
  color: #fff;
  background: var(--hist-navy);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(28, 73, 153, 0.22);
}

.flc-hist-quote p {
  margin: 0.15rem 0 0;
  font-style: italic;
  font-size: 0.96rem;
  line-height: 1.55;
  font-weight: 500;
}

.flc-hist-quote-mark {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.1rem;
  line-height: 0.7;
  color: var(--hist-gold);
  font-weight: 700;
}

.flc-hist-cta {
  margin-top: 1.35rem;
}

.flc-hist-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  z-index: 3;
  pointer-events: none;
}

.flc-hist-wave svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-hist-pillars-wrap {
  position: relative;
  width: min(100%, var(--flc-container));
  margin: -0.4rem auto 0;
  padding: 0.35rem 1rem 2.6rem;
}

.flc-hist-leaf {
  position: absolute;
  left: -0.15rem;
  top: -0.55rem;
  width: 3.6rem;
  opacity: 0.85;
  pointer-events: none;
  transform: rotate(-18deg);
  animation: flc-hist-leaf-float 7s ease-in-out infinite;
}

.flc-hist-leaf svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes flc-hist-leaf-float {
  0%, 100% { transform: rotate(-18deg) translateY(0); }
  50% { transform: rotate(-18deg) translateY(-5px); }
}

.flc-hist-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

@media (min-width: 760px) {
  .flc-hist-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 2rem;
    padding-left: 3.1rem;
  }
}

.flc-hist-pillars li {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.flc-hist-pillar-icon {
  flex: 0 0 auto;
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 10px 22px rgba(20, 40, 80, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-hist-pillars li:hover .flc-hist-pillar-icon {
  transform: scale(1.08) rotate(-6deg);
}

.flc-hist-pillar-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.flc-hist-pillar-icon--pink { background: #e3167b; }
.flc-hist-pillar-icon--gold,
.flc-hist-pillar-icon--yellow,
.flc-hist-pillar-icon--orange { background: #fdc711; }
.flc-hist-pillar-icon--cyan,
.flc-hist-pillar-icon--blue { background: #31b1e7; }

.flc-hist-pillar-label {
  margin: 0.15rem 0 0.3rem;
  color: #1c4999;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.flc-hist-pillar-text {
  margin: 0;
  color: #5b6574;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 899px) {
  .flc-hist-intro {
    min-height: 0;
  }

  .flc-hist-intro-bg {
    position: relative;
    inset: auto;
    height: min(46vh, 340px);
  }

  .flc-hist-intro-bg img {
    object-position: 20% 30%;
  }

  .flc-hist-intro-bg::after {
    background: linear-gradient(180deg, transparent 48%, #fff 96%);
  }

  .flc-hist-photo-mark {
    right: 8%;
    bottom: 16%;
    width: min(48%, 180px);
  }

  .flc-hist-intro-inner {
    padding: 1.35rem 1rem 4.4rem;
  }

  .flc-hist-copy {
    width: auto;
  }
}

/* ---------- Timeline ---------- */
.flc-hist-timeline {
  padding: 1.35rem 0 4.2rem;
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding-inline: 1rem;
}

.flc-hist-timeline-head {
  text-align: center;
  margin-bottom: 2.35rem;
}

.flc-hist-timeline-kicker {
  color: #e3167b;
}

.flc-hist-timeline-title {
  margin: 0;
  color: #1c4999;
  font-size: clamp(1.5rem, 2.5vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-hist-timeline-rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: min(100%, 13.5rem);
  margin: 0.85rem auto 0;
}

.flc-hist-timeline-rule::before,
.flc-hist-timeline-rule::after {
  content: "";
  flex: 1 1 auto;
  height: 2px;
  background: #e3167b;
  border-radius: 99px;
}

.flc-hist-timeline-rule-heart {
  display: inline-flex;
  color: #e3167b;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-hist-timeline-rule-heart svg {
  width: 0.95rem;
  height: 0.95rem;
}

.flc-hist-timeline-track {
  position: relative;
  padding-top: 0.35rem;
}

.flc-hist-timeline-line {
  display: none;
}

@media (min-width: 900px) {
  .flc-hist-timeline-line {
    display: block;
    position: absolute;
    left: 3%;
    right: 3%;
    top: 1.85rem;
    border-top: 2px dashed rgba(26, 50, 96, 0.16);
    z-index: 0;
  }
}

.flc-hist-timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 2rem 1.15rem;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

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

@media (min-width: 900px) {
  .flc-hist-timeline-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem 0.85rem;
  }
}

.flc-hist-milestone {
  position: relative;
  text-align: center;
  padding: 0 0.2rem;
}

.flc-hist-milestone-icon {
  width: 3.7rem;
  height: 3.7rem;
  margin: 0 auto 0.95rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2.5px solid currentColor;
  color: inherit;
  box-shadow: 0 10px 24px rgba(20, 40, 80, 0.12);
  position: relative;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.flc-hist-milestone.is-in .flc-hist-milestone-icon {
  animation: flc-icon-pop 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-hist-milestone:hover .flc-hist-milestone-icon {
  transform: translateY(-5px) scale(1.06);
  box-shadow: 0 16px 34px rgba(20, 40, 80, 0.14);
}

.flc-hist-milestone-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.flc-hist-milestone--pink { color: #e3167b; }
.flc-hist-milestone--orange { color: #f59e0b; }
.flc-hist-milestone--blue { color: #31b1e7; }
.flc-hist-milestone--green { color: #89bd2a; }
.flc-hist-milestone--coral { color: #e85d4c; }

.flc-hist-milestone-year {
  margin: 0 0 0.3rem;
  color: inherit;
  font-size: 1.12rem;
  font-weight: 800;
}

.flc-hist-milestone-title {
  margin: 0 0 0.45rem;
  color: #1c4999;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flc-hist-milestone-text {
  margin: 0 auto;
  max-width: 13rem;
  color: #6b7584;
  font-size: 0.84rem;
  line-height: 1.55;
}

.flc-hist-milestone-photo {
  margin: 1.05rem auto 0;
  width: 100%;
  max-width: 12.25rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(18, 38, 82, 0.12);
}

.flc-hist-milestone-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-hist-milestone:hover .flc-hist-milestone-photo img {
  transform: scale(1.08);
}

/* ---------- Impacto ---------- */
.flc-hist-impact {
  position: relative;
  overflow: visible;
  padding: 1.6rem 0 3.4rem;
  background:
    radial-gradient(rgba(28, 73, 153, 0.06) 1px, transparent 1.2px);
  background-size: 16px 16px;
}

.flc-hist-impact-inner {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

@media (min-width: 1000px) {
  .flc-hist-impact-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 340px);
    gap: 1.25rem 0.4rem;
  }
}

.flc-hist-impact-main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.flc-hist-impact-kicker {
  color: #e3167b;
}

.flc-hist-impact-title {
  margin: 0 0 1.45rem;
  max-width: 22rem;
  color: #1c4999;
  font-size: clamp(1.55rem, 2.6vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-hist-impact-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 860px) {
  .flc-hist-impact-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
  }
}

.flc-hist-stat {
  text-align: center;
  padding: 1.15rem 0.85rem 1.2rem;
  border-radius: 18px;
  background: #fff;
}

.flc-hist-stat-icon {
  width: 2.55rem;
  height: 2.55rem;
  margin: 0 auto 0.55rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.flc-hist-stat-icon svg {
  width: 1.7rem;
  height: 1.7rem;
}

.flc-hist-stat--pink {
  color: #e3167b;
  background: #fde8f2;
}
.flc-hist-stat--orange {
  color: #f5a623;
  background: #fff4dd;
}
.flc-hist-stat--blue {
  color: #31b1e7;
  background: #e7f6fd;
}
.flc-hist-stat--green {
  color: #89bd2a;
  background: #eef6dc;
}

.flc-hist-stat-number {
  margin: 0 0 0.35rem;
  color: inherit;
  font-size: clamp(1.55rem, 2.3vw, 1.95rem);
  font-weight: 800;
  line-height: 1.1;
}

.flc-hist-stat-label {
  margin: 0 auto 0.35rem;
  max-width: 10.5rem;
  color: #1c4999;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.flc-hist-stat-text {
  margin: 0 auto;
  max-width: 11rem;
  color: #6b7584;
  font-size: 0.78rem;
  line-height: 1.45;
}

.flc-hist-impact-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.1rem;
  margin-top: 1.25rem;
  padding: 0.85rem 0.9rem 0.85rem 0.95rem;
  background: #1c4999;
  color: #fff;
  border-radius: 999px;
}

.flc-hist-impact-cta-heart {
  width: 2.55rem;
  height: 2.55rem;
  flex-shrink: 0;
  border-radius: 50%;
  background: #e3167b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flc-hist-impact-cta-heart svg {
  width: 1.05rem;
  height: 1.05rem;
}

.flc-hist-impact-cta-copy {
  flex: 1 1 14rem;
  min-width: 0;
}

.flc-hist-impact-cta-title {
  margin: 0 0 0.15rem;
  font-size: 0.98rem;
  font-weight: 800;
}

.flc-hist-impact-cta-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  line-height: 1.4;
}

.flc-hist-impact-donate {
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  border-radius: 12px;
  padding: 0.78rem 1.2rem;
}

.flc-hist-impact-media {
  position: relative;
  width: min(78%, 280px);
  margin: 0.4rem auto 0;
  z-index: 2;
}

@media (min-width: 1000px) {
  .flc-hist-impact-media {
    width: min(100%, 340px);
    margin: 2.4rem -0.4rem 0.1rem -1.6rem;
    justify-self: end;
    align-self: end;
  }
}

.flc-hist-impact-petals {
  position: absolute;
  left: -18%;
  top: 18%;
  width: 46%;
  z-index: 0;
  pointer-events: none;
}

.flc-hist-impact-petals svg {
  display: block;
  width: 100%;
  height: auto;
}

.flc-hist-impact-blob {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 66% 40% 58% 44% / 44% 58% 40% 64%;
  transform: rotate(-14deg);
  box-shadow: 0 18px 40px rgba(18, 38, 82, 0.14);
}

.flc-hist-impact-blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% 22%;
  display: block;
  transform: rotate(14deg) scale(1.28);
}

.flc-hist-impact-heart {
  position: absolute;
  left: 50%;
  bottom: 2%;
  z-index: 2;
  width: 2.15rem;
  margin-left: -1.07rem;
  color: #fdc711;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
  filter: drop-shadow(0 2px 4px rgba(18, 38, 82, 0.12));
}

.flc-hist-impact-heart svg {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 720px) {
  .flc-hist-impact-cta {
    border-radius: 22px;
  }

  .flc-hist-impact-donate {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .flc-hist-photo-mark,
  .flc-hist-leaf,
  .flc-hist-heart-doodle,
  .flc-hist-intro-bg img,
  .flc-hist-pillar-icon,
  .flc-hist-timeline-rule-heart,
  .flc-hist-milestone-photo img,
  .flc-hist-impact-heart,
  .flc-hist-impact-donate,
  .flc-hist-milestone.is-in .flc-hist-milestone-icon {
    animation: none !important;
    transition: none !important;
    transform: none;
  }
}

/* ---------- Misión y Visión ---------- */
.flc-panel-mision-vision {
  position: relative;
  padding: 0 0 2.5rem;
  overflow: visible;
  background: #fff;
}

.flc-mv-dots {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, currentColor 1.55px, transparent 1.7px);
  background-size: 13px 13px;
  width: 52px;
  height: 65px;
  opacity: 0.85;
}

.flc-mv-dots--green { color: #89bd2a; }
.flc-mv-dots--pink { color: #e3167b; }
.flc-mv-dots--cyan { color: #31b1e7; }

.flc-mv-dots--hero {
  left: max(0.4rem, calc((100vw - var(--flc-container)) / 2 - 0.4rem));
  top: 1.4rem;
}

.flc-mv-dots--left {
  left: max(0.2rem, calc((100vw - var(--flc-container)) / 2 - 1.4rem));
  top: 38%;
}

.flc-mv-dots--right {
  right: max(0.2rem, calc((100vw - var(--flc-container)) / 2 - 1.4rem));
  top: 18%;
}

.flc-mv-dots--cta {
  left: max(0.6rem, calc((100vw - var(--flc-container)) / 2 - 0.2rem));
  bottom: 0.4rem;
  top: auto;
  height: 104px;
}

.flc-mv-hero {
  position: relative;
  isolation: isolate;
  padding: 1.6rem 0 2.4rem;
  overflow: visible;
  background: #fff;
}

.flc-mv-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 980px) {
  .flc-mv-hero-inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.08fr);
    gap: 1.6rem 2.4rem;
    min-height: 400px;
  }
}

.flc-mv-hero-copy {
  max-width: 34rem;
  padding: 0.8rem 0 0.6rem;
}

.flc-mv-hero-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.55rem;
  margin: 0 0 1.05rem;
  color: #1c4999;
  font-size: clamp(2.15rem, 4.6vw, 3.55rem);
  font-weight: 800;
  line-height: 1.05;
}

.flc-mv-hero-title-line {
  display: inline;
  white-space: nowrap;
}

.flc-mv-hero-accent {
  color: #fdc711;
  font-size: 1.18em;
  line-height: 0.9;
}

.flc-mv-hero-heart {
  display: inline-block;
  width: 2.15rem;
  height: 1.9rem;
  margin-left: -0.15rem;
  align-self: flex-start;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

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

.flc-mv-hero-text {
  margin: 0;
  max-width: 30rem;
  color: #5d6573;
  font-size: 1.02rem;
  line-height: 1.7;
}

.flc-mv-hero-media {
  position: relative;
  justify-self: center;
  width: min(100%, 560px);
}

.flc-mv-hero-gold {
  position: absolute;
  z-index: 2;
  left: -3.5%;
  top: -6%;
  width: 68%;
  height: 72%;
  pointer-events: none;
  overflow: visible;
}

.flc-mv-hero-photo {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 52% 16% 18% 34% / 58% 20% 22% 44%;
  box-shadow: 0 22px 48px rgba(28, 73, 153, 0.16);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-mv-hero-media:hover .flc-mv-hero-photo {
  transform: scale(1.015);
}

.flc-mv-hero-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 46% 42%;
  transform: scale(1.06);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-mv-hero-media:hover .flc-mv-hero-photo img {
  transform: scale(1.12);
}

.flc-mv-cards-wrap {
  position: relative;
  z-index: 2;
  padding: 0 0 1.4rem;
}

.flc-mv-cards {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 860px) {
  .flc-mv-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.flc-mv-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.35rem 1.15rem;
  align-items: start;
  padding: 1.55rem 1.45rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 12px 32px rgba(28, 73, 153, 0.07);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.flc-mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(28, 73, 153, 0.12);
}

.flc-mv-card--mision { background: #fdeef5; }
.flc-mv-card--vision { background: #eaf6fd; }

.flc-mv-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.35rem;
  height: 3.35rem;
  margin: 0.1rem 0 0;
  border-radius: 50%;
  color: inherit;
}

.flc-mv-card-icon svg {
  width: 1.72rem;
  height: 1.72rem;
}

.flc-mv-card--mision .flc-mv-card-icon {
  color: #e3167b;
  background: rgba(227, 22, 123, 0.14);
}

.flc-mv-card--vision .flc-mv-card-icon {
  color: #31b1e7;
  background: rgba(49, 177, 231, 0.16);
}

.flc-mv-card-body {
  min-width: 0;
}

.flc-mv-card h3 {
  position: relative;
  display: inline-block;
  margin: 0.15rem 0 0.85rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flc-mv-card h3::after {
  content: "";
  display: block;
  width: 1.85rem;
  height: 3px;
  margin-top: 0.38rem;
  border-radius: 99px;
  background: currentColor;
}

.flc-mv-card--mision h3 { color: #e3167b; }
.flc-mv-card--vision h3 { color: #31b1e7; }

.flc-mv-card p {
  margin: 0;
  color: #5d6573;
  font-size: 0.94rem;
  line-height: 1.7;
}

.flc-mv-principles {
  position: relative;
  padding: 2.4rem 0 2.8rem;
  overflow: visible;
}

.flc-mv-principles-title {
  position: relative;
  z-index: 1;
  width: min(100%, var(--flc-container));
  margin: 0 auto 2rem;
  padding: 0 1rem;
  color: #1c4999;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 800;
  text-align: center;
}

.flc-mv-principles-title::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 3px;
  margin: 0.7rem auto 0;
  border-radius: 99px;
  background: #fdc711;
}

.flc-mv-principles-grid {
  position: relative;
  z-index: 1;
  width: min(100%, var(--flc-container));
  margin: 0 auto;
  padding: 0 1rem;
  list-style: none;
  display: grid;
  gap: 1.15rem;
}

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

@media (min-width: 1100px) {
  .flc-mv-principles-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.flc-mv-principle {
  padding: 1.2rem 1.15rem 1.25rem;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(28, 73, 153, 0.06);
  text-align: left;
}

.flc-mv-principle-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.flc-mv-principle-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.55rem;
  height: 2.55rem;
  margin: 0;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.flc-mv-principle-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.flc-mv-principle--green { color: #89bd2a; }
.flc-mv-principle--pink { color: #e3167b; }
.flc-mv-principle--cyan { color: #31b1e7; }
.flc-mv-principle--gold { color: #e0b40a; }

.flc-mv-principle h4 {
  position: relative;
  display: inline-block;
  margin: 0;
  color: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.flc-mv-principle h4::after {
  content: "";
  display: block;
  width: 1.55rem;
  height: 2.5px;
  margin: 0.32rem 0 0;
  border-radius: 99px;
  background: currentColor;
}

.flc-mv-principle p {
  margin: 0;
  max-width: none;
  color: #5d6573;
  font-size: 0.84rem;
  line-height: 1.55;
}

.flc-mv-impact {
  width: min(100%, var(--flc-container));
  margin: 0.4rem auto 2.4rem;
  display: grid;
  overflow: hidden;
  background: #1c4999;
  color: #fff;
  border-radius: 28px;
}

@media (min-width: 960px) {
  .flc-mv-impact {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 360px;
  }
}

.flc-mv-impact-copy {
  padding: 2.1rem 1.6rem 2rem;
}

@media (min-width: 960px) {
  .flc-mv-impact-copy {
    padding: 2.4rem 2.2rem 2.2rem 2.4rem;
  }
}

.flc-mv-impact-kicker {
  position: relative;
  display: inline-block;
  margin: 0 0 0.85rem;
  color: #fdc711;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flc-mv-impact-kicker::before {
  content: "";
  display: block;
  width: 2.1rem;
  height: 3px;
  margin-bottom: 0.45rem;
  background: #fdc711;
  border-radius: 99px;
}

.flc-mv-impact-title {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-mv-impact-title .flc-script {
  color: #fdc711;
  font-size: 1.18em;
}

.flc-mv-impact-text {
  margin: 0 0 1.35rem;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.94rem;
  line-height: 1.65;
}

.flc-mv-impact-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

@media (min-width: 700px) {
  .flc-mv-impact-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.flc-mv-impact-points li {
  display: grid;
  justify-items: start;
  gap: 0.45rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.flc-mv-impact-points svg {
  width: 1.55rem;
  height: 1.55rem;
  color: #9fd8f3;
}

.flc-mv-impact-media {
  position: relative;
  margin: 0;
  min-height: 240px;
}

.flc-mv-impact-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: 50% 35%;
}

@media (min-width: 960px) {
  .flc-mv-impact-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}

.flc-mv-impact-wave {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 78px;
  height: 100%;
  fill: #1c4999;
  pointer-events: none;
}

@media (max-width: 959px) {
  .flc-mv-impact-wave {
    display: none;
  }
}

.flc-mv-quote {
  width: min(100%, var(--flc-container));
  margin: 0 auto 2.2rem;
  padding: 1.6rem 1.2rem;
  background: #f8efe3;
  border-radius: 999px;
}

.flc-mv-quote-inner {
  display: grid;
  gap: 0.55rem 1.1rem;
  align-items: center;
  justify-items: center;
  text-align: center;
}

@media (min-width: 900px) {
  .flc-mv-quote-inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    text-align: left;
    justify-items: stretch;
    padding: 0 0.8rem;
  }
}

.flc-mv-quote-mark {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 5vw, 4.4rem);
  line-height: 0.7;
  color: #f5a623;
  font-weight: 700;
}

.flc-mv-quote-text {
  margin: 0;
  color: #1c4999;
  font-size: clamp(1.08rem, 1.9vw, 1.45rem);
  font-weight: 800;
  line-height: 1.4;
}

.flc-mv-quote-ref {
  margin: 0.35rem 0 0;
  color: #1c4999;
  font-size: 0.82rem;
  font-weight: 600;
}

.flc-mv-quote-flourish {
  display: none;
  width: 170px;
  height: auto;
  color: #e3167b;
}

@media (min-width: 900px) {
  .flc-mv-quote-flourish {
    display: block;
  }
}

.flc-mv-cta {
  position: relative;
  width: min(100%, var(--flc-container));
  margin: 0 auto;
  padding: 1.6rem 1rem 0.6rem;
  text-align: center;
}

.flc-mv-cta-title {
  position: relative;
  z-index: 1;
  margin: 0 0 0.55rem;
  color: #1c4999;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  font-weight: 800;
}

.flc-mv-cta-title .flc-script {
  color: #e3167b;
  font-size: 1.18em;
}

.flc-mv-cta p {
  position: relative;
  z-index: 1;
  margin: 0 auto 1.25rem;
  max-width: 32rem;
  color: #5d6573;
  font-size: 0.98rem;
  line-height: 1.6;
}

.flc-mv-cta-btn {
  position: relative;
  z-index: 1;
  border-radius: 999px;
  padding: 0.95rem 1.6rem;
  font-size: 0.82rem;
}

.flc-mv-cta-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.95rem;
  color: #31b1e7;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.flc-mv-cta-link:hover {
  color: #1c4999;
}

.flc-mv-cta-link svg {
  width: 0.95rem;
  height: 0.95rem;
}

@media (prefers-reduced-motion: reduce) {
  .flc-mv-hero-heart,
  .flc-mv-hero-photo,
  .flc-mv-hero-photo img,
  .flc-mv-card {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Valores ---------- */
.flc-panel-valores {
  padding: 0;
  overflow: visible;
}

.flc-val-intro {
  position: relative;
  isolation: isolate;
  min-height: clamp(520px, 64vh, 660px);
  overflow: hidden;
  background: #fff;
}

.flc-val-intro-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 38%;
  overflow: hidden;
}

.flc-val-intro-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 32%;
  transform: scale(1.04);
  animation: flc-val-kenburns 16s ease-in-out infinite alternate;
}

.flc-val-gold {
  position: absolute;
  z-index: 2;
  left: 4%;
  bottom: -8%;
  width: 34%;
  height: 26%;
  background: #fdc711;
  border-radius: 48% 42% 50% 38% / 54% 40% 48% 42%;
  pointer-events: none;
  animation: flc-float 7s ease-in-out infinite;
}

.flc-val-bubble {
  position: absolute;
  z-index: 2;
  border-radius: 50%;
  background: #31b1e7;
  pointer-events: none;
}

.flc-val-bubble--1 {
  left: 7%;
  top: 28%;
  width: 14px;
  height: 14px;
  opacity: 0.7;
  animation: flc-float 5.2s ease-in-out infinite;
}

.flc-val-bubble--2 {
  left: 14%;
  top: 36%;
  width: 9px;
  height: 9px;
  opacity: 0.45;
  animation: flc-float 6.8s 0.35s ease-in-out infinite;
}

.flc-val-bubble--3 {
  left: 9%;
  top: 44%;
  width: 18px;
  height: 18px;
  opacity: 0.28;
  animation: flc-float 7.4s 0.7s ease-in-out infinite;
}

.flc-val-wave {
  position: absolute;
  z-index: 1;
  left: -2px;
  top: 0;
  width: 150px;
  height: 100%;
  pointer-events: none;
}

.flc-val-intro-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 3.2rem 1rem 4.4rem;
  min-height: inherit;
}

.flc-val-copy {
  position: relative;
  max-width: 32.5rem;
  padding: 0.4rem 0 1rem;
}

.flc-val-dots {
  position: absolute;
  left: -0.4rem;
  top: -0.2rem;
  width: 52px;
  height: 104px;
  background-image: radial-gradient(#31b1e7 1.45px, transparent 1.6px);
  background-size: 13px 13px;
  opacity: 0.55;
  pointer-events: none;
  animation: flc-float 7s ease-in-out infinite;
}

.flc-val-heart-bg {
  position: absolute;
  left: -1.4rem;
  bottom: -1.2rem;
  width: min(78%, 230px);
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
  transform-origin: center;
  animation: flc-val-heart-breathe 7s ease-in-out infinite;
}

.flc-val-copy .flc-kicker,
.flc-val-title,
.flc-val-lead {
  position: relative;
  z-index: 1;
}

.flc-val-title {
  margin: 0 0 1.05rem;
  color: #1c4999;
  font-size: clamp(2rem, 3.8vw, 3.05rem);
  font-weight: 800;
  line-height: 1.08;
}

.flc-val-title-main {
  display: inline;
}

.flc-val-title-accent {
  display: inline-block;
  color: #e3167b;
  font-size: 1.14em;
  line-height: 0.9;
  margin: 0 0.2em;
}

.flc-val-heart-doodle {
  display: inline-block;
  width: 1.35rem;
  height: 1.15rem;
  margin-left: 0.2rem;
  vertical-align: 0.28em;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-val-heart-doodle svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-val-lead {
  margin: 0;
  max-width: 30rem;
  color: #5d6573;
  font-size: 1rem;
  line-height: 1.7;
}

.flc-val-copy.is-in .flc-val-title-accent {
  animation: flc-script-in 0.9s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-val-quote {
  position: absolute;
  z-index: 3;
  top: 1.35rem;
  right: max(1rem, calc((100vw - var(--flc-container)) / 2));
  bottom: auto;
  width: min(34%, 235px);
  margin: 0;
  padding: 1.25rem 1.2rem 1.05rem;
  color: #fff;
  background: #1c4999;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 16px 36px rgba(28, 73, 153, 0.28);
}

.flc-val-quote.is-in {
  animation: flc-float 6.5s 0.85s ease-in-out infinite;
}

.flc-val-quote-mark {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 0.7;
  color: #e3167b;
  font-weight: 700;
}

.flc-val-quote p {
  margin: 0.45rem 0 0.55rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
}

.flc-val-quote-heart {
  display: inline-block;
  width: 1.05rem;
  height: 0.9rem;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-val-quote-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 899px) {
  .flc-val-intro {
    min-height: 0;
  }

  .flc-val-intro-bg {
    position: relative;
    left: 0;
    height: 320px;
  }

  .flc-val-wave {
    display: none;
  }

  .flc-val-gold {
    left: auto;
    right: -6%;
    bottom: -12%;
    width: 38%;
    height: 40%;
  }

  .flc-val-intro-inner {
    padding: 1.6rem 1rem 5.5rem;
    min-height: 0;
  }

  .flc-val-quote {
    top: 0.7rem;
    right: 0.7rem;
    bottom: auto;
    width: min(62%, 210px);
    padding: 1rem 1.05rem 0.85rem;
  }
}

/* Value cards */
.flc-val-grid-wrap {
  padding: 1.6rem 0 1.2rem;
  overflow: visible;
}

.flc-val-grid {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 2.1rem 1rem 1.25rem;
  display: grid;
  gap: 2.25rem 1.15rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 1100px) {
  .flc-val-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
}

.flc-val-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(20, 40, 80, 0.08);
  padding: 2.45rem 1.05rem 0;
  text-align: center;
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.flc-val-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(20, 40, 80, 0.14);
}

.flc-val-card-icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -45%);
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 12px 24px rgba(20, 40, 80, 0.16);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-val-card:hover .flc-val-card-icon {
  transform: translate(-50%, -45%) scale(1.08) rotate(-6deg);
}

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

.flc-val-card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.flc-val-card--pink .flc-val-card-icon { background: var(--flc-pink); }
.flc-val-card--orange .flc-val-card-icon { background: var(--flc-orange); }
.flc-val-card--blue .flc-val-card-icon { background: var(--flc-blue); }
.flc-val-card--green .flc-val-card-icon { background: var(--flc-green); }
.flc-val-card--purple .flc-val-card-icon { background: var(--flc-purple); }

.flc-val-card--pink h3 { color: var(--flc-pink); }
.flc-val-card--orange h3 { color: var(--flc-orange); }
.flc-val-card--blue h3 { color: var(--flc-blue); }
.flc-val-card--green h3 { color: var(--flc-green); }
.flc-val-card--purple h3 { color: var(--flc-purple); }

.flc-val-card-body {
  padding: 0 0.25rem 1rem;
  flex: 1 1 auto;
}

.flc-val-card-body h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flc-val-card-body p {
  margin: 0 auto;
  max-width: 14rem;
  color: var(--flc-text-soft);
  font-size: 0.84rem;
  line-height: 1.55;
}

.flc-val-card-media {
  position: relative;
  margin: 0.2rem -1.05rem 0;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}

.flc-val-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 18%;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-val-card:hover .flc-val-card-media img {
  transform: scale(1.06);
}

.flc-val-card-media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 7px;
}

.flc-val-card--pink .flc-val-card-media::after { background: #e3167b; }
.flc-val-card--orange .flc-val-card-media::after { background: #f5a623; }
.flc-val-card--blue .flc-val-card-media::after { background: #1c4999; }
.flc-val-card--green .flc-val-card-media::after { background: #89bd2a; }
.flc-val-card--purple .flc-val-card-media::after { background: #7b4db8; }

/* Cómo vivimos nuestros valores */
.flc-val-live {
  position: relative;
  padding: 0.85rem 0 1.6rem;
  overflow: visible;
}

.flc-val-live-dots {
  position: absolute;
  z-index: 0;
  width: 132px;
  height: 96px;
  pointer-events: none;
  background-image: radial-gradient(#c5cdd8 1.35px, transparent 1.45px);
  background-size: 13px 13px;
  opacity: 0.55;
}

.flc-val-live-dots--left {
  left: max(0.4rem, calc((100vw - var(--flc-container)) / 2 - 1.4rem));
  bottom: 7%;
}

.flc-val-live-dots--right {
  right: max(0.4rem, calc((100vw - var(--flc-container)) / 2 - 1.2rem));
  top: 4%;
  background-image: radial-gradient(#e8a0c4 1.35px, transparent 1.45px);
  opacity: 0.45;
}

.flc-val-live-title {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem 0.45rem;
  margin: 0 1rem 1.15rem;
  color: #1c4999;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.flc-val-live-title .flc-script {
  color: #e3167b;
  font-size: 1.22em;
  font-weight: 700;
}

.flc-val-live-heart {
  width: 1.15rem;
  height: 1.15rem;
  align-self: center;
  animation: flc-val-pulse 3.4s ease-in-out infinite;
}

.flc-val-live-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-val-live-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 920px);
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 0.85rem;
}

.flc-val-live-card {
  position: relative;
  display: grid;
  overflow: visible;
  min-height: 0;
  border-radius: 22px;
  background: #fdeef5;
}

@media (min-width: 780px) {
  .flc-val-live-card {
    grid-template-columns: minmax(0, 1.35fr) 168px;
    align-items: stretch;
  }
}

.flc-val-live-card--pink { background: #fdeef5; }
.flc-val-live-card--blue { background: #eaf4fb; }
.flc-val-live-card--green { background: #eef6e4; }

.flc-val-live-copy {
  display: grid;
  align-content: center;
  gap: 0.28rem;
  padding: 0.95rem 1.1rem 0.95rem 1.15rem;
}

.flc-val-live-icon {
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.1rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #e3167b;
}

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

.flc-val-live-card--blue .flc-val-live-icon { background: #1c4999; }
.flc-val-live-card--green .flc-val-live-icon { background: #89bd2a; }

.flc-val-live-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.flc-val-live-copy h4 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.15;
}

.flc-val-live-card--pink .flc-val-live-copy h4 { color: #e3167b; }
.flc-val-live-card--blue .flc-val-live-copy h4 { color: #1c4999; }
.flc-val-live-card--green .flc-val-live-copy h4 { color: #5f8d16; }

.flc-val-live-copy p {
  margin: 0;
  max-width: 24rem;
  color: #4a5568;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.5;
}

.flc-val-live-media {
  position: relative;
  margin: 0;
  min-height: 132px;
  overflow: hidden;
  border-radius: 0 22px 22px 0;
}

.flc-val-live-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-val-live-card:hover .flc-val-live-media img {
  transform: scale(1.05);
}

.flc-val-live-card--pink .flc-val-live-media img {
  object-position: 42% 22%;
}

.flc-val-live-card--blue .flc-val-live-media {
  border-radius: 42% 22px 22px 14px / 38% 22px 22px 52%;
}

.flc-val-live-card--blue .flc-val-live-media img {
  object-position: 50% 18%;
}

.flc-val-live-card--green .flc-val-live-media img {
  object-position: 48% 42%;
}

@media (min-width: 780px) {
  .flc-val-live-media img {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
}

@media (max-width: 779px) {
  .flc-val-live-media,
  .flc-val-live-card--blue .flc-val-live-media {
    min-height: 148px;
    max-height: 168px;
    border-radius: 0 0 22px 22px;
  }
}

.flc-val-live-doodle {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  animation: flc-float 5.2s ease-in-out infinite;
}

.flc-val-live-doodle--heart {
  left: 48%;
  top: 18%;
  width: 26px;
}

.flc-val-live-doodle--bird {
  right: 18%;
  top: -10px;
  width: 34px;
}

/* CTA: sé parte de una comunidad */
.flc-val-join {
  position: relative;
  margin-top: 4.6rem;
  padding: 0 0 2.4rem;
  background: #1c4999;
  color: #fff;
  overflow: visible;
}

.flc-val-join-wave {
  position: absolute;
  top: -77px;
  left: 0;
  display: block;
  width: 100%;
  height: 78px;
}

.flc-val-join-inner {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0.85rem 1.15rem 1.1rem;
  display: grid;
  gap: 1.15rem;
  align-items: center;
}

@media (min-width: 960px) {
  .flc-val-join-inner {
    grid-template-columns: auto minmax(0, 1.15fr) auto minmax(240px, 0.95fr);
    gap: 1.4rem 1.7rem;
    padding: 0.2rem 1.25rem 0.85rem;
  }
}

.flc-val-join-hearts {
  width: min(100%, 108px);
  height: auto;
  justify-self: center;
  animation: flc-val-pulse 4.2s ease-in-out infinite;
}

.flc-val-join-copy h3 {
  margin: 0;
  display: grid;
  gap: 0.15rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-val-join-accent {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.flc-val-join-copy .flc-script {
  color: #e3167b;
  font-size: 1.22em;
}

.flc-val-join-miniheart {
  width: 1.05rem;
  height: 1.05rem;
  align-self: center;
}

.flc-val-join-miniheart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-val-join-rule {
  display: none;
  width: 1px;
  height: 72px;
  background: rgba(255, 255, 255, 0.55);
}

@media (min-width: 960px) {
  .flc-val-join-rule {
    display: block;
    justify-self: center;
  }
}

.flc-val-join-cta {
  position: relative;
}

.flc-val-join-cta p {
  margin: 0 0 0.95rem;
  max-width: 26rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
}

.flc-val-join-action {
  position: relative;
  display: inline-block;
}

.flc-val-join-btn {
  position: relative;
  z-index: 1;
  padding: 0.85rem 1.45rem;
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
  box-shadow: 0 10px 22px rgba(227, 22, 123, 0.28);
}

.flc-val-join-btn svg {
  width: 1rem;
  height: 1rem;
}

.flc-val-join-sparks {
  position: absolute;
  right: -18px;
  top: 2px;
  width: 18px;
  height: 18px;
  pointer-events: none;
  background:
    linear-gradient(#fdc711, #fdc711) 12px 2px / 9px 2px no-repeat,
    linear-gradient(#fdc711, #fdc711) 10px 7px / 11px 2px no-repeat,
    linear-gradient(#fdc711, #fdc711) 12px 12px / 8px 2px no-repeat;
  transform: rotate(-18deg);
}

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

@keyframes flc-val-heart-breathe {
  0%, 100% { transform: scale(1) rotate(-6deg); opacity: 0.12; }
  50% { transform: scale(1.07) rotate(-2deg); opacity: 0.2; }
}

@keyframes flc-val-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@keyframes flc-val-icon-pop {
  0% { transform: translate(-50%, -45%) scale(0.7); opacity: 0.4; }
  70% { transform: translate(-50%, -45%) scale(1.08); }
  100% { transform: translate(-50%, -45%) scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .flc-val-dots,
  .flc-val-heart-doodle,
  .flc-val-heart-bg,
  .flc-val-intro-bg img,
  .flc-val-gold,
  .flc-val-bubble,
  .flc-val-quote,
  .flc-val-quote.is-in,
  .flc-val-quote-heart,
  .flc-val-card.is-in .flc-val-card-icon,
  .flc-val-copy.is-in .flc-val-title-accent,
  .flc-val-live-heart,
  .flc-val-live-doodle,
  .flc-val-live-card.is-in .flc-val-live-icon,
  .flc-val-live-card:hover .flc-val-live-media img,
  .flc-val-join-hearts {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Programas (Nosotros) ---------- */
.flc-panel-programas {
  padding: 0 0 3rem;
  overflow: visible;
}

.flc-np-main {
  padding: 2.5rem 0 2rem;
}

.flc-np-layout {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 2.5rem;
  align-items: start;
}

@media (min-width: 1024px) {
  .flc-np-layout {
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.35fr);
    gap: 2.5rem 2.75rem;
  }
}

.flc-np-aside {
  position: relative;
  max-width: 26rem;
}

.flc-np-title {
  margin: 0 0 1rem;
  color: var(--flc-navy);
  font-size: clamp(1.8rem, 3.2vw, 2.55rem);
  line-height: 1.12;
}

.flc-np-title-main {
  display: block;
}

.flc-np-title-accent-wrap {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
}

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

.flc-np-heart {
  display: inline-block;
  width: 1.3rem;
  height: 1.1rem;
  margin-top: 0.15em;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

.flc-np-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-np-lead {
  margin: 0 0 1.35rem;
  color: var(--flc-text-soft);
  font-size: 0.96rem;
  line-height: 1.7;
}

.flc-np-features {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.95rem;
}

.flc-np-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.flc-np-feature-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;
  box-shadow: 0 10px 22px rgba(20, 40, 80, 0.12);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-np-features li:hover .flc-np-feature-icon {
  transform: scale(1.08) rotate(-6deg);
}

.flc-np-feature-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.flc-np-feature-icon--pink { background: var(--flc-pink); }
.flc-np-feature-icon--orange { background: var(--flc-orange); }
.flc-np-feature-icon--blue { background: var(--flc-blue); }

.flc-np-feature-copy {
  display: grid;
  gap: 0.15rem;
}

.flc-np-feature-copy strong {
  color: var(--flc-navy);
  font-size: 0.9rem;
}

.flc-np-feature-copy span {
  color: var(--flc-text-soft);
  font-size: 0.84rem;
  line-height: 1.45;
}

.flc-np-cta {
  gap: 0.55rem;
  box-shadow: 0 14px 32px rgba(224, 51, 122, 0.28);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.flc-np-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(224, 51, 122, 0.34);
}

.flc-np-cta-icon {
  display: inline-flex;
}

.flc-np-flight {
  margin-top: 1.5rem;
  width: min(100%, 220px);
  color: var(--flc-blue);
  opacity: 0.85;
}

.flc-np-aside.is-in .flc-np-flight {
  animation: flc-fade-up 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-np-aside.is-in .flc-np-plane {
  animation: flc-plane-bob 3.2s 0.9s ease-in-out infinite;
  transform-origin: 188px 48px;
}

.flc-np-flight svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Program cards 2x2 */
.flc-np-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

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

.flc-np-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 14px 36px rgba(20, 40, 80, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.4s ease;
}

.flc-np-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(20, 40, 80, 0.13);
}

.flc-np-card-media {
  position: relative;
  margin: 0.85rem 0.85rem 0;
  overflow: visible;
}

.flc-np-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-np-card--blue .flc-np-card-media img { object-position: 50% 35%; }
.flc-np-card--pink .flc-np-card-media img { object-position: 48% 40%; }
.flc-np-card--orange .flc-np-card-media img { object-position: 50% 30%; }
.flc-np-card--green .flc-np-card-media img { object-position: 50% 42%; }

.flc-np-card:hover .flc-np-card-media img {
  transform: scale(1.04);
}

.flc-np-card-badge {
  position: absolute;
  left: 0.75rem;
  top: -0.85rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 10px 22px rgba(20, 40, 80, 0.16);
  z-index: 2;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-np-card:hover .flc-np-card-badge {
  transform: scale(1.08) rotate(-6deg);
}

.flc-np-card-badge svg {
  width: 1.15rem;
  height: 1.15rem;
}

.flc-np-card--blue .flc-np-card-badge { background: var(--flc-blue); }
.flc-np-card--pink .flc-np-card-badge { background: var(--flc-pink); }
.flc-np-card--orange .flc-np-card-badge { background: var(--flc-orange); }
.flc-np-card--green .flc-np-card-badge { background: var(--flc-green); }

.flc-np-card--blue .flc-np-card-body h3,
.flc-np-card--blue .flc-np-card-meta-icon { color: var(--flc-blue); }
.flc-np-card--pink .flc-np-card-body h3,
.flc-np-card--pink .flc-np-card-meta-icon { color: var(--flc-pink); }
.flc-np-card--orange .flc-np-card-body h3,
.flc-np-card--orange .flc-np-card-meta-icon { color: var(--flc-orange); }
.flc-np-card--green .flc-np-card-body h3,
.flc-np-card--green .flc-np-card-meta-icon { color: var(--flc-green); }

.flc-np-card-body {
  padding: 1.15rem 1.1rem 0.85rem;
}

.flc-np-card-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  line-height: 1.3;
}

.flc-np-card-body p {
  margin: 0;
  color: var(--flc-text-soft);
  font-size: 0.86rem;
  line-height: 1.55;
}

.flc-np-card-meta {
  list-style: none;
  margin: 0;
  padding: 0.85rem 0.75rem 1rem;
  border-top: 1px solid rgba(26, 50, 96, 0.08);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
}

.flc-np-card-meta li {
  display: grid;
  justify-items: center;
  gap: 0.25rem;
  text-align: center;
  color: var(--flc-text-soft);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.25;
}

.flc-np-card-meta-icon {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
}

.flc-np-card-meta-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* Stats banner */
.flc-np-banner {
  width: min(100%, var(--flc-container));
  margin: 1rem auto 0;
  padding: 0 1rem;
}

.flc-np-banner-inner {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  overflow: hidden;
  padding: 1.35rem 1.2rem 1.2rem;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 14px 36px rgba(20, 40, 80, 0.1);
}

@media (min-width: 1024px) {
  .flc-np-banner-inner {
    grid-template-columns: minmax(240px, 0.92fr) 1.35fr;
    gap: 0.5rem 1.1rem;
    padding: 1.15rem 1.15rem 1.15rem 1.35rem;
  }
}

.flc-np-banner-lead {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 6.5rem;
  padding: 0.4rem 0.35rem 0.4rem 0.15rem;
}

.flc-np-banner-blob {
  position: absolute;
  pointer-events: none;
  border-radius: 48% 52% 46% 54% / 52% 46% 54% 48%;
}

.flc-np-banner-blob--gold {
  top: -1.1rem;
  left: -1.15rem;
  width: 4.4rem;
  height: 3.2rem;
  background: #fde9a0;
  opacity: 0.95;
}

.flc-np-banner-blob--cyan {
  left: 0.15rem;
  bottom: -1.15rem;
  width: 4.8rem;
  height: 2.6rem;
  background: #c8e9f8;
  border-radius: 60% 40% 55% 45% / 40% 60% 40% 60%;
}

.flc-np-banner-leaves {
  position: absolute;
  left: 0.15rem;
  bottom: -0.35rem;
  width: 4.6rem;
  height: 2.6rem;
  pointer-events: none;
}

.flc-np-banner-face {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--flc-pink);
  box-shadow: 0 10px 22px rgba(20, 40, 80, 0.12);
}

.flc-np-banner-face svg {
  width: 2.35rem;
  height: 2.35rem;
}

.flc-np-banner-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1c4999;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
}

.flc-np-banner-accent {
  display: inline-block;
  color: #e3167b;
  font-size: 1.22em;
  line-height: 1;
  margin: 0 0.12em;
}

.flc-np-banner-accent.flc-script-underline::after {
  background: #e3167b;
  height: 0.12em;
  right: 2%;
  bottom: 0.08em;
  opacity: 0.85;
}

.flc-np-banner-stats {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .flc-np-banner-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
  }

  .flc-np-stat:not(:last-child) {
    border-right: 1px solid rgba(26, 50, 96, 0.1);
  }
}

.flc-np-stat {
  position: relative;
  text-align: center;
  padding: 0.45rem 0.7rem 0.85rem;
}

.flc-np-stat-icon {
  width: 2.55rem;
  height: 2.55rem;
  margin: 0 auto 0.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flc-np-stat-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.flc-np-stat--blue .flc-np-stat-icon {
  color: #1c4999;
  background: #dceef8;
}

.flc-np-stat--pink .flc-np-stat-icon {
  color: #e3167b;
  background: #fde6f0;
}

.flc-np-stat--gold .flc-np-stat-icon {
  color: #e0a800;
  background: #fff3c4;
}

.flc-np-stat--green .flc-np-stat-icon {
  color: #6ea01c;
  background: #e7f3d4;
}

.flc-np-stat-number {
  margin: 0 0 0.2rem;
  color: #1c4999;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.05;
}

.flc-np-stat-label {
  margin: 0 auto;
  max-width: 8.4rem;
  color: #6b7285;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1.35;
}

.flc-np-stat::after {
  content: "";
  display: block;
  width: 1.55rem;
  height: 4px;
  margin: 0.7rem auto 0;
  border-radius: 99px;
}

.flc-np-stat--blue::after { background: #1c4999; }
.flc-np-stat--pink::after { background: #e3167b; }
.flc-np-stat--gold::after { background: #fdc711; }
.flc-np-stat--green::after { background: #89bd2a; }

@media (prefers-reduced-motion: reduce) {
  .flc-np-heart,
  .flc-np-aside.is-in .flc-np-flight,
  .flc-np-aside.is-in .flc-np-plane {
    animation: none !important;
  }
}

/* ---------- Personal ---------- */
.flc-panel-personal {
  padding: 0 0 3rem;
  overflow: visible;
}

.flc-pe-intro {
  padding: 2.1rem 0 1.6rem;
  overflow: visible;
}

.flc-pe-intro-grid {
  width: min(100%, var(--flc-container));
  margin-inline: auto;
  padding: 0 1rem;
  display: grid;
  gap: 1.6rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .flc-pe-intro-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: 1.4rem 1.6rem;
    min-height: 420px;
  }
}

.flc-pe-copy {
  position: relative;
  z-index: 1;
  max-width: 34rem;
}

.flc-pe-dots {
  position: absolute;
  left: -1.1rem;
  top: -0.35rem;
  width: 78px;
  height: 78px;
  background-image: radial-gradient(#c5cdd8 1.4px, transparent 1.55px);
  background-size: 12px 12px;
  pointer-events: none;
  animation: flc-float 7s ease-in-out infinite;
}

.flc-pe-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.flc-pe-kicker-heart {
  width: 1.05rem;
  height: 0.95rem;
  animation: flc-val-pulse 3.4s ease-in-out infinite;
}

.flc-pe-kicker-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-pe-title {
  margin: 0 0 0.95rem;
  color: #1c4999;
  font-size: clamp(1.85rem, 3.4vw, 2.7rem);
  font-weight: 800;
  line-height: 1.08;
}

.flc-pe-title-main {
  display: block;
}

.flc-pe-title-accent {
  display: inline-block;
  color: #e3167b;
  font-size: 1.18em;
  line-height: 1;
}

.flc-pe-title-accent.flc-script-underline::after {
  background: #e3167b;
  height: 0.1em;
  right: 4%;
  bottom: 0.06em;
  opacity: 0.9;
}

.flc-pe-lead {
  margin: 0 0 1.35rem;
  max-width: 32rem;
  color: #4a5568;
  font-size: 0.96rem;
  line-height: 1.7;
}

.flc-pe-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .flc-pe-highlights {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.15rem;
  }
}

.flc-pe-highlights li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.7rem;
  align-items: start;
}

.flc-pe-highlight-icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.flc-pe-highlight-icon--pink { background: #e3167b; }
.flc-pe-highlight-icon--gold { background: #fdc711; }

.flc-pe-highlight-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.flc-pe-highlights strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #1c4999;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.flc-pe-highlights li > span span {
  display: block;
  color: #6b7285;
  font-size: 0.8rem;
  line-height: 1.45;
}

.flc-pe-heart-doodle {
  position: absolute;
  left: 0.15rem;
  bottom: -1.4rem;
  width: 1.7rem;
  height: auto;
  pointer-events: none;
  animation: flc-float 5.4s ease-in-out infinite;
}

.flc-pe-media {
  position: relative;
  justify-self: stretch;
  width: 100%;
}

@media (min-width: 1024px) {
  .flc-pe-media {
    width: calc(100% + max(0px, (100vw - var(--flc-container)) / 2) + 1rem);
    max-width: none;
  }
}

.flc-pe-photo {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 48% 18px 18px 36% / 42% 18px 18px 48%;
  box-shadow: 0 22px 48px rgba(28, 73, 153, 0.14);
}

@media (min-width: 1024px) {
  .flc-pe-photo {
    min-height: 440px;
    height: 100%;
    border-radius: 52% 0 0 40% / 46% 0 0 54%;
  }
}

.flc-pe-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 42% 40%;
}

@media (min-width: 1024px) {
  .flc-pe-photo img {
    position: absolute;
    inset: 0;
    min-height: 0;
    aspect-ratio: auto;
    object-position: 36% 38%;
  }
}

/* Stats */
.flc-pe-stats {
  position: relative;
  width: min(100%, var(--flc-container));
  margin: 0.4rem auto 2.5rem;
  padding: 0 1rem;
  overflow: visible;
}

.flc-pe-stats-dots {
  position: absolute;
  right: 0.2rem;
  bottom: -0.85rem;
  width: 92px;
  height: 68px;
  pointer-events: none;
  background-image: radial-gradient(#fdc711 1.45px, transparent 1.55px);
  background-size: 12px 12px;
  opacity: 0.85;
}

.flc-pe-stats-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 1024px) {
  .flc-pe-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.flc-pe-stat {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.05rem 1.1rem 1.2rem;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(20, 40, 80, 0.08);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.flc-pe-stat::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 5px;
  border-radius: 99px 99px 0 0;
}

.flc-pe-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(20, 40, 80, 0.12);
}

.flc-pe-stat--pink::after { background: linear-gradient(90deg, #e3167b, #f38ab8); }
.flc-pe-stat--blue::after { background: linear-gradient(90deg, #31b1e7, #7fd0f2); }
.flc-pe-stat--purple::after { background: linear-gradient(90deg, #7c3aed, #31b1e7); }
.flc-pe-stat--green::after { background: linear-gradient(90deg, #89bd2a, #b5d86a); }

.flc-pe-stat-icon {
  flex: 0 0 auto;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.flc-pe-stat-icon svg {
  width: 1.15rem;
  height: 1.15rem;
}

.flc-pe-stat--pink .flc-pe-stat-icon { background: #e3167b; }
.flc-pe-stat--blue .flc-pe-stat-icon { background: #31b1e7; }
.flc-pe-stat--purple .flc-pe-stat-icon { background: #6d4ad6; }
.flc-pe-stat--green .flc-pe-stat-icon { background: #89bd2a; }

.flc-pe-stat.is-in .flc-pe-stat-icon {
  animation: flc-icon-pop 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.flc-pe-stat-number {
  margin: 0;
  color: #1c4999;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.05;
}

.flc-pe-stat-label {
  margin: 0.18rem 0 0;
  color: #6b7285;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.35;
}

/* Gallery */
.flc-pe-gallery {
  width: min(100%, var(--flc-container));
  margin: 0 auto 2.75rem;
  padding: 0 1rem;
}

.flc-pe-gallery-head {
  text-align: center;
  margin-bottom: 1.75rem;
}

.flc-pe-gallery-title {
  margin: 0 0 0.55rem;
  color: var(--flc-navy);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.flc-pe-gallery-lead {
  margin: 0 auto 1.15rem;
  max-width: 36rem;
  color: var(--flc-text-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}

.flc-pe-gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.flc-pe-filter {
  border: 1px solid rgba(26, 50, 96, 0.12);
  background: #fff;
  color: var(--flc-text-soft);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.flc-pe-filter:hover {
  color: var(--flc-pink);
  border-color: rgba(224, 51, 122, 0.35);
  transform: translateY(-1px);
}

.flc-pe-filter.is-active {
  color: #fff;
  background: var(--flc-pink);
  border-color: var(--flc-pink);
}

.flc-pe-gallery-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 1024px) {
  .flc-pe-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .flc-pe-gallery-item:nth-child(1),
  .flc-pe-gallery-item:nth-child(6) {
    grid-row: span 1;
  }
}

.flc-pe-gallery-item {
  margin: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.flc-pe-gallery-item.is-hidden {
  display: none;
}

.flc-pe-gallery-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(20, 40, 80, 0.1);
}

.flc-pe-gallery-link img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: 50% 28%;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-pe-gallery-link:hover img {
  transform: scale(1.06);
}

.flc-pe-gallery-zoom {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: var(--flc-pink);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.flc-pe-gallery-link:hover .flc-pe-gallery-zoom {
  opacity: 1;
  transform: none;
}

.flc-pe-gallery-zoom svg {
  width: 1rem;
  height: 1rem;
}

.flc-pe-gallery-item figcaption {
  margin: 0.55rem 0.15rem 0;
  color: var(--flc-text-soft);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Uniques */
.flc-pe-uniques {
  width: min(100%, var(--flc-container));
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.flc-pe-uniques-inner {
  display: grid;
  gap: 1.35rem;
  padding: 1.6rem 1.25rem 1.5rem;
  background: #f6f0e6;
  border-radius: 28px;
  overflow: visible;
}

@media (min-width: 1100px) {
  .flc-pe-uniques-inner {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 1.25rem 1.1rem;
    align-items: center;
    padding: 1.55rem 1.15rem 1.55rem 1.5rem;
  }
}

.flc-pe-uniques-title h3 {
  margin: 0;
  color: #1c4999;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  font-weight: 800;
  line-height: 1.15;
}

.flc-pe-uniques-title h3 span {
  display: block;
}

.flc-pe-uniques-accent {
  color: #e3167b;
  font-size: 1.35em;
}

.flc-pe-uniques-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.15rem 0.75rem;
  grid-template-columns: 1fr;
}

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

@media (min-width: 1100px) {
  .flc-pe-uniques-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
  }

  .flc-pe-uniques-list li:not(:last-child) {
    border-right: 1px dotted rgba(28, 73, 153, 0.2);
  }
}

.flc-pe-uniques-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.4rem;
  padding: 0.15rem 0.85rem;
  min-width: 0;
}

.flc-pe-unique-icon {
  flex: 0 0 auto;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.flc-pe-unique-icon svg {
  width: 1.15rem;
  height: 1.15rem;
  color: #fff;
}

.flc-pe-unique-icon--pink { background: #e3167b; }
.flc-pe-unique-icon--blue { background: #31b1e7; }
.flc-pe-unique-icon--purple { background: #7c3aed; }
.flc-pe-unique-icon--gold { background: #fdc711; }
.flc-pe-unique-icon--green { background: #89bd2a; }

.flc-pe-uniques-list strong {
  color: #1c4999;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.flc-pe-uniques-list p {
  margin: 0;
  color: #5d6573;
  font-size: 0.78rem;
  line-height: 1.45;
}

/* Methods */
.flc-pe-methods {
  width: min(100%, var(--flc-container));
  margin: 0 auto 2.5rem;
  padding: 0 1rem;
}

.flc-pe-methods-head {
  text-align: center;
  margin: 0 0 1.25rem;
}

.flc-pe-methods-head .flc-kicker {
  margin-bottom: 0.4rem;
}

.flc-pe-methods-head h3 {
  margin: 0;
  color: #1c4999;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-pe-methods-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 800px) {
  .flc-pe-methods-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
  }
}

.flc-pe-method {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  min-width: 0;
  padding: 1.25rem 1.1rem 1.3rem;
  border-radius: 18px;
  background: #fff;
}

.flc-pe-method--pink { border: 1.5px solid #efb0cd; }
.flc-pe-method--blue { border: 1.5px solid #8dceee; }
.flc-pe-method--green { border: 1.5px solid #b6d86e; }

.flc-pe-method-icon {
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 0 0.35rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.flc-pe-method-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.flc-pe-method--pink .flc-pe-method-icon {
  color: #e3167b;
  background: #fde6f0;
}

.flc-pe-method--blue .flc-pe-method-icon {
  color: #1c7fb3;
  background: #e4f4fb;
}

.flc-pe-method--green .flc-pe-method-icon {
  color: #5f8d16;
  background: #eef6e0;
}

.flc-pe-method h4 {
  margin: 0;
  color: #1c4999;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.flc-pe-method p {
  margin: 0;
  color: #5d6573;
  font-size: 0.84rem;
  line-height: 1.55;
}

/* Quote */
.flc-pe-quote {
  width: min(100%, var(--flc-container));
  margin: 0 auto 0.4rem;
  padding: 0 1rem 0.5rem;
}

.flc-pe-quote-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 1.35rem 2.4rem 1.4rem;
  background: #fdeef5;
  border-radius: 999px;
  text-align: center;
}

@media (max-width: 699px) {
  .flc-pe-quote-inner {
    border-radius: 28px;
    padding: 1.2rem 1.15rem 1.3rem;
    flex-wrap: wrap;
  }
}

.flc-pe-quote-mark {
  flex: 0 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 0.6;
  color: #e3167b;
  font-weight: 700;
}

.flc-pe-quote-text {
  margin: 0;
  max-width: 38rem;
  color: #1c4999;
  font-size: clamp(1.02rem, 1.7vw, 1.28rem);
  font-weight: 800;
  line-height: 1.4;
}

.flc-pe-quote-accent {
  display: inline-block;
  color: #e3167b;
  font-size: 1.18em;
  margin: 0 0.12em;
}

.flc-pe-quote-heart {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 1.05rem;
  height: 0.9rem;
  transform: translateY(-40%);
  animation: flc-val-pulse 3.4s ease-in-out infinite;
}

.flc-pe-quote-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* Lightbox */
.flc-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  background: rgba(10, 20, 40, 0.82);
  backdrop-filter: blur(4px);
}

.flc-lightbox[hidden] {
  display: none !important;
}

.flc-lightbox-figure {
  margin: 0;
  max-width: min(960px, 100%);
  text-align: center;
}

.flc-lightbox-image {
  display: block;
  max-width: 100%;
  max-height: min(78vh, 820px);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.flc-lightbox-caption {
  margin-top: 0.85rem;
  color: #fff;
  font-size: 0.95rem;
}

.flc-lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--flc-navy);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

body.flc-lightbox-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .flc-pe-dots,
  .flc-pe-kicker-heart,
  .flc-pe-heart-doodle,
  .flc-pe-stat.is-in .flc-pe-stat-icon,
  .flc-pe-quote-heart {
    animation: none !important;
    transition: none !important;
  }
}

}

}

}
