/* =========================================================
   ÁSZF – Általános Szerződési Feltételek
   ========================================================= */

.terms {
  margin: 2.5rem 0 3rem;
  max-width: 900px;
}

.terms-header {
  margin-bottom: 2rem;
}

.terms-header h1 {
  font-size: 1.7rem;
  margin-bottom: 0.6rem;
}

.terms-header p {
  font-size: 1.02rem;
  color: #4b5563;
  max-width: 720px;
}

.terms-meta {
  margin-top: 0.7rem;
  font-size: 0.9rem;
  color: #6b7280;
}

.terms-meta span {
  font-weight: 500;
}

/* Egyes szekciók (kártyák) */

.terms-section {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.3rem 1.5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  margin-bottom: 1.2rem;
}

.terms-section h2 {
  font-size: 1.1rem;
  margin-bottom: 0.55rem;
}

.terms-section p {
  font-size: 0.95rem;
  color: #4b5563;
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Kiemelt, záró blokk */

.terms-section--note {
  background: #f9fafb;
}

.terms-disclaimer {
  font-size: 0.88rem;
  color: #6b7280;
  font-style: italic;
}

/* Reszponzív finomhangolás */

@media (max-width: 640px) {
  .terms {
    margin-top: 2rem;
  }

  .terms-header h1 {
    font-size: 1.4rem;
  }

  .terms-section {
    padding: 1.1rem 1.2rem;
  }
}
