/* Bloques SEO/AEO/E-E-A-T reutilizables (landings y páginas sin home) */
.aeo-answer {
  max-width: 760px;
  margin: 18px 0 4px;
  padding: 16px 20px;
  background: rgba(56, 182, 255, .08);
  border-left: 4px solid #38b6ff;
  border-radius: 8px;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #000;
}

.trustSection .trustGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.trustCard {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .06);
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.trustCard .trustIcon {
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}

.trustCard p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.55;
  color: #334155;
}

.faqSection .faqList {
  max-width: 880px;
  margin: 12px auto 0;
}

.faqItem {
  background: #fff;
  border: 1px solid #d7edf9;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0 16px;
}

.faqItem summary {
  cursor: pointer;
  font-weight: 800;
  padding: 14px 0;
  list-style: none;
}

.faqItem summary::-webkit-details-marker {
  display: none;
}

.faqItem p {
  margin: 0 0 14px;
  line-height: 1.6;
  color: #334155;
}

.seoBlockTitle {
  margin: 0 0 8px;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.02em;
}

.seoBlockLead {
  margin: 0 0 12px;
  color: #475569;
  line-height: 1.6;
}

.landingFloatQuote {
  position: fixed;
  right: 20px;
  bottom: 48px;
  z-index: 9999;
  width: min(88vw, 260px);
  height: 92px;
  background: transparent url('../img/logo/flotante%20whatsaap.svg') no-repeat center / contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
}

.landingFloatQuote:hover {
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .22));
}

@media (max-width: 768px) {
  .landingFloatQuote {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(38px, calc(38px + env(safe-area-inset-bottom)));
    width: min(90vw, 260px);
    height: 92px;
    background: transparent url('../img/logo/flotante%20whatsaap.svg') no-repeat center 46% / 260px 260px;
  }
}
