/* Start custom CSS for section, class: .elementor-element-364128f *//* ============================================
   KVKK POLİTİKASI - STYLESHEET
   ÇAĞ PLASTİK SAN. VE TİC. LTD. ŞTİ.
   ============================================ */

/* --- Değişkenler --- */
:root {
  --primary: #1a3a5c;
  --primary-light: #2a5a8c;
  --accent: #e8eef4;
  --border: #d0d8e0;
  --text: #333;
  --text-light: #555;
  --bg: #fff;
  --radius: 6px;
}

/* --- Reset & Genel --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text);
  background: #f5f7fa;
}

/* --- Kapsayıcı --- */
.container {
  max-width: 900px;
  margin: 0 auto;
  background: var(--bg);
  padding: 40px 48px;
}

/* --- Doküman Başlığı --- */
.doc-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin-bottom: 4px;
  line-height: 1.3;
}


.doc-subtitle {
  font-size: 0.85rem;
  color: var(--text-light);
  text-align: center;
  margin-bottom: 32px;
  font-style: italic;
}

/* --- Başlık Hiyerarşisi --- */
h1 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
  margin: 32px 0 12px;
  padding-bottom: 6px;
  border-bottom: 2px solid var(--accent);
  margin-bottom: 15px !important;
}

h2 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--primary-light);
  margin: 24px 0 8px;
  margin-bottom: 15px !important;
}

h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  margin: 16px 0 6px;
  margin-bottom: 15px !important;
}

/* --- Metin --- */
p {
  margin: 0 0 12px;
}

strong {
  font-weight: 600;
}

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* --- İçindekiler --- */
.toc {
  background: var(--accent);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px 24px;
  margin-bottom: 32px;
}

.toc-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}

.toc ol {
  list-style: none;
  counter-reset: toc-counter;
  padding-left: 0;
  margin: 0;
}

.toc > ol > li {
  counter-increment: toc-counter;
  margin-bottom: 4px;
}

.toc > ol > li > a::before {
  content: counter(toc-counter) ". ";
  font-weight: 600;
  color: var(--primary);
}

.toc a {
  color: var(--primary-light);
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.6;
  display: block;
  padding: 2px 0;
  transition: color 0.2s;
}

.toc a:hover {
  color: var(--primary);
  text-decoration: underline;
}

.toc ul {
  list-style: none;
  padding-left: 20px;
  margin: 2px 0;
}

.toc ul a {
  font-size: 0.85rem;
  color: var(--text-light);
}

/* --- Tablolar (Responsive) --- */
.table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 0.88rem;
}

thead th {
  background: var(--primary);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: left;
  padding: 10px 14px;
  white-space: nowrap;
}

tbody td {
  padding: 10px 14px;
  border-bottom: 1px solid #eef1f5;
  vertical-align: top;
}

tbody tr:nth-child(even) {
  background: #fafbfc;
}

tbody tr:hover {
  background: #f0f4f8;
}

td strong {
  color: var(--primary);
}

/* --- Listeler --- */
ul,
ol {
  margin: 8px 0 16px 24px;
}

li {
  margin-bottom: 6px;
}

/* --- Ayırıcı --- */
hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 28px 0;
}

/* --- Uyarı Kutusu --- */
.notice {
  background: #fff8e1;
  border-left: 4px solid #f9a825;
  padding: 12px 16px;
  border-radius: 0 var(--radius) var(--radius) 0;
  margin: 16px 0;
  font-size: 0.88rem;
}

/* --- Adres Bloğu --- */
.address-block {
  background: var(--accent);
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  margin: 12px 0;
}

/* --- Footer --- */
.doc-footer {
  text-align: center;
  font-size: 0.8rem;
  color: #999;
  margin-top: 40px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ============================================
   RESPONSIVE (Mobil Uyumluluk)
   ============================================ */

@media (max-width: 768px) {
  .container {
    padding: 20px 16px;
  }
}

@media (max-width: 600px) {
  .doc-title {
    font-size: 1.25rem;
  }

  h1 {
    font-size: 1.1rem;
  }

  h2 {
    font-size: 1rem;
  }

  table {
    font-size: 0.82rem;
  }

  thead th,
  tbody td {
    padding: 8px 10px;
  }
}/* End custom CSS */