/* Transparencia — puerta de vidrio de la sede */

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

.flc-tr-accent {
  display: inline-block;
  color: #c49200;
  font-size: 1.12em;
}

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

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

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

.flc-tr-section-head {
  text-align: center;
  margin-bottom: 2.15rem;
}

.flc-tr-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;
}

/* ---------- Hero: glass door ---------- */
.flc-tr-hero {
  --tr-gold: #fdc711;
  --tr-navy: #1c4999;
  position: relative;
  isolation: isolate;
  overflow: clip;
  min-height: clamp(680px, 92vh, 900px);
  color: #fff;
  background: #070c16;
}

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

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

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

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

.flc-tr-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 48% at 86% 14%, rgba(253, 199, 17, 0.2), transparent 58%),
    radial-gradient(ellipse 36% 40% at 8% 86%, rgba(28, 73, 153, 0.28), transparent 60%),
    linear-gradient(105deg, rgba(7, 12, 22, 0.92) 0%, rgba(12, 22, 48, 0.62) 48%, rgba(8, 16, 32, 0.4) 100%),
    linear-gradient(180deg, rgba(8, 16, 32, 0.12) 0%, rgba(7, 12, 22, 0.74) 100%);
}

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

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

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

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

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

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

.flc-tr-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: #ffe9a0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

@keyframes flc-tr-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-tr-hero-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.15rem, 5vw, 3.6rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

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

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

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

.flc-tr-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: 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-tr-hero-btn:hover {
  transform: translateY(-3px);
  text-decoration: none;
}

.flc-tr-hero-btn--gold {
  background: var(--tr-gold, #fdc711);
  color: #3a2a00;
}

.flc-tr-hero-btn--gold:hover {
  color: #3a2a00;
  filter: brightness(1.06);
}

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

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

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

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

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

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

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

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

.flc-tr-hero-door {
  position: relative;
  z-index: 2;
  width: min(100%, 300px);
  margin: 1.6rem auto 0;
  padding: 0.55rem 0.55rem 0.7rem;
  background:
    linear-gradient(180deg, #2a3f78, #16244d 40%, #101a38);
  box-shadow:
    0 0 0 1px rgba(253, 199, 17, 0.28),
    0 28px 60px rgba(0, 0, 0, 0.42);
  transform: rotate(-1.2deg);
}

.flc-tr-hero-door-top {
  display: block;
  margin-bottom: 0.4rem;
  color: #fdc711;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: center;
}

.flc-tr-hero-door-glass {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #0b1224;
}

.flc-tr-hero-door-glass img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 28%;
}

.flc-tr-hero-door-glare {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.04) 28%, transparent 46%),
    linear-gradient(180deg, transparent 60%, rgba(7, 12, 22, 0.28) 100%);
  pointer-events: none;
}

.flc-tr-hero-door-muntin {
  position: absolute;
  background: rgba(253, 199, 17, 0.55);
  box-shadow: 0 0 0 2px rgba(16, 26, 56, 0.55);
  pointer-events: none;
}

.flc-tr-hero-door-muntin--v {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  transform: translateX(-50%);
}

.flc-tr-hero-door-muntin--h {
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  transform: translateY(-50%);
}

.flc-tr-hero-door-handle {
  position: absolute;
  right: -0.55rem;
  top: 48%;
  width: 0.7rem;
  height: 3.2rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe27a, #c49200);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.28);
}

.flc-tr-hero-pass {
  position: absolute;
  z-index: 3;
  left: 2%;
  top: 8%;
  width: 7.2rem;
  padding: 0.7rem 0.65rem 0.8rem;
  background: #fdc711;
  color: #3a2a00;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transform: rotate(-8deg);
}

.flc-tr-hero-pass::before {
  content: "";
  position: absolute;
  top: -1.15rem;
  left: 50%;
  width: 2px;
  height: 1.15rem;
  background: #c9c3b4;
  transform: translateX(-50%);
}

.flc-tr-hero-pass em {
  display: block;
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flc-tr-hero-pass strong {
  display: block;
  margin: 0.2rem 0 0.15rem;
  font-size: 1.05rem;
  font-weight: 800;
}

.flc-tr-hero-pass span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.3;
}

.flc-tr-hero-slip {
  position: absolute;
  z-index: 3;
  right: -2%;
  bottom: 2%;
  width: min(42%, 158px);
  margin: 0;
  padding: 0.4rem 0.4rem 1.55rem;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3);
  transform: rotate(7deg);
}

.flc-tr-hero-slip img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.flc-tr-hero-slip figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.28rem;
  color: #1c4999;
  font-size: 0.64rem;
  font-weight: 800;
  text-align: center;
}

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

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

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

@media (max-width: 639px) {
  .flc-tr-hero-facts { grid-template-columns: 1fr; }
  .flc-tr-hero-facts li { border: 0; padding: 0; }
  .flc-tr-hero-pass,
  .flc-tr-hero-slip { display: none; }
  .flc-tr-hero-stage { min-height: 0; }
  .flc-tr-hero-door { margin-top: 0; transform: none; }
}

/* ---------- Intro ---------- */
.flc-tr-intro {
  background: #fff;
  padding: 4.25rem 0 4.5rem;
}

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

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

.flc-tr-intro-copy h2 {
  margin: 0;
  color: var(--flc-navy);
  font-size: clamp(1.7rem, 3.4vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
}

.flc-tr-intro-copy .flc-tr-lead {
  margin: 0.75rem 0 1.4rem;
  max-width: 34rem;
}

.flc-tr-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.flc-tr-pillar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
}

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

.flc-tr-pillar--navy .flc-tr-pillar-icon { background: #e4ecfb; color: #1c4999; }

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

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

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

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

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

.flc-tr-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-tr-intro-polaroid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.flc-tr-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-tr-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-tr-intro-note p {
  margin: 0 0 0.45rem;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

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

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

/* ---------- Process ---------- */
.flc-tr-process {
  background: #f6f1e4;
  padding: 3.75rem 0 4.1rem;
}

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

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

.flc-tr-process-step {
  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-tr-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-tr-process-step--navy .flc-tr-process-time { background: #e4ecfb; color: #1c4999; }

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

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

/* ---------- Figures ---------- */
.flc-tr-figures {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 4rem 0 4.25rem;
  color: #fff;
  background: #070c16;
}

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

.flc-tr-figures-bg {
  position: absolute;
  inset: -10%;
  will-change: transform;
}

.flc-tr-figures-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  max-width: none;
}

.flc-tr-figures-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 12% 20%, rgba(253, 199, 17, 0.18), transparent 58%),
    linear-gradient(180deg, rgba(7, 12, 22, 0.8) 0%, rgba(7, 12, 22, 0.88) 100%);
}

.flc-tr-figures-inner { position: relative; z-index: 2; }

.flc-tr-section-head--light h2 { color: #fff; }
.flc-tr-section-head--light .flc-tr-accent { color: #fdc711; }
.flc-tr-section-head--light .flc-tr-lead { color: rgba(255, 255, 255, 0.82); }

.flc-tr-figures-grid {
  list-style: none;
  margin: 2.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

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

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

.flc-tr-figures-grid li {
  padding: 1.35rem 1.1rem 1.4rem;
  text-align: center;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.flc-tr-figures-icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(253, 199, 17, 0.16);
  color: #ffe9a0;
}

.flc-tr-figures-icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.flc-tr-figures-number {
  margin: 0 0 0.4rem;
  color: #fdc711;
  font-size: clamp(2rem, 3.5vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.flc-tr-figures-label {
  margin: 0 auto;
  max-width: 13rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.45;
}

/* ---------- Folders ---------- */
.flc-tr-folders {
  background: #f7f8fb;
  padding: 4.25rem 0 4.4rem;
}

.flc-tr-folders-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
}

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

.flc-tr-folder {
  position: relative;
  padding: 1.7rem 1.3rem 1.35rem;
  border-radius: 0 1.1rem 1.1rem 1.1rem;
  background:
    linear-gradient(180deg, rgba(253, 199, 17, 0.08), transparent 28%),
    #fff;
  border: 1px solid rgba(28, 73, 153, 0.1);
  box-shadow: 0 14px 32px rgba(28, 73, 153, 0.06);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flc-tr-folder:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(28, 73, 153, 0.12);
}

.flc-tr-folder-tab {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 3.1rem;
  padding: 0.28rem 0.7rem;
  border-radius: 0 0 0.7rem 0;
  background: #fdc711;
  color: #3a2a00;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.flc-tr-folder--navy .flc-tr-folder-tab {
  background: #1c4999;
  color: #fff;
}

.flc-tr-folder-icon {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  margin: 0.55rem 0 0.7rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: #fff4cc;
  color: #c49200;
}

.flc-tr-folder--navy .flc-tr-folder-icon {
  background: #e4ecfb;
  color: #1c4999;
}

.flc-tr-folder-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}

.flc-tr-folder-meta {
  margin: 0 0 0.3rem;
  color: #c49200;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flc-tr-folder--navy .flc-tr-folder-meta { color: #1c4999; }

.flc-tr-folder h3 {
  margin: 0 0 0.45rem;
  color: #1c2340;
  font-size: 1.18rem;
  font-weight: 800;
}

.flc-tr-folder p {
  margin: 0 0 1rem;
  color: #5b6472;
  font-size: 0.94rem;
  line-height: 1.55;
}

.flc-tr-folder-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #1c4999;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
}

.flc-tr-folder-link:hover {
  gap: 0.55rem;
  color: #c49200;
}

.flc-tr-folder-link svg {
  width: 0.95rem;
  height: 0.95rem;
}

/* ---------- Principles ---------- */
.flc-tr-principles {
  background: #fff;
  padding: 4rem 0 4.4rem;
}

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

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

.flc-tr-principle {
  padding: 1.35rem 1.25rem 1.4rem;
  border-radius: 1.15rem;
  background: #f7f8fb;
  border: 1px solid rgba(28, 73, 153, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.flc-tr-principle:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(28, 73, 153, 0.08);
}

.flc-tr-principle-icon {
  display: inline-flex;
  width: 2.7rem;
  height: 2.7rem;
  margin-bottom: 0.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  background: #fff4cc;
  color: #c49200;
}

.flc-tr-principle--navy .flc-tr-principle-icon {
  background: #e4ecfb;
  color: #1c4999;
}

.flc-tr-principle-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.flc-tr-principle h3 {
  margin: 0 0 0.4rem;
  color: #1c2340;
  font-size: 1.08rem;
  font-weight: 800;
}

.flc-tr-principle p {
  margin: 0;
  color: #5b6472;
  font-size: 0.94rem;
  line-height: 1.55;
}

/* ---------- CTA ---------- */
.flc-tr-cta {
  --tr-gold: #fdc711;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #070c16;
  min-height: clamp(340px, 46vh, 460px);
  display: flex;
  align-items: center;
}

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

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

.flc-tr-cta-bg img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center 40%;
  max-width: none;
}

.flc-tr-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 40% 50% at 88% 20%, rgba(253, 199, 17, 0.18), transparent 58%),
    linear-gradient(105deg, rgba(7, 12, 22, 0.9) 0%, rgba(10, 18, 36, 0.72) 55%, rgba(10, 18, 36, 0.58) 100%);
}

.flc-tr-cta-inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1.75rem;
  padding: 3.75rem 1rem;
  align-items: center;
}

@media (min-width: 860px) {
  .flc-tr-cta-inner {
    grid-template-columns: minmax(0, 1.35fr) auto;
  }
}

.flc-tr-cta-copy h2 {
  margin: 0 0 0.8rem;
  color: #fff;
  font-size: clamp(1.7rem, 3.5vw, 2.55rem);
  font-weight: 800;
  line-height: 1.18;
  max-width: 32rem;
}

.flc-tr-cta-accent {
  color: #fdc711;
  font-size: 1.12em;
}

.flc-tr-cta-copy p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 32rem;
  line-height: 1.65;
}

.flc-tr-cta-actions {
  display: grid;
  gap: 0.75rem;
  justify-items: stretch;
}

@media (min-width: 860px) {
  .flc-tr-cta-actions { min-width: 16rem; }
}

#flc-tr-process,
#flc-tr-folders,
#flc-tr-cta {
  scroll-margin-top: calc(var(--flc-header-height) + 3.4rem);
}

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