/**
 * FAQ — especificación logos_preguntas (hex + iconos inline).
 * Alcance: .faq.faq-section
 */

.faq.faq-section {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 18px 16px 36px;
  box-sizing: border-box;
}

.faq.faq-section > .faq-title,
.faq.faq-section > h2.faq-title {
  position: relative;
  margin: 0 0 18px;
  text-align: center;
  color: #f5edff;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(173, 94, 255, 0.4);
  font-family: var(--font-display, "Outfit", system-ui, sans-serif);
}

.faq.faq-section > h2.faq-title.section__title--sci {
  display: block;
}

.faq.faq-section > h2.faq-title.section__title--sci::before,
.faq.faq-section > h2.faq-title.section__title--sci::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 3px;
  transform: translateY(-50%);
  flex: unset;
  max-width: unset;
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(181, 97, 255, 0.95), transparent);
  box-shadow: 0 0 14px rgba(168, 80, 255, 0.75);
}

.faq.faq-section > h2.faq-title.section__title--sci::before {
  right: calc(50% + 190px);
}

.faq.faq-section > h2.faq-title.section__title--sci::after {
  left: calc(50% + 190px);
}

.faq.faq-section .faq__list.faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: none;
  margin: 0;
}

.faq.faq-section .faq__item.faq-item {
  width: 100%;
  min-height: 74px;
  border-radius: 18px;
  border: 1px solid rgba(132, 68, 255, 0.42);
  background: linear-gradient(180deg, rgba(10, 5, 22, 0.96) 0%, rgba(6, 3, 14, 0.98) 100%);
  box-shadow: 0 0 24px rgba(90, 34, 160, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.faq.faq-section .faq__item.faq-item:hover {
  border-color: rgba(168, 100, 255, 0.55);
  box-shadow: 0 0 28px rgba(90, 34, 160, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.faq.faq-section .faq__item.faq-item > summary {
  display: grid;
  grid-template-columns: 80px 1fr 70px;
  align-items: center;
  padding: 0 18px 0 14px;
  min-height: 74px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.faq.faq-section .faq__item.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq.faq-section .faq__item.faq-item summary::before,
.faq.faq-section .faq__item.faq-item summary::after {
  content: none !important;
  display: none !important;
}

.faq.faq-section .faq-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq.faq-section .faq-icon-hex {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* IMPORTANTE: tamaño de logos sin cambios (escritorio) */
.faq.faq-section .faq-icon-hex svg.hex-bg {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 6px rgba(172, 94, 255, 0.55)) drop-shadow(0 0 14px rgba(101, 42, 190, 0.32));
}

.faq.faq-section .faq-icon-hex svg.main-icon {
  position: relative;
  z-index: 2;
  width: 22px;
  height: 22px;
  stroke: #d8b3ff;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 8px rgba(188, 112, 255, 0.35));
}

.faq.faq-section .faq-question {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  padding: 6px 6px;
}

.faq.faq-section .faq-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq.faq-section .faq-plus {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.35s ease;
}

.faq.faq-section .faq-plus svg {
  width: 18px;
  height: 18px;
  stroke: #c99bff;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  filter: drop-shadow(0 0 8px rgba(185, 100, 255, 0.35));
}

.faq.faq-section .faq__item.faq-item[open] .faq-plus svg {
  transform: rotate(45deg);
}

.faq.faq-section .faq__item.faq-item > p {
  margin: 0 !important;
  margin-top: 14px !important;
  padding: 16px 16px 14px !important;
  color: #bfc6d6 !important;
  text-align: center !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 500;
  border-top: 1px solid rgba(155, 82, 255, 0.48) !important;
}

.faq.faq-section .faq__item.faq-item[open] {
  border-color: rgba(155, 82, 255, 0.58) !important;
}

.faq.faq-section .faq__item.faq-item[open] > p {
  border-top: 1px solid rgba(170, 92, 255, 0.55) !important;
  box-shadow: inset 0 1px 0 rgba(205, 150, 255, 0.08) !important;
}

@media (max-width: 900px) {
  .faq.faq-section {
    max-width: 100%;
    padding: 18px 12px 30px;
  }

  .faq.faq-section > h2.faq-title.section__title--sci {
    font-size: 22px;
    letter-spacing: 2px;
  }

  .faq.faq-section > h2.faq-title.section__title--sci::before,
  .faq.faq-section > h2.faq-title.section__title--sci::after {
    display: block;
    width: 70px;
  }

  .faq.faq-section > h2.faq-title.section__title--sci::before {
    right: calc(50% + 145px);
  }

  .faq.faq-section > h2.faq-title.section__title--sci::after {
    left: calc(50% + 145px);
  }

  .faq.faq-section .faq__item.faq-item > summary {
    grid-template-columns: 64px 1fr 52px;
    min-height: 68px;
    padding: 0 10px;
  }

  .faq.faq-section .faq__item.faq-item {
    min-height: 68px;
  }

  .faq.faq-section .faq-question {
    font-size: 15px;
    padding: 4px 4px;
  }

  .faq.faq-section .faq-icon-hex {
    width: 42px;
    height: 42px;
  }

  .faq.faq-section .faq-icon-hex svg.hex-bg {
    width: 36px;
    height: 36px;
  }

  .faq.faq-section .faq-icon-hex svg.main-icon {
    width: 18px;
    height: 18px;
  }

  .faq.faq-section .faq-plus svg {
    width: 16px;
    height: 16px;
  }
}
