/*
  YASAL VE 404 SAYFALARI
  Bu kurallar yalnızca .vo-legal-page sınıfı taşıyan yeni bilgi sayfalarında
  çalışır. Mevcut ana sayfa, hizmet, sektör ve blog tasarımlarını etkilemez.
*/

.vo-legal-page {
  margin: 0;
  background: #f7f9fc;
  color: #26364c;
  font-family: "Segoe UI", Arial, sans-serif;
}

.vo-legal-main {
  padding: 70px 20px 90px;
}

.vo-legal-card {
  width: min(900px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 62px);
  border: 1px solid #e0e7ef;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(7, 26, 54, .08);
}

.vo-legal-card__eyebrow {
  margin: 0 0 12px;
  color: #a94100;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.vo-legal-card h1 {
  margin: 0;
  color: #071a36;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.vo-legal-card__lead {
  margin: 22px 0 34px;
  color: #4a5a70;
  font-size: 18px;
  line-height: 1.7;
}

.vo-legal-card h2 {
  margin: 34px 0 10px;
  color: #0a2b57;
  font-size: 24px;
  line-height: 1.25;
}

.vo-legal-card h3 {
  margin: 24px 0 8px;
  color: #17385f;
  font-size: 18px;
}

.vo-legal-card p,
.vo-legal-card li {
  color: #3e4f65;
  font-size: 16px;
  line-height: 1.78;
}

.vo-legal-card ul {
  padding-left: 22px;
}

.vo-legal-card a {
  color: #963c00;
  font-weight: 700;
  text-underline-offset: 3px;
}

.vo-legal-table-wrap {
  overflow-x: auto;
  margin-top: 18px;
}

.vo-legal-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}

.vo-legal-table th,
.vo-legal-table td {
  padding: 13px;
  border: 1px solid #dfe6ee;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
}

.vo-legal-table th {
  background: #edf3f8;
  color: #082653;
}

.vo-legal-updated {
  margin-top: 38px !important;
  padding-top: 18px;
  border-top: 1px solid #e0e7ef;
  font-size: 13px !important;
}

/* Yeni sayfalardaki statik footer, ana sayfanın renk ve ölçülerini korur. */
.vo-legal-page .vo-footer {
  background: #08192d;
  color: #ffffff;
}

.vo-legal-page .vo-footer-grid {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr .75fr .85fr .9fr;
  gap: 32px;
  padding: 56px 0 34px;
}

.vo-legal-page .vo-footer a {
  color: inherit;
  text-decoration: none;
}

.vo-legal-page .vo-footer-logo img {
  display: block;
  width: 180px;
  max-width: 100%;
  height: auto;
}

.vo-legal-page .vo-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vo-legal-page .vo-footer-col li {
  margin-bottom: 10px;
}

.vo-legal-page .vo-footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.vo-legal-page .vo-footer-bottom-flex {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
}

.vo-legal-page .vo-footer p,
.vo-legal-page .vo-footer li {
  color: rgba(255, 255, 255, .8);
}

.vo-404-card {
  min-height: 430px;
  display: grid;
  align-content: center;
  text-align: center;
}

/*
  404 NUMARASI: .vo-legal-card p genel paragraf kuralından daha özel bir seçici
  kullanılır. Böylece 404 numarasının turuncu rengi ve büyük ölçüsü yayın
  ortamında genel paragraf görünümü tarafından ezilmez.
*/
.vo-legal-card .vo-404-code {
  margin: 0;
  color: #c94f00;
  font-size: clamp(76px, 17vw, 150px);
  font-weight: 900;
  line-height: .85;
  letter-spacing: -.06em;
}

.vo-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.vo-404-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid #082653;
  border-radius: 10px;
  background: #082653;
  color: #ffffff;
  text-decoration: none;
}

.vo-404-actions a:last-child {
  background: #ffffff;
  color: #082653;
}

@media (max-width: 980px) {
  .vo-legal-page .vo-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vo-legal-main {
    padding: 34px 12px 56px;
  }

  .vo-legal-card {
    border-radius: 18px;
  }

  .vo-legal-page .vo-footer-grid,
  .vo-legal-page .vo-footer-bottom-flex {
    width: calc(100% - 24px);
  }
}
