.flc-post-grid {
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 1fr;
}

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

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

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

.flc-card {
  background: #fff;
  border: 1px solid rgba(26, 50, 96, 0.08);
  border-radius: calc(var(--flc-radius) + 8px);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(26, 50, 96, 0.07);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.25s ease;
}

.flc-card:hover {
  transform: translateY(-8px);
  border-color: rgba(224, 51, 122, 0.18);
  box-shadow: 0 22px 48px rgba(26, 50, 96, 0.14);
}

.flc-card-media {
  display: block;
  overflow: hidden;
  position: relative;
}

.flc-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(18, 38, 72, 0.12));
  pointer-events: none;
}

.flc-card-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

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

.flc-card-kicker {
  margin: 0 0 0.45rem;
}

.flc-card-cat {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.65rem;
  border-radius: var(--flc-radius-pill);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.flc-card-cat:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.flc-card-cat--pink { background: rgba(224, 51, 122, 0.12); color: var(--flc-pink); }
.flc-card-cat--orange { background: rgba(245, 158, 11, 0.16); color: #c2410c; }
.flc-card-cat--blue { background: rgba(59, 130, 246, 0.14); color: #1d4ed8; }
.flc-card-cat--purple { background: rgba(168, 85, 247, 0.14); color: #7e22ce; }
.flc-card-cat--navy { background: rgba(26, 50, 96, 0.1); color: var(--flc-navy); }
.flc-card-cat--cyan { background: rgba(49, 177, 231, 0.16); color: #1a7aad; }
.flc-card-cat--gold { background: rgba(253, 199, 17, 0.2); color: #9a6d00; }

.flc-card-meta {
  margin: 0 0 .4rem;
  color: var(--flc-pink);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.flc-card-title { margin: 0 0 .55rem; font-size: 1.12rem; line-height: 1.35; font-weight: 800; }
.flc-card-title a { color: var(--flc-navy); text-decoration: none; }
.flc-card-title a:hover { color: var(--flc-pink); }
.flc-card-excerpt { margin: 0 0 .95rem; color: var(--flc-text-soft); font-size: .9375rem; line-height: 1.55; }

.flc-single-hero img {
  width: 100%;
  border-radius: var(--flc-radius);
  margin-bottom: 1.5rem;
}

.flc-single-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--flc-border);
}

.flc-single-tags span { font-weight: 700; margin-right: .35rem; }

/* ---------- Responsive media inside post articles ---------- */
.flc-nota-single-main,
.flc-ev-single-main,
.flc-mis-single-main,
.flc-single {
  min-width: 0;
  overflow-wrap: anywhere;
}

.flc-nota-single-prose,
.flc-ev-single-prose,
.flc-mis-single-prose,
.flc-single .flc-prose {
  overflow-x: hidden;
}

.flc-prose img,
.flc-prose .flc-prose-img,
.flc-prose .attachment-full,
.flc-prose .size-full,
.flc-prose .lazyloaded,
.flc-prose .lazyload {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  box-sizing: border-box;
}

/* Responsive centered video embeds (YouTube, Vimeo, etc.) */
.flc-prose .wp-block-embed,
.flc-prose figure.wp-block-embed {
  margin: 1.5rem auto;
  max-width: 100%;
  width: 100%;
  clear: both;
}

.flc-prose .flc-prose-embed,
.flc-prose .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  max-width: min(100%, 720px);
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: calc(var(--flc-radius) + 4px);
  box-shadow: 0 12px 28px rgba(26, 50, 96, 0.12);
  background: #0f172a;
}

.flc-prose .wp-embed-aspect-21-9 .wp-block-embed__wrapper {
  aspect-ratio: 21 / 9;
}

.flc-prose .wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  aspect-ratio: 4 / 3;
}

.flc-prose .wp-embed-aspect-1-1 .wp-block-embed__wrapper {
  aspect-ratio: 1 / 1;
}

.flc-prose .flc-prose-embed iframe,
.flc-prose .flc-prose-embed-iframe,
.flc-prose .wp-block-embed__wrapper iframe,
.flc-prose .wp-block-embed iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  border: 0;
}

.flc-prose .wp-block-embed figcaption,
.flc-prose .wp-element-caption {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: var(--flc-text-soft);
  text-align: center;
  line-height: 1.45;
}

.flc-prose .wp-block-video {
  margin: 1.5rem auto;
  max-width: min(100%, 720px);
}

.flc-prose .wp-block-video video,
.flc-prose video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  border-radius: calc(var(--flc-radius) + 4px);
  box-shadow: 0 12px 28px rgba(26, 50, 96, 0.1);
}

.flc-prose-media,
.flc-prose :where(.wp-block-image, figure.wp-block-image, figure:has(> img)) {
  max-width: 100%;
  margin: 1.35rem 0;
  overflow: hidden;
}

.flc-prose-media img,
.flc-prose :where(.wp-block-image img, figure img) {
  border-radius: calc(var(--flc-radius) + 4px);
  box-shadow: 0 12px 28px rgba(26, 50, 96, 0.1);
}

.flc-prose :where(.alignwide, .alignfull, .wp-block-image.alignwide, .wp-block-image.alignfull) {
  max-width: 100%;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.flc-prose figcaption,
.flc-prose .wp-element-caption {
  margin-top: 0.55rem;
  font-size: 0.88rem;
  color: var(--flc-text-soft);
  text-align: center;
  line-height: 1.45;
}

.flc-prose .wp-block-gallery {
  max-width: 100%;
}

.flc-prose .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flc-nota-single-feature img,
.flc-ev-single-feature img,
.flc-mis-single-feature img,
.flc-single-hero img,
.flc-post-feature-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.flc-nota-single-feature img,
.flc-ev-single-feature img,
.flc-mis-single-feature img,
.flc-post-feature-img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.flc-nota-single-hero-media img,
.flc-ev-single-hero-media img,
.flc-mis-single-hero-media img,
.flc-post-hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- News sidebar widgets ---------- */
.flc-sidebar--news {
  display: grid;
  gap: 1.15rem;
  align-content: start;
}

@media (min-width: 960px) {
  .flc-sidebar--news {
    position: sticky;
    top: calc(var(--flc-header-height) + 1rem);
  }
}

.flc-sidebar-widget {
  background: #fff;
  border: 1px solid rgba(26, 50, 96, 0.08);
  border-radius: 1.15rem;
  box-shadow: 0 12px 32px rgba(26, 50, 96, 0.08);
  overflow: hidden;
}

.flc-sidebar-widget-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.95rem 1rem 0.85rem;
  border-bottom: 1px solid rgba(26, 50, 96, 0.06);
  background: linear-gradient(180deg, #fdfbf8 0%, #fff 100%);
}

.flc-sidebar-widget-head h2 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--flc-navy);
}

.flc-sidebar-widget-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 0.75rem;
  flex-shrink: 0;
}

.flc-sidebar-widget-icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.flc-sidebar-widget-icon--pink { background: rgba(224, 51, 122, 0.12); color: var(--flc-pink); }
.flc-sidebar-widget-icon--blue { background: rgba(59, 130, 246, 0.14); color: #2563eb; }
.flc-sidebar-widget-icon--purple { background: rgba(168, 85, 247, 0.14); color: #9333ea; }
.flc-sidebar-widget-icon--orange { background: rgba(245, 158, 11, 0.16); color: #d97706; }

.flc-sidebar-widget-body {
  padding: 0.85rem 1rem 1rem;
}

.flc-sidebar-recent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.flc-sidebar-recent-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
  padding: 0.45rem;
  border-radius: 0.85rem;
  background: #f9f7fb;
  border: 1px solid rgba(26, 50, 96, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.2s ease;
}

.flc-sidebar-recent-card:hover {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 10px 24px rgba(26, 50, 96, 0.1);
  text-decoration: none;
}

.flc-sidebar-recent-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 0.65rem;
}

.flc-sidebar-recent-copy em {
  display: block;
  margin-bottom: 0.15rem;
  color: var(--flc-pink);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.flc-sidebar-recent-copy strong {
  display: block;
  color: var(--flc-navy);
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 700;
}

.flc-sidebar-widget-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.75rem;
  color: var(--flc-pink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.2s ease;
}

.flc-sidebar-widget-link:hover {
  gap: 0.55rem;
  color: var(--flc-pink-dark, #c2185b);
  text-decoration: none;
}

.flc-sidebar-cats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.flc-sidebar-cat {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.62rem 0.7rem;
  border-radius: 0.85rem;
  text-decoration: none;
  color: var(--flc-navy);
  background: #f9f7fb;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.flc-sidebar-cat:hover {
  transform: translateX(4px);
  background: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(26, 50, 96, 0.08);
}

.flc-sidebar-cat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
}

.flc-sidebar-cat-icon svg {
  width: 1rem;
  height: 1rem;
}

.flc-sidebar-cat-label {
  font-size: 0.88rem;
  font-weight: 700;
}

.flc-sidebar-cat-count {
  min-width: 1.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: var(--flc-radius-pill);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.flc-sidebar-cat--pink .flc-sidebar-cat-icon { background: rgba(224, 51, 122, 0.12); color: var(--flc-pink); }
.flc-sidebar-cat--pink .flc-sidebar-cat-count { background: rgba(224, 51, 122, 0.12); color: var(--flc-pink); }
.flc-sidebar-cat--pink:hover { border-color: rgba(224, 51, 122, 0.22); }

.flc-sidebar-cat--orange .flc-sidebar-cat-icon { background: rgba(245, 158, 11, 0.16); color: #d97706; }
.flc-sidebar-cat--orange .flc-sidebar-cat-count { background: rgba(245, 158, 11, 0.16); color: #c2410c; }
.flc-sidebar-cat--orange:hover { border-color: rgba(245, 158, 11, 0.28); }

.flc-sidebar-cat--blue .flc-sidebar-cat-icon { background: rgba(59, 130, 246, 0.14); color: #2563eb; }
.flc-sidebar-cat--blue .flc-sidebar-cat-count { background: rgba(59, 130, 246, 0.14); color: #1d4ed8; }
.flc-sidebar-cat--blue:hover { border-color: rgba(59, 130, 246, 0.22); }

.flc-sidebar-cat--purple .flc-sidebar-cat-icon { background: rgba(168, 85, 247, 0.14); color: #9333ea; }
.flc-sidebar-cat--purple .flc-sidebar-cat-count { background: rgba(168, 85, 247, 0.14); color: #7e22ce; }
.flc-sidebar-cat--purple:hover { border-color: rgba(168, 85, 247, 0.22); }

.flc-sidebar-cat--navy .flc-sidebar-cat-icon { background: rgba(26, 50, 96, 0.1); color: var(--flc-navy); }
.flc-sidebar-cat--navy .flc-sidebar-cat-count { background: rgba(26, 50, 96, 0.1); color: var(--flc-navy); }
.flc-sidebar-cat--navy:hover { border-color: rgba(26, 50, 96, 0.16); }

.flc-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.flc-sidebar-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: var(--flc-radius-pill);
  background: #f3f4f8;
  border: 1px solid rgba(26, 50, 96, 0.08);
  color: var(--flc-navy);
  font-size: 0.78rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.flc-sidebar-tag:hover {
  transform: translateY(-2px);
  background: rgba(224, 51, 122, 0.1);
  border-color: rgba(224, 51, 122, 0.22);
  color: var(--flc-pink);
  text-decoration: none;
}

.flc-sidebar-explore {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.flc-sidebar-explore-link {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.65rem;
  padding: 0.7rem 0.75rem;
  border-radius: 0.85rem;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--flc-navy);
  background: #f9f7fb;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.flc-sidebar-explore-link svg:last-child {
  width: 0.9rem;
  height: 0.9rem;
  opacity: 0.55;
  transition: transform 0.25s ease, opacity 0.2s ease;
}

.flc-sidebar-explore-link:hover {
  transform: translateX(4px);
  box-shadow: 0 8px 20px rgba(26, 50, 96, 0.08);
  text-decoration: none;
}

.flc-sidebar-explore-link:hover svg:last-child {
  transform: translateX(3px);
  opacity: 1;
}

.flc-sidebar-explore-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.65rem;
}

.flc-sidebar-explore-link--pink .flc-sidebar-explore-icon { background: rgba(224, 51, 122, 0.12); color: var(--flc-pink); }
.flc-sidebar-explore-link--orange .flc-sidebar-explore-icon { background: rgba(245, 158, 11, 0.16); color: #d97706; }
.flc-sidebar-explore-link--blue .flc-sidebar-explore-icon { background: rgba(59, 130, 246, 0.14); color: #2563eb; }

.flc-sidebar-widget--newsletter {
  border: none;
  background: transparent;
  box-shadow: none;
}

.flc-sidebar-newsletter {
  padding: 1.15rem 1.1rem 1.2rem;
  border-radius: 1.15rem;
  background: linear-gradient(145deg, var(--flc-navy) 0%, #243f72 100%);
  color: #fff;
  box-shadow: 0 16px 36px rgba(18, 38, 72, 0.28);
}

.flc-sidebar-newsletter-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.65rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.12);
  color: var(--flc-yellow);
}

.flc-sidebar-newsletter h2 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
}

.flc-sidebar-newsletter p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  line-height: 1.5;
}

.flc-sidebar-newsletter-notice {
  margin: 0 0 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.flc-sidebar-newsletter-notice--ok {
  background: rgba(34, 197, 94, 0.18);
  color: #dcfce7;
}

.flc-sidebar-newsletter-notice--err {
  background: rgba(239, 68, 68, 0.18);
  color: #fee2e2;
}

.flc-sidebar-newsletter-form {
  display: grid;
  gap: 0.55rem;
}

.flc-sidebar-newsletter-form input[type="email"] {
  width: 100%;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--flc-navy);
  font-size: 0.88rem;
}

.flc-sidebar-newsletter-form .flc-btn {
  width: 100%;
  justify-content: center;
}

.flc-sidebar-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  text-decoration: none;
  color: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.flc-sidebar-cta:hover {
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(26, 50, 96, 0.18);
}

.flc-sidebar-cta--pink {
  background: linear-gradient(135deg, var(--flc-pink) 0%, #f472b6 100%);
}

.flc-sidebar-cta--purple {
  background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

.flc-sidebar-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.7rem;
  background: rgba(255, 255, 255, 0.18);
}

.flc-sidebar-cta-copy strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
}

.flc-sidebar-cta-copy em {
  display: block;
  margin-top: 0.1rem;
  font-style: normal;
  font-size: 0.78rem;
  opacity: 0.9;
}

.flc-tag-cloud a {
  display: inline-block;
  margin: 0 .35rem .35rem 0;
  padding: .2rem .55rem;
  border-radius: var(--flc-radius-pill);
  background: #f3f4f6;
  color: inherit;
  text-decoration: none;
}

@media (max-width: 959px) {
  .flc-sidebar--news {
    margin-top: 0.5rem;
  }

  .flc-sidebar-widget--newsletter {
    order: -1;
  }
}

/* ---------- News archive hero ---------- */
.flc-news-hero,
.flc-section--news {
  --flc-news-surface-bg: #faf8f5;
}

.flc-news-hero {
  position: relative;
  isolation: isolate;
  min-height: clamp(460px, 58vh, 620px);
  overflow: visible;
  margin-bottom: -10px;
  color: #fff;
  background: var(--flc-navy);
}

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

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

.flc-news-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  transform: scale(1.03);
  transition: transform 10s ease;
  max-width: none;
}

.flc-news-hero.is-ready .flc-news-hero-bg img {
  transform: scale(1.08);
}

.flc-news-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(8, 22, 48, 0.82) 0%, rgba(8, 22, 48, 0.5) 50%, rgba(8, 22, 48, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 22, 48, 0.15) 0%, rgba(8, 22, 48, 0.55) 100%);
}

.flc-news-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  padding: 5.25rem 1rem 5.5rem;
}

.flc-news-hero-kicker {
  margin: 0 0 0.75rem;
  color: #ff8fb8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-news-hero-title {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.08;
}

.flc-news-hero-title-main,
.flc-news-hero-title-single {
  display: block;
}

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

.flc-news-hero-accent {
  position: relative;
  isolation: isolate;
  display: inline-block;
  color: #f5c518;
  font-size: 1.15em;
  line-height: 1;
}

.flc-news-hero-accent.flc-script-underline::after {
  background: var(--flc-pink);
  bottom: 0.08em;
  height: 0.13em;
  opacity: 1;
  z-index: -1;
}

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

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

.flc-news-hero-accent-doodle {
  display: block;
  width: 110px;
  margin: 0.1rem 0 1.1rem;
}

.flc-news-hero-accent-doodle svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.flc-news-hero-accent-wave {
  stroke-dasharray: 120;
  stroke-dashoffset: 120;
}

.flc-news-hero.is-ready .flc-news-hero-accent-wave {
  animation: flc-draw-stroke 1.1s 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.flc-news-hero-accent-heart {
  transform-origin: center;
}

.flc-news-hero.is-ready .flc-news-hero-accent-heart {
  animation: flc-pulse-heart 1.8s 0.95s ease-in-out infinite;
}

.flc-news-hero-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-news-hero-heart svg {
  display: block;
  width: 100%;
  height: 100%;
}

.flc-news-hero-text {
  margin: 0;
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  line-height: 1.7;
}

.flc-news-hero-orbit {
  top: clamp(4.5rem, 12vh, 6.5rem);
  right: clamp(0.75rem, 5vw, 4rem);
  left: auto;
}

@media (min-width: 960px) {
  .flc-news-hero-orbit {
    top: clamp(5rem, 14vh, 7rem);
    right: clamp(2rem, 12vw, 10rem);
    --flc-orbit-size: clamp(118px, 12vw, 148px);
  }
}

.flc-news-hero-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 78px;
  z-index: 6;
  pointer-events: none;
  line-height: 0;
  font-size: 0;
}

.flc-news-hero-wave svg {
  display: block;
  width: 100%;
  height: calc(100% + 4px);
  margin-bottom: -4px;
  vertical-align: bottom;
}

.flc-news-hero-wave path {
  fill: var(--flc-news-surface-bg, #faf8f5);
  shape-rendering: geometricPrecision;
}

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

.flc-news-hero + .flc-section--news,
.flc-nt-hero + .flc-section--news {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding-top: 2.5rem;
}

.flc-news-hero + .flc-section--news::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: var(--flc-news-surface-bg, #faf8f5);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .flc-news-hero-bg img,
  .flc-news-hero.is-ready .flc-news-hero-bg img,
  .flc-news-hero-heart,
  .flc-news-hero [data-flc-hero-anim],
  .flc-news-hero-accent.flc-script-underline::after,
  .flc-news-hero-accent-wave,
  .flc-news-hero-accent-heart {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1;
  }

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

  .flc-news-hero-accent-wave {
    stroke-dashoffset: 0;
  }
}

body.blog {
  overflow-x: clip;
}

/* ---------- Notas hero: formato oraciones ---------- */
.flc-nt-hero {
  --nt-gold: #fdc711;
  --nt-pink: #e3167b;
  --nt-navy: #1c4999;
  --nt-cyan: #31b1e7;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(680px, 92vh, 900px);
  color: #fff;
  background: #06101c;
}

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

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

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

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

.flc-nt-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 48% at 88% 18%, rgba(49, 177, 231, 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-nt-hero-glow {
  position: absolute;
  z-index: 1;
  width: 24rem;
  height: 24rem;
  right: 6%;
  top: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(49, 177, 231, 0.28), transparent 68%);
  pointer-events: none;
  filter: blur(10px);
}

.flc-nt-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-nt-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-nt-hero-marquee span {
  display: flex;
  width: max-content;
  animation: flc-nt-marquee 36s linear infinite;
}

.flc-nt-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-nt-hero-marquee i::after {
  content: "\00B7\00A0";
  margin: 0 0.85rem 0 0.7rem;
  color: var(--nt-cyan);
}

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

.flc-nt-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-nt-hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
  }
}

.flc-nt-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(49, 177, 231, 0.5);
  border-radius: 999px;
  background: rgba(49, 177, 231, 0.14);
  color: #b8e8fa;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.flc-nt-hero-live-dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--nt-cyan);
  box-shadow: 0 0 0 0 rgba(49, 177, 231, 0.7);
  animation: flc-nt-pulse 1.8s ease-out infinite;
}

@keyframes flc-nt-pulse {
  70% { box-shadow: 0 0 0 10px rgba(49, 177, 231, 0); }
  100% { box-shadow: 0 0 0 0 rgba(49, 177, 231, 0); }
}

.flc-nt-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-nt-hero-title-main { display: block; }

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

.flc-nt-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-nt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.7rem;
}

.flc-nt-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-nt-hero-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flc-nt-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-nt-hero-halo-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

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

.flc-nt-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-nt-hero-note p {
  margin: 0 0 0.35rem;
  color: var(--nt-navy);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

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

.flc-nt-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-nt-hero-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

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

#flc-noticias,
#flc-newsletter {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

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

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