/* Cepte Kalan — Yasal belgeler için temiz, mobil uyumlu stil */

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #191c1e;
  background: #f7f9fb;
  margin: 0;
  padding: 0;
}

main {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px 96px;
}

@media (max-width: 600px) {
  main {
    padding: 32px 18px 64px;
  }
}

header.doc-header {
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e6ea;
}

header.doc-header h1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
  color: #0038a4;
}

header.doc-header .meta {
  font-size: 13px;
  color: #434653;
  font-weight: 500;
}

header.doc-header .meta strong {
  color: #191c1e;
}

h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin: 40px 0 12px;
  color: #191c1e;
}

h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 24px 0 8px;
  color: #191c1e;
}

p {
  margin: 12px 0;
}

ul,
ol {
  padding-left: 22px;
  margin: 12px 0;
}

li {
  margin: 6px 0;
}

strong {
  font-weight: 700;
  color: #191c1e;
}

em {
  color: #434653;
}

a {
  color: #0038a4;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 56, 164, 0.25);
  transition: border-color 0.15s ease;
}

a:hover {
  border-bottom-color: #0038a4;
}

hr {
  border: none;
  height: 1px;
  background: #e2e6ea;
  margin: 32px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}

th,
td {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid #e2e6ea;
  vertical-align: top;
}

th {
  background: #f2f4f6;
  font-weight: 700;
  color: #191c1e;
}

blockquote {
  border-left: 3px solid #0038a4;
  background: #eef3fb;
  padding: 14px 18px;
  margin: 18px 0;
  border-radius: 0 8px 8px 0;
}

blockquote p {
  margin: 0;
}

.summary-box {
  background: #ffffff;
  border: 1px solid #e2e6ea;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 28px 0;
}

.summary-box p {
  margin: 8px 0;
}

footer {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #e2e6ea;
  font-size: 13px;
  color: #434653;
}

footer a {
  margin-right: 16px;
}

.back-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #434653;
  border: none;
}

.back-link:hover {
  color: #0038a4;
}

.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  gap: 12px;
}

.lang-toggle {
  background: #ffffff;
  border: 1px solid #c4c5d5;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 700;
  color: #0038a4;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.lang-toggle:hover {
  background: #eef3fb;
  border-color: #0038a4;
}

.hidden {
  display: none !important;
}
