/* Oraciones page */

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

.flc-or-accent {
  display: inline-block;
  color: #1c4999;
  font-size: 1.12em;
}

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

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

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

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

.flc-or-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-or-heart-gold {
  display: inline-block;
  margin-left: 0.25rem;
  color: #f5c518;
  font-size: 0.85em;
  vertical-align: middle;
  animation: flc-pulse-heart 1.8s ease-in-out infinite;
}

/* ---------- Hero: prayer circle ---------- */
.flc-or-hero {
  --or-gold: #fdc711;
  --or-pink: #e3167b;
  --or-navy: #1c4999;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(680px, 92vh, 900px);
  color: #fff;
  background: #06101c;
}

.flc-or-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.flc-or-hero-bg {
  position: absolute;
  inset: -8%;
  will-change: transform;
}

.flc-or-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 42%;
  transform: scale(1.04);
  max-width: none;
}

.flc-or-hero.is-ready .flc-or-hero-bg img {
  transform: scale(1.1);
  transition: transform 12s ease;
}

.flc-or-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 48% at 88% 18%, rgba(253, 199, 17, 0.22), transparent 58%),
    radial-gradient(ellipse 36% 40% at 12% 84%, rgba(227, 22, 123, 0.16), transparent 60%),
    linear-gradient(105deg, rgba(6, 16, 28, 0.9) 0%, rgba(12, 34, 72, 0.62) 48%, rgba(8, 22, 48, 0.38) 100%),
    linear-gradient(180deg, rgba(8, 22, 48, 0.1) 0%, rgba(6, 16, 28, 0.74) 100%);
}

.flc-or-hero-glow {
  position: absolute;
  z-index: 1;
  width: 24rem;
  height: 24rem;
  right: 6%;
  top: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(253, 199, 17, 0.28), transparent 68%);
  pointer-events: none;
  filter: blur(10px);
}

.flc-or-hero-watermark {
  position: absolute;
  z-index: 1;
  left: -2%;
  bottom: -18%;
  color: rgba(255, 255, 255, 0.05);
  font-family: "Dancing Script", cursive;
  font-size: clamp(10rem, 26vw, 20rem);
  font-weight: 700;
  line-height: 0.75;
  pointer-events: none;
  user-select: none;
}

.flc-or-hero-marquee {
  position: absolute;
  z-index: 3;
  top: 0.45rem;
  left: 0;
  right: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.flc-or-hero-marquee span {
  display: flex;
  width: max-content;
  animation: flc-or-marquee 36s linear infinite;
}

.flc-or-hero-marquee i {
  font-style: normal;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.flc-or-hero-marquee i::after {
  content: "\00B7\00A0";
  margin: 0 0.85rem 0 0.7rem;
  color: var(--or-gold);
}

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

.flc-or-hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 2.2rem;
  align-items: center;
  padding: 6.4rem 0 3.4rem;
}

@media (min-width: 1020px) {
  .flc-or-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}

.flc-or-hero-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.32rem 0.75rem 0.32rem 0.5rem;
  border: 1px solid rgba(253, 199, 17, 0.5);
  border-radius: 999px;
  background: rgba(253, 199, 17, 0.14);
  color: #ffe7a0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-or-hero-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--or-gold);
  box-shadow: 0 0 0 0 rgba(253, 199, 17, 0.7);
  animation: flc-or-pulse 1.8s ease-out infinite;
}

@keyframes flc-or-pulse {
  70% { box-shadow: 0 0 0 10px rgba(253, 199, 17, 0); }
  100% { box-shadow: 0 0 0 0 rgba(253, 199, 17, 0); }
}

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

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

.flc-or-hero-accent {
  display: inline-block;
  margin-top: 0.06em;
  color: var(--or-gold);
  font-size: 1.08em;
  font-style: normal;
  line-height: 0.9;
}

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

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

.flc-or-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, border-color 0.28s ease, color 0.28s ease;
}

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

.flc-or-hero-btn--gold {
  background: var(--or-gold);
  color: #1c2340;
}

.flc-or-hero-btn--gold:hover {
  color: #1c2340;
  filter: brightness(1.08);
}

.flc-or-hero-btn--ghost {
  border: 2px solid #fff;
  color: #fff;
  background: rgba(8, 20, 47, 0.45);
  backdrop-filter: blur(8px);
}

.flc-or-hero-btn--ghost:hover {
  border-color: var(--or-gold);
  color: #1c2340;
  background: var(--or-gold);
}

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

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

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

.flc-or-hero-facts strong {
  display: block;
  color: var(--or-gold);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 800;
}

.flc-or-hero-facts span {
  display: block;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 600;
}

.flc-or-hero-stage {
  position: relative;
  min-height: 28rem;
}

.flc-or-hero-halo {
  position: relative;
  z-index: 2;
  width: min(100%, 390px);
  margin: 1.2rem auto 0;
}

.flc-or-hero-halo-ring {
  position: absolute;
  inset: -0.55rem;
  border-radius: 50%;
  background: conic-gradient(
    from 200deg,
    #fdc711 0%,
    #e3167b 28%,
    #31b1e7 58%,
    #89bd2a 78%,
    #fdc711 100%
  );
  animation: flc-or-halo 22s linear infinite;
}

.flc-or-hero-halo-shot {
  position: relative;
  z-index: 1;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 7px solid #0c1830;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.42);
  aspect-ratio: 1;
}

.flc-or-hero-halo-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

@keyframes flc-or-halo {
  to { transform: rotate(360deg); }
}

.flc-or-hero-note {
  position: absolute;
  z-index: 3;
  left: -2%;
  bottom: 8%;
  width: min(54%, 200px);
  padding: 0.95rem 1rem 1.05rem;
  background: #f6efe0;
  color: #1c2340;
  border-radius: 0.2rem 1rem 1rem 1rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  transform: rotate(-6deg);
}

.flc-or-hero-note p {
  margin: 0 0 0.35rem;
  color: var(--or-navy);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-or-hero-note strong {
  display: block;
  font-family: "Dancing Script", cursive;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
  color: #12203d;
}

.flc-or-hero-note span {
  display: block;
  margin-top: 0.35rem;
  color: #5a6170;
  font-size: 0.72rem;
  font-weight: 700;
}

.flc-or-hero-polaroid {
  position: absolute;
  z-index: 3;
  right: -4%;
  top: 4%;
  width: min(38%, 148px);
  margin: 0;
  padding: 0.4rem 0.4rem 1.55rem;
  background: #fff;
  border-radius: 0.35rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
  transform: rotate(8deg);
}

.flc-or-hero-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.flc-or-hero-polaroid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  color: var(--or-navy);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

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

.flc-or-hero.is-ready .flc-or-hero-stage {
  animation: flc-or-stage-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) 0.12s both;
}

@keyframes flc-or-stage-in {
  from { opacity: 0; transform: translateY(24px) rotate(-2deg); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 639px) {
  .flc-or-hero-facts { grid-template-columns: 1fr; }
  .flc-or-hero-facts li { border: 0; padding: 0; }
  .flc-or-hero-polaroid { display: none; }
  .flc-or-hero-stage { min-height: 0; }
  .flc-or-hero-halo { margin-top: 0; }
  .flc-or-hero-note {
    left: 0;
    bottom: -0.4rem;
  }
}

#flc-prayer-form,
#flc-or-featured-title,
#or-circulo,
#or-cuaderno {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

/* ---------- Intro ---------- */
.flc-or-intro {
  background: #fff;
  padding: 3.75rem 0 4rem;
}

.flc-or-intro-grid {
  display: grid;
  gap: 2.4rem;
  align-items: center;
}

@media (min-width: 980px) {
  .flc-or-intro-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 3rem;
  }
}

.flc-or-intro-copy .flc-or-lead {
  margin-left: 0;
  max-width: 36rem;
}

.flc-or-intro-copy h2 {
  margin: 0 0 0.7rem;
  color: var(--flc-navy);
  font-size: clamp(1.75rem, 3.4vw, 2.55rem);
  font-weight: 800;
  line-height: 1.15;
}

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

.flc-or-pillar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  align-items: start;
}

.flc-or-pillar-icon {
  display: grid;
  place-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 0.85rem;
  background: #fff4cc;
  color: #c49200;
}

.flc-or-pillar--navy .flc-or-pillar-icon { background: #e4ecfb; color: #1c4999; }
.flc-or-pillar--pink .flc-or-pillar-icon { background: #fce7f3; color: #e3167b; }

.flc-or-pillar h3 {
  margin: 0 0 0.2rem;
  color: var(--flc-navy);
  font-size: 1rem;
  font-weight: 800;
}

.flc-or-pillar p {
  margin: 0;
  color: #5b6472;
  font-size: 0.92rem;
  line-height: 1.55;
}

.flc-or-intro-stage {
  position: relative;
  min-height: 22rem;
}

.flc-or-intro-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 1.4rem;
  box-shadow: 0 22px 46px rgba(8, 22, 48, 0.16);
}

.flc-or-intro-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: 50% 40%;
}

.flc-or-intro-polaroid {
  position: absolute;
  left: -6%;
  bottom: -8%;
  z-index: 2;
  width: min(46%, 190px);
  margin: 0;
  padding: 0.4rem 0.4rem 1.6rem;
  background: #fff;
  border-radius: 0.35rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
  transform: rotate(-7deg);
}

.flc-or-intro-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.flc-or-intro-polaroid figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.3rem;
  color: #1c4999;
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.flc-or-intro-note {
  position: absolute;
  right: 4%;
  bottom: 8%;
  z-index: 2;
  width: min(58%, 230px);
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: #1c4999;
  color: #fff;
  box-shadow: 0 16px 32px rgba(28, 73, 153, 0.28);
}

.flc-or-intro-note p {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.flc-or-intro-note cite {
  color: #fdc711;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 639px) {
  .flc-or-intro-polaroid { display: none; }
  .flc-or-intro-note {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 1rem;
  }
}

/* ---------- Featured ---------- */
.flc-or-featured {
  background: #fff;
  padding: 3.75rem 0 3.5rem;
}

.flc-or-featured-grid {
  display: grid;
  gap: 1.25rem;
}

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

.flc-or-card {
  background: #fff;
  border-radius: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(26, 50, 96, 0.08);
  box-shadow: 0 12px 32px rgba(26, 50, 96, 0.08);
  transform-style: preserve-3d;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

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

.flc-or-card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
}

.flc-or-card-body h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.flc-or-card-body h3 a:hover {
  color: #1c4999;
}

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

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

.flc-or-section-head .flc-or-lead {
  margin-top: 0.65rem;
}

.flc-or-card-date {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  min-width: 3.15rem;
  padding: 0.4rem 0.45rem;
  border-radius: 0.55rem;
  background: #1c4999;
  color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1.05;
  box-shadow: 0 10px 22px rgba(28, 73, 153, 0.32);
}

.flc-or-card-date strong {
  font-size: 1.05rem;
  font-weight: 800;
}

.flc-or-card-date em {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.flc-or-card-body {
  padding: 1.1rem 1.15rem 1.25rem;
}

.flc-or-card-cat {
  margin: 0 0 0.35rem;
  color: #c49200;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-or-card-body h3 {
  margin: 0 0 0.55rem;
  color: var(--flc-navy);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
}

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

.flc-or-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.flc-or-card-count {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--flc-text-soft);
  font-size: 0.8rem;
}

.flc-or-card-count svg {
  width: 0.95rem;
  height: 0.95rem;
  color: #c49200;
}

.flc-or-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #1c4999;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  transition: gap 0.25s ease;
}

.flc-or-card-link:hover {
  gap: 0.5rem;
  text-decoration: none;
}

/* ---------- Círculo ---------- */
.flc-or-process {
  background: #f6f1e4;
  padding: 3.75rem 0 4.1rem;
}

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

@media (min-width: 860px) {
  .flc-or-process-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

.flc-or-process-step {
  position: relative;
  padding: 1.35rem 1.15rem 1.4rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid rgba(196, 146, 0, 0.14);
  box-shadow: 0 12px 28px rgba(28, 73, 153, 0.06);
}

.flc-or-process-time {
  display: inline-block;
  margin-bottom: 0.7rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: #fff4cc;
  color: #a07800;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flc-or-process-step--navy .flc-or-process-time { background: #e4ecfb; color: #1c4999; }
.flc-or-process-step--pink .flc-or-process-time { background: #fce7f3; color: #e3167b; }
.flc-or-process-step--green .flc-or-process-time { background: #e8f4d4; color: #4d7314; }

.flc-or-process-step h3 {
  margin: 0 0 0.45rem;
  color: var(--flc-navy);
  font-size: 1.05rem;
  font-weight: 800;
}

.flc-or-process-step p {
  margin: 0;
  color: #5b6472;
  font-size: 0.9rem;
  line-height: 1.55;
}

/* ---------- Board ---------- */
.flc-or-board {
  background: #faf8f5;
  padding: 3.75rem 0 4rem;
}

.flc-or-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.flc-or-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(26, 50, 96, 0.12);
  background: #fff;
  color: var(--flc-navy);
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.flc-or-filter-icon {
  display: inline-flex;
  color: #c49200;
}

.flc-or-filter-icon svg {
  width: 0.95rem;
  height: 0.95rem;
}

.flc-or-filter:hover {
  transform: translateY(-2px);
  border-color: var(--flc-pink);
}

.flc-or-filter.is-active {
  background: #1c4999;
  border-color: #1c4999;
  color: #fff;
}

.flc-or-filter.is-active .flc-or-filter-icon {
  color: #fff;
}

.flc-or-board-layout {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 960px) {
  .flc-or-board-layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.7fr);
    gap: 1.75rem;
    align-items: start;
  }
}

.flc-or-requests {
  background: #fff;
  border-radius: 1.25rem;
  padding: 1.35rem 1.25rem 1.4rem;
  border: 1px solid rgba(26, 50, 96, 0.08);
  box-shadow: 0 12px 28px rgba(26, 50, 96, 0.06);
}

.flc-or-requests h3 {
  margin: 0 0 1rem;
  color: var(--flc-navy);
  font-size: 1.1rem;
  font-weight: 800;
}

.flc-or-request-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.flc-or-request.is-hidden,
.flc-or-request[hidden] {
  display: none !important;
}

.flc-or-request-link {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.55rem;
  border-radius: 0.9rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.25s ease, transform 0.25s ease;
}

.flc-or-request-link:hover {
  background: var(--flc-pink-soft);
  text-decoration: none;
  transform: translateX(3px);
}

.flc-or-request-link img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 0.7rem;
}

.flc-or-request-body em {
  display: block;
  margin-bottom: 0.15rem;
  color: #c49200;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.flc-or-request-body strong {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--flc-navy);
  font-size: 0.95rem;
  line-height: 1.3;
}

.flc-or-request-body small {
  color: var(--flc-text-soft);
  font-size: 0.8rem;
}

.flc-or-request-arrow {
  color: #1c4999;
}

.flc-or-requests-all {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: #1c4999;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: gap 0.25s ease;
}

.flc-or-requests-all:hover {
  gap: 0.5rem;
  text-decoration: none;
}

.flc-or-aside {
  display: grid;
  gap: 1rem;
}

.flc-or-widget {
  background: #fff;
  border-radius: 1.2rem;
  padding: 1.25rem 1.15rem;
  border: 1px solid rgba(26, 50, 96, 0.08);
  box-shadow: 0 10px 24px rgba(26, 50, 96, 0.05);
}

.flc-or-widget h3 {
  margin: 0 0 0.85rem;
  color: var(--flc-navy);
  font-size: 1rem;
  font-weight: 800;
}

.flc-or-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.flc-or-cat-list button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border: 0;
  border-radius: 0.65rem;
  background: var(--flc-surface-muted, #f7f4f8);
  color: var(--flc-navy);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.flc-or-cat-list button:hover,
.flc-or-cat-list button.is-active {
  background: var(--flc-pink-soft);
  color: var(--flc-pink);
}

.flc-or-cat-list em {
  font-style: normal;
  font-weight: 800;
  color: var(--flc-pink);
}

.flc-or-verse-mark {
  display: block;
  color: #c49200;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 0.8;
  margin-bottom: 0.35rem;
  font-family: Georgia, serif;
}

.flc-or-verse-ref {
  margin: 0 0 0.45rem;
  color: #1c4999;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flc-or-verse blockquote {
  margin: 0;
}

.flc-or-verse blockquote p {
  margin: 0;
  color: var(--flc-text-soft);
  font-style: italic;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* ---------- Voces ---------- */
.flc-or-voices {
  background: #fff;
  padding: 3.5rem 0 3.75rem;
}

.flc-or-voices-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 800px) {
  .flc-or-voices-grid { grid-template-columns: 1fr 1fr; }
}

.flc-or-voice {
  margin: 0;
  padding: 1.5rem 1.4rem 1.35rem;
  border-radius: 1.2rem;
  background: #faf8f5;
  border: 1px solid rgba(28, 73, 153, 0.08);
}

.flc-or-voice blockquote {
  margin: 0 0 1rem;
}

.flc-or-voice p {
  margin: 0;
  color: #1c2340;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.5;
}

.flc-or-voice figcaption {
  display: grid;
  gap: 0.1rem;
}

.flc-or-voice strong {
  color: #1c4999;
  font-size: 0.88rem;
}

.flc-or-voice span {
  color: #6a7180;
  font-size: 0.78rem;
  font-weight: 600;
}

/* ---------- Form ---------- */
.flc-or-form-section {
  background: #fff;
  padding: 3.5rem 0 3.75rem;
}

.flc-or-form-box {
  display: grid;
  gap: 1.75rem;
  padding: 1.75rem 1.4rem 1.9rem;
  border-radius: 1.35rem;
  background: #f6f1e4;
  border: 1px solid rgba(196, 146, 0, 0.14);
}

@media (min-width: 900px) {
  .flc-or-form-box {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.2rem;
    padding: 2.1rem 2rem 2.2rem;
    align-items: start;
  }
}

.flc-or-form-copy h2 {
  margin: 0 0 0.75rem;
  color: var(--flc-navy);
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  font-weight: 800;
  line-height: 1.2;
}

.flc-or-form-copy p {
  margin: 0 0 1rem;
  color: #5b6472;
  line-height: 1.6;
}

.flc-or-form-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.flc-or-form-points li {
  position: relative;
  padding-left: 1.1rem;
  color: #3a4254;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45;
}

.flc-or-form-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #fdc711;
}

.flc-or-form-alert {
  margin: 0 0 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.75rem;
  font-size: 0.92rem;
}

.flc-or-form-alert.is-success {
  background: #ecfdf5;
  color: #047857;
}

.flc-or-form-alert.is-error {
  background: #fef2f2;
  color: #b91c1c;
}

.flc-or-form-grid {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .flc-or-form-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.flc-or-form input,
.flc-or-form textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(26, 50, 96, 0.14);
  border-radius: 0.85rem;
  background: #fff;
  color: var(--flc-navy);
  font: inherit;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.flc-or-form input:focus,
.flc-or-form textarea:focus {
  outline: none;
  border-color: #1c4999;
  box-shadow: 0 0 0 3px rgba(28, 73, 153, 0.15);
}

.flc-or-form textarea {
  resize: vertical;
  min-height: 7rem;
  margin-bottom: 0.85rem;
}

.flc-or-form-grid label > span,
.flc-or-form > label:not(.flc-or-form-check) > span {
  display: block;
  margin-bottom: 0.35rem;
  color: #1c4999;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.flc-or-form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0 0 0.9rem;
  color: #3a4254;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}

.flc-or-form-check input {
  width: auto;
  margin-top: 0.2rem;
}

.flc-or-form-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0 0 1.1rem;
  color: var(--flc-text-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.flc-or-form-privacy svg {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;
  color: #c49200;
}

.flc-or-form-submit {
  border: 0;
  background: #1c4999;
  color: #fff;
}

.flc-or-form-submit:hover {
  color: #fff;
  filter: brightness(1.08);
  background: #1c4999;
}

.flc-or-mail-bar {
  margin-top: 1.15rem;
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 1.25rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(26, 50, 96, 0.1);
  box-shadow: 0 10px 24px rgba(26, 50, 96, 0.05);
}

@media (min-width: 800px) {
  .flc-or-mail-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

.flc-or-mail-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: #fff4cc;
  color: #c49200;
}

.flc-or-mail-bar p {
  margin: 0;
  color: var(--flc-text-soft);
  line-height: 1.5;
}

.flc-or-mail-btn {
  border: 2px solid #1c4999;
  color: #1c4999;
  background: transparent;
}

.flc-or-mail-btn:hover {
  background: #1c4999;
  color: #fff;
  border-color: #1c4999;
}

/* ---------- CTA ---------- */
.flc-or-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #0a1c3d;
  min-height: clamp(380px, 52vh, 520px);
  display: flex;
  align-items: center;
}

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

.flc-or-cta-bg {
  position: absolute;
  inset: -22% -8%;
  will-change: transform;
}

.flc-or-cta-bg img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: brightness(0.62) saturate(0.95);
  max-width: none;
}

.flc-or-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 50% at 88% 18%, rgba(253, 199, 17, 0.22), transparent 58%),
    linear-gradient(105deg, rgba(6, 16, 28, 0.88) 0%, rgba(16, 42, 90, 0.62) 58%, rgba(8, 22, 48, 0.5) 100%);
}

.flc-or-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 44rem;
  padding: 4.2rem 1rem;
}

.flc-or-cta-inner h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.75rem, 3.6vw, 2.7rem);
  font-weight: 800;
  line-height: 1.15;
  max-width: none;
}

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

.flc-or-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.flc-or-cta-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  max-width: 28rem;
  line-height: 1.6;
}

#flc-prayer-form,
#flc-or-featured-title,
#or-circulo,
#or-cuaderno {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

.flc-stories-nav .flc-involve-nav-track {
  justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
  .flc-or-hero-bg img,
  .flc-or-hero.is-ready .flc-or-hero-bg img,
  .flc-or-hero-heart,
  .flc-or-heart-gold,
  .flc-or-hero-marquee span,
  .flc-or-hero-halo-ring,
  .flc-or-hero.is-ready .flc-or-hero-stage,
  .flc-or-hero [data-flc-hero-anim] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1;
  }
}
