/* ===================================================================
   StudioBase — yasal/bilgi sayfaları (gizlilik, şartlar, mesafeli satış,
   teslimat-iade, hakkımızda). Landing (site.css) ile aynı tema.
   YALNIZ GÖRÜNÜM — sayfa içeriği/metni dokunulmaz.
   =================================================================== */
:root {
  --lime: #CEFF1A;
  --bg: #0B1E1A;
  --card: #102A25;
  --line: rgba(206, 255, 26, 0.14);
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #ECF4EA;
  --muted: rgba(236, 244, 234, 0.60);
  --muted-2: rgba(236, 244, 234, 0.40);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.65;
  padding: 48px 20px; -webkit-font-smoothing: antialiased;
}
.back-link {
  display: block; max-width: 820px; margin: 0 auto 22px;
  color: var(--lime); text-decoration: none; font-size: 0.95rem; font-weight: 600;
}
.back-link:hover { opacity: 0.8; }
.container {
  max-width: 820px; margin: 0 auto; background: var(--card);
  padding: 56px; border-radius: 28px; border: 1px solid var(--line-soft);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
header { text-align: center; margin-bottom: 48px; }
.logo-text {
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 2rem;
  letter-spacing: -0.01em; color: var(--text); text-decoration: none; display: inline-block;
}
.logo-text span { color: var(--lime); }
h1 {
  font-family: 'Space Grotesk', sans-serif; font-size: 1.6rem; margin-top: 10px;
  color: var(--muted); font-weight: 500; letter-spacing: -0.01em;
}
h2 {
  font-family: 'Space Grotesk', sans-serif; color: var(--lime); font-size: 1.3rem;
  margin: 40px 0 14px; font-weight: 600; border-left: 3px solid var(--lime);
  padding-left: 14px; letter-spacing: -0.01em;
}
h3 {
  font-family: 'Space Grotesk', sans-serif; color: var(--text); font-size: 1.08rem;
  margin: 24px 0 10px; font-weight: 600;
}
p { margin-bottom: 18px; color: var(--muted); font-size: 1.02rem; }
ul, ol { margin-bottom: 18px; padding-left: 24px; color: var(--muted); }
li { margin-bottom: 9px; }
strong { color: var(--text); }
a { color: var(--lime); text-decoration: none; }
a:hover { text-decoration: underline; }
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0; }
table {
  width: 100%; min-width: 480px; border-collapse: collapse;
  background: rgba(0, 0, 0, 0.2); border-radius: 10px; overflow: hidden; font-size: 0.95rem;
}
th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid var(--line-soft); color: var(--muted); }
th { background: rgba(206, 255, 26, 0.08); color: var(--lime); font-weight: 700; }
td:first-child { color: var(--text); font-weight: 600; }
tr:last-child td { border-bottom: 0; }
.info-block {
  background: rgba(206, 255, 26, 0.05); padding: 20px 24px; border-radius: 14px;
  border-left: 3px solid var(--lime); margin: 20px 0;
}
.info-block p:last-child { margin-bottom: 0; }
.info-block ul { margin-bottom: 0; }
.footer { text-align: center; margin-top: 40px; font-size: 0.9rem; color: var(--muted-2); }
@media (max-width: 600px) {
  .container { padding: 32px 22px; }
  .logo-text { font-size: 1.7rem; }
  h1 { font-size: 1.3rem; }
  table { font-size: 0.85rem; }
  th, td { padding: 8px 10px; }
}
