/* Began Tur - Legal Pages CSS */
/* Son güncelleme: 23 Mayıs 2026 */

.legal-page {
  max-width: 100%;
  padding: 80px 20px 60px;
  background: #fafafa;
  min-height: calc(100vh - 200px);
}

.legal-container {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.legal-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
  padding: 40px;
}

.breadcrumb {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 16px;
}

.breadcrumb a {
  color: #f97316;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb-separator {
  margin: 0 8px;
  color: #64748b;
}

.legal-header h1 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}

.legal-content {
  padding: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
}

.legal-content h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 32px 0 16px;
  padding-top: 16px;
  border-top: 2px solid #f1f5f9;
}

.legal-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
  margin: 24px 0 12px;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content ul, .legal-content ol {
  margin: 12px 0 16px;
  padding-left: 24px;
}

.legal-content li {
  margin: 6px 0;
}

.legal-content strong {
  color: #0f172a;
  font-weight: 600;
}

.legal-content a {
  color: #f97316;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px dashed #f97316;
}

.legal-content a:hover {
  border-bottom-style: solid;
}

.legal-content blockquote {
  border-left: 4px solid #f97316;
  background: #fff7ed;
  padding: 16px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-style: italic;
}

.legal-content hr {
  border: none;
  border-top: 2px solid #f1f5f9;
  margin: 28px 0;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.legal-table th {
  background: #0f172a;
  color: #ffffff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}

.legal-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 14px;
}

.legal-table tr:last-child td {
  border-bottom: none;
}

.legal-table tr:hover td {
  background: #fafafa;
}

.legal-footer-note {
  padding: 24px 40px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  font-size: 13px;
  color: #64748b;
  text-align: center;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .legal-page {
    padding: 60px 12px 40px;
  }

  .legal-header {
    padding: 24px;
  }

  .legal-header h1 {
    font-size: 24px;
  }

  .legal-content {
    padding: 24px;
    font-size: 14px;
  }

  .legal-content h2 {
    font-size: 18px;
  }

  .legal-content h3 {
    font-size: 16px;
  }

  .legal-table {
    font-size: 12px;
  }

  .legal-table th, .legal-table td {
    padding: 8px 10px;
  }
}
