/* Kullanım Koşulları — Painite uzun-form içerik görünümü */
.terms-page {
  max-width: 1120px;
  margin: 0 auto;
}

.terms-page-title {
  justify-content: center;
  margin: 0 0 22px !important;
  text-align: center;
  font-size: 30px !important;
  line-height: 1.2;
}

.terms-card {
  padding: 42px 48px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .96) !important;
  box-shadow: 0 18px 45px rgba(15, 23, 42, .10) !important;
}

.terms-content {
  max-width: 920px;
  margin: 0 auto;
  color: #475569;
  font-family: 'Inter', 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

/* Panel editöründen gelen eski font/renk tanımlarını yalnız bu sayfada etkisizleştir. */
.terms-content font,
.terms-content span,
.terms-content p,
.terms-content div {
  font-family: inherit !important;
}

.terms-content font,
.terms-content span {
  color: inherit !important;
}

/* İçerikte tekrar gelen ana başlık dış başlıkla aynı olduğu için gizlenir. */
.terms-content > h3:first-of-type {
  display: none;
}

.terms-content .terms-copy {
  margin: 0 0 26px;
  color: #475569;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
}

.terms-content > .terms-copy:first-of-type {
  margin-bottom: 32px;
  color: #334155;
  font-size: 17px;
  line-height: 1.7;
}

.terms-content .terms-section-title {
  position: relative;
  display: table;
  width: auto;
  max-width: 100%;
  margin: 34px 0 14px;
  padding: 0 0 10px;
  color: #1f2937;
  font-family: 'Inter', 'Nunito', sans-serif !important;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 1px solid rgba(99, 102, 241, .14);
}

.terms-content .terms-section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4facfe, #d946ef);
}

.terms-content .terms-copy br {
  display: block;
  content: "";
  margin-top: 8px;
}

.terms-content .terms-copy u {
  color: #334155;
  text-decoration-color: rgba(99, 102, 241, .35);
  text-underline-offset: 3px;
}

/* Editörün bıraktığı boş dekoratif bloklar görünümü bozmasın. */
.terms-content > p:empty,
.terms-content > h1.terms,
.terms-content > h2:empty,
.terms-content > h3:empty,
.terms-content > .terms-copy:empty {
  display: none !important;
}

@media (max-width: 767.98px) {
  .terms-page {
    width: 100%;
  }

  .terms-page-title {
    margin-bottom: 16px !important;
    font-size: 25px !important;
  }

  .terms-card {
    padding: 28px 20px !important;
    border-radius: 18px !important;
  }

  .terms-content,
  .terms-content .terms-copy {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .terms-content > .terms-copy:first-of-type {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.65;
  }

  .terms-content .terms-section-title {
    margin-top: 28px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}
