/* 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;
}

/* ---------- Hero ---------- */
.flc-vol-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(560px, 78vh, 760px);
  overflow: hidden;
  color: #fff;
  background: var(--flc-navy);
}

.flc-vol-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.flc-vol-hero-bg {
  position: absolute;
  inset: -6%;
  will-change: transform;
}

.flc-vol-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% 28%;
  transform: scale(1.02);
  transition: transform 9s ease;
  max-width: none;
}

.flc-vol-hero.is-ready .flc-vol-hero-bg img {
  transform: scale(1.08);
}

.flc-vol-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 22, 48, 0.78) 0%, rgba(8, 22, 48, 0.42) 42%, rgba(8, 22, 48, 0.18) 68%, rgba(8, 22, 48, 0.45) 100%),
    linear-gradient(180deg, rgba(8, 22, 48, 0.08) 0%, rgba(8, 22, 48, 0.58) 100%);
}

.flc-vol-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2rem;
  align-items: end;
  padding: 5.5rem 1rem 3.25rem;
  min-height: clamp(560px, 78vh, 760px);
}

@media (min-width: 960px) {
  .flc-vol-hero-inner {
    grid-template-columns: minmax(0, 1.35fr) minmax(200px, 240px);
    gap: 1.5rem 2rem;
    padding-bottom: 2.75rem;
  }

  .flc-vol-hero-copy {
    padding-bottom: 1.5rem;
  }

  .flc-vol-hero-card {
    justify-self: end;
    align-self: end;
    width: 100%;
    max-width: 220px;
    margin-bottom: 0.25rem;
    margin-right: 0.15rem;
  }
}

.flc-vol-hero-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 4.4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
}

.flc-vol-hero-title-main {
  display: block;
}

.flc-vol-hero-title-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}

.flc-vol-hero-accent {
  font-size: 1.15em;
  line-height: 1;
}

.flc-vol-hero-text {
  margin: 0 0 1.5rem;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
}

.flc-vol-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.flc-vol-hero-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 1.15rem;
  padding: 0.95rem 0.9rem;
  box-shadow: 0 18px 40px rgba(8, 22, 48, 0.22);
  color: var(--flc-navy);
  transform-style: preserve-3d;
  backdrop-filter: blur(8px);
}

.flc-vol-hero-stat {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.flc-vol-hero-stat-icon {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex: 0 0 auto;
}

.flc-vol-hero-stat-icon svg {
  width: 1rem;
  height: 1rem;
}

.flc-vol-hero-stat--pink .flc-vol-hero-stat-icon { background: var(--flc-pink); }
.flc-vol-hero-stat--gold .flc-vol-hero-stat-icon { background: #f5c518; color: var(--flc-navy); }
.flc-vol-hero-stat--blue .flc-vol-hero-stat-icon { background: var(--flc-blue); }

.flc-vol-hero-stat-number {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.1;
  color: var(--flc-navy);
}

.flc-vol-hero-stat-prefix {
  font-size: 0.68em;
  font-weight: 700;
  margin-right: 0.15rem;
  color: var(--flc-text-soft);
}

.flc-vol-hero-stat-label {
  margin: 0.1rem 0 0;
  color: var(--flc-text-soft);
  font-size: 0.76rem;
}

.flc-vol-hero-stat-divider {
  border: 0;
  border-top: 1px solid rgba(26, 50, 96, 0.1);
  margin: 0.7rem 0;
}

.flc-vol-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-vol-hero.is-ready [data-flc-hero-anim] {
  opacity: 1;
  transform: none;
}

.flc-vol-hero-card[data-flc-hero-anim] {
  transition-delay: 0.18s;
}

/* ---------- 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: #f5c518; color: var(--flc-navy); }
.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: 1.05rem;
  box-shadow: 0 10px 24px rgba(219, 39, 119, 0.28);
  transition: transform 0.35s ease;
}

.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: 240px;
  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: #f5c518; color: var(--flc-navy); }
.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-card--green .flc-vol-area-icon { background: var(--flc-green, #16a34a); }

.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.45rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.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 {
  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;
  position: relative;
}

@media (min-width: 900px) {
  .flc-vol-day-list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .flc-vol-day-list::before {
    content: '';
    position: absolute;
    top: 2rem;
    left: 6%;
    right: 6%;
    height: 2px;
    background: rgba(26, 50, 96, 0.12);
  }
}

.flc-vol-day-item {
  position: relative;
  z-index: 1;
  text-align: center;
  display: grid;
  gap: 0.45rem;
  justify-items: center;
}

.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-text-soft);
  font-size: 0.86rem;
  line-height: 1.35;
  max-width: 9rem;
}

/* ---------- 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: 100%;
}

.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; }

/* ---------- 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 {
  width: 100%;
  margin-top: 0.35rem;
}

/* ---------- 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 1.75rem;
  color: #fff;
  font-size: clamp(1.65rem, 3.5vw, 2.45rem);
  font-weight: 800;
  line-height: 1.25;
}

.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;
  }
}
