/* ===== SUPPORT PAGES (Garantías, FAQ, Pagos) ===== */
.strand-support-page {
  max-width: 760px;
  margin: 60px auto;
  padding: 0 40px;
}

.strand-support-page__inner > h1 {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--strand-grey-line);
}

.strand-support-page__section,
.strand-faq__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--strand-grey-line);
}

.strand-support-page__section:last-child,
.strand-faq__item:last-child {
  border-bottom: none;
}

.strand-support-page__section h2,
.strand-faq__item h2 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.strand-support-page__section p,
.strand-faq__item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--strand-black);
  opacity: 0.85;
}

.strand-support-page__section ul,
.strand-support-page__section ol {
  margin: 12px 0 12px 20px;
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.85;
}

.strand-support-page__section li { margin-bottom: 6px; }

.strand-support-page__section a {
  color: var(--strand-black);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .strand-support-page { padding: 0 20px; margin: 40px auto; }
  .strand-support-page__inner > h1 { font-size: 22px; }
}
