/* =========================================================
   OZD Radyo Teması - Genel Temel Stil
========================================================= */

html {
  background: var(--ozd-bg);
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  padding-bottom: calc(var(--ozd-player-height) + 28px);
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 30rem),
    linear-gradient(180deg, #f8fafc 0%, var(--ozd-bg) 100%);
  color: var(--ozd-text);
  font-family: var(--ozd-font-main);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--ozd-accent);
}

:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 3px;
}

p { margin: 0; }
p + p { margin-top: 1rem; }

img, svg, video, canvas {
  max-width: 100%;
}

img {
  height: auto;
  border-radius: inherit;
}

button, input, select, textarea { font: inherit; }

button { border: 0; }

.ozd-skip-link {
  position:absolute;
  left:-9999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.ozd-skip-link:focus {
  position:fixed;
  left:16px;
  top:12px;
  width:auto;
  height:auto;
  overflow:visible;
  z-index:99999;
  padding:10px 14px;
  border-radius:var(--ozd-radius-sm);
  background:#fff;
}

.ozd-skip-link:focus { transform: translateY(0); }

.ozd-section-title,
.ozd-module__title,
.ozd-page-title {
  margin-top: 0;
  color: var(--ozd-primary);
  font-weight: 750;
  letter-spacing: -0.028em;
  line-height: 1.18;
}

.ozd-section-title,
.ozd-module__title {
  margin-bottom: var(--ozd-space-md);
  font-size: clamp(1.25rem, 1rem + 1vw, 1.75rem);
}

.ozd-module__desc {
  margin: 0 0 var(--ozd-space-md);
  color: var(--ozd-muted);
}

.ozd-page-title {
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 1.2rem + 2vw, 2.55rem);
}

.ozd-page-content {
  color: #1f2937;
  line-height: 1.75;
}

.ozd-page-content h2,
.ozd-page-content h3,
.ozd-page-content h4 {
  margin: 1.6em 0 0.6em;
  color: var(--ozd-primary);
  line-height: 1.3;
}

.ozd-page-content ul,
.ozd-page-content ol {
  padding-left: 1.35rem;
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(var(--ozd-player-height) + 20px);
    font-size: 15.5px;
  }
}
