.elementor-731 .elementor-element.elementor-element-6a784a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-731 .elementor-element.elementor-element-a48b4f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-731 .elementor-element.elementor-element-a48b4f1:not(.elementor-motion-effects-element-type-background), .elementor-731 .elementor-element.elementor-element-a48b4f1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_headline );}.elementor-731 .elementor-element.elementor-element-73a600f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-731 .elementor-element.elementor-element-73a600f:not(.elementor-motion-effects-element-type-background), .elementor-731 .elementor-element.elementor-element-73a600f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-uicore_dark );}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b23f86d *//* =========================================
   HERO PREGUNTAS FRECUENTES (LIGHT MODE)
   ========================================= */

.ins-faq-hero-wrap * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-faq-hero-wrap {
  /* Fondo transparente sin degradados para que lo controles en Elementor */
  background: transparent; 
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  overflow: hidden;
}

.ins-faq-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.ins-faq-hero-content {
  display: flex;
  flex-direction: column;
}

/* Etiqueta superior (Eyebrow) */
.ins-faq-eyebrow {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 16px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 6px 16px;
  border-radius: 99px;
}

/* Titular principal */
.ins-faq-h1 {
  font-size: clamp(32px, 5vw, 48px) !important;
  font-weight: 800 !important;
  color: #1a1a1a !important; /* Texto oscuro para fondo claro */
  line-height: 1.1 !important;
  margin-bottom: 20px !important;
  letter-spacing: -0.02em;
}

.ins-faq-h1 span {
  background: linear-gradient(135deg, #c9a84c 0%, #a38536 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Párrafo narrativo */
.ins-faq-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568; /* Gris pizarra */
  margin-bottom: 24px;
}

/* Lista de beneficios de la sección */
.ins-faq-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 32px;
}

.ins-faq-bullets li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: #4a5568;
}

.ins-faq-bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #c9a84c;
  font-weight: 800;
  font-size: 18px;
}

.ins-faq-bullets li strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Fila de Botones */
.ins-faq-cta-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.ins-faq-cta-primary,
.ins-faq-cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ins-faq-cta-primary {
  background: #c9a84c;
  color: #1a1a1a;
}

.ins-faq-cta-primary:hover {
  background: #dfbc5e;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(201, 168, 76, 0.2);
}

.ins-faq-cta-ghost {
  background: transparent;
  color: #1a1a1a; /* Texto oscuro */
  border: 1px solid rgba(26, 26, 26, 0.2); /* Borde gris oscuro */
}

.ins-faq-cta-ghost:hover {
  border-color: #c9a84c;
  color: #c9a84c;
  transform: translateY(-2px);
}

/* Columna de la Imagen */
.ins-faq-hero-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* Sombra suave para fondo claro */
  border: 1px solid rgba(26, 26, 26, 0.05); /* Borde sutil */
}

.ins-faq-hero-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: transform 0.5s ease;
}

.ins-faq-hero-image-wrap:hover img {
  transform: scale(1.02);
}

/* =========================================
   RESPONSIVIDAD
   ========================================= */

@media (max-width: 992px) {
  .ins-faq-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ins-faq-hero-image-wrap {
    order: -1; /* Posiciona la imagen por encima del texto en tablets/móviles */
  }
}

@media (max-width: 768px) {
  .ins-faq-hero-wrap {
    padding: 56px 16px;
  }
  .ins-faq-h1 {
    font-size: 32px !important;
  }
  .ins-faq-cta-row {
    flex-direction: column;
  }
  .ins-faq-cta-primary,
  .ins-faq-cta-ghost {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6dc9bc *//* =========================================
   FAQ ACORDEÓN (DARK MODE)
   ========================================= */

.ins-faq-dark-section * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-faq-dark-section {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 80px 20px;
  background: transparent; /* Elementor controla el fondo oscuro */
}

.ins-faq-dark-container {
  max-width: 900px; /* Más estrecho para facilitar la lectura de textos largos */
  margin: 0 auto;
}

/* Cabecera */
.ins-faq-dark-header {
  text-align: center;
  margin-bottom: 56px;
}

.ins-faq-dark-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c;
  margin-bottom: 16px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 6px 16px;
  border-radius: 99px;
}

.ins-faq-dark-title {
  font-size: clamp(32px, 4vw, 42px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
}

.ins-faq-dark-title span {
  background: linear-gradient(135deg, #dfbc5e 0%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ins-faq-dark-desc {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

/* Acordeón */
.ins-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ins-faq-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.ins-faq-item:hover {
  border-color: rgba(201, 168, 76, 0.3);
  background: rgba(255, 255, 255, 0.05);
}

.ins-faq-item.active {
  border-color: rgba(201, 168, 76, 0.5);
  background: rgba(201, 168, 76, 0.05);
}

/* Botón del Acordeón */
.ins-faq-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  color: #ffffff;
}

.ins-faq-question {
  font-size: 16px;
  font-weight: 700;
  padding-right: 24px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.ins-faq-item.active .ins-faq-question {
  color: #c9a84c;
}

.ins-faq-icon {
  font-size: 24px;
  font-weight: 400;
  color: #c9a84c;
  transition: transform 0.3s ease;
}

/* Contenido del Acordeón */
.ins-faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
  padding: 0 32px;
}

.ins-faq-content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 24px;
}

.ins-faq-content p strong {
  color: #ffffff;
}

.ins-faq-item.active .ins-faq-content {
  max-height: 500px; /* Valor alto para asegurar que quepa el texto */
}

/* Responsividad */
@media (max-width: 768px) {
  .ins-faq-dark-section { 
    padding: 56px 16px; 
  }
  .ins-faq-btn {
    padding: 20px 24px;
  }
  .ins-faq-content {
    padding: 0 24px;
  }
  .ins-faq-content p {
    padding-bottom: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ba96bad *//* =========================================
   MÓDULO DE LLAMADO A LA ACCIÓN (CTA FINAL)
   ========================================= */

.ins-cta-module * { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

.ins-cta-module {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  padding: 100px 20px;
  background: transparent; /* Elementor controla el fondo (idealmente oscuro) */
  text-align: center;
}

.ins-cta-container {
  max-width: 900px; /* Ancho reducido para enfocar la lectura */
  margin: 0 auto;
}

.ins-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Eyebrow / Etiqueta superior */
.ins-cta-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c9a84c; /* Dorado */
  margin-bottom: 24px;
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.25);
  padding: 8px 20px;
  border-radius: 99px;
}

/* Título */
.ins-cta-title {
  font-size: clamp(36px, 5vw, 56px) !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1.1 !important;
  margin-bottom: 24px !important;
  letter-spacing: -0.02em;
}

.ins-cta-title span {
  background: linear-gradient(135deg, #dfbc5e 0%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Párrafo */
.ins-cta-desc {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  max-width: 650px;
  margin: 0 auto 40px auto;
}

/* Contenedor de Botones */
.ins-cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.ins-cta-btn-primary,
.ins-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 99px;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.ins-cta-btn-primary {
  background: #c9a84c;
  color: #1a1a1a;
  box-shadow: 0 10px 20px rgba(201, 168, 76, 0.15);
}

.ins-cta-btn-primary:hover {
  background: #dfbc5e;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(201, 168, 76, 0.3);
}

.ins-cta-btn-ghost {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.ins-cta-btn-ghost:hover {
  border-color: #c9a84c;
  color: #c9a84c;
  transform: translateY(-3px);
}

/* Señales de confianza debajo de los botones */
.ins-cta-trust-signals {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.ins-cta-trust-signals .gold-check {
  color: #c9a84c;
  font-weight: 800;
  margin-right: 4px;
}

.ins-cta-trust-signals .divider {
  color: rgba(255, 255, 255, 0.2);
}

/* Responsividad */
@media (max-width: 768px) {
  .ins-cta-module {
    padding: 64px 16px;
  }
  .ins-cta-actions {
    flex-direction: column;
    width: 100%;
  }
  .ins-cta-btn-primary,
  .ins-cta-btn-ghost {
    width: 100%;
  }
  .ins-cta-trust-signals {
    flex-direction: column;
    gap: 8px;
  }
  .ins-cta-trust-signals .divider {
    display: none;
  }
}/* End custom CSS */