/* =============== */
/*  LEGAL PAGES    */
/* =============== */

.legal-page {
  padding: 60px 16px;
  background: #f5f5f5;
  font-family: "Cardo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

.legal-container {
  max-width: 1100px;
  margin: 0 auto;
}

.legal-header {
  margin-bottom: 24px;
  text-align: left;
}

.legal-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid #c0c0c0;
  color: #555;
  background: #ffffff;
  margin-bottom: 12px;
}

.legal-title {
  font-size: 32px;
  margin: 0 0 8px;
  color: #111;
}

.legal-meta {
  font-size: 13px;
  color: #777;
}

/* KART */
.legal-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 28px 24px 32px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e2e2;
  line-height: 1.6;
  color: #222;
}

.legal-card p {
  margin-bottom: 12px;
  font-size: 15px;
}

/* Başlıklar */
.legal-section-title {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 8px;
  color: #1f2933;
  border-left: 4px solid #731919;
  padding-left: 10px;
}

/* Listeler */
.legal-list {
  margin: 6px 0 12px 20px;
}

.legal-list li {
  margin-bottom: 4px;
  font-size: 15px;
}

/* Linkler */
.legal-card a {
  color: #444;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-card a:hover {
  text-decoration-thickness: 2px;
}

/* Responsive */
@media (max-width: 768px) {
  .legal-page {
    padding: 40px 10px;
  }

  .legal-title {
    font-size: 26px;
  }

  .legal-card {
    padding: 20px 16px 24px;
    border-radius: 12px;
  }
}

/* ===========================
   POLICY CARDS
=========================== */
#policies .policy-card {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 18px 20px;
  border-radius: 12px;
  margin-bottom: 14px;
  transition: 0.25s ease;
}

#policies .policy-card:hover {
  border-color: #bfbfbf;
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.policy-title {
  margin: 0 0 6px 0;
  font-size: 17px;
  font-weight: 600;
}

.policy-link {
  color: #2b75ff;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  transition: 0.2s;
}

.policy-link:hover {
  color: #1a4bb8;
  text-decoration: underline;
}

.legal-page {
  max-width: 900px;
  margin: 40px auto;
  background: #fff;
  padding: 40px 30px;
  border-radius: 18px;
  border: 1px solid #ddd;
  font-family: "Cardo", serif;
}

.legal-title {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #731919;
}

.legal-desc {
  margin-bottom: 25px;
  color: #444;
  line-height: 1.6;
}

.legal-box {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.legal-box h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #731919;
}

.legal-box a {
  color: #731919;
  text-decoration: none;
  font-weight: 600;
}

.legal-box a:hover {
  text-decoration: underline;
}

.legal-box ul {
  padding-left: 20px;
  margin: 8px 0;
}

.legal-box ul li {
  margin-bottom: 4px;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 28px;
  margin-top: 20px;
}

.sitemap-box h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #731919;
}

.sitemap-box ul {
  list-style: none;
  padding-left: 0;
}

.sitemap-box ul li {
  margin-bottom: 6px;
}

.sitemap-box a {
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.sitemap-box a:hover {
  text-decoration: underline;
  color: #731919;
}

.legal-box h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #731919;
  font-weight: 700;
}

.legal-box p {
  margin: 4px 0;
  font-size: 15px;
  color: #333;
}

.legal-box a {
  color: #731919;
  text-decoration: none;
}

.legal-box a:hover {
  text-decoration: underline;
}
