.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== ESTILO GLOBAL ===== */
body {
  scroll-behavior: smooth;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
  background: #000000; /* negro absoluto */
  color: #e5e7eb;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

/* ===== COLORES / UTILIDADES ===== */
:root {
  --dmc-bg: #000000;          /* antes: #020617 */
  --dmc-card: #000000;        /* antes: #020617 */
  --dmc-card-soft: #050505;   /* negro suave para glass */
  --dmc-border: rgba(148, 163, 184, 0.35);
  --dmc-gold: #facc15;
  --dmc-gold-soft: rgba(250, 204, 21, 0.18);
  --dmc-gold-strong: #fbbf24;
  --dmc-muted: #9ca3af;
}

/* Contenedor centrado para todo el contenido interno */
.dmc-wrapper {
  max-width: 3400px;
  margin: 0 auto;
  padding: 32px 16px 72px;
}
@media (min-width: 1100px) {
  .dmc-wrapper {
    padding: 40px 32px 80px;
  }
}

/* ===== PILLS / EYEBROW ===== */
.dmc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.9); /* antes: rgba(15,23,42,0.9) */
  border: 1px solid rgba(148, 163, 184, 0.6);
  font-size: 12px;
  color: #e5e7eb;
}
.dmc-pill span:first-child {
  font-size: 13px;
}
.dmc-eyebrow {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--dmc-gold);
}

/* ===== TITULARES ===== */
.dmc-title-xl {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 750;
  letter-spacing: -0.03em;
  color: #f9fafb;
}
.dmc-subtitle {
  margin-top: 14px;
  font-size: 15px;
  color: #cbd5f5;
  max-width: 520px;
}
.dmc-section-title {
  font-size: 24px;
  font-weight: 650;
  margin-bottom: 10px;
}
.dmc-section-text {
  font-size: 15px;
  color: #cbd5f5;
  max-width: 560px;
  margin-bottom: 22px;
}

/* ===== BOTONES ===== */
.dmc-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.dmc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.18s ease-out;
}
.dmc-btn-primary {
  background: radial-gradient(circle at 0% 0%, #fef9c3 0, var(--dmc-gold-strong) 45%, var(--dmc-gold) 100%);
  color: #020617; /* oscuro, aquí el matiz da igual */
  box-shadow: 0 16px 40px rgba(250, 204, 21, 0.5);
}
.dmc-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(250, 204, 21, 0.7);
}
.dmc-btn-secondary {
  background: transparent;
  color: #e5e7eb;
  border-color: rgba(148, 163, 184, 0.7);
}
.dmc-btn-secondary:hover {
  background: rgba(0, 0, 0, 0.95); /* antes: rgba(15,23,42,0.95) */
}

/* ===== HERO ===== */
.dmc-hero {
  position: relative;
  padding: 72px 0 54px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .dmc-hero {
    padding: 52px 0 40px;
    min-height: auto;
  }
}
.dmc-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.dmc-hero-bg::before,
.dmc-hero-bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  opacity: 0.8;
}
.dmc-hero-bg::before {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, var(--dmc-gold-soft), transparent 70%);
  top: -160px;
  left: -80px;
}
.dmc-hero-bg::after {
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.18), transparent 70%);
  bottom: -140px;
  right: -40px;
}

/* Layout interno del hero */
.dmc-hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.9fr);
  gap: 42px;
  align-items: center;
}
@media (max-width: 900px) {
  .dmc-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dmc-hero-left {
  z-index: 1;
}
.dmc-hero-right {
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media (min-width: 900px) {
  .dmc-hero-right {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 0;
  }
}

/* Badges bajo los botones */
.dmc-hero-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.dmc-hero-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  font-size: 14px;
}
.dmc-hero-badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.22);
  display: block;
}
@media (min-width: 900px) {
  .dmc-hero-badges {
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
  .dmc-hero-badge {
    font-size: 13px;
    padding: 8px 16px;
    background: rgba(0, 0, 0, 0.9); /* antes: rgba(15,23,42,0.9) */
    border: 1px solid rgba(148, 163, 184, 0.35);
    backdrop-filter: blur(8px);
  }
}

/* ===== PILARES / CARDS ===== */
.dmc-pillar {
  position: relative;
  padding: 16px 16px 14px;
  border-radius: 18px;
  background: radial-gradient(circle at 0% 0%, rgba(0, 0, 0, 0.9), #000000); /* antes azul muy oscuro */
  border: 1px solid rgba(148, 163, 184, 0.5);
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.18s ease-out;
}
.dmc-pillar:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.9);
  border-color: var(--dmc-gold);
}
.dmc-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(250, 204, 21, 0.15), transparent 55%);
  opacity: 0;
  transition: opacity 0.18s ease-out;
}
.dmc-pillar:hover::before {
  opacity: 1;
}
.dmc-pillar-content {
  position: relative;
  z-index: 1;
  text-align: left;
}
@media (max-width: 900px) {
  .dmc-pillar-content {
    text-align: center;
  }
}
.dmc-pillar-icon {
  font-size: 18px;
  margin-bottom: 4px;
}
.dmc-pillar-title {
  font-size: 15px;
  font-weight: 600;
}
.dmc-pillar-text {
  font-size: 12px;
  color: var(--dmc-muted);
}
.dmc-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  padding: 3px 8px;
  font-size: 11px;
  color: var(--dmc-muted);
}

/* ===== SECCIONES GENERALES ===== */
.dmc-section {
  padding: 40px 0 32px;
}
.dmc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (max-width: 900px) {
  .dmc-grid-3 {
    grid-template-columns: minmax(0, 1fr);
  }
}
.dmc-card-soft {
  border-radius: 18px;
  background: var(--dmc-card-soft);
  border: 1px solid rgba(31, 41, 55, 0.9);
  padding: 18px 18px 16px;
}
.dmc-card-soft h3 {
  font-size: 17px;
  margin-bottom: 6px;
}
.dmc-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.dmc-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #e5e7eb;
  margin-bottom: 6px;
}
.dmc-list li span:first-child {
  margin-top: 1px;
}

/* ===== CTA FINAL ===== */
.dmc-cta {
  text-align: center;
  padding: 40px 0 18px;
  border-top: 1px solid rgba(31, 41, 55, 0.9);
  margin-top: 40px;
}
.dmc-cta p {
  margin-top: 10px;
  color: #cbd5f5;
}

/* ===== FOOTER ===== */
.dmc-footer {
  margin-top: 26px;
  font-size: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  color: var(--dmc-muted);
}
.dmc-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dmc-footer-nav a:hover {
  color: #e5e7eb;
}

/* === HERO: Tarjetas en una fila SOLO en escritorio === */
@media (min-width: 1024px) {
  .dmc-hero-inner {
    grid-template-columns: 1.1fr 1fr !important; /* izquierda + derecha */
    align-items: center;
  }

  .dmc-hero-right {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }
}

/* Evitar que el contenido quede encajonado en pantallas grandes */
@media (min-width: 1400px) {
  .dmc-wrapper {
    max-width: 1400px !important;
  }
}

/* ===== TARJETAS UNA DEBAJO DE OTRA EN MÓVIL ===== */
@media (max-width: 900px) {
  .dmc-hero-right {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    justify-items: center !important;
  }

  .dmc-pillar {
    width: 100% !important;
    max-width: 340px; /* para que no sean gigantes en móvil */
  }

  .dmc-pillar-content {
    text-align: center !important;
    align-items: center !important;
  }
}

/* ===== HERO ANIMADO (fondos y glow) ===== */
.hero-animado {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 0%, rgba(250, 204, 21, 0.15), transparent 60%),
    radial-gradient(circle at 100% 100%, rgba(59, 130, 246, 0.18), transparent 60%),
    #000000; /* antes #020617 */
}

/* Capa animada encima del fondo, detrás del contenido */
.hero-animado::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 0 0, rgba(250, 204, 21, 0.18), transparent 55%),
    radial-gradient(circle at 100% 0, rgba(59, 130, 246, 0.2), transparent 55%);
  opacity: 0.7;
  animation: heroGlow 14s ease-in-out infinite alternate;
  z-index: 0;
}

/* Asegura que el contenido va por encima */
.hero-animado > * {
  position: relative;
  z-index: 1;
}

@keyframes heroGlow {
  0% {
    transform: translate3d(-5%, 0, 0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate3d(5%, -3%, 0) scale(1.05);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(-3%, 3%, 0) scale(1.02);
    opacity: 0.7;
  }
}

/* HERO a pantalla completa solo en escritorio */
@media (min-width: 1024px) {
  .hero-wide.e-con {
    /* hace que el contenedor use todo el ancho de la ventana */
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);

    /* algo de padding interior para que no pegue al borde */
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ------- BLOQUE GLASS PREMIUM ------- */
.dmc-ecosystem-header {
  max-width: 850px;
  margin: 50px auto 30px auto;
  padding: 28px 36px;

  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);

  text-align: center;

  /* Glow dorado suave */
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.12),
              inset 0 0 30px rgba(255, 215, 0, 0.05);
}

/* TÍTULO */
.dmc-ecosystem-header h2 {
  font-size: 30px;
  margin: 0 0 14px 0;
  color: #ffffff;
  font-weight: 700;
}

/* PÁRRAFO */
.dmc-ecosystem-header p {
  font-size: 17px;
  color: #d4d4d4;
  line-height: 1.6;
  margin: 0;
}

/* ------- ANIMACIÓN TIPO ORION ------- */
.fx-animate {
  opacity: 0;
  transform: translateY(25px);
  animation: fadeUp 0.8s ease-out forwards;
  animation-delay: 0.2s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ------- RESPONSIVE ------- */
@media (max-width: 768px) {
  .dmc-ecosystem-header {
    padding: 22px 20px;
    margin: 30px 14px;
  }

  .dmc-ecosystem-header h2 {
    font-size: 24px;
  }

  .dmc-ecosystem-header p {
    font-size: 15px;
  }
}

/* ======= OVERRIDE GLOBAL PARA QUE FUERA DEL EDITOR SE VEA NEGRO ======= */
html,
body {
  background-color: #000000 !important;
}

/* Fondos que pueda meter el tema o Elementor por defecto */
body > div,
body #page,
body .site,
body .elementor-section-wrap,
body .elementor,
body .elementor-section,
body .elementor-top-section,
body .elementor-container,
body .elementor-column,
body .elementor-widget-wrap {
  background-color: transparent !important;
}
/* === TARJETAS DMC (grises elegantes en vez de azules) === */
.dmc-card-soft {
  background: rgba(20, 20, 20, 0.9) !important;  /* gris oscuro */
  border: 1px solid rgba(255, 255, 255, 0.05) !important; /* borde neutro */
  box-shadow: 0 0 25px rgba(0,0,0,0.25) inset;
}

/* Iconos y bullets */
.dmc-list li span:first-child {
  color: #e5e5e5 !important;
}

/* Títulos internos */
.dmc-card-soft h3 {
  color: #ffffff !important;
}
/* ===== TARJETAS DEL HERO (Test Psico, App DMC, EAs) ===== */
.dmc-pillar {
  position: relative;
  padding: 18px 20px 16px;
  border-radius: 18px;

  /* === Fondo gris con degradado premium === */
  background: linear-gradient(
      145deg,
      rgba(40, 40, 40, 0.65),
      rgba(20, 20, 20, 0.85)
    );

  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  overflow: hidden;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition: all 0.2s ease-out;
}

/* === Hover premium con glow dorado === */
.dmc-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(250, 204, 21, 0.35);
  box-shadow:
    0 0 25px rgba(250, 204, 21, 0.18),
    0 8px 30px rgba(0, 0, 0, 0.6);
}

/* Luz interna suave */
.dmc-pillar::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(
    circle at 10% 0%,
    rgba(250, 204, 21, 0.18),
    transparent 60%
  );
  transition: opacity 0.25s ease-out;
}

.dmc-pillar:hover::before {
  opacity: 1;
}

/* Tipografía */
.dmc-pillar-title {
  font-size: 16px;
  font-weight: 650;
  color: #ffffff;
}

.dmc-pillar-text {
  font-size: 13px;
  color: #d0d0d0;
}

/* ============================================
   BOTÓN CON GLOW DORADO FUERTE (GLOBAL)
   ============================================ */

.dmc-btn-glow {
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
  box-shadow:
    0 0 14px rgba(255, 200, 50, 0.45),
    0 0 28px rgba(255, 170, 0, 0.35),
    0 6px 15px rgba(0, 0, 0, 0.4);
}

.dmc-btn-glow:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 26px rgba(255, 220, 80, 0.95),
    0 0 60px rgba(255, 190, 0, 0.75),
    0 0 95px rgba(255, 170, 0, 0.55),
    0 8px 20px rgba(0, 0, 0, 0.5);
}
/* ==========================================================
   BOTÓN CON BORDE DE LUZ GIRATORIO (DMC)
   ========================================================== */

.dmc-btn-orbit {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.dmc-btn-orbit::before {
  content: "";
  position: absolute;
  inset: -3px; /* grosor y alcance del halo */
  border-radius: inherit;
  background: conic-gradient(
    from 0deg,
    rgba(255, 200, 80, 1),
    rgba(255, 160, 0, 0.8),
    rgba(255, 220, 80, 1),
    rgba(255, 140, 0, 0.8),
    rgba(255, 200, 80, 1)
  );

  animation: dmcOrbit 2.6s linear infinite;

  -webkit-mask: 
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; /* deja solo el borde */
  padding: 2px; /* grosor del borde */
  z-index: -1;
}

/* Animación del giro */
@keyframes dmcOrbit {
  to {
    transform: rotate(360deg);
  }
}
/* ============================================
   BOTÓN CON PUNTO DE LUZ GIRANDO EN EL BORDE
   ============================================ */

.dmc-btn-orbit-dot {
  position: relative;
  overflow: visible; /* para que la bolita pueda salir un pelín fuera */
}

/* El punto de luz */
.dmc-btn-orbit-dot::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;

  /* aspecto del punto brillante */
  background: radial-gradient(circle,
    #ffffff 0%,
    #ffe08a 35%,
    rgba(255, 184, 0, 0.0) 70%
  );
  box-shadow:
    0 0 10px rgba(255, 210, 100, 0.9),
    0 0 18px rgba(255, 190, 60, 0.7);

  pointer-events: none;
  z-index: 2;

  /* recorre el borde */
  animation: dmcOrbitDot 2.4s linear infinite;
}

/* Animación: el punto recorre el contorno del botón */
@keyframes dmcOrbitDot {
  0% {
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);          /* centro arriba */
  }
  25% {
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);       /* centro derecha */
  }
  50% {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);       /* centro abajo */
  }
  75% {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);       /* centro izquierda */
  }
  100% {
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);          /* vuelve arriba */
  }
}

/* ===== TARJETAS HERO: ESCRITORIO ===== */
@media (min-width: 900px) {
  .dmc-hero-right {
    display: flex;
    justify-content: center;
    gap: 18px;
  }

  .dmc-pillar {
    width: 260px;      /* ancho controlado */
  }
}

/* ===== TARJETAS HERO: MÓVIL UNA DEBAJO DE OTRA ===== */
@media (max-width: 899px) {
  .dmc-hero-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }

  .dmc-pillar {
    width: 100%;
    max-width: 340px;  /* para que no sean gigantes */
  }

  .dmc-pillar-content {
    text-align: center;
  }
}

/* Centrar las 3 tarjetas del ecosistema */
.dmc-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  justify-items: center; /* centra cada tarjeta dentro de su columna */
  align-items: start;
  gap: 20px;
}

/* Asegura que las tarjetas no se estiren raro */
.dmc-card-soft {
  width: 100%;
  max-width: 420px; /* ajusta si quieres más estrechas */
}
/* Centrar todo el contenido del bloque de psicotrading */
.psico-box {
  display: flex;
  flex-direction: column;
  align-items: center;       /* Centra horizontalmente todo */
  justify-content: center;
  text-align: center;        /* Centra el texto */
  width: 100%;
}

/* Centrar las 3 sub-tarjetas */
.psico-box .dmc-grid-3 {
  justify-content: center !important;
  justify-items: center !important;
  align-items: center !important;
}

/* Centrar el botón */
.psico-box .dmc-btn-row {
  justify-content: center !important;
}

.psico-box p {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Centrar fila del botón */
.psico-box .dmc-btn-row {
  justify-content: center !important;
  margin-top: 20px !important; /* ajusta si lo quieres más pegado */
}

/* Ajustar el texto de resultado y bajarlo */
.psico-box .resultado-basic {
  text-align: center !important;
  margin-top: 8px !important;
  display: block;
  width: 100%;
}
/* ==== ESTILO OSCURO SEGURO PARA FORMINATOR (NO ROMPE NADA) ==== */

/* Color del texto general */
.forminator-quiz,
.forminator-quiz * {
    color: #f1f1f1 !important;
}

/* Preguntas */
.forminator-quiz .forminator-question {
    margin-bottom: 26px;
}


/* Respuestas tipo botón */
.forminator-quiz .forminator-answer {
    background: rgba(255,255,255,0.05) !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    padding: 10px 16px !important;
    margin: 6px 0 !important;
    transition: 0.2s;
}

/* Hover */
.forminator-quiz .forminator-answer:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: rgba(250,204,21,0.65) !important;
}

/* Números 1–5 dentro de cada respuesta */
.forminator-quiz .forminator-answer--name {
    color: #facc15 !important;
    font-weight: 600;
}

/* Bolita del radio SIN modificar funcionamiento */
.forminator-quiz .forminator-answer--status {
    border-color: rgba(250,204,21,0.65) !important;
}

/* Cuando está seleccionado */
.forminator-quiz input[type="radio"]:checked + span .forminator-answer--status {
    background: #facc15 !important;
    border-color: #facc15 !important;
}

.forminator-quiz input[type="radio"]:checked + span .forminator-answer--name {
    color: #facc15 !important;
}

/* Campo email / nombre */
.forminator-quiz input[type="email"],
.forminator-quiz input[type="text"] {
    background: rgba(255,255,255,0.07) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 10px 14px !important;
}

/* Checkbox consentimiento */
.forminator-quiz .forminator-field-consent label {
    color: #f1f1f1 !important;
}

/* Botón Enviar */
.forminator-quiz .forminator-button-submit {
    border-radius: 999px !important;
    background: linear-gradient(90deg, #facc15, #fbbf24) !important;
    border: none !important;
    color: #000 !important;
    font-weight: 700 !important;
    padding: 12px 28px !important;
    box-shadow: 0 10px 30px rgba(250,204,21,0.4) !important;
}
/* ==== TEST PSICOTRADING: PONERLO OSCURO SIN ROMPER NADA ==== */

/* Contenedor del quiz: sin fondo blanco, que se vea el fondo negro de la web */
#forminator-quiz-leads-22 {
  background: transparent !important;
  color: #f9fafb !important;
}

/* Pregunta: texto en blanco, sin caja blanca */
#forminator-quiz-leads-22 .forminator-question {
  background: transparent !important;
  color: #f9fafb !important;
}

/* Las respuestas (las barras donde están 1–5):
   solo oscurecemos, no tocamos radios ni estructura */
#forminator-quiz-leads-22 .forminator-answer {
  background: rgba(0, 0, 0, 0.75) !important;
  border-radius: 14px !important;
  border: 1px solid rgba(148, 163, 184, 0.45) !important;
  color: #f9fafb !important;
}

/* Texto del número 1–5 más visible */
#forminator-quiz-leads-22 .forminator-answer--name {
  color: #f9fafb !important;
}

/* Campos de nombre y email al final, oscuros y redondeados */
#forminator-module-21 input[type="text"],
#forminator-module-21 input[type="email"] {
  background: rgba(0, 0, 0, 0.85) !important;
  border-radius: 999px !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  color: #f9fafb !important;
}
/* === CONTENEDOR OSCURO DEL FORMULARIO (LEADS + TEST) === */
#forminator-module-21.forminator-ui,
#forminator-module-22.forminator-ui {
  background: rgba(0, 0, 0, 0.78);   /* negro semitransparente */
  border-radius: 26px;
  padding: 32px 24px;
  max-width: 520px;
  margin: 0 auto 40px auto;          /* centrado y con margen abajo */
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
  color: #f9fafb;
}

/* TÍTULOS Y TEXTOS DEL FORMULARIO */
#forminator-module-21 .forminator-header,
#forminator-module-22 .forminator-header,
#forminator-module-21 .forminator-label,
#forminator-module-22 .forminator-label,
#forminator-module-21 .forminator-description,
#forminator-module-22 .forminator-description {
  color: #f9fafb !important;
  text-align: center;
}

/* CAMPOS DE TEXTO (email / nombre) */
#forminator-module-21 .forminator-input,
#forminator-module-21 .forminator-textarea,
#forminator-module-22 .forminator-input,
#forminator-module-22 .forminator-textarea {
  background: rgba(15, 23, 42, 0.85);
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #f9fafb;
  padding: 10px 18px;
}

/* PLACEHOLDERS */
#forminator-module-21 .forminator-input::placeholder,
#forminator-module-22 .forminator-input::placeholder {
  color: #9ca3af;
}

/* CHECKBOX DE CONSENTIMIENTO: texto en blanco, casilla visible */
#forminator-module-21 .forminator-checkbox__label {
  color: #f9fafb;
}
#forminator-module-21 .forminator-checkbox__input {
  accent-color: #facc15; /* amarillo DMC */
}

/* BOTÓN ENVIAR (mismo estilo que “Hacer el test gratis”) */
#forminator-module-21 .forminator-button-submit,
#forminator-module-22 .forminator-button-submit {
  border-radius: 999px;
  padding: 12px 26px;
  border: none;
  background: radial-gradient(circle at 0% 0%, #fef9c3 0, #fbbf24 45%, #facc15 100%);
  color: #020617;
  font-weight: 600;
  box-shadow: 0 16px 40px rgba(250, 204, 21, 0.5);
}
#forminator-module-21 .forminator-button-submit:hover,
#forminator-module-22 .forminator-button-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 50px rgba(250, 204, 21, 0.7);
}

/* OPCIONAL: centrado del botón */
#forminator-module-21 .forminator-row-last .forminator-col,
#forminator-module-22 .forminator-row-last .forminator-col {
  text-align: center;
}
/* === ESTILO RESPUESTAS TEST PSICOTRADING (QUIZ) === */
#forminator-module-22 label.forminator-answer.forminator-only--text {
  display: flex;
  align-items: center;
  gap: 12px;

  background: rgba(15, 23, 42, 0.95) !important;  /* pastilla oscura */
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6) !important;

  padding: 10px 18px;
  margin: 6px 0;
  cursor: pointer;
}

/* cuadradito de la izquierda */
#forminator-module-22 .forminator-answer--design {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  border: 1px solid rgba(148, 163, 184, 0.8);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* numerito 1-5 */
#forminator-module-22 .forminator-answer--name {
  color: #f9fafb;
  font-size: 15px;
  font-weight: 500;
}

/* estado seleccionado: input marcado */
#forminator-module-22 label.forminator-answer input[type="radio"]:checked + span.forminator-answer--design {
  background: radial-gradient(circle at 0% 0%, #fef9c3 0, #fbbf24 45%, #facc15 100%);
  border-color: #facc15;
  box-shadow: 0 0 14px rgba(250, 204, 21, 0.7);
}

/* texto cuando está seleccionado */
#forminator-module-22 label.forminator-answer input[type="radio"]:checked ~ span.forminator-answer--name {
  color: #facc15;
}
/* Caja oscura solo para el informe final del test */
.psico-report {
  max-width: 900px;
  margin: 40px auto;
  padding: 32px 22px;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.92);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.9);
  color: #f9fafb !important;
}

/* Tipografía dentro del informe (NO toca las preguntas del test) */
.psico-report h1,
.psico-report h2,
.psico-report h3,
.psico-report h4,
.psico-report p,
.psico-report li {
  color: #f9fafb !important;
}

/* Evita bloques blancos raros dentro del informe */
.psico-report * {
  background-color: transparent !important;
}
/* === BOTÓN GLASSMORPHISM VERDE PREMIUM === */

.psico-cta {
  position: relative;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
  margin-top: 40px;
}

/* Oculta el botón real del plugin pero sigue siendo clicable */
.psico-cta button,
.psico-cta input[type="submit"],
.psico-cta a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  cursor: pointer;
  z-index: 3;
}

/* Nuestro botón visual */
.psico-cta::before {
  content: "¡Obtener informe ahora!";
  position: relative;
  z-index: 1;

  /* Tamaño del botón */
  padding: 16px 40px;
  border-radius: 40px;

  /* Glass + brillo */
  background: rgba(34, 197, 94, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.2px solid rgba(34, 197, 94, 0.45);

  /* Glow exterior */
  box-shadow:
     0 0 18px rgba(34, 197, 94, 0.65),
     inset 0 0 12px rgba(34, 197, 94, 0.28);

  /* Texto */
  color: #eaffea;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;

  transition: all 0.22s ease-out;
}

/* Hover: más brillo, más glass */
.psico-cta:hover::before {
  background: rgba(34, 197, 94, 0.35);
  box-shadow:
     0 0 30px rgba(34, 197, 94, 0.85),
     inset 0 0 16px rgba(34, 197, 94, 0.35);
  transform: scale(1.035);
}

/* Click */
.psico-cta:active::before {
  transform: scale(0.99);
  box-shadow:
     0 0 20px rgba(34, 197, 94, 0.6),
     inset 0 0 8px rgba(34, 197, 94, 0.2);
}
/* === FORMIDATOR ID 39 (Confirmación de pago) === */

/* === FORMIDATOR ID 39 (Confirmación de pago) === */

/* INPUTS → texto blanco + fondo oscuro */
#forminator-module-39 input[type="text"],
#forminator-module-39 input[type="email"],
#forminator-module-39 input[type="number"],
#forminator-module-39 select,
#forminator-module-39 textarea {
    background: rgba(15, 23, 42, 0.95);
    color: #ffffff !important;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    padding: 12px 16px;
}

/* Placeholders */
#forminator-module-39 input::placeholder,
#forminator-module-39 textarea::placeholder {
    color: #9ca3af;
}

/* LABELS */
#forminator-module-39 label {
    color: #e5e7eb !important;
}

/* SELECT - texto blanco dentro del desplegable */
#forminator-module-39 select option {
    color: #ffffff !important;
    background: #0f172a !important;
}

/* *************** */
/* BOTÓN DORADO DMC */
/* *************** */
#forminator-module-39 .forminator-button-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 34px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;

    border-radius: 999px;
    border: none;

    color: #2a1d00;
    text-shadow: 0 0 2px rgba(0,0,0,0.4);

    /* GOLD GLASS GRADIENT */
    background: linear-gradient(135deg, #ffe082 0%, #ffca28 35%, #ffb300 70%, #ff8f00 100%);
    box-shadow:
        0 0 0 1px rgba(255, 193, 7, 0.5),
        0 12px 25px rgba(255, 179, 0, 0.45),
        inset 0 0 12px rgba(255, 255, 255, 0.35);

    transition: all 0.2s ease-out;
}

/* Hover */
#forminator-module-39 .forminator-button-submit:hover {
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgba(255, 200, 50, 0.9),
        0 18px 35px rgba(255, 160, 0, 0.9),
        inset 0 0 16px rgba(255, 255, 255, 0.5);
}

/* Centramos el botón */
#forminator-module-39 .forminator-row {
    text-align: center;
}
/* ======== SELECT "Seleccionar" FORMINATOR #39 ======== */

/* Texto que se ve en el desplegable cerrado */
#forminator-module-39 .forminator-select,
#forminator-module-39 .forminator-select span,
#forminator-module-39 .forminator-select .forminator-select-placeholder,
#forminator-module-39 .forminator-select .forminator-select-value,
#forminator-module-39 .forminator-select .forminator-input {
    color: #ffffff !important;
}

/* Lista desplegable cuando se abre */
#forminator-module-39 .forminator-select-dropdown,
#forminator-module-39 .forminator-select-dropdown li,
#forminator-module-39 .forminator-select-dropdown .forminator-option {
    background: #020617 !important;
    color: #ffffff !important;
}

/* Borde del select para que encaje con el resto */
#forminator-module-39 .forminator-select {
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.6);
}/* End custom CSS */