:root {
  color-scheme: light;
  --bg: #f4f7fc;
  --surface: #ffffff;
  --text: #111827;
  --muted: #536074;
  --primary: #2563eb;
  --primary-dark: #1d4ed8;
  --line: #dbe3f0;
  --soft: #eaf1ff;
  --radius: 22px;
  --shadow: 0 18px 50px rgba(30, 64, 175, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 12% 8%, #e9f1ff 0, transparent 33%), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--primary-dark); text-underline-offset: 3px; }
a:hover { text-decoration-thickness: 2px; }
.container { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.site-header { padding: 22px 0; }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 1.25rem; font-weight: 800; text-decoration: none; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; background: var(--primary); color: white; font-size: 1.25rem; }
.nav-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; font-size: .94rem; }
.nav-links a { color: #334155; text-decoration: none; }
.hero { padding: 58px 0 36px; }
.eyebrow { display: inline-flex; padding: 7px 11px; border-radius: 999px; background: var(--soft); color: var(--primary-dark); font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 18px 0; font-size: clamp(2.25rem, 6vw, 4.65rem); line-height: 1.03; letter-spacing: -.045em; }
.lead { max-width: 790px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 14px; font-weight: 750; text-decoration: none; }
.button.primary { background: var(--primary); color: white; box-shadow: 0 12px 28px rgba(37, 99, 235, .24); }
.button.secondary { background: var(--surface); color: var(--text); border: 1px solid var(--line); }
main { padding-bottom: 70px; }
.grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); gap: 24px; align-items: start; }
.card { background: rgba(255,255,255,.94); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 4vw, 38px); box-shadow: var(--shadow); }
.card + .card { margin-top: 22px; }
h2 { margin: 0 0 14px; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.2; }
h3 { margin: 26px 0 8px; font-size: 1.14rem; }
p { margin: 0 0 16px; }
ul, ol { padding-left: 22px; }
li + li { margin-top: 8px; }
.metric-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.metric-list li { margin: 0; padding: 14px 16px; background: #f8faff; border: 1px solid var(--line); border-radius: 14px; }
.note { margin-top: 22px; padding: 16px 18px; background: #f8fafc; border-left: 4px solid var(--primary); border-radius: 10px; color: #3f4b5f; font-size: .94rem; }
.related { display: grid; gap: 10px; }
.related a { display: block; padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; text-decoration: none; font-weight: 650; }
.site-footer { border-top: 1px solid var(--line); padding: 26px 0 40px; color: var(--muted); font-size: .9rem; }
.footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; }
@media (max-width: 820px) {
  .nav { align-items: flex-start; flex-direction: column; }
  .nav-links { justify-content: flex-start; }
  .hero { padding-top: 34px; }
  .grid { grid-template-columns: 1fr; }
  h1 { font-size: clamp(2.2rem, 12vw, 3.5rem); }
}
@media (max-width: 520px) {
  .container { width: min(100% - 24px, 1120px); }
  .nav-links { gap: 10px 14px; }
  .card { border-radius: 18px; }
  .button { width: 100%; }
}


.legal-hero { padding-bottom: 24px; }
.document-meta { margin-top: 18px; color: var(--muted); font-size: .9rem; }
.legal-document { max-width: 980px; }
.prose h2 { margin-top: 34px; scroll-margin-top: 24px; }
.prose h2:first-child { margin-top: 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: .94rem; }
.prose th, .prose td { border: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }
.prose th { background: #eef4ff; }
.prose strong { color: #172554; }
@media (max-width: 680px) {
  .prose table { display: block; overflow-x: auto; white-space: normal; }
}


/* UniBUL hukuk sayfaları: uzun, dar ve sade okuma düzeni */
.legal-hero .container {
  max-width: 820px;
}
.legal-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 5vw, 3.45rem);
  font-weight: 650;
  letter-spacing: -.035em;
}
.legal-hero .lead {
  max-width: 720px;
  font-size: 1rem;
  font-weight: 350;
  line-height: 1.8;
}
.legal-document {
  max-width: 820px;
}
.legal-document .card {
  padding: clamp(24px, 5vw, 46px);
}
.prose {
  color: #475569;
  font-size: .94rem;
  font-weight: 350;
  line-height: 1.92;
  letter-spacing: .003em;
}
.prose h2 {
  margin-top: 42px;
  color: #1e293b;
  font-size: 1.15rem;
  font-weight: 650;
  letter-spacing: -.01em;
}
.prose h3 {
  color: #334155;
  font-size: 1rem;
  font-weight: 600;
}
.prose strong {
  color: #334155;
  font-weight: 600;
}
.prose li + li {
  margin-top: 10px;
}
.prose table {
  font-size: .88rem;
  line-height: 1.72;
}
.legal-identity {
  margin-top: 56px;
  padding-top: 18px;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.75;
}
.legal-identity h2 {
  margin: 0 0 8px;
  color: #64748b;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.legal-identity p {
  margin: 0;
}
.legal-identity a {
  color: #64748b;
  text-decoration-thickness: 1px;
}
@media (max-width: 520px) {
  .prose {
    font-size: .92rem;
    line-height: 1.85;
  }
  .legal-identity {
    font-size: .8rem;
  }
}
