/* =========================================================
   OZD Radyo Teması - Yerleşim
========================================================= */

.ozd-site-header {
  position: sticky;
  top: 0;
  z-index: 9000;
  background: rgba(17, 24, 39, 0.98);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

.ozd-front-fixed-player {
  height: 0;
  overflow: visible;
}

.ozd-front-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.55fr);
  gap: var(--ozd-gap);
  align-items: start;
}

.ozd-front-right {
  display: grid;
  gap: var(--ozd-gap);
  min-width: 0;
}

.ozd-front-card {
  min-width: 0;
}

.ozd-front-request {
  border-top: 5px solid var(--ozd-accent);
}

.ozd-front-today {
  border-top: 5px solid var(--ozd-primary);
}

.ozd-front-news {
  border-top: 5px solid #f59e0b;
}

.ozd-front-top10 {
  border-top: 5px solid #16a34a;
}

.ozd-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--ozd-sidebar);
  gap: var(--ozd-gap);
  align-items: start;
}

/* =========================================================
   Footer - kompakt iki sütun
========================================================= */

.ozd-site-footer {
  margin-top: 30px;
  padding: 22px 0 calc(var(--ozd-player-height) + 34px);
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 99, 235, 0.16), transparent 16rem),
    linear-gradient(135deg, #111827 0%, #0f172a 100%);
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ozd-footer-inner {
  width: min(100% - 32px, var(--ozd-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 14px;
  align-items: stretch;
}

.ozd-footer-col {
  min-height: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.ozd-footer-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
}

.ozd-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ozd-footer-links__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
}

.ozd-footer-links__link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ozd-accent);
  flex: 0 0 auto;
}

.ozd-footer-links__link:hover,
.ozd-footer-links__link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ozd-footer-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ozd-footer-social__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 650;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.ozd-footer-social__icon {
  flex: 0 0 auto;
}

.ozd-footer-social__link:hover,
.ozd-footer-social__link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.34);
  background: var(--ozd-accent);
  color: #ffffff;
}

.ozd-footer-empty {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.ozd-footer-bottom {
  grid-column: 1 / -1;
  margin-top: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  text-align: center;
}

.ozd-footer-copyright {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
}

/* =========================================================
   Ana Sayfa Tasarımı
========================================================= */
.ozd-home-hero {
  margin: -30px 0 34px;
  padding: 46px 0 38px;
  background:
    radial-gradient(circle at 18% 20%, rgba(96, 165, 250, 0.24), transparent 24rem),
    linear-gradient(135deg, #111827 0%, #172033 46%, #0f172a 100%);
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ozd-home-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 34px;
  align-items: center;
}

.ozd-home-hero__content {
  min-width: 0;
}

.ozd-home-hero__eyebrow {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  font-weight: 900;
}

.ozd-home-hero__title {
  max-width: 780px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.3rem + 3.4vw, 4.4rem);
  font-weight: 950;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.ozd-home-hero__desc {
  max-width: 720px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 0.95rem + 0.35vw, 1.2rem);
  line-height: 1.7;
}

.ozd-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ozd-btn--hero {
  min-width: 148px;
  background: #ffffff;
  color: #111827;
}

.ozd-btn--hero:hover,
.ozd-btn--hero:focus-visible {
  background: #e5e7eb;
  color: #111827;
}

.ozd-btn--secondary {
  min-width: 148px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.ozd-btn--secondary:hover,
.ozd-btn--secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.ozd-home-hero__panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.20);
}

.ozd-home-stat {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.ozd-home-stat__value,
.ozd-home-stat__label {
  display: block;
}

.ozd-home-stat__value {
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 950;
  line-height: 1.1;
}

.ozd-home-stat__label {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.ozd-home-wrap {
  margin-top: 0;
}

.ozd-home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
}

.ozd-home-main,
.ozd-home-sidebar {
  min-width: 0;
}

.ozd-home-sidebar {
  display: grid;
  gap: 22px;
}

.ozd-front-card {
  overflow: hidden;
}

.ozd-front-request {
  max-width: 100%;
  padding: 28px;
  border-top: 0;
  border-left: 6px solid var(--ozd-accent);
}

.ozd-front-today,
.ozd-front-news,
.ozd-front-top10 {
  padding: 22px;
}

.ozd-front-today { border-top-color: var(--ozd-primary); }
.ozd-front-news { border-top-color: #f59e0b; }
.ozd-front-top10 { border-top-color: #16a34a; }

/* =========================================================
   Ana sayfa görünürlük ve yerleşim düzeltmesi - 0.9.7
   Bu kurallar eski kurulum kayıtları ve önceki CSS çakışmalarına karşı
   ana sayfa bloklarını açıkça görünür tutar.
========================================================= */
.home .ozd-home-hero,
.front-page .ozd-home-hero,
.ozd-home-hero {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1;
  min-height: 260px;
  margin: -30px 0 34px !important;
  padding: 48px 0 42px !important;
  overflow: hidden;
}

.ozd-home-hero__inner,
.ozd-home-layout {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.ozd-home-hero__inner {
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.ozd-home-wrap {
  display: block !important;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

.ozd-home-layout {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 28px;
  align-items: start;
}

.ozd-home-main,
.ozd-home-sidebar,
.ozd-front-request,
.ozd-front-today,
.ozd-front-news,
.ozd-front-top10 {
  display: block;
  visibility: visible;
  opacity: 1;
}


/* =========================================================
   Ana sayfa tasarım düzeni - 0.9.9
========================================================= */
.ozd-home-hero {
  margin: -30px 0 26px !important;
  padding: 34px 0 30px !important;
  min-height: 0 !important;
}

.ozd-home-hero__inner {
  gap: 28px;
}

.ozd-home-hero__title {
  max-width: 720px;
  font-size: clamp(2rem, 1.2rem + 2.8vw, 3.7rem);
  line-height: 1.05;
}

.ozd-home-hero__desc {
  max-width: 660px;
  margin-top: 14px;
  font-size: clamp(0.98rem, 0.94rem + 0.22vw, 1.12rem);
  line-height: 1.65;
}

.ozd-home-hero__actions {
  margin-top: 22px;
}

.ozd-home-hero__panel {
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
}

.ozd-home-stat {
  padding: 13px 14px;
  border-radius: 17px;
}

.ozd-home-stat__value {
  font-size: 1.28rem;
}

.ozd-home-layout {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr) !important;
  gap: 24px;
}

.ozd-home-main {
  display: grid;
  gap: 22px;
}

.ozd-home-sidebar {
  gap: 18px;
}

.ozd-front-request {
  padding: 24px;
}

.ozd-front-today,
.ozd-front-news,
.ozd-front-top10,
.ozd-home-programs,
.ozd-home-djs {
  padding: 20px;
}

.ozd-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.ozd-home-section-head .ozd-section-title {
  margin: 0;
}

.ozd-home-section-link {
  flex: 0 0 auto;
  color: var(--ozd-accent);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ozd-home-program-list {
  display: grid;
  gap: 10px;
}

.ozd-home-program {
  display: grid;
  grid-template-columns: minmax(110px, 150px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--ozd-border);
  border-radius: 16px;
  background: var(--ozd-surface-soft);
}

.ozd-home-program:hover,
.ozd-home-program:focus-visible {
  border-color: rgba(37, 99, 235, 0.34);
  background: #ffffff;
  color: inherit;
}

.ozd-home-program__time {
  display: inline-flex;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--ozd-accent-soft);
  color: var(--ozd-accent-dark);
  font-size: 0.9rem;
  font-weight: 950;
}

.ozd-home-program__title {
  min-width: 0;
  color: var(--ozd-primary);
  font-weight: 950;
}

.ozd-home-djs {
  margin-top: 24px;
}

.ozd-home-dj-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ozd-home-dj-card {
  display: grid;
  gap: 10px;
  color: inherit;
}

.ozd-home-dj-card__thumb {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #e0ecff 0%, #f8fafc 100%);
  border: 1px solid var(--ozd-border);
}

.ozd-home-dj-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ozd-home-dj-card__placeholder {
  color: var(--ozd-accent-dark);
  font-size: 1.5rem;
  font-weight: 950;
}

.ozd-home-dj-card__title {
  color: var(--ozd-primary);
  font-weight: 950;
}

.ozd-home-empty {
  color: var(--ozd-muted);
}


/* =========================================================
   İnce tasarım düzeltmeleri - 1.0.0
   Player, hero boşluğu, kart çizgileri ve başlık dengesi
========================================================= */
.ozd-home-hero {
  margin: -30px 0 18px !important;
  padding: 28px 0 24px !important;
}

.ozd-home-hero__inner {
  gap: 24px !important;
}

.ozd-home-hero__eyebrow {
  margin-bottom: 12px;
  padding: 6px 11px;
  font-size: 0.86rem;
}

.ozd-home-hero__title {
  max-width: 680px;
  font-size: clamp(1.9rem, 1.05rem + 2.55vw, 3.35rem) !important;
  line-height: 1.04;
}

.ozd-home-hero__desc {
  max-width: 620px;
  margin-top: 12px !important;
  font-size: clamp(0.96rem, 0.92rem + 0.18vw, 1.06rem) !important;
  line-height: 1.58 !important;
}

.ozd-home-hero__actions {
  margin-top: 18px !important;
}

.ozd-home-hero__actions .ozd-btn {
  min-height: 44px;
  padding: 10px 22px;
}

.ozd-home-hero__panel {
  max-width: 360px;
  justify-self: end;
  gap: 8px !important;
  padding: 12px !important;
  border-radius: 20px !important;
}

.ozd-home-stat {
  padding: 11px 13px !important;
  border-radius: 15px !important;
}

.ozd-home-stat__value {
  font-size: 1.15rem !important;
}

.ozd-home-stat__label {
  margin-top: 4px !important;
  font-size: 0.92rem;
}

.ozd-home-layout {
  gap: 22px !important;
}

.ozd-home-main {
  gap: 18px !important;
}

.ozd-home-sidebar {
  gap: 14px !important;
}

.ozd-front-request,
.ozd-front-today,
.ozd-front-news,
.ozd-front-top10,
.ozd-home-programs,
.ozd-home-djs {
  padding: 18px !important;
}

.ozd-front-request {
  border-left-width: 4px !important;
}

.ozd-front-today,
.ozd-front-news,
.ozd-front-top10 {
  border-top-width: 3px !important;
}

.ozd-front-today .ozd-section-title,
.ozd-front-news .ozd-section-title,
.ozd-front-top10 .ozd-section-title,
.ozd-home-programs .ozd-section-title,
.ozd-home-djs .ozd-section-title {
  margin-bottom: 10px !important;
  font-size: clamp(1.15rem, 0.98rem + 0.55vw, 1.5rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.015em !important;
}

.ozd-home-program {
  padding: 10px !important;
  border-radius: 14px !important;
}

.ozd-home-djs {
  margin-top: 18px !important;
}


/* =========================================================
   Ana sayfa yerleşim son rötuşlar - 1.0.1
========================================================= */
.ozd-home-hero {
  margin: -30px 0 14px !important;
  padding: 24px 0 22px !important;
}

.ozd-home-hero__title {
  font-size: clamp(1.85rem, 1.04rem + 2.42vw, 3.18rem) !important;
}

.ozd-home-hero__desc {
  margin-top: 10px !important;
  line-height: 1.5 !important;
}

.ozd-home-hero__actions {
  margin-top: 16px !important;
}

.ozd-home-layout {
  gap: 20px !important;
}

.ozd-home-main {
  gap: 16px !important;
}

.ozd-home-sidebar {
  gap: 12px !important;
}

.ozd-front-today,
.ozd-front-news,
.ozd-front-top10 {
  border-top-width: 2px !important;
}

.ozd-front-request {
  border-left-width: 4px !important;
}

.ozd-home-djs {
  margin-top: 16px !important;
}


/* =========================================================
   Footer son rötuşları - 1.0.8
========================================================= */
.ozd-site-footer {
  padding: 22px 0 calc(var(--ozd-player-height) + 54px);
}

.ozd-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding: 12px 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.ozd-footer-copyright {
  color: rgba(255, 255, 255, 0.90);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.4;
}

.ozd-footer-empty {
  color: rgba(255, 255, 255, 0.78);
}

/* Footer ikon düzenlemeleri - 1.0.9 */
.ozd-footer-links__link::before {
  display: none !important;
}

.ozd-footer-links__link {
  gap: 9px;
}

.ozd-footer-links__icon {
  flex: 0 0 auto;
  color: var(--ozd-accent);
}

.ozd-footer-links__link span {
  min-width: 0;
}

.ozd-footer-empty--with-icon {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.ozd-footer-empty__icon {
  flex: 0 0 auto;
  color: var(--ozd-accent);
}

/* =========================================================
   Hero ve mobil hizalama düzeltmeleri
========================================================= */
.ozd-home-hero__panel {
  align-self: center;
}

.ozd-home-hero__actions {
  align-items: center;
}

@media (max-width: 980px) {
  .ozd-home-hero__inner {
    grid-template-columns: 1fr !important;
    align-items: start;
  }

  .ozd-home-hero__panel {
    width: 100%;
    max-width: none !important;
    justify-self: stretch !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ozd-home-hero {
    padding-top: 24px !important;
    padding-bottom: 22px !important;
  }

  .ozd-home-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: stretch;
  }

  .ozd-home-hero__actions .ozd-btn,
  .ozd-home-hero__actions .ozd-button {
    width: 100%;
    min-width: 0;
  }

  .ozd-home-hero__panel {
    grid-template-columns: 1fr;
    gap: 10px !important;
  }

  .ozd-home-stat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 4px 12px;
    text-align: left;
  }

  .ozd-home-stat__icon {
    grid-row: 1 / span 2;
  }

  .ozd-home-stat__label {
    margin-top: 0 !important;
  }
}


/* =========================================================
   Ana sayfa hero düzenlemesi - 1.1.0
   Başlık, hero yüksekliği ve üst bölüm dengesi
========================================================= */

.ozd-home-hero {
  margin: -24px 0 18px !important;
  padding: 34px 0 34px !important;
  min-height: auto !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background:
    radial-gradient(circle at 16% 18%, rgba(96, 165, 250, 0.18), transparent 20rem),
    radial-gradient(circle at 86% 72%, rgba(37, 99, 235, 0.12), transparent 18rem),
    linear-gradient(135deg, #111827 0%, #172033 48%, #0f172a 100%) !important;
}

.ozd-home-hero__inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 360px) !important;
  gap: 30px !important;
  align-items: center !important;
}

.ozd-home-hero__content {
  max-width: 760px;
}

.ozd-home-hero__eyebrow {
  margin: 0 0 12px !important;
  padding: 6px 12px !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.075) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.86rem !important;
  font-weight: 750 !important;
  line-height: 1.25 !important;
}

.ozd-home-hero__title {
  max-width: 720px !important;
  margin: 0 !important;
  font-size: clamp(2rem, 1.12rem + 2.55vw, 3.35rem) !important;
  font-weight: 850 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.ozd-home-hero__desc {
  max-width: 660px !important;
  margin: 12px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(0.98rem, 0.94rem + 0.18vw, 1.08rem) !important;
  line-height: 1.55 !important;
}

.ozd-home-hero__actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.ozd-home-hero__actions .ozd-btn {
  width: auto !important;
  min-width: 154px !important;
  min-height: 46px !important;
  padding: 10px 22px !important;
  border-radius: 14px !important;
}

.ozd-home-hero__panel {
  width: 100% !important;
  max-width: 360px !important;
  justify-self: end !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18) !important;
}

.ozd-home-stat {
  display: grid !important;
  gap: 6px !important;
  justify-items: center !important;
  min-width: 0 !important;
  padding: 12px 10px !important;
  border-radius: 16px !important;
  text-align: center !important;
}

.ozd-home-stat__value {
  font-size: 1.22rem !important;
  font-weight: 850 !important;
  line-height: 1.05 !important;
}

.ozd-home-stat__label {
  margin-top: 0 !important;
  font-size: 0.86rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

.ozd-home-wrap {
  margin-top: 0 !important;
}

/* =========================================================
   Ana sayfa hero ve geçiş son dengeleme - 1.1.1
   Hero yüksekliği, bilgi kartı aralığı ve alt geçiş netleştirme
========================================================= */
.ozd-home-hero {
  position: relative !important;
  margin: -18px 0 26px !important;
  padding: 38px 0 42px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 165, 250, 0.20), transparent 22rem),
    radial-gradient(circle at 88% 74%, rgba(37, 99, 235, 0.15), transparent 20rem),
    linear-gradient(145deg, #111827 0%, #172033 48%, #0f172a 100%) !important;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06), 0 18px 34px rgba(15, 23, 42, 0.08) !important;
}

.ozd-home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 68px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.20) 100%);
}

.ozd-home-hero > .ozd-container-wide {
  position: relative;
  z-index: 1;
}

.ozd-home-hero__inner {
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 390px) !important;
  gap: 40px !important;
  align-items: center !important;
}

.ozd-home-hero__content {
  max-width: 760px !important;
}

.ozd-home-hero__eyebrow {
  margin-bottom: 13px !important;
}

.ozd-home-hero__title {
  max-width: 720px !important;
  font-size: clamp(2.05rem, 1.2rem + 2.35vw, 3.25rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.044em !important;
}

.ozd-home-hero__desc {
  max-width: 560px !important;
  margin-top: 13px !important;
  font-size: clamp(0.98rem, 0.94rem + 0.18vw, 1.06rem) !important;
  line-height: 1.58 !important;
}

.ozd-home-hero__actions {
  margin-top: 22px !important;
  gap: 12px !important;
}

.ozd-home-hero__actions .ozd-btn {
  min-height: 46px !important;
  padding: 10px 22px !important;
}

.ozd-home-hero__panel {
  max-width: 390px !important;
  align-self: center !important;
  justify-self: end !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 9px !important;
  padding: 11px !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.070) !important;
  border: 1px solid rgba(255, 255, 255, 0.105) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16) !important;
}

.ozd-home-stat {
  min-height: 78px !important;
  padding: 10px 9px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.105) !important;
}

.ozd-home-stat__icon {
  width: 30px !important;
  height: 30px !important;
}

.ozd-home-stat__value {
  font-size: 1.1rem !important;
  font-weight: 820 !important;
}

.ozd-home-stat__label {
  font-size: 0.82rem !important;
  line-height: 1.25 !important;
}

.ozd-home-wrap {
  margin-top: 0 !important;
  padding-bottom: 34px !important;
}

.ozd-home-main,
.ozd-home-sidebar,
.ozd-home-djs {
  margin-bottom: 16px;
}

@media (max-width: 980px) {
  .ozd-home-hero {
    margin-top: -16px !important;
    padding: 34px 0 38px !important;
  }

  .ozd-home-hero__inner {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .ozd-home-hero__panel {
    max-width: none !important;
    justify-self: stretch !important;
    margin-top: 6px !important;
  }
}

@media (max-width: 680px) {
  .ozd-home-hero {
    padding: 28px 0 32px !important;
  }

  .ozd-home-hero__inner {
    gap: 28px !important;
  }

  .ozd-home-hero__title {
    font-size: clamp(1.9rem, 1.42rem + 2.4vw, 2.45rem) !important;
  }

  .ozd-home-hero__actions {
    margin-top: 20px !important;
  }

  .ozd-home-stat {
    min-height: 0 !important;
    padding: 10px 12px !important;
  }
}

/* =========================================================
   Ana sayfa son rafine - 1.1.2
   Hero iç boşluk, başlık sınırı ve yumuşak geçiş
========================================================= */
.ozd-home-hero {
  margin: -14px 0 34px !important;
  padding: 36px 0 46px !important;
  background:
    radial-gradient(circle at 12% 20%, rgba(96, 165, 250, 0.18), transparent 24rem),
    radial-gradient(circle at 88% 72%, rgba(37, 99, 235, 0.13), transparent 22rem),
    linear-gradient(150deg, #111827 0%, #172033 52%, #0f172a 100%) !important;
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.055),
    0 22px 42px rgba(15, 23, 42, 0.10) !important;
}

.ozd-home-hero::after {
  height: 96px !important;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.18) 62%, rgba(15, 23, 42, 0.06) 100%) !important;
}

.ozd-home-hero > .ozd-container-wide {
  width: min(100% - 56px, var(--ozd-container-wide)) !important;
}

.ozd-home-hero__inner {
  gap: 44px !important;
}

.ozd-home-hero__content {
  max-width: 760px !important;
  padding-inline-start: 6px !important;
}

.ozd-home-hero__title {
  max-width: 690px !important;
  font-size: clamp(2rem, 1.18rem + 2.22vw, 3.05rem) !important;
  line-height: 1.09 !important;
}

.ozd-home-hero__desc {
  max-width: 540px !important;
}

.ozd-home-hero__panel {
  margin-top: 10px !important;
}

.ozd-home-wrap {
  margin-top: 12px !important;
}

.ozd-home-layout {
  margin-top: 6px !important;
}

@media (max-width: 980px) {
  .ozd-home-hero {
    margin: -12px 0 30px !important;
    padding: 34px 0 42px !important;
  }

  .ozd-home-hero > .ozd-container-wide {
    width: min(100% - 40px, var(--ozd-container-wide)) !important;
  }

  .ozd-home-hero__content {
    padding-inline-start: 0 !important;
  }

  .ozd-home-hero__panel {
    margin-top: 4px !important;
  }
}

@media (max-width: 680px) {
  .ozd-home-hero {
    margin-bottom: 26px !important;
    padding: 28px 0 36px !important;
  }

  .ozd-home-hero > .ozd-container-wide {
    width: min(100% - 28px, var(--ozd-container-wide)) !important;
  }

  .ozd-home-hero__title {
    max-width: 100% !important;
    font-size: clamp(1.82rem, 1.35rem + 2.15vw, 2.28rem) !important;
  }

  .ozd-home-hero__desc {
    max-width: 100% !important;
  }

  .ozd-home-wrap {
    margin-top: 8px !important;
  }
}

/* =========================================================
   Ana sayfa bütünlük düzeni - final
   Hero, modül kartları, yan alan, DJ listesi ve alt CTA
========================================================= */
body.home,
body.front-page {
  background: #f8fafc;
}

.ozd-home-hero {
  margin: -10px 0 0 !important;
  padding: 44px 0 54px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 14% 18%, rgba(96, 165, 250, 0.20), transparent 23rem),
    radial-gradient(circle at 90% 70%, rgba(37, 99, 235, 0.16), transparent 22rem),
    linear-gradient(150deg, #111827 0%, #172033 50%, #0f172a 100%) !important;
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.10) !important;
}

.ozd-home-hero::after {
  height: 110px !important;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.18) 70%, rgba(248, 250, 252, 0.04) 100%) !important;
}

.ozd-home-hero__inner {
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 390px) !important;
  gap: clamp(28px, 4vw, 56px) !important;
  align-items: center !important;
}

.ozd-home-hero__title {
  max-width: 720px !important;
  font-size: clamp(2.15rem, 1.2rem + 2.75vw, 3.65rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.ozd-home-hero__desc {
  max-width: 620px !important;
  margin-top: 15px !important;
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.12rem) !important;
  line-height: 1.62 !important;
}

.ozd-home-hero__actions {
  margin-top: 24px !important;
}

.ozd-home-hero__panel {
  max-width: 400px !important;
  align-self: center !important;
  justify-self: end !important;
  gap: 10px !important;
  padding: 12px !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.18) !important;
}

.ozd-home-stat {
  min-height: 92px !important;
  padding: 12px 10px !important;
  border-radius: 17px !important;
  background: rgba(255, 255, 255, 0.075) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.ozd-home-stat__icon {
  width: 32px !important;
  height: 32px !important;
}

.ozd-home-stat__value {
  font-size: 1.18rem !important;
}

.ozd-home-stat__label {
  font-size: 0.84rem !important;
}

.ozd-home-wrap {
  margin-top: 34px !important;
  padding-bottom: 42px !important;
}

.ozd-home-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr) !important;
  gap: 22px !important;
  align-items: start !important;
}

.ozd-home-main,
.ozd-home-sidebar {
  display: grid !important;
  gap: 18px !important;
}

.ozd-front-card,
.ozd-home-djs,
.ozd-home-final-cta {
  border: 1px solid #dbe4f0 !important;
  border-radius: 24px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.075) !important;
}

.ozd-front-card,
.ozd-home-programs,
.ozd-home-djs {
  padding: clamp(18px, 2.4vw, 26px) !important;
}

.ozd-request-cta {
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
}

.ozd-request-cta__icon {
  width: 58px !important;
  height: 58px !important;
  border-radius: 20px !important;
}

.ozd-request-cta__title {
  font-size: clamp(1.55rem, 1.05rem + 1.15vw, 2.15rem) !important;
}

.ozd-request-cta__closed,
.ozd-request-cta__btn {
  min-width: 240px !important;
}

.ozd-home-section-head,
.ozd-front-today .ozd-section-title,
.ozd-front-news .ozd-section-title,
.ozd-front-top10 .ozd-section-title,
.ozd-front-top10 .ozd-top10__header {
  margin-bottom: 14px !important;
}

.ozd-home-section-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.ozd-home-section-link {
  font-weight: 850 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.ozd-home-program-list,
.ozd-broadcast-list,
.ozd-news-list,
.ozd-top10__list {
  display: grid !important;
  gap: 10px !important;
}

.ozd-home-program,
.ozd-broadcast-item,
.ozd-news-item a,
.ozd-front-top10 .ozd-top10__item {
  border: 1px solid #dbe4f0 !important;
  border-radius: 16px !important;
  background: #f8fafc !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background-color 0.18s ease !important;
}

.ozd-home-program:hover,
.ozd-home-program:focus-visible,
.ozd-broadcast-item:hover,
.ozd-news-item a:hover,
.ozd-front-top10 .ozd-top10__item:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(37, 99, 235, 0.28) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08) !important;
}

.ozd-broadcast-item {
  padding: 12px !important;
  border-top: 0 !important;
}

.ozd-broadcast-time,
.ozd-home-program__time {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 104px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #eaf2ff !important;
  border: 1px solid #bfdbfe !important;
  color: #1d4ed8 !important;
  font-size: 0.82rem !important;
  font-weight: 850 !important;
}

.ozd-broadcast-title,
.ozd-home-program__title,
.ozd-news-title,
.ozd-front-top10 .ozd-top10__name,
.ozd-front-top10 .ozd-top10__link {
  color: #0f172a !important;
  font-weight: 850 !important;
}

.ozd-broadcast-meta,
.ozd-news-meta,
.ozd-news-excerpt,
.ozd-front-top10 .ozd-top10__artist {
  color: #64748b !important;
}

.ozd-news-list {
  margin-top: 0 !important;
  padding: 0 !important;
}

.ozd-news-item {
  padding: 0 !important;
  border: 0 !important;
}

.ozd-news-item a {
  display: block !important;
  margin: 0 !important;
  padding: 12px !important;
  color: inherit !important;
  text-decoration: none !important;
}

.ozd-news-title {
  margin: 0 0 5px !important;
  line-height: 1.35 !important;
}

.ozd-news-excerpt {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

.ozd-front-top10 .ozd-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.ozd-front-top10 .ozd-top10__title {
  margin: 0 !important;
  font-size: clamp(1.15rem, 0.96rem + 0.5vw, 1.45rem) !important;
}

.ozd-front-top10 .ozd-top10__item {
  min-height: 52px !important;
  padding: 10px 12px !important;
}

.ozd-front-top10 .ozd-top10__rank {
  width: 30px !important;
  height: 30px !important;
}

.ozd-home-djs {
  margin-top: 22px !important;
}

.ozd-home-dj-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.ozd-home-dj-card {
  padding: 12px !important;
  border: 1px solid #dbe4f0 !important;
  border-radius: 18px !important;
  background: #f8fafc !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.ozd-home-dj-card:hover,
.ozd-home-dj-card:focus-visible {
  transform: translateY(-3px) !important;
  border-color: rgba(37, 99, 235, 0.32) !important;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08) !important;
}

.ozd-home-dj-card__thumb {
  height: 118px !important;
  aspect-ratio: auto !important;
  border-radius: 14px !important;
  background: #edf4ff !important;
}

.ozd-home-dj-card__title {
  display: block !important;
  margin-top: 10px !important;
  color: #0f172a !important;
  font-size: 1.05rem !important;
  font-weight: 850 !important;
}

.ozd-home-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: clamp(20px, 2.8vw, 30px);
  background:
    radial-gradient(circle at 10% 20%, rgba(96, 165, 250, 0.20), transparent 16rem),
    linear-gradient(135deg, #0f172a, #172033) !important;
  color: #ffffff;
}

.ozd-home-final-cta__title {
  margin: 0;
  font-size: clamp(1.45rem, 1.05rem + 1.1vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
}

.ozd-home-final-cta__desc {
  max-width: 640px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
}

.ozd-home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .ozd-home-dj-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .ozd-home-hero {
    padding: 36px 0 44px !important;
  }

  .ozd-home-hero__inner,
  .ozd-home-layout,
  .ozd-home-final-cta {
    grid-template-columns: 1fr !important;
  }

  .ozd-home-hero__panel {
    justify-self: stretch !important;
    max-width: none !important;
  }

  .ozd-request-cta {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  .ozd-request-cta__action {
    grid-column: 1 / -1 !important;
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .ozd-home-final-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .ozd-home-hero {
    margin-top: -8px !important;
    padding: 30px 0 38px !important;
  }

  .ozd-home-hero__title {
    font-size: clamp(2rem, 1.52rem + 2.5vw, 2.45rem) !important;
  }

  .ozd-home-hero__actions,
  .ozd-home-hero__actions .ozd-btn,
  .ozd-home-final-cta__actions,
  .ozd-home-final-cta__actions .ozd-btn {
    width: 100% !important;
  }

  .ozd-home-hero__panel {
    grid-template-columns: 1fr !important;
  }

  .ozd-home-stat {
    min-height: 0 !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    justify-items: start !important;
    text-align: left !important;
  }

  .ozd-home-stat__label {
    grid-column: 2 !important;
  }

  .ozd-home-wrap {
    margin-top: 22px !important;
  }

  .ozd-request-cta {
    grid-template-columns: 1fr !important;
  }

  .ozd-request-cta__icon {
    width: 50px !important;
    height: 50px !important;
  }

  .ozd-request-cta__closed,
  .ozd-request-cta__btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .ozd-home-program {
    grid-template-columns: 1fr !important;
  }

  .ozd-broadcast-item {
    align-items: flex-start !important;
  }

  .ozd-home-dj-grid {
    grid-template-columns: 1fr !important;
  }

  .ozd-home-dj-card__thumb {
    height: 122px !important;
  }
}
