/* ui_pro.css - Pazar Genç Radyo | quick professional facelift
   Bu dosya mevcut tema CSS'lerine DOKUNMADAN üstüne yazar (override).
*/
:root{
  --bg0:#0b1020;
  --bg1:#0f172a;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.09);
  --stroke:rgba(255,255,255,.10);
  --text:#e5e7eb;
  --muted:rgba(229,231,235,.70);
  --brand:#ff3b81;
  --brand2:#7c3aed;
  --success:#22c55e;
  --shadow: 0 14px 40px rgba(0,0,0,.35);
  --radius:16px;
}

/* Genel arkaplan: o “turuncu-mor degrade” hissini kes */
html, body{
  background: radial-gradient(1200px 700px at 20% -10%, rgba(124,58,237,.25), transparent 60%),
              radial-gradient(1000px 600px at 110% 10%, rgba(255,59,129,.20), transparent 60%),
              linear-gradient(180deg, var(--bg0), var(--bg1));
  color: var(--text);
}

/* Header daha modern */
.header{
  background: rgba(11,16,32,.68);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--stroke);
}
.header__logo img{ height: 42px; }
.header__nav a{ border-radius: 12px; }
.abc li a{
  padding: 12px 14px;
  border-radius: 12px;
}
.abc li a:hover{
  background: rgba(255,255,255,.08);
}

/* Sidebar kart gibi */
.sidebar{
  background: rgba(11,16,32,.85);
  backdrop-filter: blur(10px);
  border-right: 1px solid var(--stroke);
}
.sidebar__logo{
  border-bottom: 1px solid var(--stroke);
}
.sidebar_header_info_single span{ color: var(--text); opacity: .9; }
.sidebar_header_info_single{ color: var(--muted); }

/* Canlı yayın alanı (şu an yayında) - inline style çöplüğünü temizler */
.live-program{
  position: relative;
  margin: 16px 14px 12px 14px;
  padding: 18px 16px 16px 16px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(124,58,237,.22), rgba(255,59,129,.16));
  border: 1px solid var(--stroke);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.live-program__bg{
  position:absolute;
  inset:0;
  background: radial-gradient(600px 260px at 10% 0%, rgba(255,255,255,.10), transparent 60%),
              radial-gradient(600px 260px at 110% 100%, rgba(255,255,255,.08), transparent 60%);
  pointer-events:none;
}
.live-program__content{
  position: relative;
  padding-left: 78px;
}
.live-program__logo{
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 25px rgba(0,0,0,.35);
}
.lpc_title a{ color: var(--muted); font-weight: 600; }
.lpc_program_title{ margin-top: 6px; font-weight: 800; letter-spacing: .2px; }
.live-program__cta{
  position:absolute;
  right: 14px;
  top: 14px;
  height: 40px !important;
  width: auto !important;
  padding: 0 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  border: 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.live-program__cta span{ font-size: 12px; }

/* Player daha şık */
.player{
 /* margin: 14px;*/
  border-radius: var(--radius);
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,.06);
  box-shadow: var(--shadow);
}
.player__cover img{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
}
.player__content{ padding-right: 10px; }
.player__track .player__title{ color: var(--text); }

/* Sosyal butonları kart yap */
#instagram_banner_wrapper{
  margin: 0 14px 14px 14px;
}
.social-tile{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  height: 42px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,.05);
  color: var(--text);
  margin-bottom: 10px;
  text-decoration:none;
  box-shadow: 0 10px 22px rgba(0,0,0,.22);
}
.social-tile .text{ display:flex; align-items:center; gap: 10px; }
.social-tile i{ font-size: 18px !important; margin-right: 0 !important; }
.social-tile .radyo44{ opacity: .9; font-weight: 600; }

.social-facebook{ background: rgba(59,89,152,.18); }
.social-instagram{ background: linear-gradient(90deg, rgba(254,218,117,.18), rgba(214,41,118,.18), rgba(150,47,191,.18), rgba(0,206,255,.18)); }
.social-whatsapp{ background: rgba(34,197,94,.16); }

/* Kayan yazı - modern */
.kayan-yazi{
  width: 100% !important;
  border: 1px solid var(--stroke) !important;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  padding: 10px 12px;
  overflow: hidden;
}
.kayan-yazi span{
  color: var(--muted);
  font-weight: 600;
}

/* WhatsApp yüzen buton daha düzgün */
.floating-cta.ar.sticky{ left: 10px; bottom: 10px; }
@media (max-width: 767px){
  .floating-cta.ar.sticky{ left: 6px; bottom: 6px; }
}

/* Footer */
.footer{
  background: rgba(11,16,32,.75);
  border-top: 1px solid var(--stroke);
}
.footer__copyright{ color: var(--muted); }

/* =========================
   PRO HEADER FIX (override)
   ========================= */

/* Desktop'ta sidebar 440px ise header/main hizası */
@media (min-width: 1200px){
  .header{ padding-left: 440px !important; } /* custom46f6.css ile uyum */
}

/* Header cam efekti + düzgün hizalama */
.header{
  height: 70px;
  background: rgba(11,16,32,.72) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10) !important;
}

.header__content{
  height: 70px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 18px !important;
}

/* Logo sabit ve temiz */
.header__logo{
  width: 180px;
  flex: 0 0 180px;
  display: flex;
  align-items: center;
}
.header__logo img{
  height: 40px !important;
  width: auto !important;
  display: block;
}

/* Üst menüyü gerçekten menü gibi yap */
.header__nav{
  display: flex !important;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

/* Senin UL: .abc */
.header__nav .abc{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

/* Linkler: padding / hover / aktif hissi */
.header__nav .abc li a{
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  color: rgba(229,231,235,.85);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .2px;
  text-transform: uppercase;
}
.header__nav .abc li a:hover{
  background: rgba(255,255,255,.08);
  color: #fff;
}

/* Sağ taraftaki “İstek Hattı” butonu pro görünsün */
.header_info{
  display: flex !important;  /* custom46f6.css desktopta gizliyor, biz geri alıyoruz */
  align-items: center;
  width: auto !important;
}
@media (min-width: 1200px){
  .header_info{ display: flex !important; }
}

.header_info .sign__btn{
  height: 40px !important;
  padding: 0 14px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  background: linear-gradient(135deg, #ff3b81, #7c3aed) !important;
  color: #fff !important;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(0,0,0,.35);
}
.header_info .sign__btn:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

/* Mobil alt bar (navbar) daha modern */
header .navbar{
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(11,16,32,.72) !important;
  backdrop-filter: blur(10px);
}

/* Mobilde üstteki büyük menü taşmasın */
@media (max-width: 1199px){
  .header__nav{ display:none !important; }
  .header_info{ display:none !important; }
}

/* Küçük ekranlarda logo ortalansın (isteğe bağlı) */
@media (max-width: 575px){
  .header__content{ justify-content: space-between; }
  .header__logo{ width: auto; flex: 0 0 auto; }
}

/* =========================
   1) Sidebar alttaki kayan yazı ortala
   ========================= */
.all-podcast-wrap .kayan-yazi{
  display: block !important;
  width: calc(100% - 24px) !important;   /* kenarlardan nefes */
  margin-left:-40px;
  text-align: center !important;
}

.all-podcast-wrap .kayan-yazi span{
  display: inline-block !important;
  text-align: center !important;
}


/* =========================
   SPONSOR CAROUSEL (PRO)
   ========================= */

.sponsor-carousel .owl-stage{
  display: flex;
  align-items: center;
}

.sponsor-carousel .owl-item{
  display: flex;
  justify-content: center;
}

/* Kart */
.sponsor-carousel a.artist{
  width: 220px;                 /* eşit kart genişliği */
  max-width: 220px;
  padding: 0 !important;
  text-decoration: none;
}

/* Logo kutusu */
.sponsor-carousel .artist__cover{
  height: 92px;                 /* tüm logolar aynı yükseklik */
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 14px;                /* nefes */
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(8px);

  overflow: hidden;
}

/* Logo */
.sponsor-carousel .artist__cover img{
  width: 100%;
  height: 100%;
  object-fit: contain;          /* kırpma yok, sığdır */
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
}

/* Hover */
.sponsor-carousel a.artist:hover .artist__cover{
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  transform: translateY(-1px);
}

/* Oklar daha düzgün dursun */
.sponsor-carousel .main__nav{
  opacity: .85;
}
.sponsor-carousel .main__nav:hover{
  opacity: 1;
}
/* =========================
   FOOTER - COMPLETE REDESIGN
   ========================= */

/* Footer'ı sayfanın altına sabitle */
.footer {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px !important; /* Sabit yükseklik */
  min-height: 60px !important;
  max-height: 60px !important;
  background: rgba(11, 16, 32, 0.95) !important;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  z-index: 9999;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Desktop'ta sidebar varsa ayarla */
@media (min-width: 1200px) {
  .footer {
    left: 440px !important;
    width: calc(100% - 440px) !important;
  }
}

/* Footer container - içeriği yatayda sığdır */
.footer .container-fluid {
  padding: 0 15px !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

/* Footer içeriği - tek satır */
.footer__content {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-wrap: nowrap !important;
}

/* Sosyal/app butonları */
.footer__social {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex-shrink: 0;
  margin: 0 !important;
}

/* App store/google play butonları */
.footer__social > div:first-child {
  display: flex !important;
  gap: 10px !important;
  margin: 0 !important;
}

.footer__social a img {
  height: 25px !important;
  width: auto !important;
  margin: 0 !important;
}

/* Sosyal ikonlar */
.footer__social > div:last-child {
  display: flex !important;
  gap: 12px !important;
  margin: 0 !important;
}

.footer__social a i {
  font-size: 18px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  transition: color 0.2s;
}

.footer__social a:hover i {
  color: var(--brand) !important;
}

/* Logo */
.footer__logo {
  flex-shrink: 0;
  margin: 0 20px !important;
}

.footer__logo img {
  height: 85px !important;
  width: auto !important;
  opacity: 0.9;
}

/* Copyright */
.footer__copyright {
  flex-shrink: 0;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11px !important;
  color: rgba(255, 255, 255, 0.5) !important;
  text-align: center !important;
  line-height: 1.3 !important;
  
}

.footer__copyright a {
  color: var(--brand) !important;
  text-decoration: none !important;
}

.footer__copyright a:hover {
  color: var(--brand2) !important;
}

/* =========================
   MOBILE FOOTER
   ========================= */
@media (max-width: 992px) {
  /* Mobilde footer sabit kalmasın, akışta olsun */
  .footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 80px !important;
    margin-top: 20px !important;
  }
  
  /* Footer'ı sabitlediğimiz için verilen padding'i kaldır */
  body, #pages {
    padding-bottom: 0 !important;
  }
  
  .footer .container-fluid {
    height: auto !important;
    padding: 15px !important;
  }
  
  .footer__content {
    flex-direction: column !important;
    gap: 12px !important;
  }
  
  /* Üst satır: logo + sosyal butonlar */
  .footer__social {
    order: 1;
    width: 100% !important;
    justify-content: center !important;
    gap: 20px !important;
  }
  
  /* Logo */
  .footer__logo {
    order: 2;
    margin: 5px 0 !important;
  }
  
  .footer__logo img {
    height: 30px !important;
  }
  
  /* Copyright */
  .footer__copyright {
    order: 3;
    max-width: 100% !important;
    font-size: 10px !important;
    padding-top: 5px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    width: 100% !important;
  }
}

/* Çok küçük ekranlar */
@media (max-width: 480px) {
  .footer__social {
    gap: 15px !important;
  }
  
  .footer__social a img {
    height: 22px !important;
  }
  
  .footer__logo img {
    height: 26px !important;
  }
  
  .footer__social a i {
    font-size: 16px !important;
  }
}


