/* Overrides oscuros sobre Bootstrap + bloques legacy */
.fc-theme #scroll-progress {
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
  width: 0%;
}

.fc-theme .skip-link {
  background: var(--accent);
}

/* Header nuevo */
.fc-theme .fbs__net-navbar.navbar {
  display: none !important;
}

.fc-theme .whatsapp-float {
  bottom: 2rem;
  right: 2rem;
  width: 56px;
  height: 56px;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.35);
  z-index: 9000;
}

.fc-theme #back-to-top {
  bottom: 6.5rem;
  right: 2rem;
  width: 44px;
  height: 44px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-primary) !important;
  border-radius: 50% !important;
}

.fc-theme #back-to-top.show {
  opacity: 1 !important;
  pointer-events: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.fc-theme main > .section.bg-light,
.fc-theme .problem-solution-section.bg-light,
.fc-theme .howitworks__v1.bg-light,
.fc-theme .faq__v2,
.fc-theme .videos__section.bg-light {
  background: var(--bg-secondary) !important;
}

.fc-theme .services__v3,
.fc-theme .contact__v2,
.fc-theme .testimonials__v2 {
  background: var(--bg-primary) !important;
}

.fc-theme .bg-white {
  background: var(--bg-secondary) !important;
}

.fc-theme p,
.fc-theme .lead {
  color: var(--text-secondary) !important;
}

.fc-theme .text-muted {
  color: var(--text-muted) !important;
}

.fc-theme .service-card,
.fc-theme .client-card:not(.featured),
.fc-theme .testimonial,
.fc-theme .form-wrapper {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary);
}

.fc-theme .service-card h3,
.fc-theme .client-card h4,
.fc-theme .testimonial blockquote {
  color: var(--text-primary) !important;
}

.fc-theme .stats__v3 .content {
  background: linear-gradient(152deg, #1a1a1e 0%, #252528 100%) !important;
  border: 1px solid var(--border);
}

.fc-theme .cta-section {
  background: linear-gradient(135deg, #2a1215 0%, #1a1a1e 55%, #12100e 100%) !important;
  border: 1px solid var(--border);
}

.fc-theme .lead-magnet-section {
  background: linear-gradient(155deg, #151517 0%, #1f1518 100%) !important;
}

.fc-theme .lead-magnet-section .pdf-cover-placeholder {
  background: linear-gradient(145deg, var(--bg-tertiary) 0%, var(--bg-secondary) 100%) !important;
  color: var(--text-primary) !important;
}

.fc-theme .representatives-section {
  background: var(--bg-primary) !important;
}

.fc-theme .representatives-section::before {
  display: none;
}

.fc-theme .rep-value-card,
.fc-theme .rep-form-container,
.fc-theme .zone-item,
.fc-theme .rep-testimonial-card,
.fc-theme .process-steps .step {
  background: var(--bg-secondary) !important;
  border-color: var(--border) !important;
}

.fc-theme .rep-form-head {
  background: linear-gradient(135deg, #2a1215 0%, #1a1a1e 100%) !important;
}

.fc-theme .rep-btn-submit {
  background: linear-gradient(180deg, var(--accent) 0%, #b8323e 100%) !important;
  box-shadow: 0 4px 24px var(--accent-glow) !important;
}

.fc-theme .gallery-section {
  background: var(--bg-secondary) !important;
}

.fc-theme .gallery-section .gallery-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
}

.fc-theme .gallery-carousel-btn {
  background: var(--bg-secondary) !important;
  border-color: var(--border) !important;
  color: var(--accent) !important;
}

.fc-theme .gallery-carousel-btn:hover {
  border-color: var(--accent) !important;
  box-shadow: var(--shadow-md) !important;
}

.fc-theme .footer .brand-icon {
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 8px 10px;
  border-radius: 12px;
}

.fc-theme .footer {
  background: var(--bg-secondary) !important;
  border-top: 1px solid var(--border) !important;
}

.fc-theme .footer h3,
.fc-theme .footer h4 {
  color: var(--text-primary) !important;
}

.fc-theme .footer a {
  color: var(--text-secondary);
}

.fc-theme .footer a:hover {
  color: var(--accent);
}

.fc-theme .accordion-button {
  background: var(--bg-secondary) !important;
  color: var(--text-primary) !important;
}

.fc-theme .accordion-body {
  background: var(--bg-secondary) !important;
  color: var(--text-secondary) !important;
}

.fc-theme .form-control,
.fc-theme .form-select {
  background: var(--bg-tertiary) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
}

.fc-theme .navbar-toggler-icon {
  filter: invert(1);
}

.fc-theme .industry-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
}

.fc-theme .fc-industry-guide {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
}

.fc-theme .fc-industry-guide:hover {
  color: var(--accent);
}

/* Exit modal oscuro */
.fc-theme .exit-modal-content {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border);
}

.fc-theme .exit-modal-visual {
  background: linear-gradient(160deg, #2a1215 0%, #1a1a1e 100%) !important;
}

.fc-theme .exit-modal-body h2 {
  color: var(--text-primary) !important;
}

.fc-theme .exit-modal-body > p {
  color: var(--text-secondary) !important;
}

.fc-theme .exit-tag {
  background: rgba(230, 57, 70, 0.1) !important;
  color: var(--accent) !important;
  border-color: rgba(230, 57, 70, 0.25) !important;
}

.fc-theme .exit-modal-close {
  background: var(--bg-glass) !important;
  color: var(--text-primary) !important;
}

.fc-theme .nav-cta #google_translate_element {
  transform: scale(0.88);
  transform-origin: right center;
}

.fc-theme .whatsapp-float {
  color: #fff;
}

/* ========== Superficies legacy: evitar texto claro sobre blanco / azul sobre negro ========== */

/* Tarjetas “problema / solución” (listas blancas en simplify-modern) */
.fc-theme .problem-simple-list li {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .problem-simple-list strong {
  color: var(--text-primary) !important;
}
.fc-theme .problem-simple-list p {
  color: var(--text-secondary) !important;
}
.fc-theme .problem-simple-list .psi-icon {
  background: rgba(230, 57, 70, 0.18) !important;
  color: var(--accent) !important;
}

.fc-theme .trust-strip-inline {
  background: var(--bg-glass) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .trust-strip-inline span {
  color: var(--text-secondary) !important;
}

/* Equipo */
.fc-theme .team-card-r {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .team-card-r .text-muted {
  color: var(--text-muted) !important;
}
.fc-theme .team-avatar-r:not(.team-avatar-r--photo) {
  background: linear-gradient(145deg, var(--accent) 0%, #7f1d1d 55%, var(--gold) 130%) !important;
  box-shadow: 0 8px 24px var(--accent-glow);
}
.fc-theme .team-avatar-r--photo {
  background: #f2f2f4 !important;
  border-color: rgba(212, 168, 67, 0.42) !important;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(230, 57, 70, 0.12);
}
.fc-theme .team-card-r h4.h6 {
  color: var(--text-primary) !important;
}
.fc-theme .fc-team-role {
  color: var(--accent) !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
}

/* Detalle de servicios (cards blancas en style.css) */
.fc-theme .service-detail-card:not(.special-gradient) {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
  color: var(--text-secondary);
}
.fc-theme .service-detail-card:not(.special-gradient) h2,
.fc-theme .service-detail-card:not(.special-gradient) h4,
.fc-theme .service-detail-card:not(.special-gradient) h5 {
  color: var(--text-primary) !important;
}
.fc-theme .service-detail-card:not(.special-gradient) .lead {
  color: var(--text-secondary) !important;
}

.fc-theme .highlight-box {
  background: linear-gradient(135deg, rgba(230, 57, 70, 0.1) 0%, rgba(212, 168, 67, 0.06) 100%) !important;
  border-left: 4px solid var(--accent) !important;
  border-radius: var(--radius-md) !important;
}
.fc-theme .highlight-box h4 {
  color: var(--text-primary) !important;
}
.fc-theme .highlight-box ul,
.fc-theme .highlight-box li {
  color: var(--text-secondary) !important;
}

.fc-theme .service-detail-card .bg-light.rounded,
.fc-theme .service-detail-card .text-center.p-3.bg-light {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .service-detail-card .bg-light small {
  color: var(--text-secondary) !important;
}
.fc-theme .service-detail-card .bg-light h5 {
  color: var(--text-primary) !important;
}

.fc-theme .inspection-item {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .inspection-item h5 {
  color: var(--text-primary) !important;
}
.fc-theme .inspection-item:hover {
  background: var(--bg-secondary) !important;
  box-shadow: var(--shadow-md);
}

/* Proceso en 4 pasos */
.fc-theme .howitworks__v1 .step-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .howitworks__v1 .step-card:hover {
  border-color: var(--border-hover) !important;
  box-shadow: var(--shadow-glow) !important;
}
.fc-theme .howitworks__v1 .step-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .howitworks__v1 .step-card p {
  color: var(--text-secondary) !important;
}

/* Perfiles de cliente */
.fc-theme .client-types {
  background: var(--bg-primary) !important;
}
.fc-theme .client-card:not(.featured) h3 {
  color: var(--text-primary) !important;
}
.fc-theme .client-card:not(.featured) p,
.fc-theme .client-card:not(.featured) p.small {
  color: var(--text-secondary) !important;
  opacity: 1 !important;
}
.fc-theme .client-card:not(.featured) .client-features li {
  color: var(--text-secondary) !important;
}
.fc-theme .client-card.featured {
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: var(--shadow-glow), var(--shadow-md) !important;
}

/* Viajes — degradado premium + tintas crema (sin blanco duro ni panel negro) */
.fc-theme .service-detail-card.special-gradient {
  --fc-travel-ink: #faf6f2;
  --fc-travel-ink-soft: #ebe3dc;
  --fc-travel-muted: #d4cac2;
  background:
    radial-gradient(ellipse 130% 90% at 15% -10%, rgba(252, 211, 168, 0.35) 0%, transparent 52%),
    radial-gradient(ellipse 100% 70% at 92% 85%, rgba(230, 57, 70, 0.45) 0%, transparent 55%),
    linear-gradient(
      158deg,
      #3a0a12 0%,
      #6b1020 18%,
      #991b1b 42%,
      #b45309 68%,
      #451a03 100%
    ) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(212, 168, 67, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.07) !important;
}

.fc-theme .service-detail-card.special-gradient .badge.bg-light.text-dark {
  background: rgba(255, 252, 248, 0.95) !important;
  color: #3f0d12 !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
}

.fc-theme .service-detail-card.special-gradient h2.text-white,
.fc-theme .service-detail-card.special-gradient h4 {
  color: var(--fc-travel-ink) !important;
}

.fc-theme .service-detail-card.special-gradient p.lead,
.fc-theme .service-detail-card.special-gradient p:not(.btn) {
  color: var(--fc-travel-muted) !important;
}

.fc-theme .service-detail-card.special-gradient .row.text-white span {
  color: var(--fc-travel-ink-soft) !important;
}

.fc-theme .service-detail-card.special-gradient .bi-check-circle-fill.text-white {
  color: var(--gold) !important;
  filter: drop-shadow(0 0 8px rgba(212, 168, 67, 0.35));
}

.fc-theme .fc-travel-specials-panel {
  background: rgba(255, 247, 237, 0.11) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 16px 48px rgba(0, 0, 0, 0.22);
}

.fc-theme .fc-travel-specials-title {
  color: var(--fc-travel-ink-soft) !important;
}

.fc-theme .fc-travel-specials-list {
  color: var(--fc-travel-muted) !important;
}

.fc-theme .service-detail-card.special-gradient .fc-travel-vip-pill,
.fc-theme .service-detail-card.special-gradient .guarantee-badge.fc-travel-vip-pill {
  background: rgba(55, 12, 18, 0.55) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(212, 168, 67, 0.42) !important;
  color: var(--fc-travel-ink) !important;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
}

.fc-theme .service-detail-card.special-gradient .fc-travel-vip-pill i {
  color: var(--gold) !important;
}

.fc-theme .service-detail-card.special-gradient .btn-white {
  background: rgba(255, 252, 248, 0.97) !important;
  color: #9f1239 !important;
  font-weight: 600 !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.fc-theme .service-detail-card.special-gradient .btn-white:hover {
  background: var(--gold) !important;
  color: #1c1917 !important;
}

/* Cajas horarias / métricas en contacto */
.fc-theme .consultation-card {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius-lg) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .consultation-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .consultation-card .benefit-item strong {
  color: var(--text-primary) !important;
}

/* ========== Programa representantes sobre tema oscuro ========== */
.fc-theme .representatives-section .section-tag {
  background: rgba(230, 57, 70, 0.12) !important;
  color: var(--accent) !important;
  border-color: rgba(230, 57, 70, 0.35) !important;
}
.fc-theme .representatives-section #rep-heading {
  color: var(--text-primary) !important;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.fc-theme .representatives-section .section-subtitle {
  color: var(--text-secondary) !important;
}

.fc-theme .rep-trust-bar {
  margin: 0 auto 2.25rem !important;
  background: var(--bg-glass) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md) !important;
}
.fc-theme .rep-trust-bar .rep-trust-val {
  color: var(--gold) !important;
}
.fc-theme .rep-trust-bar .rep-trust-label,
.fc-theme .rep-trust-bar .rep-trust-item {
  color: var(--text-secondary) !important;
}

.fc-theme .rep-icon {
  background: rgba(230, 57, 70, 0.12) !important;
  color: var(--accent) !important;
  border-color: var(--border) !important;
}
.fc-theme .rep-value-card h3 {
  color: var(--text-primary) !important;
}
.fc-theme .rep-value-card > p {
  color: var(--text-secondary) !important;
}
.fc-theme .highlight-stat {
  background: rgba(212, 168, 67, 0.12) !important;
  color: var(--gold) !important;
  border-color: var(--border) !important;
}
.fc-theme .rep-value-card::before {
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
}

.fc-theme .rep-block-heading {
  color: var(--text-primary) !important;
}
.fc-theme .rep-block-heading span {
  color: var(--text-muted) !important;
}

.fc-theme .step-num {
  border-color: var(--bg-primary) !important;
  box-shadow: 0 0 0 1px var(--border) !important;
}
.fc-theme .process-steps .step h4 {
  color: var(--text-primary) !important;
}
.fc-theme .process-steps .step p {
  color: var(--text-secondary) !important;
}

.fc-theme .zone-item span:nth-of-type(1) {
  color: var(--text-primary) !important;
}
.fc-theme .zone-item:hover {
  background: var(--bg-tertiary) !important;
}
.fc-theme .zone-badge.available {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #4ade80 !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
}
.fc-theme .zone-badge.limited {
  background: rgba(212, 168, 67, 0.15) !important;
  color: var(--gold) !important;
  border-color: rgba(212, 168, 67, 0.35) !important;
}

.fc-theme .rep-testimonial-card::before {
  color: rgba(230, 57, 70, 0.15) !important;
}
.fc-theme .rep-testimonial-card blockquote {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-testimonial-card cite {
  color: var(--text-muted) !important;
}
.fc-theme .rep-avatar-placeholder {
  background: linear-gradient(145deg, var(--accent), #7f1d1d) !important;
}

.fc-theme .rep-form-head h3 {
  color: var(--text-primary) !important;
}
.fc-theme .rep-form-head p {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-form label {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-form input,
.fc-theme .rep-form select,
.fc-theme .rep-form textarea {
  background: var(--bg-tertiary) !important;
  border-color: var(--border) !important;
  color: var(--text-primary) !important;
}
.fc-theme .rep-form input:focus,
.fc-theme .rep-form select:focus,
.fc-theme .rep-form textarea:focus {
  background: var(--bg-secondary) !important;
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 3px var(--accent-glow) !important;
}
.fc-theme .rep-form .checkbox-label {
  color: var(--text-secondary) !important;
}
.fc-theme .rep-btn-submit:hover {
  background: linear-gradient(180deg, var(--accent-hover) 0%, var(--accent) 100%) !important;
  color: #fff !important;
}

/* Testimonios (tarjetas blancas en redesign-hero-problem) */
.fc-theme .testimonial-card-r {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-sm);
}
.fc-theme .testimonial-card-r blockquote {
  color: var(--text-secondary) !important;
}
.fc-theme .testimonial-card-r .client-info-r h4 {
  color: var(--text-primary) !important;
}
.fc-theme .testimonials-metrics-animated {
  background: var(--bg-secondary) !important;
  border: 1px solid var(--border) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .metric-animate-item h3 {
  color: var(--text-primary) !important;
}

/* Contacto: franja de íconos */
.fc-theme .contact__v2 .bg-light.rounded-3 {
  background: var(--bg-tertiary) !important;
  border: 1px solid var(--border) !important;
}
.fc-theme .contact__v2 .bg-light.rounded-3 small {
  color: var(--text-secondary) !important;
}

/* Alertas suaves en bloques de servicio */
.fc-theme .bg-warning.bg-opacity-10 {
  background: rgba(212, 168, 67, 0.12) !important;
  border: 1px solid rgba(212, 168, 67, 0.25) !important;
  color: var(--text-secondary) !important;
}
.fc-theme .bg-warning.bg-opacity-10 strong {
  color: var(--text-primary) !important;
}

/* ========== Presencia global — tarjetas país (superficie tinta, no blanco) ========== */
.fc-theme #operaciones .operations-card {
  background: linear-gradient(165deg, #17171f 0%, #12121a 48%, #16151c 100%) !important;
  border: 1px solid rgba(212, 168, 67, 0.14) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.fc-theme #operaciones .operations-card:hover {
  border-color: rgba(230, 57, 70, 0.35) !important;
  box-shadow: 0 22px 56px rgba(230, 57, 70, 0.12);
}

.fc-theme #operaciones .operations-card::before {
  background: linear-gradient(90deg, var(--accent), var(--gold)) !important;
}

.fc-theme #operaciones h5.country-name {
  color: #f4f1eb !important;
}

.fc-theme #operaciones .operations-card .text-muted {
  color: #b6b0a8 !important;
}

.fc-theme #operaciones .country-flag {
  background: linear-gradient(145deg, #1f1f28, #14141a) !important;
  border-color: rgba(212, 168, 67, 0.42) !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(230, 57, 70, 0.12);
}

.fc-theme #operaciones .service-tag {
  background: rgba(230, 57, 70, 0.12) !important;
  color: #fecaca !important;
  border: 1px solid rgba(230, 57, 70, 0.28) !important;
}

.fc-theme #operaciones .service-tag:hover {
  background: rgba(230, 57, 70, 0.26) !important;
  color: #fff5f3 !important;
  border-color: rgba(230, 57, 70, 0.45) !important;
  transform: scale(1.03);
}

.fc-theme #operaciones .operations-cta {
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.08) 0%, rgba(230, 57, 70, 0.07) 100%) !important;
  border: 1px dashed rgba(212, 168, 67, 0.38) !important;
}

.fc-theme #operaciones .operations-cta h4 {
  color: #f5f0e8 !important;
}

.fc-theme #operaciones .operations-cta .text-muted {
  color: #b0aaa3 !important;
}

/* ========== Videos — panel oscuro + tipografía crema / gris cálido ========== */
.fc-theme .videos__section {
  background: var(--bg-primary) !important;
}

.fc-theme .videos__section .video-tabs {
  background: linear-gradient(180deg, #16161c 0%, #111116 100%) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md);
}

.fc-theme .videos__section .video-tabs .nav-link {
  color: #9c9893 !important;
}

.fc-theme .videos__section .video-tabs .nav-link:hover {
  color: var(--accent) !important;
  background: rgba(230, 57, 70, 0.08) !important;
}

.fc-theme .videos__section .video-tabs .nav-link.active {
  background: linear-gradient(135deg, var(--accent) 0%, #9f1239 100%) !important;
  color: #fff8f5 !important;
  box-shadow: 0 6px 22px var(--accent-glow);
}

.fc-theme .videos__section .video-content {
  background: linear-gradient(185deg, #16161c 0%, #0f0f14 55%, #12121a 100%) !important;
  border: 1px solid var(--border) !important;
  box-shadow: var(--shadow-md);
}

.fc-theme .videos__section .video-title {
  color: #f2ebe3 !important;
}

.fc-theme .videos__section .video-description {
  color: #b8b2aa !important;
}

.fc-theme .videos__section .video-highlights li {
  color: #cec8bf !important;
}

.fc-theme .videos__section .videos-cta {
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.07) 0%, rgba(230, 57, 70, 0.06) 100%) !important;
  border-color: rgba(212, 168, 67, 0.28) !important;
}

/* ========== Gestión financiera — cajas stats / métodos de pago sin bloques blancos ========== */
.fc-theme #financial-detail .text-center.p-3.bg-light,
.fc-theme #financial-detail .mt-4.p-3.bg-light {
  background: linear-gradient(180deg, #1c1c24 0%, #16161e 100%) !important;
  border: 1px solid var(--border) !important;
}

.fc-theme #financial-detail .bg-light small {
  color: #c4beb6 !important;
}

.fc-theme #financial-detail .text-center.p-3.bg-light .text-primary {
  color: var(--accent) !important;
}

.fc-theme #financial-detail .badge.bg-secondary {
  background: rgba(212, 168, 67, 0.12) !important;
  color: var(--gold) !important;
  border: 1px solid rgba(212, 168, 67, 0.25);
  font-weight: 600;
}
