/**
 * GEN BE HEALTH — Home body (rebuild Elementor clon-Stitch).
 * Se encola SOLO en la Home (front / page 45 / draft 99), después de tokens.css.
 * JSON Elementor mínimo (estructura + clases); el visual vive aquí, atado a tokens.
 */

/* ====================== Base de secciones ====================== */
.gbh-section { padding: 84px 0; }
.gbh-section--tint { background: var(--gbh-color-surface-1, #F6F7FA); }
@media (max-width: 767px) { .gbh-section { padding: 52px 0; } }

/* Reveal por scroll sin JS (respeta reduced-motion) */
@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .gbh-reveal {
      animation: gbhHomeReveal linear both;
      animation-timeline: view();
      animation-range: entry 0% entry 38%;
    }
    @keyframes gbhHomeReveal {
      from { opacity: 0; transform: translateY(22px); }
      to   { opacity: 1; transform: none; }
    }
  }
}

/* ====================== Hero ====================== */
/* NOTA: Elementor NO renderiza _css_classes en sections/columns cuando el
   _elementor_data se inyecta crudo (sí en widgets). Por eso las reglas de
   sección/columna usan también la clase de id estable .elementor-element-{id}. */
.gbh-hero,
.elementor-element-gbhhero1 {
  background: linear-gradient(180deg, #F6F7FA 0%, #FFFFFF 62%);
  padding: 76px 0 68px;
  overflow: hidden;
}
.gbh-hero > .elementor-container,
.elementor-element-gbhhero1 > .elementor-container { align-items: center; gap: 32px; }

/* Badge / chip (el pill va SOLO en el título inline, no en el wrapper block) */
.gbh-badge { margin-bottom: 20px; line-height: 0; }
.gbh-badge .elementor-heading-title {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(138, 45, 146, 0.10);
  color: var(--gbh-color-purple-cta, #8A2D92);
  font-weight: 600; font-size: 13px; line-height: 1; letter-spacing: 0.2px;
  padding: 8px 15px; border-radius: 999px;
}

/* Titular / subtítulo */
.gbh-hero .gbh-hero-h1 .elementor-heading-title,
.gbh-hero-h1 .elementor-heading-title {
  color: var(--gbh-color-navy, #142A47);
  font-size: clamp(32px, 4.6vw, 52px); line-height: 1.08; font-weight: 800;
  margin: 0 0 18px; letter-spacing: -0.5px;
}
.gbh-hero-sub, .gbh-hero-sub p {
  color: var(--gbh-color-muted, #5A6478);
  font-size: 18px; line-height: 1.6; margin: 0 0 30px; max-width: 32em;
}

/* Fila de CTAs (html widget) */
.gbh-cta-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.gbh-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-weight: 700; font-size: 16px; line-height: 1; text-decoration: none;
  padding: 15px 26px; border-radius: 14px; cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.gbh-btn svg { width: 19px; height: 19px; }
.gbh-btn-primary {
  background: var(--gbh-color-purple-cta, #8A2D92); color: #FFFFFF;
  box-shadow: 0 8px 22px rgba(138, 45, 146, 0.28);
}
.gbh-btn-primary:hover { background: #7A2782; transform: translateY(-2px); color: #FFFFFF; }
.gbh-btn-outline {
  background: transparent; color: var(--gbh-color-navy, #142A47);
  border: 1.5px solid var(--gbh-color-border, #D2D7E0);
}
.gbh-btn-outline:hover { border-color: var(--gbh-color-navy, #142A47); transform: translateY(-2px); }

/* Visual del hero (placeholder + glass card) */
.gbh-hero-visual { position: relative; }
.gbh-placeholder {
  position: relative; border-radius: 22px; overflow: hidden;
  aspect-ratio: 4 / 3; min-height: 300px;
  background:
    radial-gradient(120% 120% at 20% 10%, rgba(0,198,180,0.18), transparent 55%),
    radial-gradient(120% 120% at 90% 90%, rgba(138,45,146,0.20), transparent 55%),
    linear-gradient(150deg, #142A47 0%, #2d1c4d 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55); font-size: 13px; letter-spacing: 0.4px;
  box-shadow: 0 24px 60px rgba(20, 42, 71, 0.22);
}
.gbh-placeholder img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gbh-glass-card {
  position: absolute; left: -14px; bottom: 26px; max-width: 250px;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 16px; padding: 16px 18px;
  box-shadow: 0 16px 40px rgba(20, 42, 71, 0.18);
}
.gbh-glass-card strong { display: flex; align-items: center; gap: 8px; color: var(--gbh-color-navy, #142A47); font-size: 15px; }
.gbh-glass-card strong svg { width: 18px; height: 18px; color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-glass-card span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 13px; line-height: 1.45; margin-top: 6px; }

/* ====================== Cabecera genérica de sección ====================== */
/* Reutilizable en secciones 2-10: H2 + subtítulo centrados */
.gbh-h2 .elementor-heading-title {
  color: var(--gbh-color-navy, #142A47);
  font-size: clamp(26px, 3.4vw, 38px); line-height: 1.15; font-weight: 800;
  letter-spacing: -0.4px; margin: 0 0 16px;
}
.gbh-sec-sub, .gbh-sec-sub p {
  color: var(--gbh-color-muted, #5A6478);
  font-size: 17px; line-height: 1.65; margin: 0;
}

/* ====================== Sobre GBH (sección 2) ====================== */
/* Padding/reveal por id estable: _css_classes no se renderiza en sections */
.gbh-sobre,
.elementor-element-gbhsobre1 {
  background: var(--gbh-color-surface-1, #F6F7FA);
  padding: 84px 0;
}
@media (max-width: 767px) {
  .elementor-element-gbhsobre1 { padding: 52px 0; }
}
/* Motion: GSAP (gbh-home-motion.js) anima las secciones del rebuild; sin reveal CSS
   para no duplicar. Fail-safe: gsap.from() nace visible. */
.gbh-sobre-inner, .elementor-element-gbhsobcl1 { text-align: center; }
.gbh-sobre .gbh-sec-sub p { max-width: 44em; margin: 0 auto; }
.gbh-chip-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px; margin-top: 30px;
}
.gbh-chip {
  display: inline-flex; align-items: center; gap: 9px;
  background: #FFFFFF; color: var(--gbh-color-navy, #142A47);
  border: 1px solid var(--gbh-color-border, #D2D7E0);
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 12px 20px; border-radius: 999px;
  box-shadow: 0 6px 18px rgba(20, 42, 71, 0.07);
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}
.gbh-chip:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(20, 42, 71, 0.12); }
.gbh-chip svg { width: 18px; height: 18px; }
.gbh-chip--turquoise svg { color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-chip--purple svg { color: var(--gbh-color-purple-cta, #8A2D92); }
.gbh-chip--navy svg { color: var(--gbh-color-navy, #142A47); }
@media (max-width: 767px) {
  .gbh-chip-row { gap: 10px; margin-top: 24px; }
  .gbh-chip { font-size: 14px; padding: 11px 16px; }
}

/* ====================== Módulos Genéticos (sección 3) ====================== */
.gbh-modulos,
.elementor-element-gbhmods01 { background: #FFFFFF; padding: 84px 0; }
.gbh-modulos-inner, .elementor-element-gbhmodcl1 { text-align: center; }
.elementor-element-gbhmods01 .gbh-sec-sub p { max-width: 40em; margin: 0 auto; }
@media (max-width: 767px) {
  .elementor-element-gbhmods01 { padding: 52px 0; }
}

.gbh-modules-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 18px; margin-top: 42px; text-align: left;
}
@media (max-width: 1024px) { .gbh-modules-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .gbh-modules-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; } }

.gbh-mod-card {
  display: flex; flex-direction: column;
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 18px; padding: 24px 20px;
  box-shadow: 0 6px 18px rgba(20, 42, 71, 0.06);
}
.gbh-lift { transition: transform 0.15s ease, box-shadow 0.25s ease; }
.gbh-lift:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(20, 42, 71, 0.13); }

.gbh-mod-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 13px; margin-bottom: 16px;
}
.gbh-mod-icon svg { width: 24px; height: 24px; }
.gbh-tint-turquoise .gbh-mod-icon { background: rgba(0, 198, 180, 0.12); color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-tint-purple    .gbh-mod-icon { background: rgba(138, 45, 146, 0.10); color: var(--gbh-color-purple-cta, #8A2D92); }
.gbh-tint-navy      .gbh-mod-icon { background: rgba(20, 42, 71, 0.08);   color: var(--gbh-color-navy, #142A47); }
.gbh-tint-magenta   .gbh-mod-icon { background: rgba(225, 14, 205, 0.09); color: var(--gbh-color-magenta, #E10ECD); }
.gbh-tint-info      .gbh-mod-icon { background: rgba(47, 107, 191, 0.10); color: #2F6BBF; }

.gbh-mod-card h3 {
  color: var(--gbh-color-navy, #142A47);
  font-size: 18px; font-weight: 700; margin: 0 0 8px;
}
.gbh-mod-card p {
  color: var(--gbh-color-muted, #5A6478);
  font-size: 14px; line-height: 1.55; margin: 0 0 16px; flex: 1 1 auto;
}
.gbh-mod-card a {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gbh-color-purple-cta, #8A2D92);
  font-weight: 600; font-size: 14px; text-decoration: none;
}
.gbh-mod-card a svg { width: 15px; height: 15px; transition: transform 0.15s ease; }
.gbh-mod-card a:hover svg { transform: translateX(3px); }

/* ====================== ¿Qué quieres mejorar? (sección 4) ====================== */
.gbh-que-mejorar,
.elementor-element-gbhgoal01 { background: var(--gbh-color-surface-1, #F6F7FA); padding: 84px 0; }
.gbh-que-mejorar-inner, .elementor-element-gbhgoacl1 { text-align: center; }
@media (max-width: 767px) {
  .elementor-element-gbhgoal01 { padding: 52px 0; }
}

/* Las anclas #gbh-mod-* quedan bajo el header sticky → margen de scroll */
.gbh-mod-card { scroll-margin-top: 130px; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

.gbh-goal-row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 14px; margin-top: 36px;
}
.gbh-goal-card {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 18px; padding: 20px 22px; min-width: 168px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(20, 42, 71, 0.06);
}
.gbh-goal-card .gbh-mod-icon { margin-bottom: 8px; }
.gbh-goal-name {
  color: var(--gbh-color-navy, #142A47);
  font-weight: 700; font-size: 15.5px; line-height: 1.25;
}
.gbh-goal-module {
  display: inline-flex; align-items: center; gap: 5px;
  color: var(--gbh-color-purple-cta, #8A2D92);
  font-weight: 600; font-size: 13px;
}
.gbh-goal-module svg { width: 13px; height: 13px; transition: transform 0.15s ease; }
.gbh-goal-card:hover .gbh-goal-module svg { transform: translateX(3px); }
@media (max-width: 767px) {
  .gbh-goal-row { gap: 10px; margin-top: 26px; }
  .gbh-goal-card { flex: 1 1 44%; min-width: 0; padding: 16px 12px; }
}

/* ====================== Nuestra Metodología (sección 5, bento) ====================== */
.gbh-metodologia,
.elementor-element-gbhmeto01 { background: #FFFFFF; padding: 84px 0; }
.gbh-metodologia-inner, .elementor-element-gbhmetcl1 { text-align: center; }
@media (max-width: 767px) {
  .elementor-element-gbhmeto01 { padding: 52px 0; }
}

.gbh-pilares-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 18px; margin-top: 42px; text-align: left;
}
@media (max-width: 600px) { .gbh-pilares-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; } }

.gbh-pilar-card {
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 18px; padding: 30px 28px;
  box-shadow: 0 6px 18px rgba(20, 42, 71, 0.06);
}
.gbh-pilar-card h3 {
  color: var(--gbh-color-navy, #142A47);
  font-size: 20px; font-weight: 700; margin: 0 0 10px;
}
.gbh-pilar-card p {
  color: var(--gbh-color-muted, #5A6478);
  font-size: 15px; line-height: 1.6; margin: 0;
}
/* Tarjeta destacada navy (Código Genético): texto blanco, contraste AA */
.gbh-pilar-card--featured {
  background: linear-gradient(150deg, #142A47 0%, #2d1c4d 100%);
  border-color: transparent;
  box-shadow: 0 18px 44px rgba(20, 42, 71, 0.28);
}
.gbh-pilar-card--featured h3 { color: #FFFFFF; }
.gbh-pilar-card--featured p { color: rgba(255, 255, 255, 0.82); }
.gbh-pilar-card--featured .gbh-mod-icon { background: rgba(0, 198, 180, 0.18); color: var(--gbh-color-turquoise, #00C6B4); }

/* ====================== Banda de confianza (N1) ====================== */
.gbh-confianza,
.elementor-element-gbhconf01 {
  background: linear-gradient(135deg, #142A47 0%, #1d2f52 55%, #2d1c4d 100%);
  padding: 46px 0;
}
.gbh-stat-row {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 18px; align-items: start;
}
.gbh-stat { text-align: center; color: #FFFFFF; }
.gbh-stat-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; margin-bottom: 10px;
  border-radius: 12px; background: rgba(0, 198, 180, 0.16);
  color: var(--gbh-color-turquoise, #00C6B4);
}
.gbh-stat-icon svg { width: 22px; height: 22px; }
.gbh-stat-num {
  display: block; font-size: clamp(26px, 3vw, 34px); font-weight: 800;
  line-height: 1.05; color: #FFFFFF; letter-spacing: -0.5px;
}
.gbh-stat-label {
  display: block; margin-top: 6px; font-size: 13.5px; line-height: 1.4;
  color: rgba(255, 255, 255, 0.78); max-width: 15em; margin-left: auto; margin-right: auto;
}
.gbh-ally {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  margin: 26px 0 0; padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9); font-size: 15px; font-weight: 500;
}
.gbh-ally strong { color: #FFFFFF; font-weight: 700; }
.gbh-ally svg { width: 19px; height: 19px; color: var(--gbh-color-turquoise, #00C6B4); flex-shrink: 0; }
@media (max-width: 767px) {
  .elementor-element-gbhconf01 { padding: 38px 0; }
  .gbh-stat-row { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .gbh-ally { font-size: 14px; text-align: center; }
}

/* ====================== Privacidad de datos genéticos (N2) ====================== */
.gbh-privacidad,
.elementor-element-gbhpriv01 { background: var(--gbh-color-surface-1, #F6F7FA); padding: 84px 0; }
.gbh-privacidad > .elementor-container,
.elementor-element-gbhpriv01 > .elementor-container { align-items: center; gap: 40px; }
@media (max-width: 767px) {
  .elementor-element-gbhpriv01 { padding: 52px 0; }
}

.gbh-priv-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 16px; margin-bottom: 20px;
  background: rgba(138, 45, 146, 0.10); color: var(--gbh-color-purple-cta, #8A2D92);
}
.gbh-priv-badge svg { width: 30px; height: 30px; }
.gbh-priv-h2 {
  color: var(--gbh-color-navy, #142A47);
  font-size: clamp(26px, 3.2vw, 34px); font-weight: 800;
  letter-spacing: -0.4px; margin: 0 0 14px;
}
.gbh-priv-lead {
  color: var(--gbh-color-muted, #5A6478);
  font-size: 16.5px; line-height: 1.65; margin: 0; max-width: 30em;
}

.gbh-priv-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.gbh-priv-item {
  display: flex; align-items: flex-start; gap: 14px;
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 16px; padding: 18px 20px;
  box-shadow: 0 6px 16px rgba(20, 42, 71, 0.05);
}
.gbh-priv-icon {
  flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 11px;
  background: rgba(0, 198, 180, 0.12); color: var(--gbh-color-turquoise, #00C6B4);
}
.gbh-priv-icon svg { width: 21px; height: 21px; }
.gbh-priv-text strong { display: block; color: var(--gbh-color-navy, #142A47); font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.gbh-priv-text span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 14px; line-height: 1.5; }
@media (max-width: 767px) {
  .gbh-priv-left, .elementor-element-gbhprvlc1 { text-align: center; }
  .gbh-priv-badge { margin-left: auto; margin-right: auto; }
  .gbh-priv-lead { margin-left: auto; margin-right: auto; }
  .gbh-priv-item { text-align: left; }
}

/* ====================== Comparativa (N3) ====================== */
.gbh-comparativa,
.elementor-element-gbhcmp001 { background: #FFFFFF; padding: 84px 0; }
.gbh-comparativa-inner, .elementor-element-gbhcmpcl1 { text-align: center; }
.elementor-element-gbhcmp001 .gbh-sec-sub p { max-width: 38em; margin: 0 auto; }
@media (max-width: 767px) {
  .elementor-element-gbhcmp001 { padding: 52px 0; }
}

/* Scroll horizontal SOLO dentro del contenedor (el body nunca).
   La tabla es una tarjeta redondeada: borde + radius en el contenedor (clip por overflow). */
.gbh-cmp-scroll {
  margin-top: 40px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(20, 42, 71, 0.06);
}
.gbh-cmp-table {
  width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 0;
  text-align: left; font-size: 15px; background: #FFFFFF;
}
.gbh-cmp-table th, .gbh-cmp-table td { padding: 16px 18px; }
/* Separadores de fila suaves (no en la última) */
.gbh-cmp-table tbody tr:not(:last-child) th,
.gbh-cmp-table tbody tr:not(:last-child) td { border-bottom: 1px solid rgba(210, 215, 224, 0.6); }
.gbh-cmp-table thead th {
  font-weight: 700; font-size: 13.5px; color: var(--gbh-color-muted, #5A6478);
  vertical-align: bottom; text-align: center; padding-top: 22px; padding-bottom: 18px;
  background: var(--gbh-color-surface-1, #F6F7FA);
}
.gbh-cmp-table thead th.gbh-cmp-rowhead { background: #FFFFFF; }
.gbh-cmp-table tbody th[scope="row"] {
  font-weight: 600; color: var(--gbh-color-navy, #142A47); font-size: 14.5px; width: 34%;
}
.gbh-cmp-table td { text-align: center; }
/* Columna GBH destacada: tint + acentos redondeados propios */
.gbh-cmp-gbh { background: rgba(138, 45, 146, 0.06); }
.gbh-cmp-head-gbh {
  color: var(--gbh-color-purple-cta, #8A2D92) !important; font-size: 15px !important;
  background: rgba(138, 45, 146, 0.10) !important;
  box-shadow: inset 0 -3px 0 var(--gbh-color-purple-cta, #8A2D92);
  border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.gbh-cmp-table tbody tr:last-child .gbh-cmp-gbh { border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; }
/* Redondear las esquinas exteriores del thead para acompañar el radius del contenedor */
.gbh-cmp-table thead tr th:first-child { border-top-left-radius: 17px; }
.gbh-cmp-table thead tr th:last-child { border-top-right-radius: 17px; }

.gbh-cmp-mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
}
.gbh-cmp-mark svg { width: 16px; height: 16px; }
.gbh-cmp-yes  { background: rgba(0, 198, 180, 0.14); color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-cmp-part { background: rgba(201, 138, 20, 0.14); color: var(--gbh-color-warning, #C98A14); }
.gbh-cmp-no   { background: rgba(90, 100, 120, 0.12); color: var(--gbh-color-muted, #5A6478); }

.gbh-cmp-note {
  margin: 18px 0 0; font-size: 13px; color: var(--gbh-color-muted, #5A6478); font-style: italic;
}
@media (max-width: 767px) {
  .gbh-cmp-scroll::after {
    content: "Desliza para ver más →"; display: block; text-align: right;
    font-size: 12px; color: var(--gbh-color-muted, #5A6478); margin-top: 8px; font-style: italic;
  }
}

/* ====================== Ciencia con propósito (sección 6) ====================== */
.gbh-ciencia,
.elementor-element-gbhcien01 { background: var(--gbh-color-surface-1, #F6F7FA); padding: 84px 0; }
.gbh-ciencia > .elementor-container,
.elementor-element-gbhcien01 > .elementor-container { align-items: center; gap: 44px; }
@media (max-width: 767px) {
  .elementor-element-gbhcien01 { padding: 52px 0; }
}

/* Imagen real de la sección (attachment #146) */
.gbh-ciencia-img {
  display: block; width: 100%; height: auto;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(20, 42, 71, 0.22);
}

.gbh-ciencia-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 16px; }
.gbh-ciencia-item { display: flex; align-items: flex-start; gap: 14px; }
.gbh-ciencia-icon {
  flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(138, 45, 146, 0.09); color: var(--gbh-color-purple-cta, #8A2D92);
}
.gbh-ciencia-icon svg { width: 22px; height: 22px; }
.gbh-ciencia-text strong { display: block; color: var(--gbh-color-navy, #142A47); font-size: 16.5px; font-weight: 700; margin-bottom: 3px; }
.gbh-ciencia-text span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 14.5px; line-height: 1.55; }
@media (max-width: 767px) {
  .gbh-ciencia-right, .elementor-element-gbhcierc1 { text-align: center; }
  .elementor-element-gbhcien01 .gbh-sec-sub p { margin-left: auto; margin-right: auto; }
  .gbh-ciencia-item { text-align: left; }
}

/* ====================== Tu camino (sección 7, timeline 5 pasos) ====================== */
.gbh-camino,
.elementor-element-gbhcam001 { background: var(--gbh-color-surface-1, #F6F7FA); padding: 84px 0; }
.gbh-camino-inner, .elementor-element-gbhcamcl1 { text-align: center; }
@media (max-width: 767px) {
  .elementor-element-gbhcam001 { padding: 52px 0; }
}

.gbh-timeline {
  list-style: none; margin: 46px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  position: relative; text-align: center;
}
/* Línea conectora tras los números (desktop) */
.gbh-timeline::before {
  content: ""; position: absolute; top: 27px; left: 10%; right: 10%; height: 2px;
  background: linear-gradient(90deg, var(--gbh-color-turquoise, #00C6B4), var(--gbh-color-purple-cta, #8A2D92));
  opacity: 0.35; z-index: 0;
}
.gbh-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.gbh-step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; border-radius: 50%; margin-bottom: 16px;
  background: #FFFFFF; border: 2px solid var(--gbh-color-purple-cta, #8A2D92);
  color: var(--gbh-color-purple-cta, #8A2D92); font-size: 22px; font-weight: 800;
  box-shadow: 0 8px 20px rgba(138, 45, 146, 0.14);
}
.gbh-step-body strong { display: block; color: var(--gbh-color-navy, #142A47); font-size: 16px; font-weight: 700; margin-bottom: 6px; }
.gbh-step-body span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 13.5px; line-height: 1.5; max-width: 20em; margin: 0 auto; }
.gbh-camino-support {
  margin: 34px 0 0; font-size: 14.5px; color: var(--gbh-color-navy, #142A47); font-weight: 500;
}
/* Móvil: timeline vertical con línea a la izquierda */
@media (max-width: 900px) {
  .gbh-timeline { grid-template-columns: 1fr; gap: 0; max-width: 460px; margin-left: auto; margin-right: auto; text-align: left; }
  .gbh-timeline::before { top: 0; bottom: 0; left: 26px; right: auto; width: 2px; height: auto; background: linear-gradient(180deg, var(--gbh-color-turquoise, #00C6B4), var(--gbh-color-purple-cta, #8A2D92)); }
  .gbh-step { flex-direction: row; align-items: flex-start; gap: 18px; padding-bottom: 26px; }
  .gbh-step:last-child { padding-bottom: 0; }
  .gbh-step-num { width: 52px; height: 52px; flex-shrink: 0; margin-bottom: 0; }
  .gbh-step-body { padding-top: 6px; }
  .gbh-step-body span { margin: 0; max-width: none; }
}

/* ====================== FAQ (sección 8, acordeón nativo) ====================== */
.gbh-faq,
.elementor-element-gbhfaq001 { background: #FFFFFF; padding: 84px 0; }
.gbh-faq-inner, .elementor-element-gbhfaqcl1 { text-align: center; }
@media (max-width: 767px) {
  .elementor-element-gbhfaq001 { padding: 52px 0; }
}
/* El acordeón alineado a la izquierda (legibilidad), tarjetas redondeadas on-brand */
.gbh-faq-acc { margin-top: 34px; text-align: left; }
.gbh-faq-acc .elementor-accordion-item {
  border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 14px; margin-bottom: 12px; overflow: hidden;
  background: #FFFFFF;
}
.gbh-faq-acc .elementor-tab-title {
  border: none !important; padding: 18px 20px; cursor: pointer;
  font-size: 16px; font-weight: 700; color: var(--gbh-color-navy, #142A47);
  transition: background 0.15s ease, color 0.15s ease;
}
/* El <a> interno hereda el color de enlace global (turquesa) → forzar navy (contraste AA) */
.gbh-faq-acc .elementor-tab-title a,
.gbh-faq-acc a.elementor-accordion-title { color: var(--gbh-color-navy, #142A47) !important; }
.gbh-faq-acc .elementor-tab-title:hover { background: rgba(138, 45, 146, 0.04); }
.gbh-faq-acc .elementor-tab-title.elementor-active,
.gbh-faq-acc .elementor-tab-title.elementor-active a { color: var(--gbh-color-purple-cta, #8A2D92) !important; }
.gbh-faq-acc .elementor-tab-title .elementor-accordion-icon { color: var(--gbh-color-purple-cta, #8A2D92); }
.gbh-faq-acc .elementor-tab-content {
  border: none !important; padding: 0 20px 20px;
  color: var(--gbh-color-muted, #5A6478); font-size: 14.5px; line-height: 1.65;
}
.gbh-faq-acc .elementor-tab-content p { margin: 0; }

/* ====================== Banda profesional (sección 9, navy) ====================== */
.gbh-profesional,
.elementor-element-gbhprof01,
#gbh-profesional {
  background: linear-gradient(135deg, #142A47 0%, #1d2f52 55%, #2d1c4d 100%);
  padding: 72px 0; scroll-margin-top: 130px;
}
.gbh-profesional-inner, .elementor-element-gbhprocl1 { text-align: center; }
.gbh-prof-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0, 198, 180, 0.16); color: var(--gbh-color-turquoise, #00C6B4);
  font-weight: 600; font-size: 13px; line-height: 1; letter-spacing: 0.2px;
  padding: 9px 16px; border-radius: 999px; margin-bottom: 20px;
}
.gbh-prof-badge svg { width: 17px; height: 17px; }
.gbh-prof-h2 .elementor-heading-title {
  color: #FFFFFF; font-size: clamp(26px, 3.4vw, 36px); font-weight: 800;
  letter-spacing: -0.4px; margin: 0 0 16px;
}
.gbh-prof-sub, .gbh-prof-sub p {
  color: rgba(255, 255, 255, 0.82); font-size: 16.5px; line-height: 1.65;
  margin: 0 auto; max-width: 40em;
}
.gbh-prof-cta { margin-top: 30px; }
.gbh-btn-prof {
  background: var(--gbh-color-purple-cta, #8A2D92); color: #FFFFFF;
  box-shadow: 0 10px 26px rgba(138, 45, 146, 0.4);
}
.gbh-btn-prof:hover { background: #9a35a3; transform: translateY(-2px); color: #FFFFFF; }
@media (max-width: 767px) {
  .elementor-element-gbhprof01, #gbh-profesional { padding: 54px 0; }
  .gbh-btn-prof { width: 100%; justify-content: center; }
}

/* ====================== CTA final paciente (sección 10) ====================== */
.gbh-final,
.elementor-element-gbhfinal1 {
  padding: 92px 0; text-align: center;
  background:
    radial-gradient(130% 120% at 20% 0%, rgba(0, 198, 180, 0.12), transparent 55%),
    radial-gradient(130% 120% at 85% 100%, rgba(138, 45, 146, 0.14), transparent 55%),
    var(--gbh-color-surface-1, #F6F7FA);
}
.gbh-final-inner, .elementor-element-gbhfincl1 { text-align: center; }
.gbh-final-h2 .elementor-heading-title {
  color: var(--gbh-color-navy, #142A47);
  font-size: clamp(28px, 4vw, 42px); font-weight: 800; line-height: 1.12;
  letter-spacing: -0.5px; margin: 0 0 16px;
}
.elementor-element-gbhfinal1 .gbh-sec-sub p { max-width: 34em; margin: 0 auto; }
.gbh-final-cta { margin-top: 30px; display: flex; justify-content: center; }
.gbh-btn-lg { padding: 17px 34px; font-size: 17px; }
.gbh-final-trust {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 14px;
  margin: 22px 0 0; font-size: 14px; color: var(--gbh-color-muted, #5A6478);
}
.gbh-final-trust svg { width: 15px; height: 15px; color: var(--gbh-color-turquoise, #00C6B4); vertical-align: middle; margin-right: 2px; }
@media (max-width: 767px) {
  .elementor-element-gbhfinal1 { padding: 60px 0; }
  .gbh-btn-lg { width: 100%; justify-content: center; }
}

/* ====================== Demo del portal (N4, maqueta) ====================== */
.gbh-demo,
.elementor-element-gbhdemo01 { background: #FFFFFF; padding: 84px 0; }
.gbh-demo > .elementor-container,
.elementor-element-gbhdemo01 > .elementor-container { align-items: center; gap: 44px; }
@media (max-width: 767px) { .elementor-element-gbhdemo01 { padding: 52px 0; } }
.gbh-demo-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.gbh-demo-list li { position: relative; padding-left: 28px; color: var(--gbh-color-navy, #142A47); font-size: 15.5px; }
.gbh-demo-list li::before {
  content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%;
  background: rgba(0,198,180,0.15) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2300C6B4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center/12px no-repeat;
}
/* Frame maqueta */
.gbh-demo-frame {
  border-radius: 18px; overflow: hidden; background: #FFFFFF;
  border: 1px solid var(--gbh-color-border, #D2D7E0);
  box-shadow: 0 24px 60px rgba(20, 42, 71, 0.16);
}
.gbh-demo-topbar {
  display: flex; align-items: center; gap: 7px; padding: 12px 16px;
  background: var(--gbh-color-surface-1, #F6F7FA); border-bottom: 1px solid var(--gbh-color-border, #D2D7E0);
}
.gbh-demo-dot { width: 9px; height: 9px; border-radius: 50%; background: #D2D7E0; }
.gbh-demo-url { margin-left: 8px; font-size: 12px; color: var(--gbh-color-muted, #5A6478); letter-spacing: 0.3px; }
.gbh-demo-body { padding: 20px; }
.gbh-demo-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.gbh-demo-head strong { color: var(--gbh-color-navy, #142A47); font-size: 16px; }
.gbh-demo-tag {
  font-size: 11px; font-weight: 600; color: var(--gbh-color-purple-cta, #8A2D92);
  background: rgba(138,45,146,0.10); padding: 4px 9px; border-radius: 999px;
}
.gbh-demo-row {
  display: flex; align-items: center; gap: 13px; padding: 13px 14px; margin-bottom: 10px;
  border: 1px solid var(--gbh-color-border, #D2D7E0); border-radius: 13px;
}
.gbh-demo-ic { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 11px; }
.gbh-demo-ic svg { width: 20px; height: 20px; }
.gbh-demo-ic.gbh-tint-turquoise { background: rgba(0,198,180,0.12); color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-demo-ic.gbh-tint-purple { background: rgba(138,45,146,0.10); color: var(--gbh-color-purple-cta, #8A2D92); }
.gbh-demo-ic.gbh-tint-magenta { background: rgba(225,14,205,0.09); color: var(--gbh-color-magenta, #E10ECD); }
.gbh-demo-rt b { display: block; color: var(--gbh-color-navy, #142A47); font-size: 14.5px; }
.gbh-demo-rt span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 13px; margin-top: 2px; }
.gbh-demo-foot { margin-top: 14px; text-align: center; }
.gbh-demo-badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700;
  color: var(--gbh-color-navy, #142A47); background: rgba(0,198,180,0.16);
  padding: 7px 14px; border-radius: 999px;
}
@media (max-width: 767px) {
  .gbh-demo-left, .elementor-element-gbhdemlc1 { text-align: center; }
  .elementor-element-gbhdemo01 .gbh-sec-sub p { margin-left: auto; margin-right: auto; }
  .gbh-demo-list { max-width: 320px; margin-left: auto; margin-right: auto; text-align: left; }
}

/* ====================== Prueba social (N5, maqueta) ====================== */
.gbh-social,
.elementor-element-gbhsoc001 { background: var(--gbh-color-surface-1, #F6F7FA); padding: 84px 0; }
.gbh-social-inner, .elementor-element-gbhsoccl1 { text-align: center; }
@media (max-width: 767px) { .elementor-element-gbhsoc001 { padding: 52px 0; } }
/* Banner "contenido de ejemplo" — inconfundible */
.gbh-example-banner {
  display: inline-block; margin: 18px auto 0; padding: 8px 16px;
  background: rgba(201, 138, 20, 0.12); color: #6B4E0E;
  border: 1px dashed rgba(201, 138, 20, 0.6); border-radius: 999px;
  font-size: 12.5px; font-weight: 700;
}
/* Testimonios */
.gbh-testi-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  margin-top: 34px; text-align: left;
}
@media (max-width: 900px) { .gbh-testi-grid { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; } }
.gbh-testi-card {
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 18px; padding: 24px 22px; margin: 0;
  box-shadow: 0 6px 18px rgba(20, 42, 71, 0.06);
  display: flex; flex-direction: column;
}
.gbh-testi-quote { color: rgba(138, 45, 146, 0.25); line-height: 0; }
.gbh-testi-quote svg { width: 30px; height: 30px; }
.gbh-testi-card blockquote {
  margin: 12px 0 18px; padding: 0; border: 0; flex: 1 1 auto;
  color: var(--gbh-color-navy, #142A47); font-size: 15px; line-height: 1.6;
}
.gbh-testi-card figcaption { display: flex; align-items: center; gap: 12px; }
.gbh-avatar {
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 42px; height: 42px; border-radius: 50%; font-weight: 700; font-size: 14px;
}
.gbh-avatar.gbh-tint-turquoise { background: rgba(0,198,180,0.14); color: var(--gbh-color-turquoise, #00C6B4); }
.gbh-avatar.gbh-tint-purple { background: rgba(138,45,146,0.12); color: var(--gbh-color-purple-cta, #8A2D92); }
.gbh-avatar.gbh-tint-magenta { background: rgba(225,14,205,0.10); color: var(--gbh-color-magenta, #E10ECD); }
.gbh-testi-who b { display: block; color: var(--gbh-color-navy, #142A47); font-size: 14.5px; }
.gbh-testi-who span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 12px; }
/* Equipo médico */
.gbh-team-head { margin-top: 44px; color: var(--gbh-color-navy, #142A47); font-weight: 700; font-size: 18px; }
.gbh-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
@media (max-width: 767px) { .gbh-team-grid { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; } }
.gbh-team-card {
  background: #FFFFFF; border: 1px solid var(--gbh-color-border, #D2D7E0);
  border-radius: 16px; padding: 22px 18px;
}
.gbh-team-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%; margin-bottom: 12px;
  background: rgba(0,198,180,0.12); color: var(--gbh-color-turquoise, #00C6B4);
}
.gbh-team-ic svg { width: 24px; height: 24px; }
.gbh-team-card b { display: block; color: var(--gbh-color-navy, #142A47); font-size: 15.5px; }
.gbh-team-card span { display: block; color: var(--gbh-color-muted, #5A6478); font-size: 13px; margin-top: 3px; }

/* Móvil: apilar, texto centrado, visual arriba con aire */
@media (max-width: 1024px) {
  .gbh-hero > .elementor-container,
  .elementor-element-gbhhero1 > .elementor-container { flex-direction: column-reverse; }
  .gbh-hero-text, .elementor-element-gbhherlc1 { text-align: center; }
  .gbh-badge, .gbh-badge .elementor-heading-title { margin-left: auto; margin-right: auto; }
  .gbh-hero-sub { margin-left: auto; margin-right: auto; }
  .gbh-cta-row { justify-content: center; }
  .gbh-glass-card { left: 8px; bottom: 12px; }
}
@media (max-width: 767px) {
  .gbh-btn { flex: 1 1 auto; }
}
