html{height:100vh;margin:0;overflow:hidden;}body{height:100vh;overflow:auto;scroll-snap-type:y mandatory;}.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}@media(max-width:1024px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}@media(max-width:767px){.elementor-section:not(.elementor-inner-section), .elementor-location-header, .elementor-location-footer, .page-header, .site-header, .elementor-add-section, .e-con:not(.e-child){scroll-snap-align:start;scroll-snap-stop:normal;}}/* Start custom CSS *//* ================================================================
   ARCHIVO 1 — CSS
   Elementor → edita página → engranaje → Avanzado → CSS personalizado
   ================================================================ */

:root {
  --azul:        #0622C7;
  --azul-dark:   #041594;
  --azul-light:  #E8EBFB;
  --verde:       #2EE8B6;
  --verde-light: #E0FDF5;
  --fondo:       #F2EEEB;
  --gris:        #6B7280;
  --blanco:      #FFFFFF;
  --negro:       #111827;
  --font:        'Nunito', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); background: var(--fondo); color: var(--negro); line-height: 1.7; -webkit-text-size-adjust: 100%; }

/* ── HEADER ── */
.faq-header {
  background: var(--azul);
  color: var(--blanco);
  padding: clamp(32px, 6vw, 56px) clamp(20px, 5vw, 48px);
  position: relative;
  overflow: hidden;
}
.faq-header::after {
  content: '›';
  position: absolute;
  right: clamp(16px, 5vw, 48px);
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(60px, 12vw, 120px);
  color: var(--verde);
  opacity: 0.18;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.faq-header-inner { max-width: 820px; position: relative; z-index: 1; }
.faq-header h1 {
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  color: var(--blanco);
}
.faq-header h1 em { font-style: normal; color: var(--verde); }
.faq-header p {
  font-size: clamp(13px, 2vw, 15px);
  opacity: 0.88;
  max-width: 540px;
  line-height: 1.6;
  color: var(--blanco);
}

/* ── NAV STICKY ── */
.faq-cat-nav {
  background: var(--blanco);
  border-bottom: 2px solid var(--azul-light);
  position: sticky;
  top: 80px; /* Ajusta este número si la nav tapa el menú (súbelo) o deja hueco (bájalo) */
  z-index: 100;
}
.faq-cat-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
  display: flex;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.faq-cat-nav-inner::-webkit-scrollbar { display: none; }
.faq-cat-btn {
  flex-shrink: 0;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 13px;
  font-weight: 700;
  color: var(--gris);
  padding: 14px 12px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.faq-cat-btn:hover { color: var(--azul); }
.faq-cat-btn.active { color: var(--azul); border-bottom-color: var(--verde); }

/* ── MAIN ── */
.faq-main {
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) clamp(16px, 4vw, 32px) 80px;
}

/* ── SECCIÓN ── */
.faq-seccion {
  margin-bottom: clamp(36px, 6vw, 56px);
  scroll-margin-top: 150px; /* compensa menú + nav al hacer clic en categoría */
}
.faq-seccion-titulo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(15px, 2.5vw, 18px);
  font-weight: 900;
  color: var(--azul);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--verde);
}
.faq-icono { font-size: clamp(18px, 3vw, 22px); }

/* ── FAQ ITEMS ── */
.faq-lista { display: flex; flex-direction: column; gap: 8px; }
.faq-item {
  background: var(--blanco);
  border-radius: 10px;
  border: 1.5px solid var(--azul-light);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item.is-open {
  border-color: var(--azul);
  box-shadow: 0 2px 12px rgba(6,34,199,0.08);
}
.faq-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: clamp(14px, 3vw, 18px) clamp(16px, 3vw, 22px);
  font-family: var(--font);
  font-size: clamp(13px, 2vw, 14.5px);
  font-weight: 700;
  color: var(--azul);
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.45;
  transition: background 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.faq-btn:hover { background: var(--azul-light); }
.faq-btn:focus-visible { outline: 2px solid var(--verde); outline-offset: -2px; }
.faq-num {
  flex-shrink: 0;
  width: 26px; height: 26px;
  background: var(--azul);
  color: var(--blanco);
  border-radius: 50%;
  font-size: 11px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
  transition: background 0.2s, color 0.2s;
}
.faq-item.is-open .faq-num { background: var(--verde); color: var(--azul); }
.faq-q-text { flex: 1; }
.faq-chevron {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--azul-light);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--azul); font-weight: 900;
  margin-top: 2px;
  transition: transform 0.25s, background 0.2s;
}
.faq-item.is-open .faq-chevron { transform: rotate(90deg); background: var(--verde); color: var(--azul); }
.faq-answer {
  display: none;
  padding: 0 clamp(16px, 3vw, 22px) clamp(16px, 3vw, 20px) clamp(54px, 7vw, 62px);
  font-size: clamp(13px, 2vw, 14px);
  color: #1f2937;
  line-height: 1.75;
  border-top: 1px solid var(--azul-light);
}
.faq-answer.open { display: block; }
.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer strong { color: var(--azul); }
.faq-cta-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  background: var(--azul);
  color: var(--blanco) !important;
  font-size: 13px; font-weight: 700;
  padding: 9px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.2s;
}
.faq-cta-inline:hover { background: var(--azul-dark); }

/* ── CTA FINAL ── */
.faq-cta-final {
  background: var(--azul);
  color: var(--blanco);
  border-radius: 14px;
  padding: clamp(28px, 5vw, 40px);
  text-align: center;
  margin-top: clamp(36px, 6vw, 56px);
}
.faq-cta-final h2 { font-size: clamp(18px, 3.5vw, 24px); font-weight: 900; margin-bottom: 10px; color: var(--blanco); }
.faq-cta-final h2 em { font-style: normal; color: var(--verde); }
.faq-cta-final p { font-size: clamp(13px, 2vw, 15px); opacity: 0.88; margin-bottom: 24px; max-width: 480px; margin-left: auto; margin-right: auto; color: var(--blanco); }
.faq-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.faq-cta-btn {
  background: var(--verde);
  color: var(--azul) !important;
  font-family: var(--font);
  font-size: 14px; font-weight: 800;
  padding: 12px 24px;
  border-radius: 8px; border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: opacity 0.2s;
}
.faq-cta-btn:hover { opacity: 0.85; }
.faq-cta-btn.outline { background: transparent; color: var(--blanco) !important; border: 2px solid rgba(255,255,255,0.4); }
.faq-cta-btn.outline:hover { border-color: var(--verde); color: var(--verde) !important; }

/* ── FOOTER ── */
.faq-footer { text-align: center; padding: 24px clamp(16px, 4vw, 32px); font-size: 12px; color: var(--gris); border-top: 1px solid #e5e7eb; line-height: 1.6; }

/* ── RESPONSIVE MÓVIL ── */
@media (max-width: 480px) {
  .faq-answer { padding-left: clamp(16px, 4vw, 22px); }
  .faq-cta-btns { flex-direction: column; }
  .faq-cta-btn { text-align: center; }
}/* End custom CSS */