/* Tora Politikalar – Public / Frontend Styles
   Prefix: tpol-
   Applied only on policy pages. */

/* ── Wrap ── */
.tpol-policy-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 16px 20px 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #1f2937;
}

/* ── Titles ── */
.tpol-policy-main-title {
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
  line-height: 1.3;
}
.tpol-policy-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #374151;
  margin: 0 0 4px;
}
.tpol-policy-law-note {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 24px;
}

/* ── Headings ── */
.tpol-policy-wrap h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tpol-primary);
  margin: 32px 0 10px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--tpol-primary-l);
}
.tpol-policy-wrap h3 {
  font-size: 14px;
  font-weight: 700;
  color: #374151;
  margin: 20px 0 8px;
  text-transform: uppercase;
  letter-spacing: .4px;
}

/* ── Paragraphs & Lists ── */
.tpol-policy-wrap p {
  margin: 0 0 12px;
}
.tpol-policy-wrap ul,
.tpol-policy-wrap ol {
  margin: 8px 0 14px 20px;
  padding: 0;
}
.tpol-policy-wrap ul li,
.tpol-policy-wrap ol li {
  margin-bottom: 5px;
}

/* ── Links ── */
.tpol-policy-wrap a {
  color: var(--tpol-primary);
  text-decoration: none;
}
.tpol-policy-wrap a:hover {
  text-decoration: underline;
}

/* ── Contact Box ── */
.tpol-contact-box {
  background: var(--tpol-primary-bg);
  border: 1px solid var(--tpol-primary-l);
  border-left: 4px solid var(--tpol-primary);
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0;
}
.tpol-contact-box p {
  margin: 0 0 4px;
  font-size: 14px;
}
.tpol-contact-box p:last-child {
  margin-bottom: 0;
}

/* ── Veri Sorumlusu Box ── */
.tpol-veri-sorumlusu {
  margin-bottom: 24px;
}
.tpol-vs-label {
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: #6b7280!important;
  font-weight: 600;
  margin-bottom: 6px !important;
}

/* ── Divider ── */
.tpol-divider {
  border: none;
  border-top: 2px solid #e5e7eb;
  margin: 32px 0;
}

/* ── Table ── */
.tpol-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 14px 0 20px;
  -webkit-overflow-scrolling: touch;
}
.tpol-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 480px;
}
.tpol-table th {
  background: var(--tpol-primary);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.tpol-table td {
  padding: 10px 14px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  color: #374151;
}
.tpol-table tr:nth-child(even) td {
  background: #f9fafb;
}
.tpol-table tr:last-child td {
  border-bottom: none;
}
.tpol-table th:first-child,
.tpol-table td:first-child {
  border-right: 1px solid #e5e7eb;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .tpol-policy-wrap {
    padding: 12px 14px 32px;
  }
  .tpol-policy-wrap h2 {
    font-size: 15px;
    margin-top: 24px;
  }
  .tpol-contact-box {
    padding: 12px 14px;
  }
}
