/* Voluntariado page */

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

.flc-vol-accent {
  display: inline-block;
  color: var(--flc-pink);
  font-size: 1.12em;
}

.flc-vol-section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.flc-vol-section-head--left {
  text-align: left;
}

.flc-vol-section-head h2 {
  margin: 0;
  color: var(--flc-navy);
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-vol-section-head--light h2 {
  color: #fff;
}

.flc-vol-section-head--light p {
  margin: 0.7rem auto 0;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

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

.flc-vol-kicker--gold { color: #fdc711; }

.flc-vol-lead {
  margin: 0.7rem auto 0;
  max-width: 36rem;
  color: #5b6472;
  font-size: 1rem;
  line-height: 1.65;
}

.flc-vol-section-head--left .flc-vol-lead {
  margin-left: 0;
}

/* ---------- Hero — credencial de equipo ---------- */
.flc-vol-hero {
  --vol-ink: #08142f;
  --vol-navy: #1c4999;
  --vol-gold: #fdc711;
  --vol-green: #89bd2a;
  --vol-pink: #e3167b;
  --vol-cyan: #31b1e7;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(680px, 92vh, 900px);
  color: #fff;
  background:
    radial-gradient(ellipse 55% 50% at 88% 18%, rgba(253, 199, 17, 0.22), transparent 58%),
    radial-gradient(ellipse 45% 42% at 8% 88%, rgba(137, 189, 42, 0.18), transparent 60%),
    radial-gradient(ellipse 40% 38% at 42% 8%, rgba(227, 22, 123, 0.12), transparent 55%),
    linear-gradient(165deg, #071027 0%, #102a63 46%, #0c1d44 100%);
}

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

.flc-vol-hero-marquee span {
  display: inline-flex;
  gap: 1.7rem;
  animation: flc-vol-marquee 32s linear infinite;
}

.flc-vol-hero-marquee i { font-style: normal; }
.flc-vol-hero-marquee i::after {
  content: " · ";
  color: #fdc711;
}

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

.flc-vol-hero-watermark {
  position: absolute;
  z-index: 0;
  right: -4%;
  bottom: -10%;
  color: rgba(255, 255, 255, 0.045);
  font-family: "Dancing Script", cursive;
  font-size: clamp(11rem, 26vw, 20rem);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
  user-select: none;
}

.flc-vol-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 2.4rem 1rem 2.8rem;
  min-height: clamp(560px, 78vh, 760px);
}

@media (min-width: 1080px) {
  .flc-vol-hero-inner {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 2.6rem 3rem;
    padding: 2.6rem 1rem 3rem;
  }
}

.flc-vol-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1.05rem;
  padding: 0.38rem 0.85rem 0.38rem 0.55rem;
  border: 1px solid rgba(253, 199, 17, 0.35);
  border-radius: 999px;
  background: rgba(253, 199, 17, 0.1);
  color: #fdc711;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-vol-hero-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #89bd2a;
  box-shadow: 0 0 0 0 rgba(137, 189, 42, 0.7);
  animation: flc-vol-pulse 1.8s ease-out infinite;
}

@keyframes flc-vol-pulse {
  70% { box-shadow: 0 0 0 10px rgba(137, 189, 42, 0); }
  100% { box-shadow: 0 0 0 0 rgba(137, 189, 42, 0); }
}

.flc-vol-hero-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.flc-vol-hero-title-main { display: block; }

.flc-vol-hero-accent {
  display: inline-block;
  margin-top: 0.12em;
  color: #fdc711;
  font-size: 1.08em;
  font-style: normal;
  line-height: 0.9;
}

.flc-vol-hero-text {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.flc-vol-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.flc-vol-hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.65rem 1.3rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.28s ease, filter 0.28s ease, background 0.28s ease;
}

.flc-vol-hero-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.flc-vol-hero-btn--gold {
  background: #fdc711;
  color: #1c4999;
}

.flc-vol-hero-btn--gold:hover { color: #1c4999; filter: brightness(1.06); }

.flc-vol-hero-btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: transparent;
}

.flc-vol-hero-btn--ghost:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.flc-vol-hero-facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flc-vol-hero-facts li {
  padding-right: 0.6rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.flc-vol-hero-facts li:last-child { border-right: 0; }

.flc-vol-hero-facts strong {
  display: block;
  color: #fdc711;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.flc-vol-hero-facts span {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.35;
}

.flc-vol-hero-stage {
  position: relative;
  min-height: 420px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s ease;
}

.flc-vol-hero-shot {
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
}

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

.flc-vol-hero-shot--main {
  position: relative;
  width: min(100%, 430px);
  margin-left: auto;
  aspect-ratio: 5 / 4;
  border-radius: 28px;
  border: 6px solid #fff;
  transform: rotate(2.4deg);
}

.flc-vol-hero-shot--main img { object-position: 42% 38%; }

.flc-vol-hero-shot--main figcaption {
  position: absolute;
  right: 0.9rem;
  left: auto;
  bottom: 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: rgba(8, 20, 47, 0.72);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-vol-hero-shot--side {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: min(46%, 210px);
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  border: 5px solid #fff;
  transform: rotate(-9deg);
  z-index: 2;
}

.flc-vol-hero-shot--side img { object-position: 48% 36%; }

.flc-vol-hero-shot--pin {
  position: absolute;
  right: 4%;
  top: 6%;
  width: min(28%, 118px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #fdc711;
  z-index: 3;
  box-shadow: 0 12px 28px rgba(253, 199, 17, 0.28);
}

.flc-vol-hero-shot--pin img { object-position: 38% 28%; }

.flc-vol-hero-badge {
  position: absolute;
  left: 6%;
  top: -6%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flc-vol-hero-lanyard {
  width: 10px;
  height: 52px;
  background: linear-gradient(180deg, #e3167b, #fdc711);
  border-radius: 0 0 4px 4px;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}

.flc-vol-hero-pass {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 168px;
  padding: 0.7rem 0.8rem;
  border-radius: 16px;
  background: #fff;
  color: #1c4999;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  transform: rotate(-8deg);
}

.flc-vol-hero-pass img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.flc-vol-hero-pass p { margin: 0; }
.flc-vol-hero-pass strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.1;
}
.flc-vol-hero-pass span {
  display: block;
  color: #5b6472;
  font-size: 0.68rem;
  font-weight: 700;
}
.flc-vol-hero-pass small {
  display: block;
  margin-top: 0.15rem;
  color: #e3167b;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-vol-hero-whisper {
  position: absolute;
  right: 2%;
  bottom: -2%;
  z-index: 4;
  max-width: 16rem;
  margin: 0;
  padding: 0.7rem 0.9rem;
  border-radius: 16px 16px 16px 4px;
  background: #e3167b;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 14px 28px rgba(227, 22, 123, 0.32);
}

.flc-vol-hero-tape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  overflow: hidden;
  border-top: 1px solid rgba(253, 199, 17, 0.28);
  background: rgba(8, 20, 47, 0.72);
  backdrop-filter: blur(10px);
}

.flc-vol-hero-tape-track {
  display: flex;
  gap: 2.2rem;
  width: max-content;
  padding: 0.85rem 1.4rem;
  animation: flc-vol-tape 28s linear infinite;
}

.flc-vol-hero-tape-track span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}

.flc-vol-hero-tape-track b {
  color: #fdc711;
  font-variant-numeric: tabular-nums;
}

@keyframes flc-vol-tape {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

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

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

.flc-vol-hero-shot--main {
  opacity: 0;
  transform: rotate(2.4deg) translateY(36px) scale(0.96);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-vol-hero.is-ready .flc-vol-hero-shot--main {
  opacity: 1;
  transform: rotate(2.4deg);
}

.flc-vol-hero-shot--side {
  opacity: 0;
  transform: rotate(-9deg) translateX(-24px);
  transition: opacity 0.85s 0.16s ease, transform 0.85s 0.16s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-vol-hero.is-ready .flc-vol-hero-shot--side {
  opacity: 1;
  transform: rotate(-9deg);
}

.flc-vol-hero-shot--pin {
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.7s 0.28s ease, transform 0.7s 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-vol-hero.is-ready .flc-vol-hero-shot--pin {
  opacity: 1;
  transform: none;
}

.flc-vol-hero-badge {
  opacity: 0;
  transform: translateY(-28px);
  transition: opacity 0.8s 0.22s ease, transform 0.8s 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.flc-vol-hero.is-ready .flc-vol-hero-badge {
  opacity: 1;
  transform: none;
}

.flc-vol-hero-whisper {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.7s 0.4s ease, transform 0.7s 0.4s ease;
}

.flc-vol-hero.is-ready .flc-vol-hero-whisper {
  opacity: 1;
  transform: none;
}

@media (max-width: 1079px) {
  .flc-vol-hero-stage { min-height: 360px; max-width: 520px; margin: 0 auto; }
  .flc-vol-hero-shot--main { width: 78%; }
  .flc-vol-hero-facts { gap: 0.55rem; }
  .flc-vol-hero-whisper { max-width: 13.5rem; font-size: 0.76rem; }
}

@media (max-width: 639px) {
  .flc-vol-hero-facts { grid-template-columns: 1fr; }
  .flc-vol-hero-facts li {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    padding: 0;
    border: 0;
  }
  .flc-vol-hero-facts span { margin: 0; }
  .flc-vol-hero-badge { left: 0; top: -2%; }
  .flc-vol-hero-shot--pin { width: 88px; top: 2%; }
}

@media (prefers-reduced-motion: reduce) {
  .flc-vol-hero-marquee span,
  .flc-vol-hero-tape-track,
  .flc-vol-hero-live-dot,
  .flc-vol-hero-shot,
  .flc-vol-hero-badge,
  .flc-vol-hero-whisper,
  .flc-vol-hero [data-flc-hero-anim] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .flc-vol-hero-shot--main { transform: rotate(2.4deg) !important; }
  .flc-vol-hero-shot--side { transform: rotate(-9deg) !important; }
}

/* ---------- Why ---------- */

.flc-vol-why {
  background: #fff;
  padding: 3.75rem 0 4rem;
}

.flc-vol-why-grid {
  display: grid;
  gap: 1.25rem;
}

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

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

.flc-vol-why-card {
  position: relative;
  background: #fff;
  border-radius: 1.35rem;
  overflow: visible;
  border: 1px solid rgba(26, 50, 96, 0.08);
  box-shadow: 0 12px 32px rgba(26, 50, 96, 0.07);
  transform-style: preserve-3d;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.flc-vol-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(26, 50, 96, 0.14);
}

.flc-vol-why-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 18px rgba(8, 22, 48, 0.18);
  transition: transform 0.35s ease;
}

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

.flc-vol-why-card--pink .flc-vol-why-badge { background: var(--flc-pink); }
.flc-vol-why-card--gold .flc-vol-why-badge { background: #fdc711; color: var(--flc-navy); }
.flc-vol-why-card--cyan .flc-vol-why-badge { background: #31b1e7; }
.flc-vol-why-card--green .flc-vol-why-badge { background: #89bd2a; }
.flc-vol-why-card--blue .flc-vol-why-badge { background: var(--flc-blue); }
.flc-vol-why-card--purple .flc-vol-why-badge { background: var(--flc-purple); }

.flc-vol-why-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 1.35rem 1.35rem 0 0;
}

.flc-vol-why-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.flc-vol-why-card:hover .flc-vol-why-media img {
  transform: scale(1.07);
}

.flc-vol-why-body {
  padding: 1.15rem 1.15rem 1.35rem;
}

.flc-vol-why-body h3 {
  margin: 0 0 0.45rem;
  color: var(--flc-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.flc-vol-why-body p {
  margin: 0;
  color: var(--flc-text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- Process ---------- */
.flc-vol-process {
  background: var(--flc-surface-muted, #f7f4f8);
  padding: 3.5rem 0 4rem;
}

.flc-vol-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  position: relative;
}

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

  .flc-vol-process-list::before {
    content: '';
    position: absolute;
    top: 1.55rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(219, 39, 119, 0.35), transparent);
    z-index: 0;
  }
}

.flc-vol-process-step {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 0.35rem;
}

.flc-vol-process-num {
  width: 3.1rem;
  height: 3.1rem;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--flc-pink);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.28);
  transition: transform 0.35s ease;
}

.flc-vol-process-step--gold .flc-vol-process-num { background: #fdc711; color: #1c4999; box-shadow: 0 10px 24px rgba(253, 199, 17, 0.28); }
.flc-vol-process-step--cyan .flc-vol-process-num { background: #31b1e7; box-shadow: 0 10px 24px rgba(49, 177, 231, 0.28); }
.flc-vol-process-step--green .flc-vol-process-num { background: #89bd2a; box-shadow: 0 10px 24px rgba(137, 189, 42, 0.28); }
.flc-vol-process-step--navy .flc-vol-process-num { background: #1c4999; box-shadow: 0 10px 24px rgba(28, 73, 153, 0.28); }

.flc-vol-process-step:hover .flc-vol-process-num {
  transform: scale(1.08);
}

.flc-vol-process-step h3 {
  margin: 0 0 0.4rem;
  color: var(--flc-navy);
  font-size: 0.98rem;
  font-weight: 800;
}

.flc-vol-process-step p {
  margin: 0;
  color: var(--flc-text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* ---------- Areas ---------- */
.flc-vol-areas {
  background: #fff;
  padding: 3.75rem 0 4rem;
}

.flc-vol-areas-grid {
  display: grid;
  gap: 1.1rem;
}

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

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

.flc-vol-area-card {
  position: relative;
  isolation: isolate;
  min-height: 280px;
  border-radius: 1.25rem;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 14px 34px rgba(8, 22, 48, 0.14);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.flc-vol-area-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 22px 48px rgba(8, 22, 48, 0.2);
}

.flc-vol-area-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.flc-vol-area-card:hover img {
  transform: scale(1.08);
}

.flc-vol-area-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 22, 48, 0.15) 0%, rgba(8, 22, 48, 0.78) 100%);
  z-index: 1;
}

.flc-vol-area-icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: transform 0.35s ease;
}

.flc-vol-area-card:hover .flc-vol-area-icon {
  transform: scale(1.08) rotate(-4deg);
}

.flc-vol-area-card--pink .flc-vol-area-icon { background: var(--flc-pink); }
.flc-vol-area-card--gold .flc-vol-area-icon { background: #fdc711; color: var(--flc-navy); }
.flc-vol-area-card--cyan .flc-vol-area-icon { background: #31b1e7; }
.flc-vol-area-card--green .flc-vol-area-icon { background: #89bd2a; }
.flc-vol-area-card--blue .flc-vol-area-icon { background: var(--flc-blue); }
.flc-vol-area-card--purple .flc-vol-area-icon { background: var(--flc-purple); }
.flc-vol-area-card--orange .flc-vol-area-icon { background: var(--flc-orange); }

.flc-vol-area-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.15rem;
}

.flc-vol-area-body h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.flc-vol-area-body p {
  margin: 0 0 0.7rem;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}

.flc-vol-area-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  opacity: 0.92;
  transition: gap 0.25s ease, opacity 0.25s ease;
}

.flc-vol-area-link:hover {
  gap: 0.5rem;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

/* ---------- Day schedule ---------- */
.flc-vol-day {
  scroll-margin-top: calc(var(--flc-header-height, 72px) + 1rem);
  background: var(--flc-surface-muted, #f7f4f8);
  padding: 3.5rem 0 4rem;
}

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

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

@media (min-width: 1100px) {
  .flc-vol-day-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.flc-vol-day-item {
  position: relative;
  z-index: 1;
  text-align: left;
  display: grid;
  gap: 0.35rem;
  justify-items: start;
  padding: 1.15rem 1.15rem 1.25rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(26, 50, 96, 0.07);
  transition: transform 0.3s ease;
}

.flc-vol-day-item:hover { transform: translateY(-5px); }

.flc-vol-day-icon {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--flc-pink);
  border: 2px solid rgba(219, 39, 119, 0.2);
  box-shadow: 0 10px 24px rgba(26, 50, 96, 0.08);
  transition: transform 0.35s ease, background 0.3s ease, color 0.3s ease;
}

.flc-vol-day-item:hover .flc-vol-day-icon {
  background: var(--flc-pink);
  color: #fff;
  transform: translateY(-4px) scale(1.05);
}

.flc-vol-day-time {
  font-weight: 800;
  color: var(--flc-navy);
  font-size: 0.95rem;
}

.flc-vol-day-title {
  color: var(--flc-navy);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
}

.flc-vol-day-text {
  margin: 0.2rem 0 0;
  max-width: none;
  color: #5b6472;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.5;
}

/* ---------- Stories + gallery ---------- */
.flc-vol-stories {
  background: #fff;
  padding: 3.75rem 0 4rem;
}

.flc-vol-stories-layout {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 960px) {
  .flc-vol-stories-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2.75rem;
    align-items: start;
  }
}

.flc-vol-testi-stack {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.flc-vol-testi-card {
  background: #fff;
  border: 1px solid rgba(26, 50, 96, 0.08);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 12px 28px rgba(26, 50, 96, 0.07);
  transform-style: preserve-3d;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flc-vol-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(26, 50, 96, 0.12);
}

.flc-vol-testi-top {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.flc-vol-testi-top img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 16px rgba(8, 22, 48, 0.14);
}

.flc-vol-testi-top h3 {
  margin: 0;
  color: var(--flc-navy);
  font-size: 1rem;
  font-weight: 800;
}

.flc-vol-testi-top p {
  margin: 0.15rem 0 0;
  color: var(--flc-pink);
  font-size: 0.8rem;
  font-weight: 600;
}

.flc-vol-testi-card blockquote {
  margin: 0;
}

.flc-vol-testi-card blockquote p {
  margin: 0;
  color: var(--flc-text-soft);
  font-style: italic;
  line-height: 1.55;
  font-size: 0.95rem;
}

.flc-vol-testi-more {
  width: auto;
}

.flc-vol-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 90px;
  gap: 0.65rem;
}

@media (min-width: 700px) {
  .flc-vol-gallery {
    grid-auto-rows: 110px;
  }
}

.flc-vol-gallery-item {
  margin: 0;
  border-radius: 0.9rem;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(8, 22, 48, 0.1);
}

.flc-vol-gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: zoom-in;
  text-decoration: none;
  color: inherit;
}

.flc-vol-gallery-link::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(8, 22, 48, 0);
  transition: background 0.3s ease;
}

.flc-vol-gallery-link:hover::after {
  background: rgba(8, 22, 48, 0.18);
}

.flc-vol-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.flc-vol-gallery-item:hover img {
  transform: scale(1.08);
}

.flc-vol-gallery-item--1 { grid-column: span 2; grid-row: span 2; }
.flc-vol-gallery-item--2 { grid-column: span 2; grid-row: span 1; }
.flc-vol-gallery-item--3 { grid-column: span 1; grid-row: span 1; }
.flc-vol-gallery-item--4 { grid-column: span 1; grid-row: span 1; }
.flc-vol-gallery-item--5 { grid-column: span 2; grid-row: span 1; }
.flc-vol-gallery-item--6 { grid-column: span 1; grid-row: span 1; }
.flc-vol-gallery-item--7 { grid-column: span 1; grid-row: span 1; }

/* ---------- Community ---------- */
.flc-vol-community {
  background: #fff;
  padding: 0.4rem 0 3.2rem;
}

.flc-vol-community-shell {
  padding: 2.2rem 1.4rem 2rem;
  border-radius: 32px;
  background:
    radial-gradient(ellipse 50% 60% at 90% 10%, rgba(253, 199, 17, 0.18), transparent 58%),
    linear-gradient(160deg, #102a63 0%, #1c4999 100%);
  color: #fff;
}

.flc-vol-community-stats {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

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

@media (min-width: 1100px) {
  .flc-vol-community-shell { padding: 2.4rem 2rem; }
  .flc-vol-community-stats { grid-template-columns: repeat(4, 1fr); }
}

.flc-vol-community-stat {
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  text-align: center;
  transition: transform 0.3s ease, background 0.3s ease;
}

.flc-vol-community-stat:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.14);
}

.flc-vol-community-stat-number {
  margin: 0;
  color: #fdc711;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.flc-vol-community-stat-label {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

/* ---------- Benefits ---------- */
.flc-vol-benefits {
  background: var(--flc-navy);
  padding: 3.5rem 0;
  color: #fff;
}

.flc-vol-benefits-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

@media (min-width: 1100px) {
  .flc-vol-benefits-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}

.flc-vol-benefit {
  text-align: center;
  display: grid;
  gap: 0.55rem;
  justify-items: center;
}

.flc-vol-benefit-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5c518;
  border: 1.5px solid rgba(245, 197, 24, 0.45);
  transition: transform 0.35s ease, background 0.3s ease, color 0.3s ease;
}

.flc-vol-benefit:hover .flc-vol-benefit-icon {
  background: #f5c518;
  color: var(--flc-navy);
  transform: translateY(-4px) scale(1.06);
}

.flc-vol-benefit-label {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}

/* ---------- FAQ ---------- */
.flc-vol-faq {
  background: #fff;
  padding: 3.75rem 0 4rem;
}

.flc-vol-faq-grid {
  display: grid;
  gap: 1rem;
}

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

.flc-vol-faq-col {
  display: grid;
  gap: 0.85rem;
  align-content: start;
}

.flc-vol-faq-item {
  background: #fff;
  border: 1px solid rgba(26, 50, 96, 0.1);
  border-radius: 1rem;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(26, 50, 96, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.flc-vol-faq-item[open] {
  border-color: rgba(219, 39, 119, 0.35);
  box-shadow: 0 12px 28px rgba(219, 39, 119, 0.1);
}

.flc-vol-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  color: var(--flc-navy);
  font-weight: 700;
  font-size: 0.95rem;
}

.flc-vol-faq-item summary::-webkit-details-marker {
  display: none;
}

.flc-vol-faq-chevron {
  flex: 0 0 auto;
  color: var(--flc-pink);
  transition: transform 0.3s ease;
}

.flc-vol-faq-item[open] .flc-vol-faq-chevron {
  transform: rotate(180deg);
}

.flc-vol-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
  color: var(--flc-text-soft);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ---------- Form ---------- */
.flc-vol-form {
  background: var(--flc-surface-muted, #f7f4f8);
  padding: 3.75rem 0 4rem;
}

.flc-vol-form-layout {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 960px) {
  .flc-vol-form-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 2rem;
  }
}

.flc-vol-form-media {
  margin: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 280px;
  box-shadow: 0 22px 48px rgba(26, 50, 96, 0.14);
}

.flc-vol-form-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.flc-vol-form-media:hover img {
  transform: scale(1.04);
}

.flc-vol-form-panel {
  background: #fff;
  border-radius: 1.5rem;
  padding: 1.75rem 1.4rem 1.5rem;
  box-shadow: 0 18px 42px rgba(26, 50, 96, 0.1);
  position: relative;
}

.flc-vol-form-head h2 {
  margin: 0 0 0.55rem;
  color: var(--flc-navy);
  font-size: clamp(1.6rem, 3vw, 2.15rem);
  font-weight: 800;
}

.flc-vol-form-head p {
  margin: 0 0 1rem;
  color: var(--flc-text-soft);
  line-height: 1.6;
}

.flc-vol-form-time {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--flc-blue);
  font-size: 0.8rem;
  font-weight: 700;
}

.flc-vol-form-time-icon {
  display: inline-flex;
}

.flc-vol-form-submit {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin-top: 0.55rem;
  border: 0;
  cursor: pointer;
}

/* ---------- CTA ---------- */
.flc-vol-cta {
  position: relative;
  isolation: isolate;
  min-height: clamp(340px, 48vh, 460px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--flc-navy);
}

.flc-vol-cta-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.flc-vol-cta-bg {
  position: absolute;
  inset: -22% -8%;
  z-index: 0;
  will-change: transform;
}

.flc-vol-cta-bg img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 40%;
  filter: brightness(0.72) saturate(0.92);
  transition: transform 8s ease;
}

.flc-vol-cta:hover .flc-vol-cta-bg img {
  transform: scale(1.04);
}

.flc-vol-cta-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(8, 22, 48, 0.78) 0%, rgba(8, 22, 48, 0.88) 100%);
}

.flc-vol-cta-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4rem 1rem;
  max-width: 48rem;
  margin: 0 auto;
}

.flc-vol-cta-inner h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.65rem, 3.5vw, 2.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.flc-vol-cta-text {
  margin: 0 auto 1.6rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.flc-vol-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

#flc-volunteer-form,
#vol-historias {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

@media (prefers-reduced-motion: reduce) {
  .flc-vol-hero-bg img,
  .flc-vol-hero.is-ready .flc-vol-hero-bg img,
  .flc-vol-cta-bg img,
  .flc-vol-hero [data-flc-hero-anim] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1;
  }
}
