/* Limitar tamaño de iconos SVG en el Hero para evitar desbordamientos */
.elementor-element-2cc46acf img[src$=".svg"] {
    max-width: 32px !important;
    width: 32px !important;
    height: auto !important;
}


/* DAQH - LEGACY - Estilos antiguos que se mantienen sin tocarr */
.pricing-table-header,
.pricing-table h3,
.pricing-table h4,
.benefit-column h2 {
  color: #000;
}

.benefit-column,
.pricing-table-section {
  color: #000;
}

.pricing-table-header .benefit-column {
  color: #fff;
}


/* =========================================================
   DAQH - LOGOS HORIZONTALES PREMIUM LIMPIOS
   Objetivo:
   - Sin bordes, sin tarjetas, sin fondos ni glow de caja.
   - Hover premium tipo wow: elevación, brillo, enfoque y efecto de grupo.
   - Scope limitado a las dos filas de logos para no afectar al resto.
========================================================= */

.elementor-element-94292f3,
.elementor-element-e7151fb {
  position: relative;
}

.elementor-element-94292f3 .elementor-container,
.elementor-element-e7151fb .elementor-container {
  align-items: stretch;
}

.elementor-element-94292f3 .elementor-column,
.elementor-element-e7151fb .elementor-column {
  display: flex;
  padding-left: 8px;
  padding-right: 8px;
}

.elementor-element-94292f3 .elementor-widget-wrap,
.elementor-element-e7151fb .elementor-widget-wrap {
  width: 100%;
}

/* RESET TOTAL: sin tarjeta, sin borde, sin fondo */
.elementor-element-94292f3 .elementor-widget-image,
.elementor-element-e7151fb .elementor-widget-image,
.elementor-element-94292f3 .elementor-widget-image .elementor-widget-container,
.elementor-element-e7151fb .elementor-widget-image .elementor-widget-container {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;

  position: relative;
  isolation: isolate;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: visible !important;

  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  outline: none !important;
  border-radius: 0 !important;

  cursor: default !important;
  transform:
    perspective(900px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translateY(0);
  transform-style: preserve-3d;
  will-change: transform, opacity;
  -webkit-tap-highlight-color: transparent;

  transition:
    transform 0.32s ease,
    opacity 0.32s ease;
}

/* Elimina cualquier capa anterior que pudiera crear borde, caja o glow */
.elementor-element-94292f3 .elementor-widget-image::before,
.elementor-element-94292f3 .elementor-widget-image::after,
.elementor-element-e7151fb .elementor-widget-image::before,
.elementor-element-e7151fb .elementor-widget-image::after,
.elementor-element-94292f3 .elementor-widget-image .elementor-widget-container::before,
.elementor-element-94292f3 .elementor-widget-image .elementor-widget-container::after,
.elementor-element-e7151fb .elementor-widget-image .elementor-widget-container::before,
.elementor-element-e7151fb .elementor-widget-image .elementor-widget-container::after {
  content: none !important;
  display: none !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* IMAGEN: estado base editorial, sin borde ni máscara */
.elementor-element-94292f3 .elementor-widget-image img,
.elementor-element-e7151fb .elementor-widget-image img {
  display: block;
  width: 100%;
  height: auto;

  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  outline: none !important;
  border-radius: 0 !important;

  opacity: 0.72;
  filter: grayscale(1) brightness(0.90) contrast(1.03);
  transform:
    translate3d(var(--logo-x, 0px), var(--logo-y, 0px), 0)
    scale(var(--logo-scale, 1));

  transition:
    opacity 0.32s ease,
    filter 0.32s ease,
    transform 0.32s ease;

  will-change: transform, filter, opacity;
  backface-visibility: hidden;
}

/* HOVER PREMIUM: efecto del código nuevo, pero sin tarjeta/borde/glow de caja */
.elementor-element-94292f3 .elementor-widget-image:hover,
.elementor-element-e7151fb .elementor-widget-image:hover,
.elementor-element-94292f3 .elementor-widget-image.is-hovering,
.elementor-element-e7151fb .elementor-widget-image.is-hovering {
  transform:
    perspective(900px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translateY(-6px);

  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  outline: none !important;
}

.elementor-element-94292f3 .elementor-widget-image:hover img,
.elementor-element-e7151fb .elementor-widget-image:hover img,
.elementor-element-94292f3 .elementor-widget-image.is-hovering img,
.elementor-element-e7151fb .elementor-widget-image.is-hovering img {
  opacity: 0.98 !important;
  filter: grayscale(1) brightness(1.12) contrast(1.08) !important;
  transform:
    translate3d(var(--logo-x, 0px), var(--logo-y, 0px), 0)
    scale(1.015) !important;
}

/* EFECTO DE GRUPO: apaga suavemente los otros logos de la fila */
.elementor-element-94292f3 .elementor-container:hover .elementor-widget-image:not(:hover),
.elementor-element-e7151fb .elementor-container:hover .elementor-widget-image:not(:hover),
.elementor-element-94292f3.logo-row-hovering .elementor-widget-image:not(.is-hovering),
.elementor-element-e7151fb.logo-row-hovering .elementor-widget-image:not(.is-hovering) {
  opacity: 0.84;
}

.elementor-element-94292f3 .elementor-container:hover .elementor-widget-image:not(:hover) img,
.elementor-element-e7151fb .elementor-container:hover .elementor-widget-image:not(:hover) img,
.elementor-element-94292f3.logo-row-hovering .elementor-widget-image:not(.is-hovering) img,
.elementor-element-e7151fb.logo-row-hovering .elementor-widget-image:not(.is-hovering) img {
  opacity: 0.46 !important;
  filter: grayscale(1) brightness(0.72) contrast(1) !important;
  transform: scale(0.96) !important;
}

/* Seguridad extra: nunca permitir caja/borde en estados hover/focus/active */
.elementor-element-94292f3 .elementor-widget-image:hover,
.elementor-element-94292f3 .elementor-widget-image:focus,
.elementor-element-94292f3 .elementor-widget-image:active,
.elementor-element-e7151fb .elementor-widget-image:hover,
.elementor-element-e7151fb .elementor-widget-image:focus,
.elementor-element-e7151fb .elementor-widget-image:active {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-image: none !important;
  outline: none !important;
}

/* MOBILE */
@media (max-width: 1024px) {
  .elementor-element-94292f3 .elementor-column,
  .elementor-element-e7151fb .elementor-column {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 767px) {
  .elementor-element-94292f3 .elementor-column,
  .elementor-element-e7151fb .elementor-column {
    padding-left: 4px;
    padding-right: 4px;
  }

  .elementor-element-94292f3 .elementor-widget-image img,
  .elementor-element-e7151fb .elementor-widget-image img {
    opacity: 0.88 !important;
    filter: grayscale(1) brightness(0.96) !important;
    transform: none !important;
  }

  .elementor-element-94292f3 .elementor-widget-image:hover,
  .elementor-element-e7151fb .elementor-widget-image:hover,
  .elementor-element-94292f3 .elementor-widget-image.is-hovering,
  .elementor-element-e7151fb .elementor-widget-image.is-hovering {
    transform: translateY(-2px) !important;
  }

  .elementor-element-94292f3 .elementor-container:hover .elementor-widget-image:not(:hover),
  .elementor-element-e7151fb .elementor-container:hover .elementor-widget-image:not(:hover),
  .elementor-element-94292f3.logo-row-hovering .elementor-widget-image:not(.is-hovering),
  .elementor-element-e7151fb.logo-row-hovering .elementor-widget-image:not(.is-hovering) {
    opacity: 1 !important;
  }

  .elementor-element-94292f3 .elementor-container:hover .elementor-widget-image:not(:hover) img,
  .elementor-element-e7151fb .elementor-container:hover .elementor-widget-image:not(:hover) img,
  .elementor-element-94292f3.logo-row-hovering .elementor-widget-image:not(.is-hovering) img,
  .elementor-element-e7151fb.logo-row-hovering .elementor-widget-image:not(.is-hovering) img {
    opacity: 0.88 !important;
    filter: grayscale(1) brightness(0.96) !important;
    transform: none !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .elementor-element-94292f3 .elementor-widget-image img,
  .elementor-element-e7151fb .elementor-widget-image img {
    opacity: 0.88 !important;
    filter: grayscale(1) brightness(0.96) contrast(1) !important;
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementor-element-94292f3 .elementor-widget-image,
  .elementor-element-e7151fb .elementor-widget-image,
  .elementor-element-94292f3 .elementor-widget-image img,
  .elementor-element-e7151fb .elementor-widget-image img {
    transition: none !important;
    transform: none !important;
  }
}

/* =========================================================
   DAQH - HEADINGS SYSTEM (GLOBAL Y MANTENIBLE)
   Centraliza fuente, pesos, line-height, tracking y tamaños
========================================================= */
:root {
  --me-heading-font: var(--e-global-typography-primary-font-family, inherit);
  --me-heading-color: #ffffff;
  --me-heading-weight: 700;

  --me-title-xl-size: clamp(40px, 5vw, 64px);
  --me-title-lg-size: clamp(32px, 4vw, 48px);
  --me-title-md-size: clamp(24px, 3vw, 32px);
  --me-title-sm-size: clamp(20px, 2.5vw, 26px);

  --me-title-xl-line: 0.96;
  --me-title-lg-line: 1.02;
  --me-title-md-line: 1.08;
  --me-title-sm-line: 1.18;

  --me-title-xl-track: -0.06em;
  --me-title-lg-track: -0.05em;
  --me-title-md-track: -0.035em;
  --me-title-sm-track: -0.03em;
}

.me-title-xl,
.me-title-lg,
.me-title-md,
.me-title-sm {
  margin: 0;
  color: var(--me-heading-color);
  text-wrap: balance;
}

.me-title-xl {
}

.me-title-lg {
}

.me-title-md {
}

.me-title-sm {
}

/* Mapeado global de títulos */
.me-content-calendar__title,
.me-destiny-title,
.me-destiny-core-title,
.me-macro-title,
.me-duality-title,
.me-analysis-title,
.me-laws-title,
.me-pricing-title,
.me-faq-title,
.me-thesis-title,
.me-clarity-title,
.me-manifesto-head h2 {
}

.me-macro-side-title,
.me-duality-card-title,
.me-highlight,
.me-side-content h3 {
}

.me-highlight-card__title,
.me-schedule-item__title,
.me-duality-point-content h4,
.me-analysis-item h3,
.me-faq-group-head h3,
.me-plan-name {
}

/* DAQH Span rosado */
.highlight {
  background: linear-gradient(90deg, #F5949B, #F5949B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
/* =========================================================
   DAQH - BUTTON SYSTEM (GLOBAL UNIFICADO)
========================================================= */

/* BASE */
a.elementor-button.elementor-button-link.elementor-size-sm,
a.uicore-btn,
a.me-faq-button {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 26px !important;
  border-radius: 14px;

  text-decoration: none !important;

  color: #ffffff !important;
  background: #111112 !important;

  border: 1px solid rgba(245, 148, 155, 0.85) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

/* HOVER */
a.elementor-button.elementor-button-link.elementor-size-sm:hover,
a.uicore-btn:hover,
a.me-faq-button:hover {

  transform: translateY(-1px);

  background: #F5949B !important;
  color: #111112 !important;
  border-color: #F5949B !important;

  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16);
}

/* TEXTO INTERNO */
a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-text,
a.uicore-btn,
a.uicore-btn span,
a.me-faq-button span {
  color: #ffffff !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover .elementor-button-text,
a.uicore-btn:hover,
a.uicore-btn:hover span,
a.me-faq-button:hover span {
  color: #111112 !important;
}

/* ACTIVE */
a.elementor-button.elementor-button-link.elementor-size-sm:active,
a.uicore-btn:active,
a.me-faq-button:active {

  transform: translateY(0);
  background: #F5949B !important;
  color: #111112 !important;
  border-color: #F5949B !important;
}

/* MOBILE */
@media (hover: none), (pointer: coarse) {
  a.elementor-button.elementor-button-link.elementor-size-sm,
  a.uicore-btn,
  a.me-faq-button {
    transform: none !important;
  }
}

/* =========================================================
   DAQH - HERO ICON XRP
   FIX REAL GLASS / BLUR / GLOW
========================================================= */

.elementor-element-b9d537e {
  position: relative !important;
  width: 62px !important;
  height: 62px !important;
  padding: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;

  border-radius: 16px !important;

  /* más glass, menos blanco plano */
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;

  backdrop-filter: blur(26px) saturate(150%) !important;
  -webkit-backdrop-filter: blur(26px) saturate(150%) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -1px 0 rgba(255,255,255,0.02),
    0 10px 30px rgba(0,0,0,0.22),
    0 0 20px rgba(245,148,155,0.08) !important;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease !important;
}

/* halo exterior */
.elementor-element-b9d537e::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.78;

  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08) 0%, transparent 60%),
    radial-gradient(circle at 50% 20%, rgba(245,148,155,0.12) 0%, transparent 55%);

  filter: blur(14px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    filter 0.3s ease;
}

/* capa interior glass para que se lea mejor */
.elementor-element-b9d537e::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.015) 100%),
    radial-gradient(circle at 50% 18%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 28%, transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

/* logo */
.elementor-element-b9d537e img {
  position: relative;
  z-index: 2;
  width: 33px !important;
  height: 33px !important;
  object-fit: contain;
  display: block;

  opacity: 0.96;
  transform: scale(1.12);
  transform-origin: center;
  filter: brightness(0.98) contrast(1.05);

  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    filter 0.3s ease;
}

/* hover */
.elementor-element-b9d537e:hover {
  border-color: rgba(245,148,155,0.18) !important;
  background: rgba(255,255,255,0.05) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    inset 0 -1px 0 rgba(255,255,255,0.025),
    0 12px 34px rgba(0,0,0,0.26),
    0 0 28px rgba(245,148,155,0.12) !important;
}

.elementor-element-b9d537e:hover::before {
  opacity: 0.92;
  transform: scale(1.02);
  filter: blur(16px);
}

.elementor-element-b9d537e:hover img {
  opacity: 1;
  filter: brightness(1.04) contrast(1.06);
}

/* =========================================================
   HERO ICONS - SISTEMA GLASS CORREGIDO
========================================================= */

/* BASE para TODOS los iconos glass */
.hero-icon--glass {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

  border-radius: 16px;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.10);

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -1px 0 rgba(255,255,255,0.02),
    0 10px 30px rgba(0,0,0,0.22),
    0 0 20px rgba(245,148,155,0.08);

  transition: all 0.3s ease;
}

/* HALO */
.hero-icon--glass::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  z-index: -1;
  pointer-events: none;

  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.08), transparent 60%),
    radial-gradient(circle at 50% 20%, rgba(245,148,155,0.12), transparent 55%);

  filter: blur(14px);
  opacity: 0.75;
}

/* CAPA GLASS */
.hero-icon--glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;

  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.015)),
    radial-gradient(circle at 50% 18%, rgba(245,148,155,0.10), transparent 60%);

  mix-blend-mode: screen;
}

/* ICONO */
.hero-icon--glass img {
  width: 30px;
  height: 30px;
  transform: scale(1.12);
  filter: brightness(0.98) contrast(1.05);
}

/* =========================================================
   XRP (ICONO PRINCIPAL)
========================================================= */

.hero-icon-main {
  width: 62px;
  height: 62px;
  padding: 13px;
}

/* Hover */
.hero-icon--glass:hover {
  border-color: rgba(245,148,155,0.18);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 12px 34px rgba(0,0,0,0.26),
    0 0 28px rgba(245,148,155,0.12);
}
/* DAQH - TOKENS - Variables base del sistema visual */
:root {
  --daqh-brand: #F5949B;
  --daqh-brand-soft: rgba(245,148,155,0.12);
  --daqh-brand-mid: rgba(245,148,155,0.18);
  --daqh-brand-strong: rgba(245,148,155,0.26);
  --daqh-brand-glow-soft: rgba(245,148,155,0.08);
  --daqh-brand-glow-mid: rgba(245,148,155,0.14);
  --daqh-brand-glow-strong: rgba(245,148,155,0.22);
  --daqh-brand-glow-hot: rgba(245,148,155,0.34);

  --daqh-white: #ffffff;
  --daqh-white-soft: rgba(255,255,255,0.92);
  --daqh-white-mid: rgba(255,255,255,0.84);
  --daqh-white-low: rgba(255,255,255,0.78);
  --daqh-white-muted: rgba(255,255,255,0.76);
  --daqh-white-faint: rgba(255,255,255,0.06);

  --daqh-surface-top: rgba(255,255,255,0.025);
  --daqh-surface-bottom: rgba(255,255,255,0.014);

  --daqh-border: rgba(255,255,255,0.07);
  --daqh-border-soft: rgba(255,255,255,0.06);

  --daqh-shadow-card:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 22px 70px rgba(0,0,0,0.34);

  --daqh-shadow-card-hover:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 28px 80px rgba(0,0,0,0.40),
    0 0 32px rgba(245,148,155,0.05);

  --daqh-shadow-card-premium:
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 -1px 0 rgba(255,255,255,0.02),
    0 22px 60px rgba(0,0,0,0.34),
    0 0 0 1px rgba(255,255,255,0.015);

  --daqh-shadow-card-premium-hover:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -1px 0 rgba(255,255,255,0.025),
    0 34px 90px rgba(0,0,0,0.42),
    0 0 42px rgba(245,148,155,0.08),
    0 0 86px rgba(245,148,155,0.06);

  --daqh-radius-card: 34px;
  --daqh-radius-inner: 26px;
  --daqh-radius-card-mobile: 26px;
  --daqh-radius-inner-mobile: 22px;

  --daqh-transition: 0.25s ease;
}


/* DAQH - LAYOUT - Fondo de la sección de calendario/contenido */
.me-calendar-section {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(ellipse at 50% 8%, rgba(245,148,155,0.05) 0%, transparent 34%),
    radial-gradient(ellipse at 20% 40%, rgba(255,255,255,0.012) 0%, transparent 28%),
    radial-gradient(ellipse at 80% 45%, rgba(255,255,255,0.01) 0%, transparent 28%),
    linear-gradient(180deg, #050505 0%, #060606 55%, #070707 100%);
}

.me-calendar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.72) 18%,
    rgba(0,0,0,0.84) 50%,
    rgba(0,0,0,0.72) 82%,
    transparent 100%
  );
}

.me-calendar-section::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  opacity: 0.28;
  filter: blur(70px);
  background:
    radial-gradient(circle at 50% 10%, rgba(245,148,155,0.06) 0%, transparent 24%),
    radial-gradient(circle at 24% 55%, rgba(255,255,255,0.02) 0%, transparent 18%),
    radial-gradient(circle at 76% 55%, rgba(255,255,255,0.015) 0%, transparent 18%);
}

.me-calendar-section > .elementor-container,
.me-calendar-section > .elementor-container > .elementor-column,
.me-calendar-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: relative;
  z-index: 2;
  background: transparent !important;
}


/* DAQH - LAYOUT - Fondo de la sección de beneficios/manifiesto */
.me-benefits-section {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(ellipse at 26% 52%, rgba(245,148,155,0.10) 0%, transparent 34%),
    radial-gradient(ellipse at 82% 78%, rgba(245,148,155,0.04) 0%, transparent 28%),
    linear-gradient(180deg, #050505 0%, #050505 100%);
}

.me-benefits-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.10;
  background:
    linear-gradient(rgba(255,255,255,0.014) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0,0,0,0.75) 18%,
    rgba(0,0,0,0.9) 50%,
    rgba(0,0,0,0.75) 82%,
    transparent 100%
  );
}

.me-benefits-section > .elementor-container,
.me-benefits-section > .elementor-container > .elementor-column,
.me-benefits-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  position: relative;
  z-index: 2;
  background: transparent !important;
}


/* DAQH - CALENDARIO - Contenedor general del bloque */
.me-content-calendar {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 110px 24px 56px;
  color: var(--daqh-white);
  background: transparent !important;
}

.me-content-calendar * {
  box-sizing: border-box;
}

.me-content-calendar a {
  color: var(--daqh-brand);
  text-decoration: none;
  transition: color var(--daqh-transition), opacity var(--daqh-transition);
}

.me-content-calendar a:hover {
  color: #F5949B;
  opacity: 1;
}

.me-content-calendar img.emoji {
  width: 1em;
  height: 1em;
  vertical-align: -0.12em;
}


/* DAQH - HEADER - Cabecera central del bloque */
.me-content-calendar__header {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.me-content-calendar__eyebrow {
  margin: 0 0 14px;
  color: rgba(245, 148, 155, 0.92);
}

.me-content-calendar__title-icon {
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-2px);
}

.me-content-calendar__subtitle {
  max-width: 720px;
  margin: 24px auto 0;
  color: rgba(255,255,255,0.80);
  text-wrap: balance;
}

/* DAQH - GRID - Grid principal de cards */
.me-content-calendar__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  margin: 42px 0 34px;
}


/* DAQH - CARD BASE - Card premium reutilizable + wow reactivo */
.me-highlight-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  --card-shift: 0px;
  --inner-shift-x: 0px;
  --inner-shift-y: 0px;
  --glow-opacity: 0;
  --shine-opacity: 0;
  --border-accent: rgba(245,148,155,0.10);

  position: relative;
  isolation: isolate;
  overflow: visible;
  min-height: 100%;
  padding: 18px 20px 28px;
  border-radius: var(--daqh-radius-card);
  border: 1px solid rgba(255,255,255,0.075);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.014) 100%),
    linear-gradient(180deg, rgba(10,10,12,0.86) 0%, rgba(7,7,9,0.94) 100%);
  box-shadow: var(--daqh-shadow-card-premium);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  transform:
    perspective(1200px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translateY(var(--card-shift));
  transform-style: preserve-3d;
  will-change: transform, box-shadow, border-color;
  transition:
    transform 0.28s cubic-bezier(.22,.61,.36,1),
    box-shadow 0.30s ease,
    border-color 0.30s ease,
    background 0.30s ease;
}

.me-highlight-card:hover {
  border-color: rgba(255,255,255,0.11);
  box-shadow: var(--daqh-shadow-card-premium-hover);
}

.me-highlight-card.is-tilting {
  --glow-opacity: 1;
  --shine-opacity: 1;
  --card-shift: -8px;
  border-color: rgba(245,148,155,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -1px 0 rgba(255,255,255,0.025),
    0 36px 100px rgba(0,0,0,0.44),
    0 0 44px rgba(245,148,155,0.10),
    0 0 96px rgba(245,148,155,0.08);
}

.me-highlight-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.05), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 28%, transparent 72%, rgba(255,255,255,0.015) 100%);
}

.me-highlight-card::after {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.92;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.20) 0%, rgba(245,148,155,0.09) 18%, rgba(245,148,155,0.00) 52%),
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 24%, rgba(245,148,155,0) 58%),
    radial-gradient(circle at 0% 100%, rgba(245,148,155,0.05) 0%, rgba(245,148,155,0) 42%),
    radial-gradient(circle at 100% 100%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 42%);
  filter: blur(24px);
  transition:
    opacity 0.24s ease,
    filter 0.24s ease,
    transform 0.24s ease;
}

.me-highlight-card:hover::after {
  opacity: 1;
  filter: blur(24px);
  transform: scale(1.015);
}

.me-highlight-card.is-tilting::after {
  transform: scale(1.03);
  filter: blur(28px);
  opacity: 1;
}

.me-highlight-card > * {
  position: relative;
  z-index: 2;
}


/* Capas reactivas inyectadas por JS */
.me-highlight-card__ambient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: var(--glow-opacity);
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.14) 0%, rgba(245,148,155,0.07) 16%, rgba(245,148,155,0) 44%);
  filter: blur(26px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.me-highlight-card__grain {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0.055;
  background-image: radial-gradient(rgba(255,255,255,0.35) 0.55px, transparent 0.75px);
  background-size: 8px 8px;
  mix-blend-mode: soft-light;
}


/* Elementos internos con microparallax */
.me-highlight-card__visual,
.me-highlight-card__title,
.me-highlight-card__text,
.me-content-calendar__footer,
.me-card-badge {
  position: relative;
  z-index: 2;
  transform: translate3d(var(--inner-shift-x), var(--inner-shift-y), 0);
  transition:
    transform 0.22s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
  will-change: transform;
}


/* DAQH - CARD VISUAL - Cabecera visual común */
.me-highlight-card__visual {
  position: relative;
  width: 100%;
  min-height: 220px;
  margin-bottom: 22px;
  border-radius: var(--daqh-radius-inner);
  border: 1px solid rgba(255,255,255,0.075);
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.03), transparent 40%),
    radial-gradient(circle at 50% 42%, rgba(245,148,155,0.08), transparent 52%),
    linear-gradient(180deg, rgba(7,8,12,0.9) 0%, rgba(10,11,16,0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.035),
    inset 0 -30px 80px rgba(0,0,0,0.46),
    0 20px 38px rgba(0,0,0,0.24);
  overflow: hidden;
  transition:
    transform 0.38s cubic-bezier(.2,.8,.2,1),
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.me-highlight-card:hover .me-highlight-card__visual {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    inset 0 -34px 90px rgba(0,0,0,0.5),
    0 24px 46px rgba(0,0,0,0.28),
    0 0 28px rgba(245,148,155,0.05);
}

.me-highlight-card.is-tilting .me-highlight-card__visual {
  border-color: rgba(255,255,255,0.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -34px 90px rgba(0,0,0,0.50),
    0 26px 52px rgba(0,0,0,0.30),
    0 0 30px rgba(245,148,155,0.07);
}

.me-highlight-card__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(130deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 16%, transparent 32%, transparent 68%, rgba(255,255,255,0.02) 86%, rgba(255,255,255,0.05) 100%);
  opacity: 0.46;
  mix-blend-mode: screen;
}

.me-highlight-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.16) 0%, rgba(245,148,155,0.08) 14%, rgba(245,148,155,0.00) 42%),
    radial-gradient(circle at 16% 14%, rgba(255,255,255,0.03), transparent 22%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.012) 50%, transparent 100%);
  pointer-events: none;
}

.me-highlight-card__visual-glare {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 3;
  opacity: var(--shine-opacity);
  background:
    linear-gradient(
      115deg,
      transparent 18%,
      rgba(255,255,255,0.00) 32%,
      rgba(255,255,255,0.04) 40%,
      rgba(255,255,255,0.11) 48%,
      rgba(255,255,255,0.03) 56%,
      rgba(255,255,255,0.00) 64%,
      transparent 76%
    );
  transform:
    translateX(calc((var(--mx) - 50%) * 0.18))
    translateY(calc((var(--my) - 50%) * 0.08))
    rotate(8deg);
  mix-blend-mode: screen;
  transition: opacity 0.22s ease, transform 0.22s ease;
}


/* DAQH - VISUAL AUDIO - Cabecera tipo barras */
.me-highlight-card__visual--audio {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 22px 26px;
}

.me-audio-bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  height: 110px;
  transform: translateZ(0);
}

.me-audio-bars span {
  flex: 1;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(245,148,155,1) 0%, rgba(245,148,155,0.98) 28%, rgba(245,148,155,0.9) 100%);
  box-shadow:
    0 0 18px rgba(245,148,155,0.24),
    0 0 34px rgba(245,148,155,0.14),
    inset 0 1px 0 rgba(255,255,255,0.28);
  opacity: 0.95;
  transition:
    transform 0.34s ease,
    box-shadow 0.34s ease,
    opacity 0.34s ease;
}

.me-highlight-card:hover .me-audio-bars span {
  opacity: 1;
  box-shadow:
    0 0 24px rgba(245,148,155,0.30),
    0 0 44px rgba(245,148,155,0.16),
    inset 0 1px 0 rgba(255,255,255,0.34);
}

.me-highlight-card:hover .me-audio-bars span:nth-child(2n) {
  transform: translateY(-3px);
}

.me-highlight-card.is-tilting .me-audio-bars span {
  box-shadow:
    0 0 26px rgba(245,148,155,0.34),
    0 0 46px rgba(245,148,155,0.16),
    inset 0 1px 0 rgba(255,255,255,0.34);
}

.me-audio-bars span:nth-child(1) { height: 28%; }
.me-audio-bars span:nth-child(2) { height: 58%; }
.me-audio-bars span:nth-child(3) { height: 36%; }
.me-audio-bars span:nth-child(4) { height: 68%; }
.me-audio-bars span:nth-child(5) { height: 42%; }
.me-audio-bars span:nth-child(6) { height: 54%; }
.me-audio-bars span:nth-child(7) { height: 30%; }
.me-audio-bars span:nth-child(8) { height: 46%; }


/* DAQH - VISUAL NEWSLETTER - Cabecera tipo tarjeta editorial */
.me-highlight-card__visual--newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.me-news-card {
  position: relative;
  width: 72%;
  min-height: 118px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.028) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.045),
    0 14px 36px rgba(0,0,0,0.28),
    0 0 26px rgba(245,148,155,0.045);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease;
}

.me-news-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 30%, transparent 70%, rgba(255,255,255,0.03) 100%);
}

.me-highlight-card:hover .me-news-card {
  transform: translateY(-2px) rotate(-0.15deg) scale(1.01);
  border-color: rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 18px 42px rgba(0,0,0,0.3),
    0 0 34px rgba(245,148,155,0.06);
}

.me-highlight-card.is-tilting .me-news-card {
  transform:
    translate3d(calc(var(--inner-shift-x) * 0.7), calc(var(--inner-shift-y) * 0.7), 0)
    rotate(-0.2deg)
    scale(1.015);
  border-color: rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 20px 44px rgba(0,0,0,0.32),
    0 0 36px rgba(245,148,155,0.07);
}

.me-news-card span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.24) 100%);
}

.me-news-card span:nth-child(1) { width: 88%; }
.me-news-card span:nth-child(2) { width: 84%; }
.me-news-card span:nth-child(3) { width: 82%; }
.me-news-card span:nth-child(4) { width: 54%; }


/* DAQH - VISUAL RHYTHM - Cabecera tipo ritmo semanal */
.me-highlight-card__visual--rhythm {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.me-week-track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  width: 100%;
}

.me-week-track span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 94px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
  color: rgba(255,255,255,0.92);
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 20px rgba(0,0,0,0.12);
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    box-shadow 0.34s ease,
    background 0.34s ease;
}

.me-week-track span:nth-child(2),
.me-week-track span:nth-child(4),
.me-week-track span:nth-child(5),
.me-week-track span:nth-child(6) {
  background:
    radial-gradient(circle at 50% 50%, rgba(58,168,194,0.08) 0%, transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
}

.me-highlight-card:hover .me-week-track span {
  border-color: rgba(255,255,255,0.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 10px 24px rgba(0,0,0,0.16);
}

.me-highlight-card:hover .me-week-track span:nth-child(2),
.me-highlight-card:hover .me-week-track span:nth-child(4),
.me-highlight-card:hover .me-week-track span:nth-child(5),
.me-highlight-card:hover .me-week-track span:nth-child(6) {
  transform: translateY(-3px);
  border-color: rgba(245,148,155,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 28px rgba(0,0,0,0.18),
    0 0 24px rgba(245,148,155,0.05);
}

.me-highlight-card.is-tilting .me-week-track span:nth-child(2),
.me-highlight-card.is-tilting .me-week-track span:nth-child(4),
.me-highlight-card.is-tilting .me-week-track span:nth-child(5),
.me-highlight-card.is-tilting .me-week-track span:nth-child(6) {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 14px 30px rgba(0,0,0,0.18),
    0 0 24px rgba(245,148,155,0.06);
}


/* DAQH - BADGE - Badge flotante en cabeceras visuales */
.me-card-badge {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(14,14,16,0.82) 0%, rgba(10,10,12,0.72) 100%);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255,255,255,0.9);
  box-shadow:
    0 10px 24px rgba(0,0,0,0.28),
    0 0 20px rgba(245,148,155,0.04);
  transition:
    transform 0.34s ease,
    border-color 0.34s ease,
    background 0.34s ease,
    box-shadow 0.34s ease;
}

.me-highlight-card:hover .me-card-badge {
  transform: translateY(-2px);
  border-color: rgba(245,148,155,0.18);
  background: linear-gradient(180deg, rgba(16,16,18,0.86) 0%, rgba(10,10,12,0.76) 100%);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.3),
    0 0 24px rgba(245,148,155,0.06);
}

.me-highlight-card.is-tilting .me-card-badge {
  border-color: rgba(245,148,155,0.22);
  box-shadow:
    0 16px 30px rgba(0,0,0,0.32),
    0 0 26px rgba(245,148,155,0.08);
}


/* DAQH - CARD TEXT - Tipografía interna de cards */

.me-highlight-card:hover .me-highlight-card__title {
  text-shadow: 0 0 18px rgba(245,148,155,0.08);
}

.me-highlight-card.is-tilting .me-highlight-card__title {
  text-shadow:
    0 0 20px rgba(245,148,155,0.10),
    0 0 40px rgba(245,148,155,0.05);
}

.me-highlight-card__text {
  margin: 0;
  color: rgba(255,255,255,0.84);
}


/* Respeta móviles y evita excesos táctiles */
@media (hover: none), (pointer: coarse) {
  .me-highlight-card {
    transform: none !important;
  }

  .me-highlight-card::after {
    opacity: 0.9;
    filter: blur(22px);
  }

  .me-highlight-card__ambient,
  .me-highlight-card__visual-glare {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .me-highlight-card,
  .me-highlight-card__visual,
  .me-highlight-card__title,
  .me-highlight-card__text,
  .me-content-calendar__footer,
  .me-card-badge,
  .me-news-card,
  .me-highlight-card::after,
  .me-highlight-card__ambient,
  .me-highlight-card__visual-glare {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

/* =========================================================
   DAQH - SIGNAL CARDS - Cabeceras exclusivas para Señales
========================================================= */

/* Hace que todas las cards tengan la misma lógica vertical */
.me-signal-card {
  display: flex;
  flex-direction: column;
}

.me-signal-card .me-highlight-card__text {
  margin-bottom: 0;
}

.me-signal-card .me-content-calendar__footer {
  margin-top: auto;
  padding-top: 26px;
}

/* Visual base exclusiva */
.me-signal-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 18%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 20%, transparent 52%),
    linear-gradient(180deg, rgba(7,8,12,0.94) 0%, rgba(8,9,14,0.98) 100%);
}

.me-signal-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04) 0%, transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, transparent 28%, transparent 72%, rgba(255,255,255,0.015) 100%);
  mix-blend-mode: screen;
  z-index: 1;
}

.me-signal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(245,148,155,0.12) 0%, rgba(245,148,155,0.05) 14%, rgba(245,148,155,0) 40%);
  z-index: 1;
}

.me-signal-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* =========================================================
   1) RADAR DE SUELOS
   Concepto: escáner de suelos + zonas BTC / ALT
========================================================= */

.me-signal-scene--radar {
  background:
    radial-gradient(circle at 50% 58%, rgba(245,148,155,0.16) 0%, rgba(245,148,155,0.06) 20%, rgba(245,148,155,0) 46%),
    radial-gradient(circle at 50% 58%, rgba(74,159,255,0.12) 0%, rgba(74,159,255,0.04) 18%, rgba(74,159,255,0) 40%);
}

.me-signal-scene--radar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 0 18px rgba(255,255,255,0.025),
    0 0 0 38px rgba(255,255,255,0.018),
    0 0 0 58px rgba(255,255,255,0.012);
}

.me-signal-scene--radar::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 54%;
  width: 118px;
  height: 118px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background:
    conic-gradient(
      from 215deg,
      rgba(245,148,155,0) 0deg,
      rgba(245,148,155,0.00) 250deg,
      rgba(245,148,155,0.18) 290deg,
      rgba(245,148,155,0.60) 318deg,
      rgba(245,148,155,0.04) 345deg,
      rgba(245,148,155,0) 360deg
    );
  filter: blur(1px);
  opacity: 0.95;
}

/* línea central radar */
.me-signal-visual--radar .me-signal-scene {
  overflow: hidden;
}

.me-signal-visual--radar .me-signal-scene span {
  display: none;
}

.me-signal-visual--radar .me-signal-scene::marker {
  content: "";
}

/* puntos suelo */
.me-signal-visual--radar .me-signal-scene {
  --dot1-x: 34%;
  --dot2-x: 50%;
  --dot3-x: 67%;
}

.me-signal-visual--radar .me-signal-scene {
  background-image:
    radial-gradient(circle at 34% 70%, rgba(255,173,51,0.95) 0 4px, rgba(255,173,51,0.22) 5px, transparent 11px),
    radial-gradient(circle at 50% 64%, rgba(255,255,255,0.85) 0 3px, rgba(255,255,255,0.18) 4px, transparent 10px),
    radial-gradient(circle at 67% 69%, rgba(74,159,255,0.95) 0 4px, rgba(74,159,255,0.22) 5px, transparent 11px),
    linear-gradient(180deg, transparent 0%, transparent 64%, rgba(255,255,255,0.035) 64.5%, transparent 65%);
  background-repeat: no-repeat;
}

/* =========================================================
   2) XRP: SUELOS & TECHOS
   Concepto: canal + extremos + trayectoria
========================================================= */

.me-signal-scene--xrp {
  background:
    radial-gradient(circle at 52% 52%, rgba(245,148,155,0.12) 0%, rgba(245,148,155,0.04) 20%, transparent 44%);
}

.me-signal-scene--xrp::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 33%;
  bottom: 29%;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg,
      rgba(245,148,155,0.10) 0%,
      rgba(245,148,155,0.03) 18%,
      transparent 18%,
      transparent 82%,
      rgba(104,179,255,0.03) 82%,
      rgba(104,179,255,0.12) 100%
    );
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 10px 30px rgba(0,0,0,0.16);
}

.me-signal-scene--xrp::after {
  content: "";
  position: absolute;
  left: 21%;
  top: 50%;
  width: 58%;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(255,255,255,0.05) 0%,
    rgba(255,255,255,0.42) 50%,
    rgba(255,255,255,0.05) 100%
  );
  transform: rotate(-12deg);
  box-shadow:
    0 0 16px rgba(255,255,255,0.08);
}

/* puntos techo / suelo */
.me-signal-visual--xrp .me-signal-scene {
  background-image:
    radial-gradient(circle at 28% 40%, rgba(245,148,155,0.95) 0 4px, rgba(245,148,155,0.18) 5px, transparent 11px),
    radial-gradient(circle at 50% 58%, rgba(255,255,255,0.88) 0 3px, rgba(255,255,255,0.18) 4px, transparent 10px),
    radial-gradient(circle at 73% 69%, rgba(110,176,255,0.95) 0 4px, rgba(110,176,255,0.18) 5px, transparent 11px);
  background-repeat: no-repeat;
}

/* =========================================================
   3) SESGO DEL MERCADO
   Concepto: mapa macro / red / dirección global
========================================================= */

.me-signal-scene--bias {
  background:
    radial-gradient(circle at 50% 50%, rgba(245,148,155,0.12) 0%, rgba(245,148,155,0.04) 20%, transparent 44%);
}

.me-signal-scene--bias::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 0 22px rgba(255,255,255,0.018),
    0 0 0 46px rgba(255,255,255,0.010);
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(255,255,255,0.06) 50%, transparent 50.5%),
    linear-gradient(180deg, transparent 49.5%, rgba(255,255,255,0.06) 50%, transparent 50.5%);
}

.me-signal-scene--bias::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 172px;
  height: 172px;
  transform: translate(-50%, -50%) rotate(-10deg);
  border-radius: 50%;
  border-top: 2px solid rgba(74,159,255,0.45);
  border-right: 2px solid rgba(74,159,255,0.15);
  border-bottom: 2px solid rgba(245,148,155,0.15);
  border-left: 2px solid rgba(245,148,155,0.40);
  filter: blur(0.2px);
}

/* nodos + dirección */
.me-signal-visual--bias .me-signal-scene {
  background-image:
    radial-gradient(circle at 30% 38%, rgba(255,255,255,0.85) 0 3px, rgba(255,255,255,0.14) 4px, transparent 10px),
    radial-gradient(circle at 68% 34%, rgba(74,159,255,0.95) 0 4px, rgba(74,159,255,0.14) 5px, transparent 11px),
    radial-gradient(circle at 61% 71%, rgba(245,148,155,0.95) 0 4px, rgba(245,148,155,0.14) 5px, transparent 11px),
    linear-gradient(135deg, transparent 0%, transparent 46%, rgba(255,255,255,0.08) 50%, transparent 54%, transparent 100%);
  background-repeat: no-repeat;
}

/* =========================================================
   CTA fijo abajo
========================================================= */

.me-signal-card .me-content-calendar__footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 24px;
}

.me-signal-card .elementor-button {
  min-width: 250px;
  justify-content: center;
}

/* Si quieres igualar aún más la altura del texto */
.me-signal-card .me-highlight-card__title {
  min-height: 2.2em;
}

/* Responsive */
@media (max-width: 767px) {
  :root {
    --me-title-xl-size: clamp(36px, 11vw, 56px);
    --me-title-lg-size: clamp(28px, 8vw, 42px);
    --me-title-md-size: clamp(22px, 6vw, 28px);
    --me-title-sm-size: clamp(18px, 5vw, 22px);

    --me-title-xl-line: 0.98;
    --me-title-lg-line: 1.04;
    --me-title-md-line: 1.10;
    --me-title-sm-line: 1.18;
  }

  .me-signal-visual {
    min-height: 180px;
  }

  .me-signal-scene--radar::before,
  .me-signal-scene--bias::before {
    width: 108px;
    height: 108px;
  }

  .me-signal-scene--bias::after {
    width: 142px;
    height: 142px;
  }

  .me-signal-card .elementor-button {
    min-width: 100%;
  }
}

/* DAQH Cabeceras de card con imagenes nuevo */
/* =========================================================
   DAQH - SIGNAL IMAGES - Visuales con imagen real
========================================================= */

.me-signal-card {
  display: flex;
  flex-direction: column;
}

.me-signal-card .me-highlight-card__text {
  margin-bottom: 0;
}

.me-signal-card .me-content-calendar__footer {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 24px;
}

.me-signal-card .elementor-button {
  min-width: 250px;
  justify-content: center;
}

.me-signal-card .me-highlight-card__title {
  min-height: 2.2em;
}

.me-signal-visual {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

.me-signal-visual--image {
  background:
    radial-gradient(circle at 50% 10%, rgba(245,148,155,0.08) 0%, transparent 30%),
    linear-gradient(180deg, rgba(7,8,12,0.92) 0%, rgba(8,9,14,0.98) 100%);
}

.me-signal-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.96;
  transform: scale(1.01);
  filter: saturate(0.92) contrast(1.05) brightness(0.88);
  z-index: 1;
  transition:
    transform 0.45s ease,
    filter 0.35s ease,
    opacity 0.35s ease;
}

.me-signal-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.18) 38%, rgba(0,0,0,0.34) 100%),
    radial-gradient(circle at 50% 18%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.04) 18%, transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.05) 0%, transparent 22%, transparent 78%, rgba(255,255,255,0.02) 100%);
}

.me-signal-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 50%, rgba(245,148,155,0.08) 0%, rgba(245,148,155,0.03) 16%, rgba(245,148,155,0) 42%);
  mix-blend-mode: screen;
}

.me-highlight-card:hover .me-signal-image {
  transform: scale(1.04);
  filter: saturate(0.98) contrast(1.08) brightness(0.92);
}

.me-highlight-card.is-tilting .me-signal-image {
  transform: scale(1.05) translate3d(calc(var(--inner-shift-x) * 0.18), calc(var(--inner-shift-y) * 0.18), 0);
  filter: saturate(1) contrast(1.1) brightness(0.94);
}

@media (max-width: 767px) {
  .me-signal-visual {
    min-height: 180px;
  }

  .me-signal-card .elementor-button {
    min-width: 100%;
  }
}

/* DAQH - MIDCOPY - Texto puente entre cards y CTA */
.me-content-calendar__midcopy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.me-content-calendar__midcopy::before,
.me-content-calendar__midcopy::after {
  content: "";
  flex: 1 1 auto;
  max-width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.12) 100%);
}

.me-content-calendar__midcopy::after {
  background: linear-gradient(90deg, rgba(255,255,255,0.12) 0%, transparent 100%);
}

.me-content-calendar__midcopy p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  white-space: nowrap;
}


/* DAQH - TOGGLE - Botón desplegable del calendario */
.me-content-calendar__toggle-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.me-content-calendar__toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 72px;
  padding: 0 26px 0 30px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.018) 100%);
  color: var(--daqh-white);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 18px 50px rgba(0,0,0,0.34);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform var(--daqh-transition),
    box-shadow var(--daqh-transition),
    border-color var(--daqh-transition);
}

.me-content-calendar__toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 24px 60px rgba(0,0,0,0.38);
}

.me-content-calendar__toggle-text {
}

.me-content-calendar__toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(245,148,155,0.12);
  border: 1px solid rgba(245,148,155,0.18);
  color: var(--daqh-brand);
  transition:
    transform var(--daqh-transition),
    background var(--daqh-transition),
    color var(--daqh-transition),
    border-color var(--daqh-transition);
}

.me-content-calendar__toggle.is-open .me-content-calendar__toggle-icon {
  transform: rotate(45deg);
}


/* DAQH - PANEL - Panel desplegable del calendario */
.me-calendar-panel {
  overflow: hidden;
}

.me-calendar-panel[hidden] {
  display: none;
}

.me-calendar-accordion__content {
  padding: 32px;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 26px 80px rgba(0,0,0,0.36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* =========================================================
   DAQH - WOW UPGRADE - Cards reactivas premium
  
========================================================= */

.me-highlight-card {
  --mx: 50%;
  --my: 50%;
  --rx: 0deg;
  --ry: 0deg;
  --card-shift: 0px;
  --inner-shift-x: 0px;
  --inner-shift-y: 0px;
  --glow-opacity: 0;
  --shine-opacity: 0;
  --border-accent: rgba(245,148,155,0.10);

  transform:
    perspective(1200px)
    rotateX(var(--rx))
    rotateY(var(--ry))
    translateY(var(--card-shift));
  transform-style: preserve-3d;
  will-change: transform, box-shadow, border-color;
  transition:
    transform 0.22s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

.me-highlight-card::before {
  background:
    radial-gradient(circle at top center, rgba(255,255,255,0.05), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.03) 0%, transparent 28%, transparent 72%, rgba(255,255,255,0.015) 100%);
}

.me-highlight-card::after {
  inset: -3px;
  opacity: 0.92;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.20) 0%, rgba(245,148,155,0.09) 18%, rgba(245,148,155,0.00) 52%),
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 24%, rgba(245,148,155,0) 58%),
    radial-gradient(circle at 0% 100%, rgba(245,148,155,0.05) 0%, rgba(245,148,155,0) 42%),
    radial-gradient(circle at 100% 100%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 42%);
  filter: blur(24px);
  transition:
    opacity 0.24s ease,
    filter 0.24s ease,
    transform 0.24s ease;
}

.me-highlight-card.is-tilting {
  --glow-opacity: 1;
  --shine-opacity: 1;
  --card-shift: -8px;
  border-color: rgba(245,148,155,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    inset 0 -1px 0 rgba(255,255,255,0.025),
    0 36px 100px rgba(0,0,0,0.44),
    0 0 44px rgba(245,148,155,0.10),
    0 0 96px rgba(245,148,155,0.08);
}

.me-highlight-card.is-tilting::after {
  transform: scale(1.03);
  filter: blur(28px);
  opacity: 1;
}

.me-highlight-card__visual,
.me-highlight-card__title,
.me-highlight-card__text,
.me-content-calendar__footer,
.me-card-badge {
  transform: translate3d(var(--inner-shift-x), var(--inner-shift-y), 0);
  transition:
    transform 0.22s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease,
    color 0.28s ease;
  will-change: transform;
}

.me-highlight-card__visual {
  position: relative;
  overflow: hidden;
}

.me-highlight-card__visual::before {
  opacity: 0.46;
}

.me-highlight-card__visual::after {
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.16) 0%, rgba(245,148,155,0.08) 14%, rgba(245,148,155,0.00) 42%),
    radial-gradient(circle at 16% 14%, rgba(255,255,255,0.03), transparent 22%),
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.012) 50%, transparent 100%);
}

.me-highlight-card__visual-glare {
  position: absolute;
  inset: -20%;
  pointer-events: none;
  z-index: 3;
  opacity: var(--shine-opacity);
  background:
    linear-gradient(
      115deg,
      transparent 18%,
      rgba(255,255,255,0.00) 32%,
      rgba(255,255,255,0.04) 40%,
      rgba(255,255,255,0.11) 48%,
      rgba(255,255,255,0.03) 56%,
      rgba(255,255,255,0.00) 64%,
      transparent 76%
    );
  transform:
    translateX(calc((var(--mx) - 50%) * 0.18))
    translateY(calc((var(--my) - 50%) * 0.08))
    rotate(8deg);
  mix-blend-mode: screen;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.me-highlight-card__ambient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: var(--glow-opacity);
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(245,148,155,0.14) 0%, rgba(245,148,155,0.07) 16%, rgba(245,148,155,0) 44%);
  filter: blur(26px);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.me-highlight-card__grain {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0.055;
  background-image:
    radial-gradient(rgba(255,255,255,0.35) 0.55px, transparent 0.75px);
  background-size: 8px 8px;
  mix-blend-mode: soft-light;
}

.me-highlight-card.is-tilting .me-highlight-card__visual {
  border-color: rgba(255,255,255,0.11);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    inset 0 -34px 90px rgba(0,0,0,0.50),
    0 26px 52px rgba(0,0,0,0.30),
    0 0 30px rgba(245,148,155,0.07);
}

.me-highlight-card.is-tilting .me-highlight-card__title {
  text-shadow:
    0 0 20px rgba(245,148,155,0.10),
    0 0 40px rgba(245,148,155,0.05);
}

.me-highlight-card.is-tilting .me-card-badge {
  border-color: rgba(245,148,155,0.22);
  box-shadow:
    0 16px 30px rgba(0,0,0,0.32),
    0 0 26px rgba(245,148,155,0.08);
}

.me-highlight-card.is-tilting .me-news-card {
  transform:
    translate3d(calc(var(--inner-shift-x) * 0.7), calc(var(--inner-shift-y) * 0.7), 0)
    rotate(-0.2deg)
    scale(1.015);
  border-color: rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 20px 44px rgba(0,0,0,0.32),
    0 0 36px rgba(245,148,155,0.07);
}

.me-highlight-card.is-tilting .me-audio-bars span {
  box-shadow:
    0 0 26px rgba(245,148,155,0.34),
    0 0 46px rgba(245,148,155,0.16),
    inset 0 1px 0 rgba(255,255,255,0.34);
}

.me-highlight-card.is-tilting .me-week-track span:nth-child(2),
.me-highlight-card.is-tilting .me-week-track span:nth-child(4),
.me-highlight-card.is-tilting .me-week-track span:nth-child(5),
.me-highlight-card.is-tilting .me-week-track span:nth-child(6) {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.05),
    0 14px 30px rgba(0,0,0,0.18),
    0 0 24px rgba(245,148,155,0.06);
}

/* Respeta móviles y evita excesos táctiles */
@media (hover: none), (pointer: coarse) {
  .me-highlight-card {
    transform: none !important;
  }

  .me-highlight-card::after {
    opacity: 0.9;
    filter: blur(22px);
  }

  .me-highlight-card__ambient,
  .me-highlight-card__visual-glare {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .me-highlight-card,
  .me-highlight-card__visual,
  .me-highlight-card__title,
  .me-highlight-card__text,
  .me-content-calendar__footer,
  .me-card-badge,
  .me-news-card,
  .me-highlight-card::after,
  .me-highlight-card__ambient,
  .me-highlight-card__visual-glare {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}
/* DAQH - SCHEDULE - Lista de items internos del calendario */
.me-schedule-grid {
  display: grid;
  gap: 16px;
}

.me-schedule-item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  align-items: start;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.05);
  background: linear-gradient(180deg, rgba(255,255,255,0.018) 0%, rgba(255,255,255,0.01) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 10px 30px rgba(0,0,0,0.18);
  transition:
    transform var(--daqh-transition),
    border-color var(--daqh-transition),
    box-shadow var(--daqh-transition);
}

.me-schedule-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.1);
}

.me-schedule-item__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(245,148,155,0.11);
  border: 1px solid rgba(245,148,155,0.15);
  color: var(--daqh-brand);
}

.me-schedule-item__content {
  min-width: 0;
}

.me-schedule-item__desc {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.8);
}

.me-schedule-item__linkblock {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.84);
}

.me-schedule-item__linkblock strong {
  color: var(--daqh-white);
}

.me-schedule-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.me-schedule-item__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.76);
}


/* DAQH - FOOTER - Pie y CTA del bloque */
.me-content-calendar__footer {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  padding-top: 8px;
}


/* DAQH - MANIFESTO - Sección editorial de identidad */
.me-manifesto-section {
  position: relative;
  margin: 0;
  padding: 120px 24px;
  background: transparent;
}

.me-manifesto-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.me-manifesto-head {
  max-width: 800px;
  margin-bottom: 70px;
}

.me-kicker {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(245,148,155,0.8);
  border: 1px solid rgba(245,148,155,0.2);
  padding: 6px 14px;
  border-radius: 999px;
}

.me-manifesto-head h2 {
  margin: 20px 0;
  color: var(--daqh-white);
}

.me-manifesto-head p {
  margin: 0;
  color: rgba(255,255,255,0.6);
}

.me-manifesto-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}

.me-manifesto-left {
  position: relative;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.me-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(245,148,155,0.4), transparent);
}

.me-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  opacity: 0.88;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.me-item:hover {
  opacity: 1;
  transform: translateX(6px);
}

.me-item-lg p {
}

.me-number {
  color: rgba(245,148,155,0.7);
  min-width: 30px;
}

.me-item p {
  margin: 0;
  color: rgba(255,255,255,0.85);
}


/* DAQH - SIDECARD - Card lateral del manifiesto */
.me-manifesto-right {
  display: flex;
}

.me-sidecard {
  width: 100%;
  padding: 40px;
  border-radius: 28px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.5),
    0 0 40px rgba(245,148,155,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.me-side-label {
  display: inline-block;
  text-transform: uppercase;
  color: rgba(245,148,155,0.8);
  border: 1px solid rgba(245,148,155,0.2);
  padding: 6px 12px;
  border-radius: 999px;
  width: fit-content;
}

.me-side-content {
  margin: 40px 0;
}

.me-side-line {
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, rgba(245,148,155,0.9), transparent);
  margin-bottom: 20px;
}

.me-side-content h3 {
  margin: 0;
  color: rgba(255,255,255,0.8);
}

.me-highlight {
}

.me-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--daqh-white);
  background: rgba(245,148,155,0.12);
  border: 1px solid rgba(245,148,155,0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.me-cta:hover {
  background: rgba(245,148,155,0.18);
  transform: translateY(-2px);
}

.me-arrow {
  opacity: 0.7;
}


/* DAQH - DESTINY - Bloque editorial con preguntas y visual */
.me-destiny-block {
  position: relative;
  padding: 150px 24px 150px;
  background: transparent !important;
  overflow: hidden;
}

.me-destiny-block::before {
  content: none !important;
}

.me-destiny-wrap {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  z-index: 2;
}

.me-destiny-head {
  max-width: 860px;
  margin: 0 auto 82px;
  text-align: center;
}

.me-destiny-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(245,148,155,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

/* Solo para el label del hero: sin pill, sin borde y sin fondo */
.me-destiny-kicker--hero-clean {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  text-align: center;
}

.me-destiny-kicker--hero-clean .me-destiny-kicker-icon {
  color: #F5949B;
  text-shadow: 0 0 16px rgba(245,148,155,0.24);
}

.me-destiny-kicker--hero-clean span:last-child {
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

.me-destiny-kicker-icon {
  color: #F5949B;
  text-shadow: 0 0 16px rgba(245,148,155,0.24);
}

.me-destiny-subtitle {
  margin: 0 auto;
  max-width: 650px;
  color: rgba(255,255,255,0.68);
  text-wrap: balance;
}

.me-destiny-middle {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.me-destiny-questions {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.me-destiny-question {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 16px;
  align-items: start;
  padding: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.me-destiny-question:nth-child(1) {
  max-width: 690px;
}

.me-destiny-question:nth-child(2) {
  max-width: 650px;
  margin-left: 44px;
}

.me-destiny-question:nth-child(3) {
  max-width: 610px;
  margin-left: 88px;
}

.me-destiny-dot {
  position: relative;
  width: 8px;
  height: 8px;
  margin-top: 11px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 6px rgba(245,148,155,0.07),
    0 0 18px rgba(245,148,155,0.30);
}

.me-destiny-question p {
  margin: 0;
  color: rgba(255,255,255,0.96);
  text-wrap: balance;
}

.me-destiny-visual {
  position: relative;
}

.me-destiny-visual-frame {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.28),
    0 0 40px rgba(245,148,155,0.06);
}

.me-destiny-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06) 0%, transparent 26%),
    radial-gradient(circle at top right, rgba(245,148,155,0.12) 0%, transparent 34%);
}

.me-destiny-visual-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  opacity: 0.96;
  transform: scale(1.01);
}

.me-destiny-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 88px 0 72px;
}

.me-destiny-line {
  width: min(250px, 24vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0) 0%,
    rgba(245,148,155,0.36) 50%,
    rgba(245,148,155,0) 100%
  );
}

.me-destiny-core-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 8px rgba(245,148,155,0.08),
    0 0 24px rgba(245,148,155,0.34);
}

.me-destiny-core {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
}

.me-destiny-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 28px 0 28px;
}

.me-destiny-symbol span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  border: 1px solid rgba(245,148,155,0.14);
  background: radial-gradient(circle at 50% 50%, rgba(245,148,155,0.12) 0%, rgba(255,255,255,0.02) 48%, rgba(255,255,255,0.00) 68%);
  color: #F5949B;
  box-shadow:
    0 0 30px rgba(245,148,155,0.10),
    inset 0 0 18px rgba(255,255,255,0.02);
}

.me-destiny-quote {
  max-width: 760px;
  margin: 0 auto 16px;
  color: rgba(255,255,255,0.94);
  text-wrap: balance;
}

.me-destiny-final {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.60);
  text-wrap: balance;
}

.me-destiny-question:hover {
  transform: translateX(6px);
}


/* =========================================================
   DAQH - MACRO - Bloque identidad estratégica
   Reemplazo completo del bloque me-macro
========================================================= */

.me-macro-block {
  position: relative;
  padding: 134px 24px 128px;
  background: transparent !important;
  overflow: visible;
}

.me-macro-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.me-macro-head {
  max-width: 900px;
  margin: 0 auto 74px;
  text-align: center;
}

.me-macro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  padding: 8px 16px;
  border: 1px solid rgba(245, 148, 155, 0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  text-transform: uppercase;
  color: rgba(245, 148, 155, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 10px 26px rgba(0,0,0,0.18);
}

.me-macro-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 5px rgba(245, 148, 155, 0.07),
    0 0 16px rgba(245, 148, 155, 0.24);
}

.me-macro-intro {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.68);
  text-wrap: balance;
}

.me-macro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 68px;
  align-items: start;
}

/* =========================================================
   VISUAL IZQUIERDA
========================================================= */

.me-macro-visual-side {
  position: relative;
}

.me-macro-visual-card {
  position: relative;
  width: 100%;
  max-width: none;

  aspect-ratio: 16 / 9;   /* 👈 CLAVE */

  border-radius: 34px;
  border: 1px solid rgba(255,255,255,0.07);

  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.012) 100%),
    linear-gradient(180deg, rgba(9,9,11,0.84) 0%, rgba(7,7,9,0.92) 100%);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 28px 80px rgba(0,0,0,0.34),
    0 0 48px rgba(245,148,155,0.04);

  overflow: hidden;
}

.me-macro-visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.12) 36%, rgba(0,0,0,0.34) 100%),
    radial-gradient(circle at 50% 18%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 18%, transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 22%, transparent 78%, rgba(255,255,255,0.02) 100%);
}

.me-macro-visual-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 48% 56%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 20%, rgba(245,148,155,0) 46%);
  mix-blend-mode: screen;
}

.me-macro-visual-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #050505;
}

.me-macro-visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  filter: saturate(0.94) contrast(1.08) brightness(0.86);
}

.me-macro-visual-glow {
  position: absolute;
  inset: auto -6% -10% -6%;
  height: 42%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 38%, rgba(245,148,155,0.18) 0%, rgba(245,148,155,0.08) 22%, rgba(245,148,155,0) 58%);
  filter: blur(42px);
  opacity: 0.95;
}
.me-macro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* 👈 más espacio para la imagen */
  gap: 80px;
  align-items: center;
}
/* =========================================================
   CONTENIDO DERECHA
========================================================= */

.me-macro-content-side {
  display: flex;
  flex-direction: column;
  gap: 34px;
  min-width: 0;
}

.me-macro-manifesto {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 26px;
  padding-left: 42px;
}

.me-macro-line {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(245,148,155,0) 0%,
    rgba(245,148,155,0.34) 18%,
    rgba(255,255,255,0.06) 50%,
    rgba(245,148,155,0.26) 82%,
    rgba(245,148,155,0) 100%
  );
}

.me-macro-item {
  position: relative;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px;
  align-items: start;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.me-macro-item:hover {
  transform: translateX(6px);
}

.me-macro-number {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 34px;
  color: rgba(245,148,155,0.86);
}

.me-macro-item p {
  margin: 0;
  color: rgba(255,255,255,0.90);
  text-wrap: balance;
}

.me-macro-item-lg p {
  color: #ffffff;
}

/* =========================================================
   CTA INFERIOR DERECHA
========================================================= */

.me-macro-sidecard {
  position: relative;
  width: 100%;
  max-width: 460px;
  padding: 28px 30px 30px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.022) 0%, rgba(255,255,255,0.012) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 22px 60px rgba(0,0,0,0.26),
    0 0 34px rgba(245,148,155,0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.me-macro-sidecard::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(245,148,155,0.08) 0%, transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 26%, transparent 74%, rgba(255,255,255,0.02) 100%);
}

.me-macro-side-label {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(245,148,155,0.16);
  background: rgba(255,255,255,0.02);
  color: rgba(245,148,155,0.92);
  text-transform: uppercase;
}

.me-macro-side-content {
  position: relative;
  z-index: 2;
  margin-top: 22px;
}

.me-macro-side-line {
  display: block;
  width: 92px;
  height: 1px;
  margin: 0 0 22px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0.88) 0%,
    rgba(245,148,155,0.14) 48%,
    rgba(245,148,155,0) 100%
  );
}

.me-macro-side-pre {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.72);
  text-wrap: balance;
}

.me-macro-side-button-wrap {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-top: 24px;
}

.me-macro-side-button-wrap .elementor-button {
  text-decoration: none;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .me-macro-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .me-macro-visual-card {
    max-width: 720px;
    min-height: 560px;
    margin: 0 auto;
  }

  .me-macro-content-side {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .me-macro-sidecard {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .me-macro-block {
    padding: 104px 20px 96px;
  }

  .me-macro-head {
    margin-bottom: 52px;
  }

  .me-macro-intro {
  }

  .me-macro-grid {
    gap: 34px;
  }

  .me-macro-visual-card {
    min-height: 420px;
    border-radius: 26px;
  }

  .me-macro-manifesto {
    gap: 22px;
    padding-left: 28px;
  }

  .me-macro-item {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .me-macro-number {
    min-height: 28px;
  }

  .me-macro-item p,
  .me-macro-item-lg p {
  }

  .me-macro-sidecard {
    padding: 24px 22px 24px;
    border-radius: 24px;
  }

  .me-macro-side-line {
    margin-bottom: 18px;
  }

  .me-macro-side-pre {
  }
}

/* DAQH - DUALITY - Bloque comparativo de dos columnas */
.me-duality-block {
  position: relative;
  padding: 140px 24px;
  background: transparent;
  overflow: hidden;
}

.me-duality-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.me-duality-head {
  max-width: 900px;
  margin: 0 auto 72px;
  text-align: center;
}

.me-duality-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(245,148,155,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

.me-duality-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 5px rgba(245,148,155,0.07),
    0 0 16px rgba(245,148,155,0.24);
}

.me-duality-subtitle {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.64);
  text-wrap: balance;
}

.me-duality-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.me-duality-card {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.012) 100%);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.22),
    0 0 40px rgba(245,148,155,0.04);
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.me-duality-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 30px;
}

.me-duality-card-left::before {
  background: radial-gradient(circle at top left, rgba(245,148,155,0.07) 0%, transparent 38%);
}

.me-duality-card-right::before {
  background: radial-gradient(circle at top right, rgba(245,148,155,0.07) 0%, transparent 38%);
}

.me-duality-card-top {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.me-duality-card-label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(245,148,155,0.16);
  background: rgba(255,255,255,0.02);
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

.me-duality-card-title span {
  color: #ffffff;
}

.me-duality-points {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.me-duality-point {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.me-duality-point:first-child {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.me-duality-point-mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  color: rgba(245,148,155,0.86);
}

.me-duality-point-content p {
  margin: 0;
  color: rgba(255,255,255,0.74);
  text-wrap: balance;
}

.me-duality-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 44px;
}

.me-duality-bottom-line {
  width: min(180px, 18vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0) 0%,
    rgba(245,148,155,0.28) 50%,
    rgba(245,148,155,0) 100%
  );
}

.me-duality-bottom p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,0.58);
  text-align: center;
  text-wrap: balance;
}

.me-duality-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.11);
  box-shadow:
    0 28px 64px rgba(0,0,0,0.28),
    0 0 48px rgba(245,148,155,0.06);
}


/* DAQH - THESIS - Bloque media + copy estratégico */
.me-thesis-block {
  position: relative;
  padding: 110px 20px;
  background: transparent !important;
  overflow: hidden;
}

.me-thesis-wrap {
  max-width: 1240px;
  margin: 0 auto;
  background: transparent !important;
}

.me-thesis-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 72px;
  background: transparent !important;
}

.me-thesis-media {
  position: relative;
}

.me-thesis-media-shell {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(245,148,155,0.14);
  background: rgba(255,255,255,0.01);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 30px 80px rgba(0,0,0,0.34);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.me-thesis-media-glow {
  position: absolute;
  inset: auto auto -20% -10%;
  width: 50%;
  height: 45%;
  background: radial-gradient(circle, rgba(245,148,155,0.22) 0%, rgba(245,148,155,0.08) 35%, rgba(245,148,155,0) 70%);
  filter: blur(34px);
  pointer-events: none;
  z-index: 1;
}

.me-thesis-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 640px;
  object-fit: cover;
  z-index: 2;
  transform: scale(1.01);
  filter: saturate(0.95) contrast(1.04) brightness(0.92);
}

.me-thesis-content {
  position: relative;
  z-index: 2;
}

.me-thesis-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 20px;
  border: 1px solid rgba(245,148,155,0.22);
  border-radius: 999px;
  background: rgba(245,148,155,0.05);
  box-shadow: 0 0 24px rgba(245,148,155,0.06);
}

.me-thesis-label span {
  text-transform: uppercase;
  color: #F5949B;
}

.me-thesis-eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.62);
}

.me-thesis-question {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.9);
}

.me-thesis-copy {
  max-width: 640px;
}

.me-thesis-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.74);
}

.me-thesis-copy p strong {
  color: #ffffff;
}

.me-thesis-highlight {
  margin: 6px 0 22px !important;
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(245,148,155,0.14);
}

.me-thesis-divider {
  display: flex;
  align-items: center;
  margin: 26px 0 26px;
}

.me-thesis-divider span {
  display: block;
  width: 84px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0.75) 0%,
    rgba(245,148,155,0.18) 55%,
    rgba(245,148,155,0) 100%
  );
  box-shadow: 0 0 16px rgba(245,148,155,0.18);
}

.me-thesis-cta {
  margin-top: 34px;
}

.me-thesis-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.me-thesis-button-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-block;
  opacity: 0.95;
}

.me-thesis-media-shell:hover {
  transform: translateY(-4px);
  border-color: rgba(245,148,155,0.26);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.03) inset,
    0 34px 90px rgba(0,0,0,0.42),
    0 0 38px rgba(245,148,155,0.08);
}


/* DAQH - CLARITY - Bloque visual + copy de claridad */
.me-clarity-block {
  position: relative;
  padding: 140px 24px;
  background: transparent !important;
  overflow: hidden;
}

.me-clarity-wrap {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.me-clarity-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: center;
}

.me-clarity-visual {
  position: relative;
}

.me-clarity-visual-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
  box-shadow:
    0 24px 60px rgba(0,0,0,0.24),
    0 0 40px rgba(245,148,155,0.05);
  transition: transform 0.35s ease;
}

.me-clarity-visual-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.05) 0%, transparent 24%),
    radial-gradient(circle at top left, rgba(245,148,155,0.10) 0%, transparent 34%);
}

.me-clarity-visual-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.me-clarity-content {
  max-width: 720px;
  transition: transform 0.35s ease;
}

.me-clarity-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(245,148,155,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

.me-clarity-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 5px rgba(245,148,155,0.07),
    0 0 16px rgba(245,148,155,0.24);
}

.me-clarity-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.me-clarity-copy p,
.me-clarity-bottom-copy p {
  margin: 0;
  color: rgba(255,255,255,0.76);
  text-wrap: balance;
}

.me-clarity-copy p:first-child {
  color: rgba(255,255,255,0.94);
}

.me-clarity-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 34px 0 28px;
}

.me-clarity-line {
  width: min(140px, 18vw);
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0) 0%,
    rgba(245,148,155,0.32) 50%,
    rgba(245,148,155,0) 100%
  );
}

.me-clarity-center-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 6px rgba(245,148,155,0.08),
    0 0 18px rgba(245,148,155,0.28);
}

.me-clarity-bottom-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.me-clarity-bottom-copy p:nth-child(2) {
  color: rgba(255,255,255,0.94);
}

.me-clarity-bottom-copy p:nth-child(3) {
  color: rgba(255,255,255,0.64);
}

.me-clarity-visual-frame:hover {
  transform: translateY(-4px);
}


/* DAQH - ANALYSIS - Bloque de análisis por columnas */
.me-analysis-block {
  position: relative;
  padding: 140px 24px;
  background: transparent !important;
  overflow: hidden;
}

.me-analysis-wrap {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.me-analysis-head {
  max-width: 860px;
  margin: 0 auto 64px;
  text-align: center;
}

.me-analysis-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 8px 14px;
  border: 1px solid rgba(245,148,155,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.02);
  backdrop-filter: blur(10px);
  text-transform: uppercase;
  color: rgba(245,148,155,0.92);
}

.me-analysis-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #F5949B;
  box-shadow:
    0 0 0 5px rgba(245,148,155,0.07),
    0 0 16px rgba(245,148,155,0.24);

}

.me-analysis-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: start;
}

.me-analysis-column {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.me-analysis-item {
  position: relative;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.07);
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.me-analysis-item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 72px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0.9) 0%,
    rgba(245,148,155,0) 100%
  );
}

.me-analysis-item h3 strong {
  color: #ffffff;
}

.me-analysis-item p {
  margin: 0 0 14px;
  color: rgba(255,255,255,0.76);
  text-wrap: balance;
}

.me-analysis-item p:last-child {
  margin-bottom: 0;
}

.me-analysis-item p strong {
  color: rgba(255,255,255,0.96);
}

.me-analysis-cta {
  margin-top: 58px;
  display: flex;
  justify-content: center;
}

.me-analysis-cta .elementor-button {
  text-decoration: none;
}

.me-analysis-item:hover {
  transform: translateY(-3px);
}



/* DAQH - LAWS - Bloque mandamientos con media y lista */
.me-laws-block {
  padding: 120px 20px;
  background: transparent !important;
}

.me-laws-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.me-laws-head {
  text-align: center;
  margin-bottom: 80px;
}

.me-laws-label {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(245,148,155,0.25);
  background: rgba(245,148,155,0.05);
  margin-bottom: 18px;
}

.me-laws-label span {
  text-transform: uppercase;
  color: #F5949B;
}

.me-laws-title {
  margin-bottom: 16px;
}

.me-laws-subtitle {
  color: rgba(255,255,255,0.65);
}

.me-laws-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.me-laws-media-shell {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(245,148,155,0.15);
}

.me-laws-media-shell img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 600px;
  object-fit: cover;
}

.me-laws-glow {
  position: absolute;
  bottom: -20%;
  left: -10%;
  width: 60%;
  height: 50%;
  background: radial-gradient(circle, rgba(245,148,155,0.25), transparent 70%);
  filter: blur(40px);
}

.me-laws-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px 50px;
}

.me-law-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.me-law-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F5949B;
  margin-top: 8px;
  box-shadow: 0 0 10px rgba(245,148,155,0.5);
}

.me-law-item p {
  color: rgba(255,255,255,0.8);
}

.me-law-item strong {
  color: #fff;
}


/* DAQH - PRICING - Bloque pricing y tabla */
.me-pricing-block {
  padding: 140px 24px;
  background: transparent;
}

.me-pricing-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.me-pricing-head {
  text-align: center;
  margin-bottom: 60px;
}

.me-pricing-kicker {
  display: inline-flex;
  gap: 10px;
  padding: 8px 14px;
  border: 1px solid rgba(245,148,155,0.2);
  border-radius: 999px;
  color: #F5949B;
  text-transform: uppercase;
}

.me-pricing-title {
}

.me-pricing-sub {
  color: rgba(255,255,255,0.6);
}

.me-pricing-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  margin-bottom: 60px;
}

.me-card {
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  text-align: center;
}

.me-card-highlight {
  border: 1px solid rgba(245,148,155,0.4);
  box-shadow: 0 0 30px rgba(245,148,155,0.1);
}

.me-badge {
  color: #F5949B;
  margin-bottom: 10px;
}

.me-plan-name {
  color: #fff;
}

.me-plan-sub {
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}

.me-price {
  color: #fff;
}

.me-price-period {
  color: rgba(255,255,255,0.5);
}

.me-pricing-table {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.me-row {
  display: grid;
  grid-template-columns: 2fr repeat(3,1fr);
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.8);
}

.me-head-row {
  color: #F5949B;
}

.me-pricing-foot {
  text-align: center;
  margin-top: 40px;
  color: rgba(255,255,255,0.6);
}


/* DAQH - FAQ - Bloque preguntas frecuentes */
.me-faq-block {
  position: relative;
  padding: 120px 20px;
  background: transparent !important;
}

.me-faq-wrap {
  max-width: 1040px;
  margin: 0 auto;
  background: transparent !important;
}

.me-faq-head {
  text-align: center;
  margin-bottom: 74px;
}

.me-faq-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 18px;
  border: 1px solid rgba(245,148,155,0.22);
  border-radius: 999px;
  background: rgba(245,148,155,0.05);
  box-shadow: 0 0 24px rgba(245,148,155,0.06);
}

.me-faq-label span {
  text-transform: uppercase;
  color: #F5949B;
}

.me-faq-title {
}

.me-faq-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255,255,255,0.68);
}

.me-faq-group {
  margin-top: 78px;
}

.me-faq-group:first-of-type {
  margin-top: 0;
}

.me-faq-group-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.me-faq-group-line {
  width: 54px;
  height: 1px;
  flex: 0 0 auto;
  background: linear-gradient(
    90deg,
    rgba(245,148,155,0.85) 0%,
    rgba(245,148,155,0.25) 60%,
    rgba(245,148,155,0) 100%
  );
  box-shadow: 0 0 16px rgba(245,148,155,0.18);
}

.me-faq-group-head h3 {
  margin: 0;
  color: #ffffff;
}

.me-faq-list {
  display: grid;
  gap: 14px;
}

.me-faq-item {
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.015) inset,
    0 14px 40px rgba(0,0,0,0.18);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow: hidden;
  transition:
    border-color 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.me-faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(245,148,155,0.18);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 18px 54px rgba(0,0,0,0.24),
    0 0 30px rgba(245,148,155,0.06);
}

.me-faq-item.is-open {
  border-color: rgba(245,148,155,0.22);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.02) inset,
    0 22px 60px rgba(0,0,0,0.26),
    0 0 40px rgba(245,148,155,0.07);
}

.me-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 26px 28px;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.me-faq-question span:first-child {
  color: #ffffff;
}

.me-faq-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.me-faq-icon::before,
.me-faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1.5px;
  background: #F5949B;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 12px rgba(245,148,155,0.25);
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.me-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.me-faq-item.is-open .me-faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0.2);
}

.me-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.me-faq-item.is-open .me-faq-answer {
  grid-template-rows: 1fr;
}

.me-faq-answer-inner {
  overflow: hidden;
  padding: 0 28px 0;
}

.me-faq-item.is-open .me-faq-answer-inner {
  padding-bottom: 28px;
}

.me-faq-answer-inner p,
.me-faq-answer-inner li {
  color: rgba(255,255,255,0.72);
}

.me-faq-answer-inner p {
  margin: 0 0 16px;
}

.me-faq-answer-inner p:last-child {
  margin-bottom: 0;
}

.me-faq-answer-inner a {
  color: #F5949B;
  text-decoration: none;
  border-bottom: 1px solid rgba(245,148,155,0.28);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.me-faq-answer-inner a:hover {
  color: #ffffff;
  border-color: rgba(245,148,155,0.55);
}

.me-faq-answer-inner strong {
  color: #ffffff;
}

.me-faq-answer-inner em {
  color: rgba(255,255,255,0.92);
}

.me-faq-list-bullets,
.me-faq-ordered {
  margin: 0 0 18px 0;
  padding-left: 22px;
}

.me-faq-list-bullets li,
.me-faq-ordered li {
  margin-bottom: 12px;
}

.me-faq-cta {
  margin-top: 24px;
}

.me-faq-final-cta {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.me-faq-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.me-faq-button-icon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: inline-block;
  opacity: 0.95;
}


/* DAQH - RESPONSIVE - Tablet grande */
@media (max-width: 1180px) {
  .me-content-calendar__highlights {
    grid-template-columns: 1fr;
  }

  .me-highlight-card__visual {
    min-height: 210px;
  }
}


/* DAQH - RESPONSIVE - Tablet media */
@media (max-width: 1080px) {
  .me-thesis-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .me-thesis-media {
    order: 1;
  }

  .me-thesis-content {
    order: 2;
  }

  .me-thesis-image {
    min-height: 520px;
  }
}

@media (max-width: 1024px) {
  .me-manifesto-grid,
  .me-duality-grid,
  .me-analysis-grid,
  .me-laws-grid,
  .me-clarity-grid,
  .me-macro-grid {
    grid-template-columns: 1fr;
  }

  .me-sidecard {
    padding: 28px;
  }

  .me-destiny-block,
  .me-macro-block,
  .me-duality-block,
  .me-analysis-block,
  .me-clarity-block {
    padding: 120px 24px;
  }

  .me-destiny-head {
    margin-bottom: 64px;
  }

  .me-destiny-middle {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .me-destiny-visual-frame {
    max-width: 620px;
    margin: 0 auto;
  }

  .me-destiny-question:nth-child(2),
  .me-destiny-question:nth-child(3) {
    margin-left: 0;
    max-width: none;
  }

  .me-destiny-divider {
    margin: 72px 0 58px;
  }

  .me-destiny-line {
    width: min(180px, 22vw);
  }

  .me-macro-manifesto {
    padding-left: 28px;
  }

  .me-macro-sidecard {
    min-height: auto;
  }

  .me-macro-visual img {
    aspect-ratio: 16 / 11;
  }

  .me-clarity-visual-frame {
    max-width: 620px;
    margin: 0 auto;
  }

  .me-clarity-content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .me-clarity-divider {
    justify-content: center;
  }
}


/* DAQH - RESPONSIVE - Ajustes schedule y midcopy */
@media (max-width: 900px) {
  .me-schedule-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .me-schedule-item__day {
    justify-self: start;
  }

  .me-content-calendar__midcopy {
    gap: 18px;
  }

  .me-content-calendar__midcopy::before,
  .me-content-calendar__midcopy::after {
    max-width: 70px;
  }

  .me-content-calendar__midcopy p {
    white-space: normal;
  }
}


/* DAQH - RESPONSIVE - Mobile */
@media (max-width: 768px) {
  .me-pricing-cards {
    grid-template-columns: 1fr;
  }

  .me-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .me-content-calendar {
    padding: 82px 18px 56px;
  }

  .me-content-calendar__eyebrow {
  }

  .me-content-calendar__subtitle {
  }

  .me-content-calendar__highlights {
    gap: 18px;
    margin-bottom: 28px;
  }

  .me-highlight-card {
    padding: 16px 16px 22px;
    border-radius: var(--daqh-radius-card-mobile);
  }

  .me-highlight-card__visual {
    min-height: 180px;
    margin-bottom: 18px;
    border-radius: var(--daqh-radius-inner-mobile);
  }

  .me-week-track span {
    min-height: 72px;
  }

  .me-highlight-card__text {
  }

  .me-content-calendar__midcopy {
    margin-bottom: 20px;
  }

  .me-content-calendar__midcopy::before,
  .me-content-calendar__midcopy::after {
    display: none;
  }

  .me-content-calendar__midcopy p {
  }

  .me-content-calendar__toggle-wrap {
    margin-bottom: 22px;
  }

  .me-content-calendar__toggle {
    width: 100%;
    min-height: 64px;
    justify-content: space-between;
    padding: 0 16px 0 20px;
  }

  .me-content-calendar__toggle-text {
  }

  .me-content-calendar__toggle-icon {
    width: 34px;
    height: 34px;
  }

  .me-calendar-accordion__content {
    padding: 18px;
    border-radius: 26px;
  }

  .me-schedule-item {
    padding: 18px;
    border-radius: 18px;
  }

  .me-schedule-item__desc,
  .me-schedule-item__linkblock {
  }

  .me-schedule-item__meta span {
  }

  .me-destiny-block,
  .me-macro-block,
  .me-duality-block,
  .me-analysis-block,
  .me-clarity-block {
    padding: 92px 18px;
  }

  .me-destiny-kicker {
    margin-bottom: 18px;
  }

  .me-destiny-kicker--hero-clean {
    margin: 0 auto 18px;
    gap: 8px;
  }

  .me-destiny-kicker--hero-clean span:last-child {
  }

  .me-destiny-subtitle {
  }

  .me-destiny-questions {
    gap: 24px;
  }

  .me-destiny-question {
    grid-template-columns: 16px 1fr;
    gap: 12px;
  }

  .me-destiny-question p {
  }

  .me-destiny-dot {
    margin-top: 9px;
  }

  .me-destiny-visual-frame {
    border-radius: 22px;
  }

  .me-destiny-divider {
    margin: 52px 0 42px;
    gap: 12px;
  }

  .me-destiny-line {
    width: 22vw;
  }

  .me-destiny-symbol {
    margin: 22px 0 20px;
  }

  .me-destiny-symbol span {
    width: 66px;
    height: 66px;
  }

  .me-destiny-quote {
  }

  .me-destiny-final {
  }

  .me-macro-head,
  .me-duality-head,
  .me-analysis-head {
    margin-bottom: 46px;
  }

  .me-macro-intro {
  }

  .me-macro-manifesto {
    gap: 20px;
    padding-left: 22px;
  }

  .me-macro-item {
    grid-template-columns: 34px 1fr;
    gap: 12px;
  }

  .me-macro-item p,
  .me-macro-item-lg p {
  }

  .me-macro-number {
    min-height: 28px;
  }

  .me-macro-sidecard {
    padding: 24px;
    border-radius: 22px;
  }

  .me-macro-visual {
    margin: 18px 0 24px;
    min-height: auto;
  }

  .me-macro-visual-frame,
  .me-macro-visual img {
    border-radius: 18px;
  }

  .me-macro-visual-badge {
    min-height: 30px;
    padding: 8px 10px;
  }

  .me-macro-visual-badge--top {
    top: 12px;
    left: 12px;
  }

  .me-macro-visual-badge--bottom {
    right: 12px;
    bottom: 12px;
  }

  .me-macro-side-content {
    margin: 0 0 14px;
  }

  .me-macro-side-pre {
  }

  .me-duality-card {
    padding: 24px;
    border-radius: 22px;
  }

  .me-duality-point {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 18px 0;
  }

  .me-duality-point-content p {
  }

  .me-duality-bottom {
    margin-top: 34px;
    gap: 10px;
  }

  .me-duality-bottom-line {
    width: 14vw;
  }

  .me-thesis-block {
    padding: 80px 18px;
  }

  .me-thesis-grid {
    gap: 34px;
  }

  .me-thesis-image {
    min-height: 380px;
  }

  .me-thesis-question {
    margin-bottom: 22px;
  }

  .me-thesis-copy p {
    margin-bottom: 16px;
  }

  .me-thesis-highlight {
  }

  .me-thesis-label {
    margin-bottom: 16px;
  }

  .me-clarity-grid {
    gap: 32px;
  }

  .me-clarity-visual-frame {
    border-radius: 22px;
  }

  .me-clarity-copy p,
  .me-clarity-bottom-copy p {
  }

  .me-clarity-copy p:first-child {
  }

  .me-clarity-divider {
    margin: 28px 0 24px;
    justify-content: center;
  }

  .me-clarity-line {
    width: 20vw;
  }

  .me-analysis-column {
    gap: 28px;
  }

  .me-analysis-item {
    padding-top: 16px;
  }

  .me-analysis-item p {
  }

  .me-analysis-cta {
    margin-top: 40px;
  }

  .me-laws-grid {
    gap: 50px;
  }

  .me-laws-list {
    grid-template-columns: 1fr;
  }

  .me-faq-block {
    padding: 88px 18px;
  }

  .me-faq-head {
    margin-bottom: 50px;
  }

  .me-faq-group {
    margin-top: 58px;
  }

  .me-faq-group-head {
    gap: 14px;
    margin-bottom: 18px;
  }

  .me-faq-group-line {
    width: 34px;
  }

  .me-faq-question {
    padding: 20px 18px;
    gap: 12px;
  }

  .me-faq-question span:first-child {
  }

  .me-faq-answer-inner {
    padding: 0 18px 0;
  }

  .me-faq-item.is-open .me-faq-answer-inner {
    padding-bottom: 22px;
  }

  .me-faq-answer-inner p,
  .me-faq-answer-inner li {
  }
}

/* =========================================================
   PATCH RESPONSIVE - BLOQUE MACRO ESPECULADOR
   Ajustes específicos para que el bloque HTML enviado
   se vea bien en móvil sin romper desktop
========================================================= */

@media (max-width: 767px) {
  .me-macro-block {
    padding: 88px 18px 84px;
  }

  .me-macro-wrap {
    max-width: 100%;
  }

  .me-macro-head {
    max-width: 100%;
    margin: 0 auto 38px;
    text-align: center;
  }

  .me-macro-kicker {
    gap: 8px;
    margin: 0 0 18px;
    padding: 7px 12px;
  }

  .me-macro-title {
    margin: 0 0 16px;
  }

  .me-macro-intro {
    max-width: 100%;
  }

  .me-macro-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
  }

  .me-macro-visual-side {
    order: 1;
  }

  .me-macro-content-side {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .me-macro-visual-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 5;
    border-radius: 22px;
    overflow: hidden;
  }

  .me-macro-visual-frame,
  .me-macro-visual-frame img {
    width: 100%;
    height: 100%;
  }

  .me-macro-visual-frame img {
    object-fit: cover;
    object-position: center;
    transform: scale(1.01);
  }

  .me-macro-visual-glow {
    inset: auto -10% -14% -10%;
    height: 34%;
    filter: blur(34px);
    opacity: 0.9;
  }

  .me-macro-manifesto {
    gap: 18px;
    padding-left: 18px;
  }

  .me-macro-line {
    top: 4px;
    bottom: 4px;
  }

  .me-macro-item {
    grid-template-columns: 30px 1fr;
    gap: 10px;
  }

  .me-macro-number {
    min-height: 24px;
  }

  .me-macro-item p,
  .me-macro-item-lg p {
    text-wrap: pretty;
  }
}

@media (max-width: 480px) {
  .me-macro-block {
    padding: 80px 16px 74px;
  }

  .me-macro-title {
  }

  .me-macro-intro {
  }

  .me-macro-kicker {
    padding: 6px 10px;
  }

  .me-macro-grid {
    gap: 24px;
  }

  .me-macro-visual-card {
    aspect-ratio: 1 / 1.18;
    border-radius: 20px;
  }

  .me-macro-manifesto {
    gap: 16px;
    padding-left: 16px;
  }

  .me-macro-item {
    grid-template-columns: 26px 1fr;
    gap: 10px;
  }

  .me-macro-item p,
  .me-macro-item-lg p {
  }
}

/* prueba */

/* =========================================================
   DAQH FIX - AISLAR BOTONES (NO ROMPER UICORE HEADER)
========================================================= */

/* Quitamos impacto global de uicore-btn en navegación */
.uicore-navigation-wrapper a.uicore-btn,
.uicore-mobile-menu-wrapper a.uicore-btn,
.uicore-navigation-content a.uicore-btn {
  all: unset;
  display: inline-flex;
}

/* Volvemos a aplicar estilo SOLO al CTA real */
.uicore-cta-wrapper > a.uicore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 26px !important;
  border-radius: 14px;

  text-decoration: none !important;

  color: #ffffff !important;
  background: #111112 !important;

  border: 1px solid rgba(245, 148, 155, 0.85) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);

  transition: all 0.22s ease;
}

.uicore-cta-wrapper > a.uicore-btn:hover {
  transform: translateY(-1px);
  background: #F5949B !important;
  color: #111112 !important;
}


/* =========================================================
   DAQH FIX - MENU MOBILE VISIBILITY (CRÍTICO)
   CORRECCIÓN 27/04:
   Antes este bloque forzaba TODAS las listas ul y .sub-menu con
   display: block !important; y rompía el acordeón móvil.
   Ahora solo mantiene visible el contenedor del menú y deja
   que el JS del theme controle abrir/cerrar los submenús.
========================================================= */

@media (max-width: 1024px) {

  .uicore-navigation-content,
  .uicore-menu-container,
  .uicore-menu-container li {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .uicore-menu-container {
    height: auto !important;
    overflow: visible !important;
  }

  /* Padding solo para el menú principal, no para submenús */
  .uicore-menu-container > ul,
  .uicore-menu-container .uicore-menu {
    padding: 24px !important;
  }

  .uicore-menu-container li {
    margin-bottom: 14px !important;
  }

  .uicore-menu-container a,
  .uicore-menu-container .ui-menu-item-wrapper {
    color: #ffffff !important;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Importante: NO usar display:block!important en .sub-menu.
     El theme/JS necesita poder alternar display:none/display:block. */
  .uicore-menu-container .sub-menu {
    position: static !important;
    padding-left: 18px;
    margin-top: 10px;
  }

  .uicore-menu-container .sub-menu a {
    color: rgba(255,255,255,0.8) !important;
  }
}


/* =========================================================
   DAQH FIX - Z-INDEX MENU (EVITA QUE QUEDE DETRÁS)
========================================================= */

.uicore-navigation-wrapper {
  z-index: 999999 !important;
}

.uicore-mobile-menu-wrapper {
  z-index: 999999 !important;
}
/* PRUEBA 2 SECCION VIDEO DE JUAN */

/* =========================================================
   ME - STRIP CONSULTAS PRIVADAS
   Full width video section
========================================================= */

.me-consultas-strip {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 48vw, 620px);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(245, 148, 155, 0.12);
  border-bottom: 1px solid rgba(245, 148, 155, 0.12);
  background: #09090b;
}

.me-consultas-strip__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.me-consultas-strip__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.me-consultas-strip__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,7,9,0.65) 0%, rgba(7,7,9,0.55) 38%, rgba(7,7,9,0.35) 62%, rgba(7,7,9,0.55) 100%),
    linear-gradient(180deg, rgba(7,7,9,0.10) 0%, rgba(7,7,9,0.35) 100%);
}

.me-consultas-strip__glow {
  position: absolute;
  inset: auto auto -120px -80px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,148,155,0.18) 0%, rgba(245,148,155,0.06) 38%, transparent 72%);
  filter: blur(42px);
  pointer-events: none;
}

.me-consultas-strip__container {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  min-height: clamp(420px, 48vw, 620px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.me-consultas-strip__content {
  max-width: 760px;
  padding: clamp(42px, 5vw, 72px) 0;
}

.me-consultas-strip__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(245,148,155,0.18);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%),
    rgba(245,148,155,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 10px 24px rgba(0,0,0,0.18),
    0 0 22px rgba(245,148,155,0.06);
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
}

.me-consultas-strip__title {
  margin: 0 0 18px;
  max-width: 13ch;
  text-wrap: balance;
}

.me-consultas-strip__desc {
  max-width: 58ch;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.76);
}

.me-consultas-strip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.me-consultas-strip__meta-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 150px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.018) 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 12px 30px rgba(0,0,0,0.18);
}

.me-consultas-strip__meta-label {
  color: rgba(255,255,255,0.52);
  text-transform: uppercase;
}

.me-consultas-strip__meta-value {
  color: #ffffff;
}

.me-consultas-strip__actions {
  display: flex;
  align-items: center;
  gap: 18px 22px;
  flex-wrap: wrap;
}

.me-consultas-strip__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 17px 28px;
  border-radius: 14px;
  border: 1px solid rgba(245, 148, 155, 0.85);
  background: #111112;
  color: #ffffff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.me-consultas-strip__btn:hover {
  transform: translateY(-1px);
  background: #F5949B;
  color: #111112;
  border-color: #F5949B;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16);
}

.me-consultas-strip__microcopy {
  margin: 0;
  color: rgba(255,255,255,0.62);
}

@media (max-width: 991px) {
  .me-consultas-strip__container {
    width: min(100%, calc(100% - 32px));
  }

  .me-consultas-strip__title,
  .me-consultas-strip__desc {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .me-consultas-strip {
    min-height: auto;
  }

  .me-consultas-strip__container {
    width: min(100%, calc(100% - 24px));
    min-height: auto;
  }

  .me-consultas-strip__content {
    width: 100%;
    padding: 56px 0;
  }

  .me-consultas-strip__title {
    margin-bottom: 14px;
  }

  .me-consultas-strip__desc {
    margin-bottom: 22px;
  }

  .me-consultas-strip__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  .me-consultas-strip__meta-item {
    min-width: 0;
    border-radius: 18px;
  }

  .me-consultas-strip__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .me-consultas-strip__btn {
    width: 100%;
  }

  .me-consultas-strip__microcopy {
    width: 100%;
  }
}
/* PRUEBA CONSULTAS */

/* =========================================================
   DAQH - CONSULTAS PAGE (CORREGIDO V4)
   Reutiliza el sistema visual global sin tocar el CSS global
   Mantiene encabezados, textos, labels, botones y cards heredados
========================================================= */

/* =========================================================
   BASE LOCAL DE CONSULTAS
========================================================= */

.me-consultas-copy,
.me-consultas-hero__desc,
.me-consultas-price-why__intro,
.me-reembolso-copy,
.me-consultas-finalcta__desc,
.me-consultas-finalcta__price-text {
  margin: 0;
  color: var(--daqh-white-muted);
  text-wrap: pretty;
}

/* Incluye eyebrow genérico usado en el bloque v3 */
.me-consultas-eyebrow,
.me-consultas-hero__eyebrow,
.me-consultas-price-why__eyebrow,
.me-consultas-alianza-eyebrow,
.me-reembolso-eyebrow,
.me-consultas-finalcta__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--daqh-brand-mid);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%),
    rgba(245,148,155,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 10px 24px rgba(0,0,0,0.18),
    0 0 22px rgba(245,148,155,0.06);
  color: rgba(255,255,255,0.82);
  text-transform: uppercase;
}

.me-consultas-form-v2,
.me-consultas-form-v3,
.me-consultas-clarity-card,
.me-consultas-price-card,
.me-consultas-alianza-card,
.me-reembolso-card,
.me-consultas-finalcta__card,
.me-consultas-hero__proof-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--daqh-border);
  border-radius: var(--daqh-radius-card);
  background:
    linear-gradient(180deg, var(--daqh-surface-top) 0%, var(--daqh-surface-bottom) 100%),
    linear-gradient(180deg, rgba(10,10,12,0.88) 0%, rgba(7,7,9,0.95) 100%);
  box-shadow: var(--daqh-shadow-card-premium);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.me-consultas-form-v2::before,
.me-consultas-form-v3::before,
.me-consultas-clarity-card::before,
.me-consultas-price-card::before,
.me-consultas-alianza-card::before,
.me-reembolso-card::before,
.me-consultas-finalcta__card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(245,148,155,0.12) 0%, rgba(245,148,155,0.04) 28%, transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 34%, rgba(255,255,255,0.02) 100%);
  opacity: 0.9;
}

.me-consultas-form-v2 > *,
.me-consultas-form-v3 > *,
.me-consultas-clarity-card > *,
.me-consultas-price-card > *,
.me-consultas-alianza-card > *,
.me-reembolso-card > *,
.me-consultas-finalcta__card > * {
  position: relative;
  z-index: 1;
}

.me-consultas-hero__btn,
.me-consultas-finalcta__btn,
.me-consultas-alianza-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 17px 26px;
  border-radius: 14px;
  border: 1px solid rgba(245, 148, 155, 0.85);
  background: #111112;
  color: #ffffff;
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.me-consultas-hero__btn:hover,
.me-consultas-finalcta__btn:hover,
.me-consultas-alianza-link:hover {
  transform: translateY(-1px);
  background: #F5949B;
  color: #111112;
  border-color: #F5949B;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16);
}

/* =========================================================
   HERO V2
========================================================= */

.me-consultas-hero-v2 {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 110px) 0 clamp(52px, 7vw, 90px);
  isolation: isolate;
}

.me-consultas-hero-v2__inner {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
  gap: clamp(28px, 4vw, 64px);
}

.me-consultas-hero-v2__content {
  position: relative;
  z-index: 3;
  max-width: 660px;
}

.me-consultas-hero-v2__top { margin-bottom: 20px; }
.me-consultas-hero-v2__copy { position: relative; max-width: 620px; }

.me-consultas-hero-v2__title {
  margin: 0 0 18px;
  max-width: 12ch;
}

.me-consultas-hero-v2__text {
  max-width: 58ch;
  margin: 0;
  opacity: 0.88;
}

.me-consultas-hero-v2__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 28px;
}

.me-consultas-hero-v2__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
}

.me-consultas-hero-v2__meta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F5949B;
  box-shadow:
    0 0 0 6px rgba(245, 148, 155, 0.08),
    0 0 20px rgba(245, 148, 155, 0.45);
  flex: 0 0 auto;
}

.me-consultas-hero-v2__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  max-width: 760px;
}

.me-consultas-hero-v2__mini-card {
  position: relative;
  min-height: 112px;
  padding: 18px 18px 16px;
}

.me-consultas-hero-v2__mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.055), transparent 38%);
  opacity: 0.75;
}

.me-consultas-hero-v2__mini-label,
.me-consultas-hero-v2__floating-label {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}

.me-consultas-hero-v2__mini-text,
.me-consultas-hero-v2__floating-text {
  margin: 0;
  color: rgba(255,255,255,0.92);
}

.me-consultas-hero-v2__visual-wrap {
  position: relative;
  min-height: clamp(560px, 62vw, 760px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.me-consultas-hero-v2__visual-frame {
  position: absolute;
  inset: 3% 8% 4% 10%;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.01));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 30px 90px rgba(0,0,0,0.30);
  transform: perspective(1200px) rotateY(-5deg) rotateX(1deg);
  pointer-events: none;
}

.me-consultas-hero-v2__visual-glow {
  position: absolute;
  width: 74%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,148,155,0.20) 0%, rgba(245,148,155,0.07) 34%, transparent 72%);
  filter: blur(36px);
  right: 8%;
  bottom: 10%;
  pointer-events: none;
  z-index: 0;
}

.me-consultas-hero-v2__visual {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin: 0;
  border-radius: 34px;
  overflow: hidden;
  transform: translateY(-4px);
  box-shadow:
    0 40px 120px rgba(0,0,0,0.48),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 60px rgba(245,148,155,0.10);
}

.me-consultas-hero-v2__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.me-consultas-hero-v2__floating {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 12%;
  width: min(260px, 48%);
  padding: 18px 18px 16px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.me-consultas-hero-v2__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 34%, rgba(245,148,155,0.14), transparent 28%),
    radial-gradient(circle at 78% 52%, rgba(245,148,155,0.10), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0));
  opacity: 0.95;
}

.me-consultas-hero-v2__noise {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
  background-image: radial-gradient(rgba(255,255,255,0.22) 0.45px, transparent 0.45px);
  background-size: 6px 6px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0.7), transparent 100%);
}

.me-consultas-hero-v2__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.5;
}

.me-consultas-hero-v2__glow--left {
  width: 360px;
  height: 360px;
  left: -120px;
  top: 14%;
  background: radial-gradient(circle, rgba(245,148,155,0.16), transparent 70%);
}

.me-consultas-hero-v2__glow--right {
  width: 460px;
  height: 460px;
  right: -100px;
  bottom: 4%;
  background: radial-gradient(circle, rgba(245,148,155,0.12), transparent 72%);
}

.me-consultas-hero-v2__gridline {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.08), transparent);
  opacity: 0.42;
}

.me-consultas-hero-v2__gridline--1 { top: 0; bottom: 0; left: 12%; }
.me-consultas-hero-v2__gridline--2 { top: 0; bottom: 0; right: 15%; }

/* =========================================================
   BLOQUE PRINCIPAL V3
========================================================= */

.me-consultas-main-v3 {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 120px) 0;
  isolation: isolate;
}

/* =========================================================
   TRANSICIÓN HERO -> BLOQUE 2
   Corrige el hueco negro entre secciones sin tocar HTML
========================================================= */

.me-consultas-main-v3 {
  margin-top: -100px;
  padding-top: calc(clamp(72px, 9vw, 120px) + 140px);
}

.me-consultas-main-v3::before {
  content: "";
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    rgba(10,10,12,0) 0%,
    rgba(10,10,12,0.70) 50%,
    rgba(10,10,12,1) 100%
  );
  z-index: 1;
}

.me-consultas-main-v3__inner {
  position: relative;
  z-index: 2;
}

.me-consultas-main-v3__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 14%, rgba(245,148,155,0.10), transparent 26%),
    radial-gradient(circle at 82% 52%, rgba(245,148,155,0.08), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,0.012), rgba(255,255,255,0));
}

.me-consultas-main-v3__glow {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.42;
}

.me-consultas-main-v3__glow--1 {
  top: 80px;
  left: -120px;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(245,148,155,0.18), transparent 72%);
}

.me-consultas-main-v3__glow--2 {
  right: -140px;
  bottom: 40px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(245,148,155,0.14), transparent 74%);
}

.me-consultas-main-v3__inner {
  position: relative;
  z-index: 2;
  width: min(1080px, 100%);
  margin: 0 auto;
}

.me-consultas-main-v3__intro {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.me-consultas-main-v3__intro .me-consultas-eyebrow {
  margin-bottom: 16px;
}

.me-consultas-main-v3__title {
  max-width: 12ch;
  margin: 0 auto 18px;
}

.me-consultas-main-v3__lead {
  max-width: 760px;
  margin: 0 auto;
}

.me-consultas-main-v3__topic-box {
  max-width: 820px;
  margin: 26px auto 0;
  padding: 22px 24px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.018));
  box-shadow:
    0 18px 50px rgba(0,0,0,0.22),
    0 0 30px rgba(245,148,155,0.05),
    inset 0 1px 0 rgba(255,255,255,0.03);
  text-align: center;
  color: rgba(255,255,255,0.82);
}

.me-consultas-main-v3__value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.me-consultas-main-v3__value-card {
  position: relative;
  min-height: 100%;
  padding: 26px 24px 22px;
  overflow: hidden;
}

.me-consultas-main-v3__value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 36%);
  opacity: 0.7;
}

.me-consultas-main-v3__value-card .me-consultas-eyebrow {
  margin-bottom: 14px;
}

.me-consultas-main-v3__value-card h3 {
  margin: 0 0 10px;
}

.me-consultas-main-v3__value-card p:last-child {
  margin-bottom: 0;
}

.me-consultas-main-v3__pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}

.me-consultas-main-v3__pricing-copy,
.me-consultas-main-v3__price-card {
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.016));
  box-shadow:
    0 18px 60px rgba(0,0,0,0.24),
    0 0 36px rgba(245,148,155,0.05),
    inset 0 1px 0 rgba(255,255,255,0.03);
}

.me-consultas-main-v3__pricing-copy {
  padding: 30px 30px 28px;
}

.me-consultas-main-v3__pricing-copy .me-consultas-eyebrow {
  margin-bottom: 14px;
}

.me-consultas-main-v3__pricing-copy h3 {
  margin: 0 0 12px;
}

.me-consultas-main-v3__pricing-copy p:last-child {
  margin-bottom: 0;
}

.me-consultas-main-v3__price-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 28px;
  overflow: hidden;
}

.me-consultas-main-v3__price-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top right, rgba(245,148,155,0.12), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,0.06), transparent 40%);
}

.me-consultas-main-v3__price-label {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.56);
}

.me-consultas-main-v3__price-value {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-bottom: 12px;
}

.me-consultas-main-v3__price-note {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 28ch;
}

.me-consultas-form-v3 {
  position: relative;
  margin-top: 34px;
  border-color: rgba(245,148,155,0.18);
  box-shadow:
    var(--daqh-shadow-card-premium),
    0 0 40px rgba(245,148,155,0.06);
}

.me-consultas-form-v3__glow {
  position: absolute;
  inset: auto auto -60px -40px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,148,155,0.14), transparent 72%);
  filter: blur(46px);
  pointer-events: none;
}

.me-consultas-form-v3__inner {
  position: relative;
  z-index: 2;
  padding: clamp(28px, 4vw, 42px);
}

.me-consultas-form-v3__head {
  max-width: 760px;
  margin-bottom: 26px;
}

.me-consultas-form-v3__head .me-consultas-eyebrow {
  margin-bottom: 14px;
}

.me-consultas-form-v3__head h3 {
  margin: 0 0 12px;
}

.me-consultas-form-v3__head p:last-child {
  margin-bottom: 0;
}

.me-consultas-form-v3__form {
  position: relative;
  z-index: 2;
}

.me-consultas-form-v3__microcopy {
  margin: 18px 0 0;
  text-align: center;
  opacity: 0.78;
}

.me-consultas-form-v3 .wpcf7,
.me-consultas-form-v2 .wpcf7 {
  margin: 0;
}

.me-consultas-form-v3 .wpcf7 form,
.me-consultas-form-v2 .wpcf7 form {
  margin: 0;
}

.me-consultas-form-v3 .wpcf7-not-valid-tip,
.me-consultas-form-v2 .wpcf7-not-valid-tip {
  margin-top: 8px;
}

.me-consultas-form-v3 .wpcf7-response-output,
.me-consultas-form-v2 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  border-radius: 18px;
}

/* =========================================================
   CLARITY
========================================================= */

.me-consultas-clarity-v2 {
  position: relative;
  padding: 54px 0 34px;
  overflow: hidden;
}

.me-consultas-clarity-v2::before {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(245,148,155,0.05) 0%, transparent 32%),
    radial-gradient(circle at 24% 70%, rgba(255,255,255,0.018) 0%, transparent 22%),
    radial-gradient(circle at 76% 70%, rgba(255,255,255,0.014) 0%, transparent 22%);
  filter: blur(54px);
  opacity: 0.9;
}

.me-consultas-clarity-v2__head {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 34px;
  text-align: center;
}

.me-consultas-clarity-v2__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.me-consultas-clarity-card { padding: 30px; }

.me-consultas-clarity-card--positive::before {
  background:
    radial-gradient(circle at 20% 0%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 28%, transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
}

.me-consultas-clarity-card--neutral::before {
  background:
    radial-gradient(circle at 80% 0%, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.02) 24%, transparent 52%),
    linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0));
}

.me-consultas-clarity-card__top {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}

.me-consultas-clarity-card__icon,
.me-consultas-price-card__icon,
.me-consultas-alianza-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 10px 24px rgba(0,0,0,0.18);
}

.me-consultas-clarity-card__list { display: grid; gap: 16px; }

.me-consultas-clarity-item {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 18px 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(180deg, rgba(255,255,255,0.035) 0%, rgba(255,255,255,0.016) 100%);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.me-consultas-clarity-item:hover {
  transform: translateY(-2px);
  border-color: rgba(245,148,155,0.14);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.18),
    0 0 20px rgba(245,148,155,0.04);
}

.me-consultas-clarity-item--muted:hover {
  border-color: rgba(255,255,255,0.10);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.18),
    0 0 20px rgba(255,255,255,0.03);
}

.me-consultas-clarity-item__bullet {
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--daqh-brand);
  box-shadow: 0 0 14px rgba(245,148,155,0.40);
}

.me-consultas-clarity-item--muted .me-consultas-clarity-item__bullet {
  background: rgba(255,255,255,0.64);
  box-shadow: 0 0 12px rgba(255,255,255,0.14);
}

.me-consultas-clarity-item strong,
.me-consultas-price-card__title,
.me-reembolso-block-title {
  display: block;
  margin: 0 0 6px;
  color: rgba(255,255,255,0.94);
}

.me-consultas-clarity-item p,
.me-consultas-price-card__text,
.me-reembolso-body {
  margin: 0;
  color: rgba(255,255,255,0.68);
}

/* =========================================================
   POR QUÉ ESTE PRECIO
========================================================= */

.me-consultas-price-why {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 0;
}

.me-consultas-price-why__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.me-consultas-price-why__head {
  max-width: 860px;
  margin: 0 auto clamp(34px, 4vw, 54px);
  text-align: center;
}

.me-consultas-price-why__eyebrow { margin-bottom: 18px; }
.me-consultas-price-why__title { margin: 0 0 16px; }
.me-consultas-price-why__intro { max-width: 720px; margin: 0 auto; }

.me-consultas-price-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.me-consultas-price-card {
  min-height: 100%;
  padding: 28px 24px 24px;
  box-shadow:
    var(--daqh-shadow-card-premium),
    0 0 34px rgba(245,148,155,0.08);
}

.me-consultas-price-card__icon { margin-bottom: 18px; }
.me-consultas-price-card__title { margin-bottom: 10px; }

/* =========================================================
   BLOQUE ALIANZA
========================================================= */

.me-consultas-alianza {
  position: relative;
  width: 100%;
}

.me-consultas-alianza-card {
  padding: clamp(28px, 4vw, 46px);
  border-color: rgba(245,148,155,0.16);
  box-shadow:
    var(--daqh-shadow-card-premium),
    0 0 28px rgba(245,148,155,0.08);
}

.me-consultas-alianza-top,
.me-consultas-alianza-content,
.me-consultas-alianza-benefits,
.me-consultas-alianza-footer {
  position: relative;
  z-index: 1;
}

.me-consultas-alianza-eyebrow { margin-bottom: 16px; }
.me-consultas-alianza-title { margin: 0; }

.me-consultas-alianza-note {
  margin-top: 16px;
  color: rgba(255,255,255,0.72);
}

.me-consultas-alianza-content {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.me-consultas-alianza-content p {
  margin: 0;
  color: rgba(255,255,255,0.80);
}

.me-consultas-alianza-content a {
  color: var(--daqh-brand);
  text-decoration: none;
}

.me-consultas-alianza-content a:hover { color: #F5949B; }

.me-consultas-alianza-divider,
.me-reembolso-divider {
  height: 1px;
  margin: 24px 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.08) 18%, rgba(245,148,155,0.12) 50%, rgba(255,255,255,0.08) 82%, transparent 100%);
}

.me-consultas-alianza-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.me-consultas-alianza-benefit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.018) 100%);
  color: rgba(255,255,255,0.88);
}

.me-consultas-alianza-benefit-icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
}

.me-consultas-alianza-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 24px;
}

/* =========================================================
   REEMBOLSO
========================================================= */

.me-reembolso-section {
  position: relative;
  padding: clamp(56px, 8vw, 104px) 20px;
}

.me-reembolso-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.me-reembolso-card {
  padding: clamp(28px, 4vw, 42px);
  border-color: rgba(245,148,155,0.16);
}

.me-reembolso-head {
  max-width: 640px;
  margin-bottom: 26px;
}

.me-reembolso-eyebrow { margin-bottom: 14px; }
.me-reembolso-title { margin: 0 0 14px; }

.me-reembolso-block {
  display: grid;
  gap: 8px;
}

/* =========================================================
   FINAL CTA - CORREGIDO
   Ajustado al HTML real del bloque final
========================================================= */

.me-consultas-finalcta {
  position: relative;
  padding: clamp(72px, 9vw, 120px) 20px;
}

.me-consultas-finalcta__wrap {
  max-width: 1240px;
  margin: 0 auto;
}

.me-consultas-finalcta__card {
  padding: clamp(30px, 4vw, 54px);
  border-color: rgba(245,148,155,0.24);
  background:
    radial-gradient(circle at top left, rgba(245,148,155,0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(245,148,155,0.10), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  box-shadow:
    var(--daqh-shadow-card-premium),
    0 0 40px rgba(245,148,155,0.12);
}

.me-consultas-finalcta__top,
.me-consultas-finalcta__main,
.me-consultas-finalcta__pricebox,
.me-consultas-finalcta__action {
  position: relative;
  z-index: 1;
}

.me-consultas-finalcta__top {
  max-width: 980px;
  margin-bottom: 32px;
}

.me-consultas-finalcta__eyebrow {
  margin-bottom: 18px;
}

.me-consultas-finalcta__title {
  margin: 0 0 16px;
  max-width: 16ch;
  text-wrap: balance;
}

.me-consultas-finalcta__desc {
  max-width: 780px;
}

.me-consultas-finalcta__main {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: stretch;
}

.me-consultas-finalcta__pricebox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  min-height: 100%;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 14px 36px rgba(0,0,0,0.20);
}

.me-consultas-finalcta__price-label {
  margin-bottom: 4px;
  color: rgba(255,255,255,0.62);
  text-transform: uppercase;
}

.me-consultas-finalcta__price {
  color: #ffffff;
  margin: 0 0 2px;
}

.me-consultas-finalcta__price-text {
  max-width: 28ch;
}

.me-consultas-finalcta__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  min-height: 100%;
}

.me-consultas-finalcta__value {
  margin: 0;
  color: rgba(255,255,255,0.75);
  max-width: 560px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 18px;
  text-wrap: pretty;
}

.me-consultas-finalcta__value strong {
  color: #fff;
}

.me-consultas-finalcta__value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 2px;
  height: 70%;
  background: linear-gradient(
    180deg,
    rgba(245,148,155,0.8),
    rgba(245,148,155,0.1)
  );
  border-radius: 999px;
  box-shadow: 0 0 10px rgba(245,148,155,0.2);
}

.me-consultas-finalcta__btn {
  align-self: flex-start;
}

.me-consultas-finalcta__scarcity {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.78);
  text-wrap: pretty;
}

.me-consultas-finalcta__scarcity strong {
  color: #ffffff;
}

.me-consultas-finalcta__scarcity-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
  background: #F5949B;
  box-shadow:
    0 0 0 6px rgba(245,148,155,0.10),
    0 0 18px rgba(245,148,155,0.42);
}

/* =========================================================
   FORMULARIOS / LABELS
========================================================= */

.me-consultas-form-v2 label,
.me-consultas-form-v2 .wpcf7-list-item-label,
.me-consultas-form-v2 .cf7sa-form-code label,
.me-consultas-form-v2 .credit_card_details label,
.me-consultas-form-v3 label,
.me-consultas-form-v3 .wpcf7-list-item-label,
.me-consultas-form-v3 .cf7sa-form-code label,
.me-consultas-form-v3 .credit_card_details label {
  color: rgba(255,255,255,0.88);
}

.me-consultas-form-v2 .wpcf7 p,
.me-consultas-form-v3 .wpcf7 p {
  margin: 0 0 18px;
}

.me-consultas-form-v2 .wpcf7 p:last-of-type,
.me-consultas-form-v3 .wpcf7 p:last-of-type {
  margin-bottom: 0;
}

.me-consultas-form-v2 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.me-consultas-form-v2 textarea,
.me-consultas-form-v2 select,
.me-consultas-form-v2 .StripeElement,
.me-consultas-form-v3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.me-consultas-form-v3 textarea,
.me-consultas-form-v3 select,
.me-consultas-form-v3 .StripeElement {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  transition:
    border-color var(--daqh-transition),
    box-shadow var(--daqh-transition),
    background var(--daqh-transition);
}

.me-consultas-form-v2 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.me-consultas-form-v2 select,
.me-consultas-form-v3 input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.me-consultas-form-v3 select {
  min-height: 56px;
  padding: 0 18px;
}

.me-consultas-form-v2 textarea,
.me-consultas-form-v3 textarea {
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}

.me-consultas-form-v2 .StripeElement,
.me-consultas-form-v3 .StripeElement {
  padding: 16px 18px;
}

.me-consultas-form-v2 input::placeholder,
.me-consultas-form-v2 textarea::placeholder,
.me-consultas-form-v3 input::placeholder,
.me-consultas-form-v3 textarea::placeholder {
  color: rgba(255,255,255,0.42);
}

.me-consultas-form-v2 input:not([type="submit"]):focus,
.me-consultas-form-v2 textarea:focus,
.me-consultas-form-v2 select:focus,
.me-consultas-form-v2 .StripeElement:focus-within,
.me-consultas-form-v3 input:not([type="submit"]):focus,
.me-consultas-form-v3 textarea:focus,
.me-consultas-form-v3 select:focus,
.me-consultas-form-v3 .StripeElement:focus-within {
  outline: none;
  border-color: rgba(245,148,155,0.28);
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 24px rgba(245,148,155,0.06);
}

.me-consultas-form-v2 input[type="submit"],
.me-consultas-form-v2 button[type="submit"],
.me-consultas-form-v2 .wpcf7-submit,
.me-consultas-form-v3 input[type="submit"],
.me-consultas-form-v3 button[type="submit"],
.me-consultas-form-v3 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 17px 26px;
  border-radius: 14px;
  border: 1px solid rgba(245,148,155,0.85) !important;
  background: #111112 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.me-consultas-form-v2 input[type="submit"]:hover,
.me-consultas-form-v2 button[type="submit"]:hover,
.me-consultas-form-v2 .wpcf7-submit:hover,
.me-consultas-form-v3 input[type="submit"]:hover,
.me-consultas-form-v3 button[type="submit"]:hover,
.me-consultas-form-v3 .wpcf7-submit:hover {
  transform: translateY(-1px);
  background: #F5949B !important;
  color: #111112 !important;
  border-color: #F5949B !important;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
  .me-consultas-hero-v2__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .me-consultas-hero-v2__content { max-width: 760px; }
  .me-consultas-hero-v2__title { max-width: 13ch; }

  .me-consultas-hero-v2__visual-wrap {
    min-height: auto;
    padding-top: 8px;
  }

  .me-consultas-hero-v2__visual-frame {
    inset: 4% 8% 2% 8%;
    transform: none;
  }

  .me-consultas-hero-v2__floating {
    left: 4%;
    bottom: 8%;
  }
}

@media (max-width: 1080px) {
  .me-consultas-hero__grid { grid-template-columns: 1fr; }
  .me-consultas-hero__content { max-width: 100%; }
  .me-consultas-hero__visual { max-width: 760px; }
  .me-consultas-hero__image { min-height: 420px; }
}

@media (max-width: 1024px) {
  .me-consultas-clarity-v2__grid,
  .me-consultas-price-why__grid,
  .me-consultas-finalcta__main,
  .me-consultas-main-v3__value-grid,
  .me-consultas-main-v3__pricing {
    grid-template-columns: 1fr;
  }

  .me-consultas-finalcta__title,
  .me-consultas-finalcta__price-text {
    max-width: none;
  }

  .me-consultas-finalcta__value {
    max-width: 620px;
  }
}

@media (max-width: 991px) {
  .me-consultas-main-v3__price-note { max-width: none; }
}

@media (max-width: 767px) {
  .me-consultas-copy,
  .me-consultas-hero__desc,
  .me-consultas-price-why__intro,
  .me-consultas-alianza-content p,
  .me-reembolso-copy,
  .me-consultas-finalcta__desc,
  .me-consultas-finalcta__price-text {
  }

  .me-consultas-hero { padding: 56px 16px 68px; }
  .me-consultas-hero-v2 { padding: 34px 0 56px; }

  .me-consultas-eyebrow,
  .me-consultas-hero__eyebrow,
  .me-consultas-price-why__eyebrow,
  .me-consultas-alianza-eyebrow,
  .me-reembolso-eyebrow,
  .me-consultas-finalcta__eyebrow {
  }

  .me-consultas-hero-v2__inner {
    width: min(100%, calc(100% - 24px));
    gap: 24px;
  }

  .me-consultas-hero-v2__title {
    max-width: none;
    margin-bottom: 14px;
  }

  .me-consultas-hero-v2__text { max-width: none; }

  .me-consultas-hero-v2__actions {
    align-items: stretch;
    gap: 12px;
  }

  .me-consultas-hero-v2__meta {
    width: 100%;
    min-height: auto;
  }

  .me-consultas-hero-v2__cards {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 22px;
  }

  .me-consultas-hero-v2__mini-card { min-height: auto; }
  .me-consultas-hero-v2__visual-wrap { min-height: auto; }

  .me-consultas-hero-v2__visual-frame {
    inset: 8px;
    border-radius: 28px;
  }

  .me-consultas-hero-v2__visual {
    width: 100%;
    border-radius: 26px;
  }

  .me-consultas-hero-v2__floating {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 14px;
  }

  .me-consultas-hero-v2__gridline--1 { left: 6%; }
  .me-consultas-hero-v2__gridline--2 { right: 6%; }

  .me-consultas-main-v3 {
    margin-top: -56px;
    padding: 112px 0 64px;
  }

  .me-consultas-main-v3__title { max-width: none; }

  .me-consultas-main-v3__topic-box,
  .me-consultas-main-v3__pricing-copy,
  .me-consultas-main-v3__price-card {
    border-radius: 24px;
  }

  .me-consultas-form-v2,
  .me-consultas-form-v3,
  .me-consultas-clarity-card,
  .me-consultas-price-card,
  .me-consultas-alianza-card,
  .me-reembolso-card,
  .me-consultas-finalcta__card {
    border-radius: var(--daqh-radius-card-mobile);
  }

  .me-consultas-form-v2__inner,
  .me-consultas-form-v3__inner,
  .me-consultas-clarity-card,
  .me-consultas-price-card,
  .me-consultas-alianza-card,
  .me-reembolso-card,
  .me-consultas-finalcta__card {
    padding: 22px;
  }

  .me-consultas-form-v3__microcopy { text-align: left; }

  .me-consultas-main-v3__price-value {
  }

  .me-consultas-hero__proof { grid-template-columns: 1fr; }
  .me-consultas-hero__image-wrap { border-radius: 24px; }
  .me-consultas-hero__image { min-height: 320px; }
  .me-consultas-hero__actions { align-items: stretch; }

  .me-consultas-hero__btn,
  .me-consultas-finalcta__btn,
  .me-consultas-alianza-link {
    width: 100%;
  }

  .me-consultas-clarity-card__top {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }

  .me-consultas-clarity-card__icon,
  .me-consultas-price-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .me-consultas-clarity-item {
    padding: 16px;
    border-radius: 18px;
  }

  .me-consultas-clarity-item strong,
  .me-consultas-price-card__title,
  .me-reembolso-block-title {
  }

  .me-consultas-clarity-item p,
  .me-consultas-price-card__text,
  .me-reembolso-body,
  .me-consultas-finalcta__price-text {
  }

  .me-consultas-price-why__inner {
    width: min(100%, calc(100% - 24px));
  }

  .me-consultas-price-why__head,
  .me-reembolso-head {
    margin-bottom: 22px;
  }

  .me-consultas-alianza-benefits {
    gap: 10px;
    margin-top: 22px;
  }

  .me-consultas-alianza-benefit {
    width: 100%;
    border-radius: 16px;
  }

  .me-consultas-alianza-footer,
  .me-consultas-finalcta__scarcity {
    flex-direction: column;
    align-items: flex-start;
  }

  .me-reembolso-section { padding: 44px 16px 72px; }
  .me-reembolso-divider { margin: 18px 0; }

  .me-consultas-finalcta__top {
    margin-bottom: 24px;
  }

  .me-consultas-finalcta__title {
    margin-bottom: 14px;
  }

  .me-consultas-finalcta__desc,
  .me-consultas-finalcta__price-text {
  }

  .me-consultas-finalcta__value {
    max-width: none;
    margin-bottom: 20px;
    padding-left: 16px;
  }

  .me-consultas-finalcta__action {
    gap: 18px;
  }

  .me-consultas-finalcta__pricebox {
    padding: 20px 18px;
    border-radius: 22px;
  }
}

/* =========================================================
   DAQH - LEARNPRESS SINGLE COURSE
   Refactor seguro sobre overrides existentes
   - Mantiene el resultado visual actual
   - Reutiliza tokens globales cuando es seguro
   - Encapsula todo bajo body.single-lp_course
========================================================= */

body.single-lp_course {
  --lp-shell-width: 1290px;
  --lp-shell-gutter: 16px;
  --lp-section-gap: 32px;
  --lp-layout-gap: 40px;
  --lp-sidebar-width: 380px;
  --lp-card-radius: 28px;
  --lp-card-radius-sm: 20px;
  --lp-pill-radius: 999px;
  --lp-surface-main: #0c0c0d;
  --lp-surface-main-end: #0b0b0c;
  --lp-surface-card-top: rgba(255,255,255,0.03);
  --lp-surface-card-bottom: rgba(255,255,255,0.01);
  --lp-surface-card-solid-top: #111114;
  --lp-surface-card-solid-bottom: #0d0e11;
  --lp-surface-alt: #18191e;
  --lp-surface-item: #121318;
  --lp-surface-item-hover: #15171d;
  --lp-text-main: var(--daqh-white);
  --lp-text-soft: rgba(255,255,255,0.78);
  --lp-text-muted: rgba(255,255,255,0.72);
  --lp-text-faint: rgba(255,255,255,0.62);
  --lp-text-subtle: rgba(255,255,255,0.50);
  --lp-border-soft: rgba(255,255,255,0.05);
  --lp-border: rgba(255,255,255,0.06);
  --lp-border-strong: rgba(255,255,255,0.08);
  --lp-border-brand: rgba(245,148,155,0.18);
  --lp-border-brand-strong: rgba(245,148,155,0.24);
  --lp-shadow-card: 0 12px 40px rgba(0,0,0,0.28);
  --lp-shadow-sticky: 0 16px 60px rgba(0,0,0,0.45);
  --lp-shadow-button: 0 10px 30px rgba(245,148,155,0.22), inset 0 1px 0 rgba(255,255,255,0.35);
  --lp-shadow-button-hover: 0 18px 40px rgba(245,148,155,0.28), inset 0 1px 0 rgba(255,255,255,0.38);
}

/* 1. CONTENEDOR GENERAL */
body.single-lp_course .lp-content-area {
  max-width: var(--lp-shell-width) !important;
  margin: 0 auto !important;
  padding: 0 var(--lp-shell-gutter) 80px !important;
  background: linear-gradient(180deg, var(--lp-surface-main) 0%, var(--lp-surface-main) 60%, var(--lp-surface-main-end) 100%) !important;
  position: relative;
  z-index: 2;
}

/* 2. AVATAR INSTRUCTOR */
body.single-lp_course .instructor-avatar {
  width: 250px;
  aspect-ratio: 1 / 1;
  flex: 0 0 250px;
  overflow: hidden;
  border-radius: 16px;
}

body.single-lp_course .instructor-avatar img.avatar {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 3. LAYOUT PRINCIPAL */
body.single-lp_course .lp-single-course-main {
  display: flex !important;
  align-items: flex-start;
  gap: var(--lp-layout-gap) !important;
  margin: 0 !important;
  padding: 40px 0 80px !important;
  background: transparent !important;
}

body.single-lp_course .lp-single-course-main__left {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
}

body.single-lp_course .lp-single-course-main__left > div {
  width: 100% !important;
  max-width: none !important;
}

body.single-lp_course .lp-single-course-main__right {
  flex: 0 0 var(--lp-sidebar-width) !important;
  width: var(--lp-sidebar-width) !important;
  max-width: var(--lp-sidebar-width) !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 4. SIDEBAR STICKY */
body.single-lp_course .lp-single-course-main__right__inner {
  position: sticky !important;
  top: 24px !important;
  width: 100% !important;
  overflow: hidden;
  padding: 22px !important;
  border: 1px solid var(--lp-border-brand-strong) !important;
  border-radius: var(--lp-card-radius) !important;
  background:
    linear-gradient(180deg, var(--lp-surface-card-top) 0%, var(--lp-surface-card-bottom) 100%),
    linear-gradient(180deg, var(--lp-surface-card-solid-top) 0%, var(--lp-surface-card-solid-bottom) 100%) !important;
  box-shadow: var(--lp-shadow-sticky) !important;
}

body.single-lp_course .lp-single-course-main__right__inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  pointer-events: none;
  background: radial-gradient(circle at top center, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0) 72%);
}

body.single-lp_course .lp-single-course-main__right__inner > * {
  position: relative;
  z-index: 1;
}

/* 5. IMAGEN DE SIDEBAR */
body.single-lp_course .lp-single-course-main__right .course-img {
  margin: 0 0 18px !important;
  overflow: hidden;
  border: 1px solid var(--lp-border) !important;
  border-radius: var(--lp-card-radius-sm) !important;
  background: #0c0c0f !important;
}

body.single-lp_course .lp-single-course-main__right .course-img img {
  display: block;
  width: 100% !important;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* 6. PRECIO Y TEXTO SIDEBAR */
body.single-lp_course .course-price,
body.single-lp_course .course-item-price,
body.single-lp_course .course-price .price,
body.single-lp_course .course-price * {
  color: var(--lp-text-main) !important;
}

body.single-lp_course .course-price {
  display: block;
  margin: 0 0 18px !important;
}

body.single-lp_course .course-price .price {
  display: block;
}

body.single-lp_course .course-price .code-block,
body.single-lp_course .course-price .code-block-1 {
  margin: 0 0 6px !important;
  color: var(--lp-text-muted) !important;
}

body.single-lp_course .course-price .code-block a,
body.single-lp_course .course-price .code-block-1 a {
  color: var(--daqh-brand) !important;
}

/* 7. METAS SIDEBAR */
body.single-lp_course .info-metas {
  display: grid;
  gap: 10px;
  margin: 18px 0 20px !important;
  padding-top: 18px;
  border-top: 1px solid var(--lp-border-strong) !important;
}

body.single-lp_course .info-meta-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

body.single-lp_course .info-meta-left,
body.single-lp_course .info-meta-left *,
body.single-lp_course .info-meta-right,
body.single-lp_course .info-meta-right * {
}

body.single-lp_course .info-meta-left,
body.single-lp_course .info-meta-left * {
  color: var(--lp-text-soft) !important;
}

body.single-lp_course .info-meta-right,
body.single-lp_course .info-meta-right * {
  color: var(--lp-text-main) !important;
  text-align: right;
}

/* 8. BOTÓN COMPRA */
body.single-lp_course .course-buttons,
body.single-lp_course .course-buttons form {
  width: 100%;
  margin: 0 !important;
}

body.single-lp_course .lp-button.button-purchase-course {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 56px;
  padding: 16px 22px !important;
  border: 0 !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, #F5949B 0%, var(--daqh-brand) 100%) !important;
  color: #090909 !important;
  text-transform: uppercase;
  box-shadow: var(--lp-shadow-button);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.single-lp_course .lp-button.button-purchase-course:hover {
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-button-hover);
}

/* 9. SHARE */
body.single-lp_course .social-swapper,
body.single-lp_course .social-share-toggle {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--lp-border-strong);
}

body.single-lp_course .social-swapper *,
body.single-lp_course .social-share-toggle * {
  color: var(--lp-text-faint) !important;
}

/* 10. CARDS COLUMNA IZQUIERDA */
body.single-lp_course .lp-course-curriculum,
body.single-lp_course .lp-section-instructor,
body.single-lp_course .lp-course-comment {
  width: 100% !important;
  margin: 0 0 var(--lp-section-gap) !important;
  padding: 26px !important;
  border: 1px solid var(--lp-border-soft) !important;
  border-radius: var(--lp-card-radius) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.00) 100%),
    linear-gradient(180deg, var(--lp-surface-card-solid-top) 0%, var(--lp-surface-card-solid-bottom) 100%) !important;
  box-shadow: var(--lp-shadow-card);
}

body.single-lp_course .lp-course-curriculum__title,
body.single-lp_course .lp-section-instructor h3,
body.single-lp_course .lp-course-comment h3,
body.single-lp_course .lp-course-comment .title,
body.single-lp_course .lp-section-instructor .title {
  color: var(--lp-text-main) !important;
}

body.single-lp_course .lp-course-curriculum *,
body.single-lp_course .lp-section-instructor *,
body.single-lp_course .lp-course-comment * {
  color: var(--lp-text-soft);
}

/* 11. CURRÍCULUM INFO */
body.single-lp_course .course-curriculum-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 22px !important;
}

body.single-lp_course .course-curriculum-info__left,
body.single-lp_course .course-curriculum-info__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

body.single-lp_course .course-curriculum-info__left {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-lp_course .course-curriculum-info__left li,
body.single-lp_course .course-curriculum-info__right span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--lp-border-strong);
  border-radius: var(--lp-pill-radius);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.74) !important;
}

/* 12. SECCIONES DEL CURRÍCULUM */
body.single-lp_course .course-sections {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-lp_course .course-section {
  margin: 0 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-lp_course .course-section-header {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 16px 18px !important;
  border: 1px solid var(--lp-border-strong) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%),
    var(--lp-surface-alt) !important;
}

body.single-lp_course .course-section-header *,
body.single-lp_course .course-section__title {
  color: var(--lp-text-main) !important;
}

body.single-lp_course .course-section__description {
  color: var(--lp-text-subtle) !important;
}

body.single-lp_course .course-section__items {
  margin: 10px 0 0 !important;
  padding: 0 !important;
  list-style: none;
}

body.single-lp_course .course-section__items > .course-item {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-lp_course .course-item__link {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  padding: 14px 16px !important;
  border: 1px solid var(--lp-border) !important;
  border-radius: 16px !important;
  background: var(--lp-surface-item) !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

body.single-lp_course .course-item__link:hover {
  transform: translateY(-1px);
  border-color: var(--lp-border-brand) !important;
  background: var(--lp-surface-item-hover) !important;
}

body.single-lp_course .course-item-title {
  color: rgba(255,255,255,0.92) !important;
}

body.single-lp_course .course-item__status .locked,
body.single-lp_course .course-item__status .course-item-ico.locked {
  color: var(--daqh-brand) !important;
}

/* 13. ESTADOS VACÍOS */
body.single-lp_course .lp-course-description:empty {
  display: none !important;
}

/* 14. RELATED COURSES
   OJO: aquí se evita usar selectores genéricos como .course-item o .price
   para no chocar con el currículum ni con la sidebar.
*/
body.single-lp_course .lp-list-courses-related {
  width: 100% !important;
  margin: 0 0 40px !important;
  padding-top: 24px;
  border-top: 1px solid var(--lp-border-strong);
}

body.single-lp_course .lp-list-courses-related .lp-target {
  max-width: var(--lp-shell-width);
  margin: 80px auto 0;
  padding: 0 var(--lp-shell-gutter);
}

body.single-lp_course .lp-list-courses-related h2,
body.single-lp_course .lp-list-courses-related h3,
body.single-lp_course .lp-list-courses-related .learn-press-courses-header,
body.single-lp_course .lp-list-courses-related .lp-target .section-title {
  margin: 0 0 40px;
  color: var(--lp-text-main) !important;
}

body.single-lp_course .lp-list-courses-related .lp-courses-related {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-lp_course .lp-list-courses-related .lp-courses-related > li.course {
  width: 100%;
  list-style: none;
}

body.single-lp_course .lp-list-courses-related .course-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--daqh-border);
  border-radius: var(--daqh-radius-card);
  background: linear-gradient(180deg, var(--daqh-surface-top), var(--daqh-surface-bottom));
  box-shadow: var(--daqh-shadow-card);
  backdrop-filter: blur(70px);
  -webkit-backdrop-filter: blur(70px);
  transition: transform var(--daqh-transition), box-shadow var(--daqh-transition);
}

body.single-lp_course .lp-list-courses-related .course-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--daqh-shadow-card-hover);
}

body.single-lp_course .lp-list-courses-related .course-thumbnail {
  overflow: hidden;
}

body.single-lp_course .lp-list-courses-related .course-img {
  margin: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.single-lp_course .lp-list-courses-related .course-img img {
  display: block;
  width: 100%;
  height: 180px;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

body.single-lp_course .lp-list-courses-related .course-item:hover .course-img img {
  transform: scale(1.05);
}

body.single-lp_course .lp-list-courses-related .course-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1 1 auto;
  padding: 20px 22px 24px;
}

body.single-lp_course .lp-list-courses-related .course-title {
  margin: 0;
  color: var(--lp-text-main);
}

body.single-lp_course .lp-list-courses-related .course-instructor-category {
  color: var(--daqh-white-low);
}

body.single-lp_course .lp-list-courses-related .course-wrap-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--daqh-white-muted);
}

body.single-lp_course .lp-list-courses-related .price {
  color: var(--lp-text-main);
}

body.single-lp_course .lp-list-courses-related .course-readmore {
  margin-top: auto;
}

body.single-lp_course .lp-list-courses-related .course-readmore a {
  display: inline-block;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid var(--daqh-brand);
  border-radius: 14px;
  background: #111112;
  color: var(--lp-text-main);
  text-align: center;
  text-decoration: none;
  transition: var(--daqh-transition);
}

body.single-lp_course .lp-list-courses-related .course-readmore a:hover {
  background: var(--daqh-brand);
  color: #000;
  box-shadow: 0 0 24px var(--daqh-brand-glow-mid);
}

/* 15. RESPONSIVE */
@media (max-width: 991px) {
  body.single-lp_course .lp-single-course-main {
    flex-direction: column !important;
    gap: 24px !important;
  }

  body.single-lp_course .lp-single-course-main__left,
  body.single-lp_course .lp-single-course-main__right {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  body.single-lp_course .lp-single-course-main__right__inner {
    position: static !important;
    top: auto !important;
  }

  body.single-lp_course .lp-list-courses-related .lp-courses-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.single-lp_course .lp-content-area {
    padding-bottom: 56px !important;
  }

  body.single-lp_course .lp-single-course-main {
    padding: 28px 0 56px !important;
  }

  body.single-lp_course .lp-course-curriculum,
  body.single-lp_course .lp-section-instructor,
  body.single-lp_course .lp-course-comment,
  body.single-lp_course .lp-single-course-main__right__inner {
    padding: 20px !important;
    border-radius: 22px !important;
  }

  body.single-lp_course .instructor-avatar {
    width: 100%;
    flex-basis: auto;
  }

  body.single-lp_course .lp-list-courses-related .lp-target {
    margin-top: 56px;
  }

  body.single-lp_course .lp-list-courses-related .lp-courses-related {
    grid-template-columns: 1fr;
  }

  body.single-lp_course .lp-list-courses-related .course-content {
    padding: 18px 18px 20px;
  }
}
/* =========================================================
   LEARNPRESS SINGLE COURSE — FIX HERO / HEADER DARK
   Parche seguro para unificar la cabecera con el layout dark
========================================================= */

body.single-lp_course .lp-single-course {
  background: #0c0c0d;
}

/* HEADER SUPERIOR */
body.single-lp_course .lp-single-course__header {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 22%, rgba(245,148,155,0) 52%),
    linear-gradient(180deg, #0c0c0d 0%, #0c0c0d 68%, #0b0b0c 100%) !important;
  padding: 56px 0 34px !important;
  margin: 0 !important;
  color: var(--daqh-white) !important;
}

/* CONTENEDOR INTERNO DEL HEADER */
body.single-lp_course .lp-single-course__header__inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 16px;
  color: var(--daqh-white) !important;
}

/* BREADCRUMB */
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

body.single-lp_course .lp-single-course__header .learn-press-breadcrumb li,
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb a,
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb span,
body.single-lp_course .lp-single-course__header .breadcrumb-delimiter,
body.single-lp_course .lp-single-course__header .breadcrumb-delimiter i {
  color: var(--daqh-white-muted) !important;
  opacity: 1 !important;
  text-decoration: none;
}

/* TITULO */
body.single-lp_course .lp-single-course__header .course-title {
  margin: 0 0 18px !important;
  color: var(--daqh-white) !important;
  text-wrap: balance;
}

/* AUTOR Y META */
body.single-lp_course .lp-single-course__header .course-instructor-category,
body.single-lp_course .lp-single-course__header .course-instructor-category *,
body.single-lp_course .lp-single-course__header .lp-single-course-info-one,
body.single-lp_course .lp-single-course__header .lp-single-course-info-one *,
body.single-lp_course .lp-single-course__header label,
body.single-lp_course .lp-single-course__header .item-meta {
  color: var(--daqh-white-low) !important;
}

body.single-lp_course .lp-single-course__header .course-instructor a,
body.single-lp_course .lp-single-course__header .instructor-display-name {
  color: var(--daqh-white) !important;
  text-decoration: none;
}

/* PEQUEÑO ESPACIADO ENTRE BLOQUES */
body.single-lp_course .lp-single-course__header .course-instructor-category {
  margin: 0 0 18px;
}

body.single-lp_course .lp-single-course__header .lp-single-course-info-one {
  margin-top: 0;
}

/* ASEGURAMOS CONTINUIDAD VISUAL CON EL CONTENT AREA */
body.single-lp_course .lp-content-area {
  margin: 0 auto !important;
  padding-top: 0 !important;
  background:
    linear-gradient(180deg, #0c0c0d 0%, #0c0c0d 60%, #0b0b0c 100%) !important;
}

/* EVITA HERENCIAS RARAS DEL THEME */
body.single-lp_course .lp-single-course__header,
body.single-lp_course .lp-single-course__header *,
body.single-lp_course .lp-content-area,
body.single-lp_course .lp-content-area * {
  box-sizing: border-box;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  body.single-lp_course .lp-single-course__header {
    padding: 42px 0 24px !important;
  }

  body.single-lp_course .lp-single-course__header__inner {
    padding: 0 14px;
  }

  body.single-lp_course .lp-single-course__header .learn-press-breadcrumb {
    margin-bottom: 12px;
  }

  body.single-lp_course .lp-single-course__header .course-title {
    margin-bottom: 14px !important;
  }

  body.single-lp_course .lp-single-course__header .course-instructor-category {
    margin-bottom: 14px;
  }
}

/* =========================================================
   LEARNPRESS SINGLE COURSE — HEADER PREMIUM FIX
   Oculta header del theme + arregla hero/header del curso
========================================================= */

/* 1. OCULTAR EL PAGE TITLE DEL THEME SOLO EN SINGLE COURSE */
body.single-lp_course header.uicore.uicore-page-title.uicore-section.uicore-box,
body.single-lp_course .uicore-page-title {
  display: none !important;
}

/* 2. CONTENEDOR GENERAL DEL CURSO */
body.single-lp_course .lp-single-course {
  position: relative;
  background: #0c0c0d;
  color: var(--daqh-white);
}

/* 3. HEADER EXTERIOR DE LEARNPRESS */
body.single-lp_course .lp-single-course__header {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.10) 0%, rgba(245,148,155,0.03) 20%, rgba(245,148,155,0) 52%),
    linear-gradient(180deg, #0c0c0d 0%, #0c0c0d 68%, #0b0b0c 100%) !important;
  color: var(--daqh-white) !important;
}

/* 4. CONTENEDOR INTERNO: MISMO ANCHO Y GUTTER QUE EL CONTENT AREA */
body.single-lp_course .lp-single-course__header__inner {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto !important;
  padding: 56px 16px 36px !important;
  color: var(--daqh-white) !important;
  box-sizing: border-box;
}

/* 5. BREADCRUMB */
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  padding: 0 !important;
  list-style: none;
}

body.single-lp_course .lp-single-course__header .learn-press-breadcrumb li,
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb a,
body.single-lp_course .lp-single-course__header .learn-press-breadcrumb span,
body.single-lp_course .lp-single-course__header .breadcrumb-delimiter,
body.single-lp_course .lp-single-course__header .breadcrumb-delimiter i {
  color: var(--daqh-white-muted) !important;
  text-decoration: none !important;
}

/* 6. TITULO DEL CURSO */
body.single-lp_course .lp-single-course__header .course-title {
  width: min(100%, 900px);
  margin: 0 0 20px !important;
  padding: 0 !important;
  color: var(--daqh-white) !important;
  text-wrap: balance;
}

/* 7. BLOQUE AUTOR */
body.single-lp_course .lp-single-course__header .course-instructor-category {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 0 14px !important;
  color: var(--daqh-white-low) !important;
}

body.single-lp_course .lp-single-course__header .course-instructor-category > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

body.single-lp_course .lp-single-course__header .course-instructor-category label {
  margin: 0;
  color: var(--daqh-white-muted) !important;
}

body.single-lp_course .lp-single-course__header .course-instructor,
body.single-lp_course .lp-single-course__header .course-instructor a,
body.single-lp_course .lp-single-course__header .instructor-display-name {
  color: var(--daqh-white) !important;
  text-decoration: none !important;
}

/* 8. META INFERIOR */
body.single-lp_course .lp-single-course__header .lp-single-course-info-one {
  display: flex;
  align-items: center;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
}

body.single-lp_course .lp-single-course__header .lp-single-course-info-one,
body.single-lp_course .lp-single-course__header .lp-single-course-info-one *,
body.single-lp_course .lp-single-course__header .item-meta {
  color: var(--daqh-white-muted) !important;
}

/* 9. CONTINUIDAD VISUAL CON EL BLOQUE DE ABAJO */
body.single-lp_course .lp-content-area {
  position: relative;
  z-index: 2;
  max-width: 1290px;
  margin: 0 auto !important;
  padding: 0 16px 80px !important;
  background:
    linear-gradient(180deg, #0c0c0d 0%, #0c0c0d 60%, #0b0b0c 100%) !important;
}

/* 10. PEQUEÑA TRANSICIÓN VISUAL ENTRE HEADER Y CONTENIDO */
body.single-lp_course .lp-single-course__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(12,12,13,0) 0%, rgba(12,12,13,0.85) 72%, rgba(12,12,13,1) 100%);
}

/* 11. LIMITAR HERENCIAS RARAS DEL THEME EN ESTA ZONA */
body.single-lp_course .lp-single-course__header,
body.single-lp_course .lp-single-course__header *,
body.single-lp_course .lp-content-area,
body.single-lp_course .lp-content-area * {
  box-sizing: border-box;
}

/* 12. RESPONSIVE */
@media (max-width: 1024px) {
  body.single-lp_course .lp-single-course__header__inner {
    padding: 48px 16px 30px !important;
  }

  body.single-lp_course .lp-single-course__header .course-title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.single-lp_course .lp-single-course__header__inner {
    padding: 38px 14px 24px !important;
  }

  body.single-lp_course .lp-single-course__header .learn-press-breadcrumb {
    gap: 6px;
    margin-bottom: 12px !important;
  }

  body.single-lp_course .lp-single-course__header .course-title {
    margin-bottom: 16px !important;
  }

  body.single-lp_course .lp-single-course__header .course-instructor-category {
    margin-bottom: 12px !important;
  }

  body.single-lp_course .lp-single-course__header .lp-single-course-info-one,
  body.single-lp_course .lp-single-course__header .item-meta {
  }

  body.single-lp_course .lp-content-area {
    padding: 0 14px 64px !important;
  }
}

/* Asegura que el contenido ocupe todo el espacio disponible */
.course-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* Empuja la sección de precio/botón hacia el final del contenedor */
.course-info {
    margin-top: auto !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px; /* Opcional: espacio sobre el botón */
}

/* =========================================================
   LEARNPRESS SINGLE COURSE — RECOLOCACIÓN PREMIUM SIDEBAR
   Integra visualmente la card de compra con el hero
========================================================= */

body.single-lp_course {
  --lp-sidebar-width: 380px;
  --lp-sidebar-offset-desktop: -88px;
  --lp-sidebar-sticky-top: 112px;
}

/* 1) El main deja menos aire arriba porque la card sube visualmente */
body.single-lp_course .lp-single-course-main {
  align-items: flex-start;
  padding-top: 24px !important;
  gap: 40px !important;
}

/* 2) Columna derecha: la subimos visualmente */
body.single-lp_course .lp-single-course-main__right {
  position: relative;
  flex: 0 0 var(--lp-sidebar-width) !important;
  max-width: var(--lp-sidebar-width) !important;
  margin-top: var(--lp-sidebar-offset-desktop);
  z-index: 4;
}

/* 3) Card real: sigue sticky, pero más premium */
body.single-lp_course .lp-single-course-main__right__inner {
  position: sticky !important;
  top: var(--lp-sidebar-sticky-top);
  padding: 22px !important;
  overflow: hidden;

  border-radius: var(--daqh-radius-card);
  border: 1px solid var(--daqh-border);
  background:
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.08) 0%, rgba(245,148,155,0.02) 22%, rgba(245,148,155,0) 52%),
    linear-gradient(180deg, var(--daqh-surface-top) 0%, var(--daqh-surface-bottom) 100%);
  box-shadow: var(--daqh-shadow-card-premium);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);

  transition:
    transform var(--daqh-transition),
    border-color var(--daqh-transition),
    box-shadow var(--daqh-transition),
    background var(--daqh-transition);
}

body.single-lp_course .lp-single-course-main__right__inner:hover {
  border-color: rgba(245,148,155,0.18);
  box-shadow: var(--daqh-shadow-card-premium-hover);
}

/* 4) Imagen superior más cuidada */
body.single-lp_course .lp-single-course-main__right__inner .course-img {
  margin: -22px -22px 18px;
  overflow: hidden;
  border-radius: calc(var(--daqh-radius-card) - 2px) calc(var(--daqh-radius-card) - 2px) 20px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

body.single-lp_course .lp-single-course-main__right__inner .course-img img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 210px;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(0.96) contrast(1.04) brightness(0.92);
  transition: transform 0.4s ease, filter 0.3s ease;
}

body.single-lp_course .lp-single-course-main__right__inner:hover .course-img img {
  transform: scale(1.04);
  filter: saturate(1) contrast(1.06) brightness(0.96);
}

/* 5) Precio */
body.single-lp_course .lp-single-course-main__right__inner .course-price,
body.single-lp_course .lp-single-course-main__right__inner .course-item-price {
  display: block;
  margin: 0 0 18px;
  color: var(--daqh-white);
}

body.single-lp_course .lp-single-course-main__right__inner .course-price .price {
  display: block;
  margin-top: 8px;
  color: var(--daqh-white);
}

/* texto promo 0€ miembros */
body.single-lp_course .lp-single-course-main__right__inner .code-block,
body.single-lp_course .lp-single-course-main__right__inner .code-block * {
  color: var(--daqh-white-low) !important;
}

body.single-lp_course .lp-single-course-main__right__inner .code-block a {
  color: var(--daqh-white) !important;
  text-decoration: underline;
}

/* 6) Metas del curso */
body.single-lp_course .lp-single-course-main__right__inner .info-metas {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-top: 2px;
}

body.single-lp_course .lp-single-course-main__right__inner .info-meta-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

body.single-lp_course .lp-single-course-main__right__inner .info-meta-item:last-child {
  border-bottom: 0;
}

body.single-lp_course .lp-single-course-main__right__inner .info-meta-left,
body.single-lp_course .lp-single-course-main__right__inner .info-meta-left * {
  color: var(--daqh-white-muted) !important;
}

body.single-lp_course .lp-single-course-main__right__inner .info-meta-right,
body.single-lp_course .lp-single-course-main__right__inner .info-meta-right * {
  color: var(--daqh-white) !important;
  text-align: right;
}

/* 7) CTA: hereda el lenguaje visual global sin tocar HTML */
body.single-lp_course .lp-single-course-main__right__inner .course-buttons {
  margin: 2px 0 16px;
}

body.single-lp_course .lp-single-course-main__right__inner .course-buttons .lp-button.button-purchase-course {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;

  padding: 17px 26px !important;
  border-radius: 14px;
  border: 1px solid rgba(245, 148, 155, 0.85) !important;

  text-decoration: none !important;

  color: #ffffff !important;
  background: #111112 !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

body.single-lp_course .lp-single-course-main__right__inner .course-buttons .lp-button.button-purchase-course:hover {
  transform: translateY(-1px);
  background: #F5949B !important;
  color: #111112 !important;
  border-color: #F5949B !important;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16);
}

/* 8) Compartir: menos protagonista */
body.single-lp_course .lp-single-course-main__right__inner .social-swapper {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

body.single-lp_course .lp-single-course-main__right__inner .share-toggle-icon,
body.single-lp_course .lp-single-course-main__right__inner .share-toggle-icon * {
  color: var(--daqh-white-muted) !important;
}

body.single-lp_course .lp-single-course-main__right__inner .clipboard-post input,
body.single-lp_course .lp-single-course-main__right__inner .btn-clipboard {
  border-radius: 12px;
}

/* 9) Cuando el hero es muy alto, que la card siga viéndose conectada */
body.single-lp_course .lp-single-course__header + .lp-content-area .lp-single-course-main__right {
  margin-top: var(--lp-sidebar-offset-desktop);
}

/* 10) Tablet */
@media (max-width: 1200px) {
  body.single-lp_course {
    --lp-sidebar-offset-desktop: -54px;
    --lp-sidebar-sticky-top: 96px;
  }
}

/* 11) Tablet pequeña / móvil grande:
   quitamos el solape y dejamos flujo limpio */
@media (max-width: 1024px) {
  body.single-lp_course .lp-single-course-main {
    padding-top: 12px !important;
    gap: 28px !important;
  }

  body.single-lp_course .lp-single-course-main__right {
    margin-top: 0 !important;
    flex: 0 0 340px !important;
    max-width: 340px !important;
  }

  body.single-lp_course .lp-single-course-main__right__inner {
    top: 88px;
  }

  body.single-lp_course .lp-single-course-main__right__inner .course-img img {
    min-height: 190px;
  }
}

/* 12) Móvil:
   card en flujo normal, sin sticky agresivo */
@media (max-width: 767px) {
  body.single-lp_course .lp-single-course-main {
    flex-direction: column !important;
    padding-top: 8px !important;
    gap: 22px !important;
  }

  body.single-lp_course .lp-single-course-main__left,
  body.single-lp_course .lp-single-course-main__right {
    width: 100% !important;
    max-width: 100% !important;
    flex: 1 1 auto !important;
  }

  body.single-lp_course .lp-single-course-main__right {
    order: -1;
    margin-top: 0 !important;
  }

  body.single-lp_course .lp-single-course-main__right__inner {
    position: relative !important;
    top: 0 !important;
    padding: 18px !important;
  }

  body.single-lp_course .lp-single-course-main__right__inner .course-img {
    margin: -18px -18px 16px;
  }

  body.single-lp_course .lp-single-course-main__right__inner .course-img img {
    min-height: 180px;
  }

  body.single-lp_course .lp-single-course-main__right__inner .course-price .price {
  }
}
/* =========================================================
   FIX FINAL SIDEBAR — FUNCIONANDO REAL (LAYOUT + STICKY)
========================================================= */

body.single-lp_course {
  --lp-sidebar-width: 380px;
  --lp-sidebar-offset: -80px;
  --lp-sidebar-top: 110px;
}

/* 1. LAYOUT PRINCIPAL (FIX CLAVE) */
body.single-lp_course .lp-single-course-main {
  display: flex !important;
  flex-wrap: nowrap !important; /* 🔥 ESTO ERA EL BUG */
  align-items: flex-start;
  gap: 40px !important;
  padding: 40px 0 80px !important;
}

/* 2. COLUMNA IZQUIERDA */
body.single-lp_course .lp-single-course-main__left {
  flex: 1 1 0% !important;
  min-width: 0 !important;
}

/* 3. SIDEBAR */
body.single-lp_course .lp-single-course-main__right {
  flex: 0 0 var(--lp-sidebar-width) !important;
  max-width: var(--lp-sidebar-width) !important;

  margin-top: var(--lp-sidebar-offset) !important;

  position: relative;
  z-index: 4;
}

/* 4. STICKY */
body.single-lp_course .lp-single-course-main__right__inner {
  position: sticky !important;
  top: var(--lp-sidebar-top) !important;
}

/* 5. SEGURIDAD STICKY */
body.single-lp_course .lp-single-course-main,
body.single-lp_course .lp-content-area {
  overflow: visible !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  body.single-lp_course {
    --lp-sidebar-offset: -40px;
    --lp-sidebar-top: 90px;
  }
}

@media (max-width: 767px) {
  body.single-lp_course .lp-single-course-main {
    flex-direction: column !important;
  }

  body.single-lp_course .lp-single-course-main__right {
    margin-top: 0 !important;
    order: -1;
  }

  body.single-lp_course .lp-single-course-main__right__inner {
    position: relative !important;
    top: auto !important;
  }
}

/* =========================================================
   FIX FOOTER MOBILE — EVITAR FONDO BLANCO
========================================================= */

html,
body {
  background: #050505 !important;
}

/* Ajusta estos selectores si UiCore usa otros wrappers */
footer,
footer *,
.uicore-footer,
.uicore-footer-wrap,
.uicore-site-footer,
.elementor-location-footer,
.elementor-location-footer > div,
.elementor-location-footer .elementor-section,
.elementor-location-footer .elementor-container,
.elementor-location-footer .elementor-column,
.elementor-location-footer .elementor-widget-wrap {
  background-color: #050505 !important;
}

/* Por si el footer tiene overlay o pseudo-elementos claros */
footer::before,
footer::after,
.uicore-footer::before,
.uicore-footer::after,
.elementor-location-footer::before,
.elementor-location-footer::after {
  background: transparent !important;
}

/* Seguridad para móvil */
@media (max-width: 767px) {
  footer,
  .uicore-footer,
  .uicore-footer-wrap,
  .uicore-site-footer,
  .elementor-location-footer,
  .elementor-location-footer .elementor-section,
  .elementor-location-footer .elementor-container,
  .elementor-location-footer .elementor-column,
  .elementor-location-footer .elementor-widget-wrap {
    background: #050505 !important;
  }
}
/* =========================================================
   LEARNPRESS CHECKOUT — DAQH PREMIUM REBUILD
   Reemplaza TODO el bloque anterior del checkout
========================================================= */

/* ---------------------------------------------------------
   0. CONTEXTO GENERAL
--------------------------------------------------------- */
#learn-press-checkout {
  position: relative;
  padding: 8px 0 88px;
}

#learn-press-checkout::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 8%, rgba(245,148,155,0.05) 0%, transparent 28%),
    radial-gradient(circle at 18% 55%, rgba(255,255,255,0.015) 0%, transparent 22%),
    radial-gradient(circle at 82% 52%, rgba(255,255,255,0.01) 0%, transparent 20%);
  opacity: 0.9;
}

/* ---------------------------------------------------------
   1. OCULTAR DUPLICADOS NATIVOS DE LEARNPRESS
   Dejamos solo el breadcrumb + título superiores del theme
--------------------------------------------------------- */
.lp-archive-courses > .learn-press-breadcrumb,
.lp-archive-courses > h1.lp-content-area {
  display: none !important;
}

/* ---------------------------------------------------------
   2. LAYOUT MAESTRO
--------------------------------------------------------- */
#learn-press-checkout-form {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  max-width: 1290px;
  margin: 0 auto !important;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Muy importante:
   LearnPress mete wrappers intermedios.
   Los convertimos en "transparentes" para que sus hijos
   participen directamente en el grid. */
#learn-press-checkout-form .lp-checkout-form__before,
#learn-press-checkout-form .lp-checkout-form__after {
  display: contents !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

/* Todo lo que NO sea el pedido va a la derecha */
#learn-press-checkout-form .lp-checkout-form__before > *:not(#checkout-order),
#learn-press-checkout-form .lp-checkout-form__after > * {
  grid-column: 2;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

/* El pedido vive a la izquierda */
#checkout-order {
  grid-column: 1;
  grid-row: 1 / span 6;
  align-self: start;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
}

/* Espaciado vertical de la columna derecha */
#learn-press-checkout-form .lp-checkout-form__before > *:not(#checkout-order) + *,
#learn-press-checkout-form .lp-checkout-form__after > * + * {
  margin-top: 18px !important;
}

/* ---------------------------------------------------------
   3. RESET DEL BUG OVALADO
--------------------------------------------------------- */
/* Quitamos por completo la herencia que lo convierte en cápsula */
#learn-press-checkout-form .lp-checkout-block,
#learn-press-checkout-form #checkout-order,
#learn-press-checkout-form .lp-checkout-form__before .lp-checkout-block:first-child,
#learn-press-checkout-form .lp-checkout-form__after .lp-checkout-block:first-child {
  border-radius: var(--daqh-radius-card-mobile, 26px) !important;
}

/* El bloque de sesión sí puede ser pill */
#learn-press-checkout-form .checkout-account-logged-in,
#learn-press-checkout-form .lp-checkout-form__before .logged-in,
#learn-press-checkout-form .lp-checkout-form__after .logged-in {
  border-radius: 999px !important;
  padding: 16px 20px !important;
}

/* ---------------------------------------------------------
   4. CARDS PREMIUM
--------------------------------------------------------- */
#learn-press-checkout-form .lp-checkout-block,
#learn-press-checkout-form .lp-checkout-form__before > *,
#learn-press-checkout-form .lp-checkout-form__after > * {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.07);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.014) 100%),
    linear-gradient(180deg, rgba(10,10,12,0.86) 0%, rgba(7,7,9,0.94) 100%);
  box-shadow: var(--daqh-shadow-card-premium);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-sizing: border-box;
}

#learn-press-checkout-form .lp-checkout-block {
  padding: 22px !important;
}

/* Glow sutil premium */
#learn-press-checkout-form .lp-checkout-block::before,
#learn-press-checkout-form .lp-checkout-form__before > *::before,
#learn-press-checkout-form .lp-checkout-form__after > *::before {
  content: "";
  position: absolute;
  inset: -2px;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0.75;
  background:
    radial-gradient(circle at 50% 0%, rgba(245,148,155,0.05) 0%, transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,0.025) 0%, transparent 30%, transparent 70%, rgba(255,255,255,0.012) 100%);
}

/* ---------------------------------------------------------
   5. TIPOGRAFÍA — HEREDA SISTEMA GLOBAL
--------------------------------------------------------- */
#learn-press-checkout-form,
#learn-press-checkout-form p,
#learn-press-checkout-form label,
#learn-press-checkout-form span,
#learn-press-checkout-form div,
#learn-press-checkout-form td,
#learn-press-checkout-form th,
#learn-press-checkout-form li {
  color: rgba(255,255,255,0.82);
}

#learn-press-checkout-form h3,
#learn-press-checkout-form h4,
#checkout-order h4 {
  margin: 0 0 18px;
  color: var(--me-heading-color) !important;
  margin-bottom: 26px !important;
 
}

#learn-press-checkout-form a {
  color: var(--daqh-brand);
  text-decoration: none;
}

#learn-press-checkout-form a:hover {
  color: #f7a4aa;
}

/* ---------------------------------------------------------
   6. CAMPOS
--------------------------------------------------------- */
#learn-press-checkout-form input[type="text"],
#learn-press-checkout-form input[type="email"],
#learn-press-checkout-form input[type="tel"],
#learn-press-checkout-form input[type="password"],
#learn-press-checkout-form textarea,
#learn-press-checkout-form select,
#learn-press-checkout-form .lp-input,
#learn-press-checkout-form .form-control {
  width: 100% !important;
  min-height: 56px;
  padding: 16px 18px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  background: rgba(255,255,255,0.03) !important;
  color: rgba(255,255,255,0.94) !important;
  box-shadow: none !important;
  outline: none !important;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  box-sizing: border-box;
}

#learn-press-checkout-form textarea[name="order_comments"],
#learn-press-checkout-form textarea.order-comments {
  min-height: 118px;
  resize: vertical;
}

#learn-press-checkout-form input::placeholder,
#learn-press-checkout-form textarea::placeholder {
  color: rgba(255,255,255,0.40) !important;
}

#learn-press-checkout-form input:focus,
#learn-press-checkout-form textarea:focus,
#learn-press-checkout-form select:focus {
  border-color: rgba(245,148,155,0.22) !important;
  background: rgba(255,255,255,0.04) !important;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.10),
    0 0 18px rgba(245,148,155,0.05) !important;
}

/* ---------------------------------------------------------
   7. PEDIDO / RESUMEN
--------------------------------------------------------- */
#checkout-order {
  padding: 30px !important;
}

#checkout-order .lp-checkout-order__inner {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: var(--daqh-radius-inner-mobile, 22px);
  border: 1px solid rgba(255,255,255,0.07);
  background: linear-gradient(180deg, rgba(255,255,255,0.015) 0%, rgba(255,255,255,0.008) 100%);
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0 !important;
}

#checkout-order table {
  width: 100% !important;
  table-layout: fixed;
  border-collapse: collapse;
}

#checkout-order table tr + tr td,
#checkout-order table tr + tr th {
  border-top: 1px solid rgba(255,255,255,0.07);
}

#checkout-order td,
#checkout-order th {
  padding: 24px 22px;
  vertical-align: middle;
  background: transparent !important;
  box-sizing: border-box;

}

#checkout-order .course-thumbnail,
#checkout-order .course-total,
#checkout-order .col-number {
  width: auto;
}

#checkout-order .course-img img,
#checkout-order .course-thumbnail img {
  width: 64px;
  height: auto;
  border-radius: 12px;
  display: block;
}

#checkout-order .course-name,
#checkout-order .course-title,
#checkout-order .course-name a {
  color: rgba(255,255,255,0.9) !important;
  word-break: break-word;
}

#checkout-order .course-total,
#checkout-order .col-number,
#checkout-order .order-total,
#checkout-order .subtotal,
#checkout-order .total {
  color: rgba(255,255,255,0.88) !important;
  text-align: right;
  white-space: nowrap;
}

#checkout-order .order-total strong,
#checkout-order .cart-subtotal strong,
#checkout-order .total strong {
  color: #fff !important;
}

/* ---------------------------------------------------------
   8. BOTÓN — HEREDA SISTEMA GLOBAL
--------------------------------------------------------- */
#learn-press-checkout-place-order,
button[name="learn_press_checkout_place_order"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 58px;
  margin-top: 0;
  padding: 17px 26px !important;
  border-radius: 14px !important;


  color: #ffffff !important;
  background: #111112 !important;
  border: 1px solid rgba(245,148,155,0.85) !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 0 0 1px rgba(245,148,155,0.08),
    0 0 20px rgba(245,148,155,0.14),
    0 0 42px rgba(245,148,155,0.10) !important;

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}

#learn-press-checkout-place-order:hover,
button[name="learn_press_checkout_place_order"]:hover {
  transform: translateY(-1px);
  background: #F5949B !important;
  color: #111112 !important;
  border-color: #F5949B !important;
  box-shadow:
    0 0 0 1px rgba(245,148,155,0.14),
    0 0 24px rgba(245,148,155,0.26),
    0 0 56px rgba(245,148,155,0.16) !important;
}

/* ---------------------------------------------------------
   9. TEXTOS LEGALES / MENSAJES
--------------------------------------------------------- */
#learn-press-checkout-form .lp-checkout-form__terms,
#learn-press-checkout-form .terms,
#learn-press-checkout-form .checkout-privacy-policy-text,
#learn-press-checkout-form .lp-checkout-form__description,
#learn-press-checkout-form small {
  margin-top: 14px;
  color: rgba(255,255,255,0.58) !important;
}

#learn-press-checkout-form .learn-press-message,
#learn-press-checkout-form .lp-message,
#learn-press-checkout-form .message {
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(245,148,155,0.12);
  background: rgba(255,255,255,0.03);
  color: rgba(255,255,255,0.86);
}

/* ---------------------------------------------------------
   10. FOOTER EN CHECKOUT
--------------------------------------------------------- */
footer#uicore-tb-footer {
  position: relative !important;
  bottom: auto !important;
  z-index: 1 !important;
  max-height: none !important;
}

/* ---------------------------------------------------------
   11. RESPONSIVE
--------------------------------------------------------- */
@media (max-width: 1024px) {
  #learn-press-checkout-form {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  #learn-press-checkout-form .lp-checkout-form__before,
  #learn-press-checkout-form .lp-checkout-form__after {
    display: block !important;
  }

  #learn-press-checkout-form .lp-checkout-form__before > *,
  #learn-press-checkout-form .lp-checkout-form__after > *,
  #checkout-order {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
		 padding: 28px !important;
  }
}

@media (max-width: 767px) {
  #learn-press-checkout {
    padding: 4px 0 56px;
  }

  #learn-press-checkout-form {
    gap: 18px;
    padding: 0 14px;
  }

  #learn-press-checkout-form .lp-checkout-block,
  #checkout-order {
    padding: 18px !important;
  }

  #checkout-order td,
  #checkout-order th {
    padding: 14px 12px;
  }

  #checkout-order .course-img img,
  #checkout-order .course-thumbnail img {
    width: 54px;
  }
}
/* =========================================================
   FIX CONSULTAS FULL WIDTH REAL + PEGADO A PRECIOS
========================================================= */

/* 1) Reset del contenedor Elementor de la sección consultas */
body.home .elementor-element.elementor-element-0f75074 {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden !important;
}

body.home .elementor-element.elementor-element-0f75074 > .elementor-container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .elementor-element.elementor-element-0f75074 > .elementor-container > .elementor-column,
body.home .elementor-element.elementor-element-0f75074 .elementor-widget-wrap,
body.home .elementor-element.elementor-element-0f75074 .elementor-widget-container,
body.home .elementor-element.elementor-element-0f75074 .elementor-widget-html {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 !important;
}

/* 2) La banda visual sí debe ir a sangre */
.me-consultas-strip {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: 50% !important;
  transform: translateX(-50%) !important;
  min-height: clamp(420px, 48vw, 620px);
  overflow: hidden;
  isolation: isolate;
  border-top: 1px solid rgba(245, 148, 155, 0.12);
  border-bottom: 1px solid rgba(245, 148, 155, 0.12);
  background: #09090b;
}

/* 3) El fondo/vídeo ocupa toda la banda */
.me-consultas-strip__media,
.me-consultas-strip__video,
.me-consultas-strip__overlay,
.me-consultas-strip__glow {
  width: 100% !important;
  max-width: none !important;
}

.me-consultas-strip__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.me-consultas-strip__video {
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 4) El contenido sí se queda centrado y contenido */
.me-consultas-strip__container {
  position: relative;
  z-index: 2;
  width: min(1280px, calc(100% - 48px));
  min-height: clamp(420px, 48vw, 620px);
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* 5) Quitar el mini hueco entre precios y consultas */
body.home .elementor-element.elementor-element-55306af {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.home .elementor-element.elementor-element-0f75074 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* 6) Fusión visual entre bloques */
body.home .elementor-element.elementor-element-55306af::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 120px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(12,12,13,0) 0%,
    rgba(28,12,18,0.18) 36%,
    rgba(60,24,36,0.24) 62%,
    rgba(12,12,13,0) 100%
  );
}
/* =========================================================
   DAQH - TYPOGRAPHY BRIDGE: Elementor / FinFlow / LearnPress
   Va AL FINAL. Tipografías editables desde Elementor/Theme.
========================================================= */
:root {
  --me-font-heading: var(--e-global-typography-primary-font-family, inherit);
  --me-font-body: var(--e-global-typography-text-font-family, inherit);
  --me-font-button: var(--e-global-typography-accent-font-family, var(--e-global-typography-primary-font-family, inherit));
  --me-weight-heading: var(--e-global-typography-primary-font-weight, inherit);
  --me-weight-body: var(--e-global-typography-text-font-weight, inherit);
  --me-weight-button: var(--e-global-typography-accent-font-weight, inherit);
  --me-size-heading: var(--e-global-typography-primary-font-size, inherit);
  --me-size-body: var(--e-global-typography-text-font-size, inherit);
  --me-size-button: var(--e-global-typography-accent-font-size, inherit);
  --me-line-heading: var(--e-global-typography-primary-line-height, inherit);
  --me-line-body: var(--e-global-typography-text-line-height, inherit);
  --me-line-button: var(--e-global-typography-accent-line-height, 1);
  --me-track-heading: var(--e-global-typography-primary-letter-spacing, normal);
  --me-track-body: var(--e-global-typography-text-letter-spacing, normal);
  --me-track-button: var(--e-global-typography-accent-letter-spacing, normal);
  --me-color-heading: var(--e-global-color-primary, inherit);
  --me-color-body: var(--e-global-color-text, inherit);
  --me-heading-font: var(--me-font-heading);
  --me-heading-color: var(--me-color-heading);
  --me-heading-weight: var(--me-weight-heading);
}

body,
body .elementor,
body .elementor-section,
body .elementor-container,
body .elementor-widget,
body .elementor-widget-container,
.me-content-calendar,
.me-content-calendar *,
.me-benefits-section,
.me-benefits-section *,
.me-calendar-section,
.me-calendar-section *,
body.single-lp_course,
body.single-lp_course *,
#learn-press-checkout-form,
#learn-press-checkout-form * {
}

.me-title-xl,
.me-title-lg,
.me-title-md,
.me-title-sm,
.me-content-calendar__title,
.me-destiny-title,
.me-destiny-core-title,
.me-macro-title,
.me-duality-title,
.me-analysis-title,
.me-laws-title,
.me-pricing-title,
.me-faq-title,
.me-thesis-title,
.me-clarity-title,
.me-manifesto-head h1,
.me-manifesto-head h2,
.me-manifesto-head h3,
.me-macro-side-title,
.me-duality-card-title,
.me-highlight,
.me-side-content h1,
.me-side-content h2,
.me-side-content h3,
.me-highlight-card__title,
.me-schedule-item__title,
.me-duality-point-content h4,
.me-analysis-item h3,
.me-faq-group-head h3,
.me-plan-name,
body.single-lp_course h1,
body.single-lp_course h2,
body.single-lp_course h3,
body.single-lp_course h4,
#learn-press-checkout-form h1,
#learn-press-checkout-form h2,
#learn-press-checkout-form h3,
#learn-press-checkout-form h4,
#checkout-order h4 {
  color: var(--me-color-heading) !important;
}

.me-title-xl,
.me-title-lg,
.me-title-md,
.me-title-sm {
}

h2.me-title-xl,
h2.me-title-lg,
h2.me-title-md,
h2.me-title-sm {
}

p,
li,
.me-content-calendar__eyebrow,
.me-content-calendar__subtitle,
.me-highlight-card__text,
.me-content-calendar__midcopy p,
.me-destiny-subtitle,
.me-destiny-question p,
.me-duality-subtitle,
.me-card-badge,
.me-duality-card-label,
body.single-lp_course p,
body.single-lp_course li,
body.single-lp_course label,
body.single-lp_course td,
body.single-lp_course th,
#learn-press-checkout-form p,
#learn-press-checkout-form li,
#learn-press-checkout-form label,
#learn-press-checkout-form td,
#learn-press-checkout-form th,
#learn-press-checkout-form span,
#learn-press-checkout-form div {
  color: var(--me-color-body) !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm,
a.elementor-button.elementor-button-link.elementor-size-sm .elementor-button-text,
a.uicore-btn,
a.uicore-btn span,
a.me-faq-button,
a.me-faq-button span,
.me-signal-card .elementor-button,
#learn-press-course .lp-button,
#learn-press-profile .lp-button,
#learn-press-checkout-form button,
#learn-press-checkout-form .lp-button,
body.single-lp_course button,
body.single-lp_course .lp-button {
}

a.elementor-button.elementor-button-link.elementor-size-sm,
a.uicore-btn,
a.me-faq-button,
#learn-press-course .lp-button,
#learn-press-profile .lp-button,
#learn-press-checkout-form button,
#learn-press-checkout-form .lp-button,
body.single-lp_course button,
body.single-lp_course .lp-button {
  color: #ffffff !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover,
a.uicore-btn:hover,
a.me-faq-button:hover,
#learn-press-course .lp-button:hover,
#learn-press-profile .lp-button:hover,
#learn-press-checkout-form button:hover,
#learn-press-checkout-form .lp-button:hover,
body.single-lp_course button:hover,
body.single-lp_course .lp-button:hover {
  color: #ffffff  !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* FIX — círculo del botón en blanco al hacer hover */
a.me-faq-button:hover .me-faq-button-icon {
  border-color: #ffffff !important;
  background: transparent !important;
}

/* Si el círculo está creado con pseudo-elemento */
a.me-faq-button:hover .me-faq-button-icon::before,
a.me-faq-button:hover .me-faq-button-icon::after {
  border-color: #ffffff !important;
  background: #ffffff !important;
}

body.single-lp_course .lp-content-area,
body.single-lp_course .lp-single-course,
body.single-lp_course .lp-single-course-main,
body.single-lp_course .course-summary,
body.single-lp_course .course-tabs,
body.single-lp_course .course-curriculum,
body.single-lp_course .course-extra-box,
#learn-press-checkout,
#learn-press-checkout-form {
  color: var(--me-color-body) !important;
}

body.single-lp_course .course-price .price,
body.single-lp_course .course-price,
body.single-lp_course .course-item-price,
body.single-lp_course .course-price * {
  color: var(--me-color-heading) !important;
}

#learn-press-checkout-form input[type="text"],
#learn-press-checkout-form input[type="email"],
#learn-press-checkout-form input[type="tel"],
#learn-press-checkout-form input[type="password"],
#learn-press-checkout-form textarea,
#learn-press-checkout-form select,
#learn-press-checkout-form .lp-input,
#learn-press-checkout-form .form-control {
}

.highlight,
.me-content-calendar a,
#learn-press-checkout-form a,
body.single-lp_course a {
  color: var(--daqh-brand) !important;
}

.highlight {
  background: linear-gradient(90deg, var(--daqh-brand), var(--daqh-brand));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



/* =========================================================
   DAQH - FINAL TYPOGRAPHY BRIDGE FOR ELEMENTOR / FINFLOW
   La fuente, pesos y tamaños se controlan desde FinFlow/Elementor.
   No usar font-size: inherit en títulos: puede caer a 16px.
========================================================= */

:root {
  --me-font-heading: var(--e-global-typography-primary-font-family, inherit);
  --me-font-body: var(--e-global-typography-text-font-family, inherit);
  --me-font-accent: var(--e-global-typography-accent-font-family, inherit);
  --me-weight-heading: var(--e-global-typography-primary-font-weight, inherit);
  --me-weight-secondary: var(--e-global-typography-secondary-font-weight, inherit);
  --me-weight-body: var(--e-global-typography-text-font-weight, inherit);
  --me-weight-accent: var(--e-global-typography-accent-font-weight, inherit);
  --me-color-heading: var(--e-global-color-primary, #ffffff);
  --me-color-body: var(--e-global-color-text, rgba(255,255,255,0.82));
  --me-color-muted: rgba(255,255,255,0.72);
  --me-color-brand: var(--e-global-color-accent, var(--daqh-brand, #F5949B));
  --me-h1-size-fallback: clamp(40px, 5vw, 64px);
  --me-h2-size-fallback: clamp(32px, 4vw, 48px);
  --me-h3-size-fallback: clamp(24px, 3vw, 32px);
  --me-h4-size-fallback: clamp(20px, 2.5vw, 26px);
}

body,
.elementor,
.elementor-widget,
.elementor-widget-container,
.me-content-calendar,
.me-content-calendar *,
.me-benefits-section,
.me-benefits-section *,
.me-calendar-section,
.me-calendar-section *,
body.single-lp_course,
body.single-lp_course *,
#learn-press-course,
#learn-press-course *,
#learn-press-checkout,
#learn-press-checkout *,
#learn-press-checkout-form,
#learn-press-checkout-form * {
}

.me-content-calendar,
.me-highlight-card__text,
.me-content-calendar__subtitle,
.me-content-calendar__midcopy p,
.me-side-content,
.me-analysis-item,
.me-faq-answer,
body.single-lp_course .course-description,
body.single-lp_course .course-curriculum,
body.single-lp_course .course-extra-box,
#learn-press-checkout,
#learn-press-checkout-form {
  color: var(--me-color-body) !important;
}

h1.me-title-xl,
.me-title-xl,
.me-hero-title,
.me-main-title {
  color: var(--me-color-heading) !important;
  text-wrap: balance;
}

h2.me-title-lg,
.me-title-lg,
.me-content-calendar__title,
.me-destiny-title,
.me-destiny-core-title,
.me-macro-title,
.me-duality-title,
.me-analysis-title,
.me-laws-title,
.me-pricing-title,
.me-faq-title,
.me-thesis-title,
.me-clarity-title,
.me-manifesto-head h2 {
  color: var(--me-color-heading) !important;
  text-wrap: balance;
}

h3.me-title-md,
.me-title-md,
.me-macro-side-title,
.me-duality-card-title,
.me-highlight,
.me-side-content h3,
.me-highlight-card__title,
.me-schedule-item__title,
.me-analysis-item h3,
.me-faq-group-head h3,
.me-plan-name,
body.single-lp_course h3,
#learn-press-checkout h3,
#learn-press-checkout-form h3 {
  color: var(--me-color-heading) !important;
  text-wrap: balance;
}

h4.me-title-sm,
.me-title-sm,
.me-duality-point-content h4,
body.single-lp_course h4,
#learn-press-checkout h4,
#learn-press-checkout-form h4 {
  color: var(--me-color-heading) !important;
}

body.single-lp_course h1,
body.single-lp_course .course-title,
body.single-lp_course .entry-title,
#learn-press-course h1 {
  color: var(--me-color-heading) !important;
}

body.single-lp_course h2,
body.single-lp_course .course-tab-panel-title,
body.single-lp_course .section-title,
#learn-press-course h2,
#learn-press-checkout h2,
#learn-press-checkout-form h2 {
  color: var(--me-color-heading) !important;
}

.me-content-calendar__eyebrow,
.me-card-badge,
.me-week-track span,
.me-plan-badge,
.me-label,
.me-kicker,
.me-eyebrow {
}

a.elementor-button.elementor-button-link.elementor-size-sm,
a.uicore-btn,
a.me-faq-button,
#learn-press-course .lp-button,
#learn-press-profile .lp-button,
#learn-press-checkout-form button,
#learn-press-checkout-form .lp-button,
body.single-lp_course button,
body.single-lp_course .lp-button {
}

.highlight,
.me-content-calendar a,
#learn-press-checkout-form a,
body.single-lp_course a {
  color: var(--me-color-brand) !important;
}

.highlight {
  background: linear-gradient(90deg, var(--me-color-brand), var(--me-color-brand)) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

#learn-press-checkout-form input,
#learn-press-checkout-form textarea,
#learn-press-checkout-form select,
body.single-lp_course input,
body.single-lp_course textarea,
body.single-lp_course select {
}

@media (max-width: 767px) {
  :root {
    --me-h1-size-fallback: clamp(36px, 11vw, 56px);
    --me-h2-size-fallback: clamp(28px, 8vw, 42px);
    --me-h3-size-fallback: clamp(22px, 6vw, 28px);
    --me-h4-size-fallback: clamp(18px, 5vw, 22px);
  }
}

/* forzar heredar las fuentes de elemenetor */

/* Forzar herencia en todos los elementos de LearnPress */
.lp-archive-courses, 
.lp-single-course, 
.learn-press-courses,
#learn-press-course {
    font-family: var(--e-global-typography-text-font-family, inherit) !important;
}

/* Forzar en encabezados de LearnPress */
.lp-archive-courses h1, .lp-archive-courses h2, .lp-archive-courses h3,
.lp-single-course h1, .lp-single-course h2, .lp-single-course h3 {
    font-family: var(--e-global-typography-primary-font-family, inherit) !important;
}
.learn-press-courses-shortcode .course-title {
    font-family: inherit !important;
    font-weight: 100 !important; /* Para el estilo "Thin" */
}

/* Forzar que LearnPress use la fuente global Outfit Thin */
.learn-press-courses-shortcode, 
.learn-press-courses-shortcode * {
    font-family: 'Outfit', sans-serif !important;
    font-weight: 100 !important; /* Thin */
}

/* =========================================================
   DAQH FIX FINAL - MENU MOVIL: evitar negro al abrir submenus
   Mantiene el menu movil limpio sin tocar desktop.
========================================================= */
@media (max-width: 1024px) {

  /* Fondo estable del panel movil */
  .uicore-mobile-menu-wrapper,
  .uicore-mobile-menu-wrapper .uicore-navigation-content,
  .uicore-mobile-menu-wrapper .uicore-menu-container,
  .uicore-mobile-menu-wrapper .uicore-nav {
    background: #050505 !important;
    background-color: #050505 !important;
  }

  /* Evita fondos negros o estados raros en items al tocar en movil */
  .uicore-mobile-menu-wrapper ul,
  .uicore-mobile-menu-wrapper li,
  .uicore-mobile-menu-wrapper li:hover,
  .uicore-mobile-menu-wrapper li:focus,
  .uicore-mobile-menu-wrapper li:active,
  .uicore-mobile-menu-wrapper li.current-menu-item,
  .uicore-mobile-menu-wrapper li.current-menu-parent,
  .uicore-mobile-menu-wrapper li.current-menu-ancestor,
  .uicore-mobile-menu-wrapper li.open,
  .uicore-mobile-menu-wrapper li.active,
  .uicore-mobile-menu-wrapper li.uicore-active,
  .uicore-mobile-menu-wrapper .sub-menu,
  .uicore-mobile-menu-wrapper .sub-menu li {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  /* Fuerza texto blanco en todos los estados tactiles */
  .uicore-mobile-menu-wrapper a,
  .uicore-mobile-menu-wrapper a span,
  .uicore-mobile-menu-wrapper .ui-menu-item-wrapper,
  .uicore-mobile-menu-wrapper .ui-menu-item-wrapper span,
  .uicore-mobile-menu-wrapper a:hover,
  .uicore-mobile-menu-wrapper a:focus,
  .uicore-mobile-menu-wrapper a:active,
  .uicore-mobile-menu-wrapper a:visited,
  .uicore-mobile-menu-wrapper li.current-menu-item > a,
  .uicore-mobile-menu-wrapper li.current-menu-parent > a,
  .uicore-mobile-menu-wrapper li.current-menu-ancestor > a,
  .uicore-mobile-menu-wrapper li.open > a,
  .uicore-mobile-menu-wrapper li.active > a,
  .uicore-mobile-menu-wrapper li.uicore-active > a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  /* Submenus: texto un poco mas suave, pero nunca negro */
  .uicore-mobile-menu-wrapper .sub-menu a,
  .uicore-mobile-menu-wrapper .sub-menu a span,
  .uicore-mobile-menu-wrapper .sub-menu .ui-menu-item-wrapper,
  .uicore-mobile-menu-wrapper .sub-menu .ui-menu-item-wrapper span,
  .uicore-mobile-menu-wrapper .sub-menu a:hover,
  .uicore-mobile-menu-wrapper .sub-menu a:focus,
  .uicore-mobile-menu-wrapper .sub-menu a:active,
  .uicore-mobile-menu-wrapper .sub-menu a:visited {
    color: rgba(255,255,255,0.82) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.82) !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  /* Separacion visual del submenu sin forzar display, para no romper acordeon */
  .uicore-mobile-menu-wrapper .sub-menu {
    padding-left: 22px !important;
  }
}


/* =========================================================
   DAQH FIX V4 - MENU MOVIL VERTICAL Y ESTADOS TACTILES
   Objetivo:
   - Mantener los submenus cerrados/abiertos segun el JS del tema.
   - Forzar que los submenus se vean en vertical en movil real.
   - Evitar texto negro o fondos raros al tocar elementos.
   - No toca desktop.
========================================================= */
@media (max-width: 1024px) {

  .uicore-mobile-menu-wrapper,
  .uicore-mobile-menu-wrapper .uicore-navigation-content,
  .uicore-mobile-menu-wrapper .uicore-menu-container,
  .uicore-mobile-menu-wrapper .uicore-nav {
    background: #050505 !important;
    background-color: #050505 !important;
  }

  .uicore-mobile-menu-wrapper .uicore-menu-container,
  .uicore-mobile-menu-wrapper .uicore-menu-container > ul,
  .uicore-mobile-menu-wrapper .uicore-menu,
  .uicore-mobile-menu-wrapper .menu,
  .uicore-mobile-menu-wrapper .uicore-nav-menu {
    width: 100% !important;
    max-width: 100% !important;
  }

  .uicore-mobile-menu-wrapper .menu-item-has-children {
    width: 100% !important;
    max-width: 100% !important;
  }

  .uicore-mobile-menu-wrapper .menu-item-has-children > a,
  .uicore-mobile-menu-wrapper .menu-item-has-children > .ui-menu-item-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }

  .uicore-mobile-menu-wrapper .sub-menu,
  .uicore-mobile-menu-wrapper .children,
  .uicore-mobile-menu-wrapper .uicore-submenu {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;

    padding: 10px 0 10px 38px !important;
    margin: 6px 0 0 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    overflow: visible !important;
  }

  .uicore-mobile-menu-wrapper .sub-menu li,
  .uicore-mobile-menu-wrapper .children li,
  .uicore-mobile-menu-wrapper .uicore-submenu li {
    display: block !important;
    float: none !important;
    clear: both !important;

    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .uicore-mobile-menu-wrapper .sub-menu a,
  .uicore-mobile-menu-wrapper .sub-menu a span,
  .uicore-mobile-menu-wrapper .children a,
  .uicore-mobile-menu-wrapper .children a span,
  .uicore-mobile-menu-wrapper .uicore-submenu a,
  .uicore-mobile-menu-wrapper .uicore-submenu a span,
  .uicore-mobile-menu-wrapper .sub-menu .ui-menu-item-wrapper,
  .uicore-mobile-menu-wrapper .sub-menu .ui-menu-item-wrapper span {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;

    width: 100% !important;
    max-width: 100% !important;

    padding: 10px 0 !important;
    margin: 0 !important;

    color: rgba(255,255,255,0.88) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.88) !important;
    text-align: left !important;
    white-space: normal !important;

    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  .uicore-mobile-menu-wrapper a,
  .uicore-mobile-menu-wrapper a span,
  .uicore-mobile-menu-wrapper a:hover,
  .uicore-mobile-menu-wrapper a:focus,
  .uicore-mobile-menu-wrapper a:active,
  .uicore-mobile-menu-wrapper a:visited,
  .uicore-mobile-menu-wrapper .ui-menu-item-wrapper,
  .uicore-mobile-menu-wrapper .ui-menu-item-wrapper span,
  .uicore-mobile-menu-wrapper li.current-menu-item > a,
  .uicore-mobile-menu-wrapper li.current-menu-parent > a,
  .uicore-mobile-menu-wrapper li.current-menu-ancestor > a,
  .uicore-mobile-menu-wrapper li.open > a,
  .uicore-mobile-menu-wrapper li.active > a,
  .uicore-mobile-menu-wrapper li.uicore-active > a {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  .uicore-mobile-menu-wrapper li,
  .uicore-mobile-menu-wrapper li:hover,
  .uicore-mobile-menu-wrapper li:focus,
  .uicore-mobile-menu-wrapper li:active,
  .uicore-mobile-menu-wrapper li.current-menu-item,
  .uicore-mobile-menu-wrapper li.current-menu-parent,
  .uicore-mobile-menu-wrapper li.current-menu-ancestor,
  .uicore-mobile-menu-wrapper li.open,
  .uicore-mobile-menu-wrapper li.active,
  .uicore-mobile-menu-wrapper li.uicore-active {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

/* =========================================================
   DAQH FIX V5 - MENU MOVIL UICORE PANEL ACTIVO VISIBLE
   Problema detectado en movil real:
   al abrir un submenu, el tema mueve el panel activo fuera de pantalla
   con left negativo. Este bloque mantiene el panel activo dentro del viewport
   y deja los submenus activos en vertical.
========================================================= */
@media (max-width: 1024px) {

  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .uicore-menu.uicore-active,
  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper ul.uicore-menu.uicore-active,
  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .uicore-menu-container .uicore-menu.uicore-active {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    pointer-events: auto !important;
  }

  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .sub-menu.uicore-active,
  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper ul.sub-menu.uicore-active {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 10px 0 10px 38px !important;
    margin: 6px 0 0 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    z-index: 20 !important;
  }

  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .sub-menu.uicore-active li {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }

  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .sub-menu.uicore-active a,
  body.uicore-mobile-nav-show .uicore-mobile-menu-wrapper .sub-menu.uicore-active .ui-menu-item-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    color: rgba(255,255,255,0.88) !important;
    -webkit-text-fill-color: rgba(255,255,255,0.88) !important;
    text-align: left !important;
    white-space: normal !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
  }
}

/* Margen top a btn header */
.uicore-cta-wrapper {
    margin-top: 2px;
}

/* Labels en negrita */
.me-destiny-kicker,
.me-analysis-kicker,
.me-macro-kicker,
.me-duality-kicker,
.me-thesis-label,
.me-clarity-kicker-dot,
.me-laws-label,
.me-pricing-kicker,
.me-faq-label {
    font-weight: 700 !important;
}

/* Iconos / elementos destacados más fuertes */
.me-destiny-kicker-icon,
.me-analysis-kicker-icon,
.me-macro-kicker-icon {
    font-weight: 900 !important;
}

/* =========================================================
   HERO — Logos cripto monocromo suave
  
========================================================= */

body.home .elementor-element-9ca3e03 .me-parallax-icon img[src$=".svg"],
body.home .elementor-element-9ca3e03 .elementor-element-eb686d8 img[src$=".svg"],
body.home .elementor-element-9ca3e03 .elementor-element-5e76bde img[src$=".svg"],
body.home .elementor-element-9ca3e03 .elementor-element-4ae5102 img[src$=".svg"],
body.home .elementor-element-9ca3e03 .elementor-element-e65091d img[src$=".svg"] {
  filter: grayscale(1) brightness(0.95) contrast(1.12) saturate(0) !important;
  opacity: 0.68;
}
/* =========================================================
   MACROESPECULADOR — Botones "Ver planes" unificados
   Referencia visual: .me-faq-button
   
========================================================= */

/* =========================================================
   SELECTORES DE BOTONES "VER PLANES"
   Incluye:
   - Thesis: .me-thesis-button
   - FAQ: .me-faq-button
   - FAQ final
   - Análisis: .me-analysis-cta a[href="#planes"]
   - Calendario: .me-content-calendar__footer a[href="#planes"]
========================================================= */

body.home .me-thesis-button,
body.home .me-faq-button,
body.home .me-faq-final-cta .elementor-button,
body.home .me-analysis-cta a[href="#planes"],
body.home .me-content-calendar__footer a[href="#planes"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  cursor: pointer !important;
  text-decoration: none !important;

  padding: 17px 26px !important;

  font-family: "Outfit", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  text-transform: none !important;
  letter-spacing: 0em !important;

  color: #f5949b !important;
  fill: #f5949b !important;

  background-color: rgb(17, 17, 18) !important;
  border: 1px solid rgba(245, 148, 155, 0.85) !important;
  border-radius: 12px !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(245, 148, 155, 0.08),
    0 0 20px rgba(245, 148, 155, 0.14),
    0 0 42px rgba(245, 148, 155, 0.10) !important;

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease !important;
}

/* Texto interno */
body.home .me-thesis-button span,
body.home .me-faq-button span,
body.home .me-faq-final-cta .elementor-button span,
body.home .me-analysis-cta a[href="#planes"] span,
body.home .me-content-calendar__footer a[href="#planes"] span,
body.home .me-analysis-cta a[href="#planes"] .elementor-button-text,
body.home .me-content-calendar__footer a[href="#planes"] .elementor-button-text {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Hover — igual que el botón FAQ de referencia */
body.home .me-thesis-button:hover,
body.home .me-faq-button:hover,
body.home .me-faq-final-cta .elementor-button:hover,
body.home .me-analysis-cta a[href="#planes"]:hover,
body.home .me-content-calendar__footer a[href="#planes"]:hover {
  transform: translateY(-1px) !important;
  background: rgb(245, 148, 155) !important;
  background-color: rgb(245, 148, 155) !important;
  color: rgb(17, 17, 18) !important;
  fill: rgb(17, 17, 18) !important;
  border-color: rgb(245, 148, 155) !important;

  box-shadow:
    rgba(245, 148, 155, 0.14) 0px 0px 0px 1px,
    rgba(245, 148, 155, 0.26) 0px 0px 24px,
    rgba(245, 148, 155, 0.16) 0px 0px 56px !important;
}

/* Texto interno en hover */
body.home .me-thesis-button:hover span,
body.home .me-faq-button:hover span,
body.home .me-faq-final-cta .elementor-button:hover span,
body.home .me-analysis-cta a[href="#planes"]:hover span,
body.home .me-content-calendar__footer a[href="#planes"]:hover span,
body.home .me-analysis-cta a[href="#planes"]:hover .elementor-button-text,
body.home .me-content-calendar__footer a[href="#planes"]:hover .elementor-button-text {
  color: rgb(17, 17, 18) !important;
}

/* =========================================================
   FAQ — Layout 2 columnas desktop
   Mantiene diseño, clases y JS del acordeón
========================================================= */

@media (min-width: 1025px) {
  body.home .me-faq-wrap {
    max-width: 1180px;
  }

  body.home .me-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
  }

  body.home .me-faq-item {
    width: 100%;
    min-width: 0;
  }
}

/* Tablet y móvil: 1 columna como ahora */
@media (max-width: 1024px) {
  body.home .me-faq-list {
    grid-template-columns: 1fr;
  }
}

/* LOGOS HORIZONTALES EN SECTION INDICADORES */

/* Base transform (todas las filas) */
.elementor-element-94292f3 .elementor-widget-image img,
.elementor-element-e7151fb .elementor-widget-image img,
.elementor-element-216c5fd .elementor-widget-image img,
.elementor-element-aa94239 .elementor-widget-image img {
  transform:
    translate3d(var(--logo-x, 0px), var(--logo-y, 0px), 0)
    scale(var(--logo-scale, 1));
}

/* Hover (todas las filas) */
.elementor-element-94292f3 .elementor-widget-image:hover img,
.elementor-element-e7151fb .elementor-widget-image:hover img,
.elementor-element-216c5fd .elementor-widget-image:hover img,
.elementor-element-aa94239 .elementor-widget-image:hover img,
.elementor-element-94292f3 .elementor-widget-image.is-hovering img,
.elementor-element-e7151fb .elementor-widget-image.is-hovering img,
.elementor-element-216c5fd .elementor-widget-image.is-hovering img,
.elementor-element-aa94239 .elementor-widget-image.is-hovering img {
  opacity: 0.98 !important;
  filter: grayscale(1) brightness(1.12) contrast(1.08) !important;
  transform:
    translate3d(var(--logo-x, 0px), var(--logo-y, 0px), 0)
    scale(var(--logo-scale, 1.04)) !important;
}

/* CSS DE BLOQUES ELEMENTOR */

/* CS HERO V2 */

	/* 1. Identificador de la sección Hero */
	.elementor-element-9ca3e03 {
	  position: relative; /* Asegura que el pseudo-elemento se posicione respecto a la sección */
	}

	/* 2. Aplicar el degradado radial mediante un pseudo-elemento */
	.elementor-element-9ca3e03::after {
	  content: "";
	  position: absolute;
	  inset: 0;
	  background: radial-gradient(
		circle at center,
		rgba(245, 148, 155, 0.25) 0%,
		rgba(245, 148, 155, 0.15) 25%,
		rgba(0, 0, 0, 0.7) 70%,
		rgba(0, 0, 0, 0.95) 100%
	  );
	  z-index: 1; /* Se sitúa por encima del fondo/video */
	  pointer-events: none; /* Permite clicks a través de la capa */
	}

	/* 3. Asegurar que el contenido sea legible por encima del overlay */
	.elementor-element-9ca3e03 .elementor-container {
	  position: relative;
	  z-index: 2; /* Mayor que el overlay (z-index: 1) */
	}

/* FONDOS DE TODAS LAS SECCIONES  ESTABA EN EL HTML DEL HERO */
			/* =========================================================
		   MACROESPECULADOR — ULTRA PREMIUM 
		   Mantiene clases actuales · Elementor compatible
		========================================================= */

		:root {
		  --me-black: #000;
		  --me-ink: #020202;
		  --me-dark: #070707;
		  --me-dark-soft: #0d0d0d;
		  --me-pink: #f5949b;

		  --me-pink-04: rgba(245,148,155,.04);
		  --me-pink-08: rgba(245,148,155,.08);
		  --me-pink-14: rgba(245,148,155,.14);
		  --me-pink-20: rgba(245,148,155,.20);
		  --me-pink-32: rgba(245,148,155,.32);
		  --me-pink-44: rgba(245,148,155,.44);

		  --me-white-04: rgba(255,255,255,.04);
		  --me-white-08: rgba(255,255,255,.08);

		  --me-line-pink: rgba(245,148,155,.28);
		  --me-mouse-x: 0px;
		  --me-mouse-y: 0px;
		}

		/* =========================================================
		   BASE
		========================================================= */

		.me-hero-video-fade,
		.me-bg-logos,
		.me-bg-glow-center,
		.me-bg-soft-dark,
		.me-bg-emotional,
		.me-bg-final,
		.me-bg-problem,
		.me-bg-question,
		.me-bg-clarity,
		.me-bg-cta,
		.me-bg-faq {
		  position: relative;
		  overflow: hidden;
		  isolation: isolate;
		  background-color: #000;
		}

		/* Contenido siempre por encima */
		.me-hero-video-fade > *,
		.me-bg-logos > *,
		.me-bg-glow-center > *,
		.me-bg-soft-dark > *,
		.me-bg-emotional > *,
		.me-bg-final > *,
		.me-bg-problem > *,
		.me-bg-question > *,
		.me-bg-clarity > *,
		.me-bg-cta > *,
		.me-bg-faq > * {
		  position: relative;
		  z-index: 4;
		}

		/* =========================================================
		   CAPA DE TEXTURA / GRID PREMIUM
		========================================================= */

		.me-bg-soft-dark::before,
		.me-bg-clarity::before,
		.me-bg-faq::before,
		.me-bg-problem::before {
		  content: "";
		  position: absolute;
		  inset: 0;
		  z-index: 1;
		  pointer-events: none;

		  background-image:
			linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
			linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);

		  background-size: 68px 68px;
		  opacity: .16;

		  -webkit-mask-image: radial-gradient(circle at 50% 45%, black 0%, transparent 74%);
		  mask-image: radial-gradient(circle at 50% 45%, black 0%, transparent 74%);
		}

		/* =========================================================
		   SEPARADOR PREMIUM
		========================================================= */

		.me-bg-logos::after,
		.me-bg-glow-center::after,
		.me-bg-soft-dark::after,
		.me-bg-emotional::after,
		.me-bg-problem::after,
		.me-bg-question::after,
		.me-bg-clarity::after,
		.me-bg-cta::after,
		.me-bg-faq::after {
		  content: "";
		  position: absolute;
		  left: 50%;
		  top: 0;
		  width: min(1120px, 86vw);
		  height: 1px;
		  transform: translateX(-50%);
		  background: linear-gradient(90deg, transparent, var(--me-line-pink), transparent);
		  opacity: .42;
		  z-index: 3;
		  pointer-events: none;
		}

		/* =========================================================
		   HERO
		========================================================= */

		.me-hero-video-fade {
		  background:
			radial-gradient(circle at 50% 38%, var(--me-pink-14), transparent 46%),
			radial-gradient(circle at 50% 100%, rgba(0,0,0,.92), transparent 42%),
			#000;
		}

		.me-hero-video-fade::before {
		  content: "";
		  position: absolute;
		  inset: 0;
		  z-index: 1;
		  pointer-events: none;
		  background:
			radial-gradient(circle at calc(50% + var(--me-mouse-x)) calc(44% + var(--me-mouse-y)), var(--me-pink-14), transparent 38%);
		  opacity: .75;
		  transition: opacity .35s ease;
		}

		.me-hero-video-fade::after {
		  content: "";
		  position: absolute;
		  left: 0;
		  right: 0;
		  bottom: -1px;
		  height: 220px;
		  z-index: 3;
		  pointer-events: none;
		  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.55) 45%, #000 100%);
		}

		/* =========================================================
		   LOGOS — DESCANSO VISUAL
		========================================================= */

		.me-bg-logos {
		  background:
			radial-gradient(circle at 50% 0%, var(--me-pink-04), transparent 36%),
			linear-gradient(180deg, #000 0%, #050505 52%, #090909 100%);
		}

		/* =========================================================
		   SEÑALES — PRIMER MOMENTO PREMIUM
		========================================================= */

		.me-bg-glow-center {
		  background:
			radial-gradient(circle at 50% 26%, var(--me-pink-20), transparent 34%),
			radial-gradient(circle at 50% 84%, var(--me-pink-08), transparent 44%),
			linear-gradient(180deg, #090909 0%, #030303 100%);
		}

		.me-bg-glow-center::before {
		  content: "";
		  position: absolute;
		  left: 50%;
		  top: 12%;
		  width: 760px;
		  height: 420px;
		  transform: translate3d(calc(-50% + var(--me-mouse-x)), var(--me-mouse-y), 0);
		  z-index: 1;
		  pointer-events: none;
		  background: radial-gradient(circle, var(--me-pink-20), transparent 68%);
		  filter: blur(60px);
		  opacity: .58;
		  transition: transform .35s ease-out;
		}

		/* =========================================================
		   CALENDARIO — TÉCNICO / ORDEN
		========================================================= */

		.me-bg-soft-dark {
		  background:
			linear-gradient(180deg, #030303 0%, #0b0b0b 48%, #050505 100%);
		}

		/* =========================================================
		   EMOCIONAL — CINEMATOGRÁFICO
		========================================================= */

		.me-bg-emotional {
		  background:
			radial-gradient(circle at 78% 38%, var(--me-pink-14), transparent 34%),
			radial-gradient(circle at 18% 72%, var(--me-pink-08), transparent 32%),
			linear-gradient(180deg, #101010 0%, #070707 48%, #020202 100%);
		}

		.me-bg-emotional::before {
		  content: "";
		  position: absolute;
		  right: -220px;
		  top: 16%;
		  width: 520px;
		  height: 520px;
		  z-index: 1;
		  pointer-events: none;
		  background: radial-gradient(circle, var(--me-pink-20), transparent 68%);
		  filter: blur(84px);
		  opacity: .58;
		}

		/* =========================================================
		   PROBLEMA — OSCURO / DURO
		========================================================= */

		.me-bg-problem {
		  background:
			radial-gradient(circle at 50% 8%, rgba(255,255,255,.035), transparent 32%),
			linear-gradient(180deg, #000 0%, #030303 58%, #060606 100%);
		}

		.me-bg-problem::before {
		  opacity: .08;
		}

		/* =========================================================
		   PREGUNTA — MOMENTO WOW
		========================================================= */

		.me-bg-question {
		  background:
			radial-gradient(circle at 50% 46%, var(--me-pink-32), transparent 38%),
			radial-gradient(circle at 50% 100%, var(--me-pink-08), transparent 48%),
			linear-gradient(180deg, #050505 0%, #000 100%);
		  background-size: 160% 160%;
		  animation: meAura 9s ease-in-out infinite alternate;
		}

		.me-bg-question::before {
		  content: "";
		  position: absolute;
		  left: 50%;
		  top: 18%;
		  width: 680px;
		  height: 360px;
		  transform: translate3d(calc(-50% + var(--me-mouse-x)), var(--me-mouse-y), 0);
		  z-index: 1;
		  pointer-events: none;
		  background: radial-gradient(circle, var(--me-pink-44), transparent 70%);
		  filter: blur(72px);
		  opacity: .50;
		  transition: transform .35s ease-out;
		}

		.me-bg-question::after {
		  opacity: .82;
		  background: linear-gradient(90deg, transparent, rgba(245,148,155,.52), transparent);
		}

		/* =========================================================
		   CLARIDAD / MANDAMIENTOS
		========================================================= */

		.me-bg-clarity {
		  background:
			radial-gradient(circle at 12% 24%, var(--me-pink-04), transparent 28%),
			linear-gradient(180deg, #080808 0%, #030303 100%);
		}

		.me-bg-clarity::before {
		  opacity: .13;
		}

		/* =========================================================
		   CTA / PLANES — ENERGÍA MÁXIMA
		========================================================= */

		.me-bg-cta {
		  background:
			radial-gradient(circle at 50% 24%, var(--me-pink-32), transparent 36%),
			radial-gradient(circle at 50% 88%, var(--me-pink-08), transparent 48%),
			linear-gradient(180deg, #090909 0%, #020202 55%, #000 100%);
		  background-size: 170% 170%;
		  animation: meAura 8s ease-in-out infinite alternate;
		}

		.me-bg-cta::before {
		  content: "";
		  position: absolute;
		  left: 50%;
		  top: 8%;
		  width: 760px;
		  height: 420px;
		  transform: translate3d(calc(-50% + var(--me-mouse-x)), var(--me-mouse-y), 0);
		  z-index: 1;
		  pointer-events: none;
		  background: radial-gradient(circle, rgba(245,148,155,.38), transparent 72%);
		  filter: blur(84px);
		  opacity: .56;
		  transition: transform .35s ease-out;
		}

		.me-bg-cta::after {
		  opacity: .92;
		  background: linear-gradient(90deg, transparent, rgba(245,148,155,.58), transparent);
		}

		/* =========================================================
		   FAQ — CIERRE LIMPIO
		========================================================= */

		.me-bg-faq {
		  background:
			radial-gradient(circle at 50% 0%, var(--me-pink-04), transparent 34%),
			linear-gradient(180deg, #050505 0%, #080808 45%, #000 100%);
		}

		.me-bg-faq::before {
		  opacity: .10;
		}

		/* =========================================================
		   FINAL
		========================================================= */

		.me-bg-final {
		  background:
			radial-gradient(circle at 50% 0%, var(--me-pink-14), transparent 36%),
			linear-gradient(180deg, #030303 0%, #000 100%);
		}

		/* =========================================================
		   ANIMACIONES
		========================================================= */

		@keyframes meAura {
		  0% {
			background-position: 50% 38%;
		  }

		  100% {
			background-position: 50% 62%;
		  }
		}

		/* Reveal premium */
		.me-reveal-section {
		  opacity: 0;
		  transform: translateY(42px) scale(.985);
		  transition:
			opacity .9s cubic-bezier(.22,1,.36,1),
			transform .9s cubic-bezier(.22,1,.36,1);
		  will-change: opacity, transform;
		}

		.me-section-visible {
		  opacity: 1;
		  transform: translateY(0) scale(1);
		}

		/* Entrada más suave para contenido interno */
		.me-section-visible > * {
		  animation: meContentFloat .9s cubic-bezier(.22,1,.36,1) both;
		}

		@keyframes meContentFloat {
		  from {
			opacity: .72;
			transform: translateY(18px);
		  }

		  to {
			opacity: 1;
			transform: translateY(0);
		  }
		}

		/* =========================================================
		   RESPONSIVE
		========================================================= */

		@media (max-width: 1024px) {
		  .me-bg-glow-center::before,
		  .me-bg-question::before,
		  .me-bg-cta::before {
			width: 560px;
			height: 320px;
		  }
		}

		@media (max-width: 767px) {
		  .me-hero-video-fade::after {
			height: 140px;
		  }

		  .me-bg-soft-dark::before,
		  .me-bg-clarity::before,
		  .me-bg-faq::before,
		  .me-bg-problem::before {
			background-size: 42px 42px;
			opacity: .08;
		  }

		  .me-bg-glow-center::before,
		  .me-bg-question::before,
		  .me-bg-cta::before {
			width: 420px;
			height: 260px;
			filter: blur(62px);
			opacity: .40;
		  }

		  .me-bg-emotional::before {
			right: -280px;
			width: 420px;
			height: 420px;
			opacity: .42;
		  }

		  .me-reveal-section {
			transform: translateY(28px);
		  }
		}

		/* Accesibilidad */
		@media (prefers-reduced-motion: reduce) {
		  .me-bg-question,
		  .me-bg-cta {
			animation: none;
		  }

		  .me-reveal-section,
		  .me-section-visible,
		  .me-section-visible > * {
			opacity: 1;
			transform: none;
			animation: none;
			transition: none;
		  }
		}

/* FIN FONDOS TODAS LAS SECCIONES */

/* =========================================================
   FIX — DUALITY POINTS: número + título en la misma línea
   No toca botones / CTA
========================================================= */

.me-duality-block .me-duality-point {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 10px;
  align-items: start;
}

.me-duality-block .me-duality-point-mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 40px;
  padding-top: 2px;
  line-height: 1.2;
}

.me-duality-block .me-duality-point-content {
  min-width: 0;
}

.me-duality-block .me-duality-point-content h4 {
  margin: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 6px;
}

.me-duality-block .me-duality-point-content p {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .me-duality-block .me-duality-point {
    column-gap: 12px;
  }

  .me-duality-block .me-duality-point-mark {
    min-width: 30px;
    padding-top: 1px;
  }

  .me-duality-block .me-duality-point-content p {
    margin-top: 18px;
  }
}