/**
 * Ekstra Özel Stiller
 */

/* Single Post/Page Ekstra Stiller */
.single-post .entry-content,
.page-content .entry-content {
    font-size: 18px;
    line-height: 1.8;
}

.single-post .entry-content p,
.page-content .entry-content p {
    margin-bottom: 20px;
}

.single-post .entry-content h2,
.page-content .entry-content h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.single-post .entry-content h3,
.page-content .entry-content h3 {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.single-post .entry-content img,
.page-content .entry-content img {
    border-radius: 10px;
    margin: 30px 0;
}

/* Post Navigation */
.post-navigation {
    margin: 40px 0;
    padding: 20px;
    background: var(--light-bg);
    border-radius: 10px;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation a {
    display: block;
    padding: 15px;
    background: var(--white);
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.post-navigation a:hover {
    transform: translateX(5px);
}

/* Sayfalama */
.pagination {
    margin: 40px 0;
    text-align: center;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: var(--white);
    border: 2px solid var(--border-color);
    border-radius: 5px;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* Mobil Menü */
@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
        background: none;
        border: none;
        color: var(--white);
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    .main-navigation {
        display: none;
        width: 100%;
    }

    .main-navigation.active {
        display: block;
    }

    .main-navigation ul {
        flex-direction: column;
        width: 100%;
    }
}

/* Yorumlar */
.comments-area {
    margin-top: 40px;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 10px;
}

.comment-list {
    list-style: none;
    margin-bottom: 30px;
}

.comment {
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 20px;
}

.comment-author {
    font-weight: bold;
    margin-bottom: 10px;
}

.comment-metadata {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.comment-content {
    line-height: 1.6;
}

/* Form Stilleri */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid var(--border-color);
    border-radius: 5px;
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.comment-form input[type="submit"] {
    background: var(--primary-color);
    color: var(--white);
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background: var(--accent-color);
}

/* Loading State - DISABLED to prevent white screen */
/* body:not(.loaded) {
    opacity: 0;
} */

body {
    opacity: 1;
}

/* ========================================
   PROGRAMLAR SECTION - MINIMALIST DESIGN
======================================== */
.programlar-listesi {
    background: #fafbff;
}

/* Section Title - Clean & Modern */
.weekly-schedule-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1e293b;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
}

.weekly-schedule-section p.big {
    font-size: 16px;
    color: #64748b;
    font-weight: 400;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 40px;
}

/* Tab Container - Clean */
.schedule-tabs-premium {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

/* Content Wrapper */
.schedule-content-wrapper-premium {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Mobile Responsive - Clean */
@media (max-width: 768px) {
    .weekly-schedule-section h2 {
        font-size: 28px;
    }

    .weekly-schedule-section p.big {
        font-size: 15px;
    }
}

/* ========================================
   PLAYER SECTION - GÜNLÜK İSTEKLER (DJ Avatar Altında)
======================================== */
.player-daily-requests-section {
    margin: 30px 0 20px;
    width: 100%;
}

.daily-requests-card-player {
    background: linear-gradient(135deg, #ffffff 0%, #fafbff 100%);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.08);
    border: 2px solid rgba(99, 102, 241, 0.12);
}

.daily-requests-header-player {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(99, 102, 241, 0.12);
}

.header-icon-player {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.header-content-player h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #1e293b;
    letter-spacing: -0.3px;
}

.daily-requests-date-player {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.daily-requests-date-player i {
    font-size: 12px;
}

.daily-requests-list-player {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.daily-requests-items {
    display: flex;
    flex-direction: column;
    animation: ticker-vertical 15s linear infinite;
}

.daily-requests-items:hover {
    animation-play-state: paused;
}

@keyframes ticker-vertical {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

/* Her bir istek kartı stili */
.daily-request-item {
    padding: 15px;
    border-bottom: 1px dashed rgba(99, 102, 241, 0.1);
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.daily-request-item:hover {
    background: #fff;
    transform: scale(1.02);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.1);
}

.request-song-artist {
    display: block;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 4px;
}

.request-song {
    color: #6366f1;
}

.request-requester {
    font-size: 13px;
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 5px;
}

.request-time {
    font-size: 12px;
    color: #94a3b8;
    text-align: right;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .daily-requests-list-player {
        height: 250px;
    }
}

body.loaded {
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Animasyonlar */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.post-item {
    animation: fadeIn 0.5s ease-out;
}

/* DJ Profil Sayfası Stilleri */
.single-dj .dj-profile-header {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding: 30px;
    background: var(--light-bg);
    border-radius: 10px;
}

.single-dj .dj-featured-image {
    flex: 0 0 300px;
}

.single-dj .dj-featured-image img {
    border-radius: 10px;
    width: 100%;
}

.single-dj .dj-header-info {
    flex: 1;
}

.single-dj .dj-programs-list ul {
    list-style: none;
    margin-top: 20px;
}

.single-dj .dj-programs-list li {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}

.single-dj .dj-programs-list li:last-child {
    border-bottom: none;
}

.single-dj .program-meta {
    margin-top: 20px;
}

.single-dj .program-meta .program-schedule-info,
.single-dj .program-meta .program-dj-info {
    display: block;
    margin-bottom: 10px;
}

/* Program Sayfası Meta Bilgileri */
.single-program .program-meta {
    padding: 20px;
    background: var(--light-bg);
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-program .program-schedule-info,
.single-program .program-dj-info {
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
}

.single-program .program-schedule-info span,
.single-program .program-dj-info span {
    margin-right: 20px;
}

/* Print Styles */
@media print {

    .site-header,
    .radio-player,
    .sidebar,
    .site-footer,
    .pagination {
        display: none;
    }

    .content-area {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .single-dj .dj-profile-header {
        flex-direction: column;
    }

    .single-dj .dj-featured-image {
        flex: 0 0 auto;
    }
}

/* ============================================
   PREMIUM TOP DJS SECTION DESIGN
   ============================================ */

/* Section Background & Decoration */
.top-djs-section-premium-v2 {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    overflow: hidden;
}

.top-djs-bg-decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.decoration-circle {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.6;
}

.decoration-circle-1 {
    width: 400px;
    height: 400px;
    background: rgba(99, 102, 241, 0.15);
    top: -100px;
    right: -100px;
}

.decoration-circle-2 {
    width: 300px;
    height: 300px;
    background: rgba(236, 72, 153, 0.15);
    bottom: -50px;
    left: -50px;
}

/* Header Styling */
.top-djs-header-premium-v2 {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.top-djs-label-premium {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(99, 102, 241, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 1px solid rgba(99, 102, 241, 0.2);
}

.top-djs-label-premium .label-text {
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.top-djs-title-premium-v2 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.top-djs-desc-premium-v2 {
    font-size: 18px;
    color: var(--light-text);
    max-width: 600px;
    margin: 0 auto;
}

/* Grid Layout */
.top-djs-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
    z-index: 1;
}

/* Rank Colors - Scoped to Top DJs Section */
.top-djs-grid-premium .dj-card-modern-premium:nth-child(1) .top-dj-rank-badge-premium {
    background: linear-gradient(135deg, #FFD700 0%, #FDB931 100%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
}

.top-djs-grid-premium .dj-card-modern-premium:nth-child(2) .top-dj-rank-badge-premium {
    background: linear-gradient(135deg, #E0E0E0 0%, #BDBDBD 100%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(189, 189, 189, 0.4);
}

.top-djs-grid-premium .dj-card-modern-premium:nth-child(3) .top-dj-rank-badge-premium {
    background: linear-gradient(135deg, #CD7F32 0%, #A0522D 100%);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 20px rgba(205, 127, 50, 0.4);
}

/* Rank Badge Base Style */
.top-dj-rank-badge-premium {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 800;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Refined Premium Hover Effects for DJ Cards */
.dj-card-modern-premium {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dj-card-modern-premium:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.12);
}

.dj-card-modern-premium .dj-avatar-card-premium {
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.dj-card-modern-premium:hover .dj-avatar-card-premium {
    transform: scale(1.04);
}

/* Responsive */
@media (max-width: 1024px) {
    .top-djs-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .top-djs-grid-premium {
        grid-template-columns: 1fr;
    }

    .top-djs-title-premium-v2 {
        font-size: 32px;
    }
}

/* Compact Data Display for Top DJs */
.top-djs-grid-premium .dj-card-content-premium {
    padding: 20px;
    /* Reduced padding */
    flex-grow: 0;
}

.top-djs-grid-premium .dj-vote-section {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.top-djs-grid-premium .dj-card-bio-premium {
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-djs-grid-premium .dj-card-link-premium {
    padding-top: 15px;
    margin-top: 10px;
}

/* ============================================
   SQUARE & COMPACT CARD REVAMP (TOP DJs)
   ============================================ */

/* Grid: 4 per row */
.top-djs-grid-premium {
    grid-template-columns: repeat(4, 1fr) !important;
    /* Force 4 columns */
    gap: 25px;
}

/* Image: Fully Square (1:1) */
.top-djs-grid-premium .dj-card-image-premium {
    height: auto !important;
    aspect-ratio: 1 / 1;
    width: 100%;
}

/* Content: Minimalist & Centered */
.top-djs-grid-premium .dj-card-content-premium {
    padding: 15px;
    text-align: center;
    position: relative;
}

/* Typo Adjustments */
.top-djs-grid-premium .dj-card-name-premium {
    font-size: 17px;
    margin-bottom: 4px;
}

.top-djs-grid-premium .dj-card-fullname {
    font-size: 12px;
    margin-bottom: 6px;
    color: #94a3b8;
}

/* Hide Elements for Compactness */
.top-djs-grid-premium .dj-card-bio-premium {
    display: none;
}

.top-djs-grid-premium .dj-card-link-premium {
    display: none;
}

/* Centered Elements */
.top-djs-grid-premium .dj-vote-section {
    display: flex;
    justify-content: center;
    margin: 8px 0 !important;
}

.top-djs-grid-premium .dj-card-contact-premium {
    justify-content: center;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px dashed #f1f5f9;
}

/* Adjust Rank Badge Position for Square */
.top-djs-grid-premium .top-dj-rank-badge-premium {
    top: 10px;
    left: 10px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border-radius: 8px;
}

/* Hide the default "TOP X" badge inside image if present (redundant with rank badge) */
.top-djs-grid-premium .dj-card-badge {
    display: none;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
    .top-djs-grid-premium {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .top-djs-grid-premium {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* ============================================
   MODERN PREMIUM NEWS CARDS (GRID)
   ============================================ */

.news-section-wrapper-premium {
    width: 100%;
    display: block;
    clear: both;
}

.news-modern-grid-premium {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    width: 100% !important;
    margin-bottom: 20px;
}

/* Card Structure */
.news-modern-card-premium {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-modern-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
    border-color: rgba(99, 102, 241, 0.2);
}

/* Image Wrapper - Aspect Ratio 4:3 for 4 columns */
.modern-card-image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    overflow: hidden;
}

.modern-card-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.2, 1, 0.2, 1);
}

.news-modern-card-premium:hover .modern-card-thumbnail {
    transform: scale(1.08);
    /* Hafif Zoom */
}

.modern-card-no-image {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    color: #94a3b8;
    font-size: 32px;
    gap: 10px;
}

.modern-card-no-image::after {
    content: 'Resim Yok';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Category Badge (Over Image) */
.modern-card-category {
    position: absolute;
    bottom: 15px;
    /* Alta taşıdık */
    left: 15px;
    top: auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(4px);
    padding: 6px 14px;
    border-radius: 6px;
    /* Daha köşeli */
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 2;
}

.news-modern-card-premium:hover .modern-card-category {
    background: var(--primary-color);
    color: #ffffff;
}

/* Content Area - Minimized */
.modern-card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}

.modern-card-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 11px;
    color: #94a3b8;
    margin-bottom: 8px;
    font-weight: 500;
}

.modern-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #1e293b;
    margin: 0 0 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modern-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-modern-card-premium:hover .modern-card-title a {
    color: var(--primary-color);
}

.modern-card-excerpt {
    display: -webkit-box;
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 12px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.modern-card-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #f1f5f9;
}

.modern-read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
}

.modern-read-more i {
    transition: transform 0.3s ease;
}

.modern-read-more:hover {
    color: #1e293b;
}

.modern-read-more:hover i {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1200px) {
    .news-modern-grid-premium {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 1024px) {
    .news-modern-grid-premium {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 600px) {
    .news-modern-grid-premium {
        grid-template-columns: 1fr !important;
    }
}

/* See All Button Styling */
.articles-footer-premium {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    display: block;
    clear: both;
}

.btn-see-all-articles {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--primary-color);
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(99, 102, 241, 0.2);
}

.btn-see-all-articles:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(99, 102, 241, 0.3);
    color: #ffffff;
}

.btn-see-all-articles i {
    transition: transform 0.3s ease;
}

.btn-see-all-articles:hover i {
    transform: translateX(5px);
}

/* ============================================
   WEEKLY SCHEDULE - PREMIUM TIMELINE & CARDS
   ============================================ */

/* Section Background */
.weekly-schedule-section-premium {
    background: #f8fafc;
    /* Hafif gri modern zemin */
    padding: 80px 0;
}

/* Main Wrapper - Boxed Container (Fluid) */
.weekly-schedule-wrapper-premium {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    padding: 50px;
    max-width: 100%;
    /* Fluid Width */
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.02);
}

/* Tabs: Premium Pill Design */
.schedule-tabs-premium-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    padding: 0;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 30px;
}

.schedule-tabs-premium {
    display: inline-flex;
    background: #ffffff;
    padding: 6px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none;
    /* Firefox scrollbar gizle */
    -ms-overflow-style: none;
    /* IE scrollbar gizle */
}

.schedule-tabs-premium::-webkit-scrollbar {
    display: none;
    /* Chrome scrollbar gizle */
}

.schedule-tab-premium {
    background: transparent;
    border: none;
    padding: 12px 24px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.schedule-tab-premium:hover {
    color: var(--primary-color);
    background: rgba(99, 102, 241, 0.05);
}

.schedule-tab-premium.active {
    background: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

/* Timeline Container */
.schedule-list-premium {
    position: relative;
    max-width: 1000px;
    /* İçerik genişliğini artır */
    margin: 0 auto;
    padding: 20px 0;
}

/* Timeline Vertical Line */
.schedule-list-premium::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 85px;
    /* Çizgi konumu */
    width: 2px;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0) 0%, rgba(99, 102, 241, 0.2) 15%, rgba(99, 102, 241, 0.2) 85%, rgba(99, 102, 241, 0) 100%);
    z-index: 0;
}

/* Timeline Item (Card) */
.schedule-item-premium {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
    animation: slideUpFade 0.5s forwards;
}

.schedule-item-premium:nth-child(1) {
    animation-delay: 0.1s;
}

.schedule-item-premium:nth-child(2) {
    animation-delay: 0.2s;
}

.schedule-item-premium:nth-child(3) {
    animation-delay: 0.3s;
}

.schedule-item-premium:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Time Indicator (Left) */
.schedule-time-premium {
    flex: 0 0 100px;
    text-align: right;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.time-text {
    font-size: 16px;
    font-weight: 800;
    color: var(--primary-color);
    display: block;
    line-height: 1;
}

.time-icon {
    display: none;
    /* İkonu gizle, sadece metin */
}

/* Dot on Timeline */
.schedule-time-premium::after {
    content: '';
    position: absolute;
    right: 11px;
    /* Çizgiyle hizala */
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    z-index: 2;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.8);
}

.schedule-item-premium:hover .schedule-time-premium::after {
    background: var(--primary-color);
    transform: translateY(-50%) scale(1.2);
}

/* Info Card (Right) */
.schedule-info-premium {
    flex: 1;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 25px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
}

.schedule-item-premium:hover .schedule-info-premium {
    transform: translateX(5px);
    box-shadow: 0 8px 30px rgba(99, 102, 241, 0.1);
    border-color: rgba(99, 102, 241, 0.1);
}

/* Program Title */
.schedule-program-title-premium {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
}

.schedule-program-title-premium a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.schedule-program-title-premium a:hover {
    color: var(--primary-color);
}

/* DJ Info */
.schedule-dj-premium {
    display: flex;
    align-items: center;
}

.dj-link-premium {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #64748b;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
}

.dj-link-premium:hover {
    color: var(--primary-color);
}

.dj-avatar-small {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dj-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #94a3b8;
}

/* Arrow / Action */
.schedule-arrow-premium {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
}

.schedule-item-premium:hover .schedule-arrow-premium {
    opacity: 1;
    transform: translateX(0);
    background: var(--primary-color);
    color: #ffffff;
}

/* Placeholder for No Content */
.no-schedule-premium {
    text-align: center;
    padding: 60px 20px;
    color: #94a3b8;
}

.no-schedule-icon {
    font-size: 48px;
    display: block;
    margin-bottom: 20px;
    opacity: 0.5;
}

/* Responsive */
@media (max-width: 768px) {
    .schedule-list-premium::before {
        left: 20px;
        /* Mobilde çizgi sola */
    }

    .schedule-time-premium {
        flex: 0 0 auto;
        width: 50px;
        /* Zaman alanı daralt */
        padding-right: 0;
        text-align: left;
        margin-bottom: auto;
        padding-top: 5px;
    }

    .schedule-time-premium::after {
        left: 15px;
        /* Nokta konumu */
        right: auto;
    }

    .time-text {
        font-size: 14px;
        margin-left: 30px;
        /* Metni çizgiden kurtar */
    }

    .schedule-item-premium {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }

    .schedule-info-premium {
        width: 100%;
        margin-top: 10px;
        margin-left: 30px;
        /* Çizgiden uzaklaş */
        padding: 15px;
    }

    .schedule-arrow-premium {
        display: none;
        /* Mobilde ok gizle */
    }
}