/**
 * TemizWebHosting Radio Engine - Full Vibrant Theme
 * File: assets/css/style.css
 */

:root {
    --primary-purple: #6a1b9a;
    --dark-purple: #4a148c;
    --secondary-pink: #e91e63;
    --accent-yellow: #fbc02d;
    --accent-teal: #009688;
    --accent-blue: #0288d1;
    --bg-light: #f0f2f5;
    --card-bg: #ffffff;
    --text-dark: #2c3e50;
    --border-color: #e2e8f0;
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; }
body { background-color: var(--bg-light); color: var(--text-dark); line-height: 1.6; padding-bottom: 90px; }
a { text-decoration: none; color: inherit; }

.container { width: 100%; max-width: 1140px; margin: 0 auto; padding: 0 15px; }
.d-flex { display: flex; }
.jc-between { justify-content: space-between; }
.ai-center { align-items: center; }

/* Top Bar */
.top-rainbow-bar { height: 5px; background: linear-gradient(90deg, #fbc02d, #e91e63, #6a1b9a, #0288d1); }
.top-bar { background-color: #fff; border-bottom: 1px solid var(--border-color); padding: 8px 0; font-size: 13px; }
.badge-pink { background-color: var(--secondary-pink); color: #fff; padding: 3px 8px; border-radius: 4px; font-weight: bold; font-size: 11px; margin-right: 8px; }

/* Main Header */
.main-header { background-color: #fff; padding: 15px 0; border-bottom: 1px solid var(--border-color); }
.logo { font-size: 28px; font-weight: 900; color: var(--primary-purple); letter-spacing: -1px; }
.logo-badge { background-color: var(--secondary-pink); color: #fff; padding: 2px 10px; border-radius: 6px; }

.btn-header-play {
    background: linear-gradient(135deg, var(--secondary-pink), var(--primary-purple));
    color: #fff; padding: 10px 24px; border-radius: 25px; font-weight: bold; font-size: 14px;
    display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer;
    box-shadow: 0 4px 10px rgba(233,30,99,0.3); transition: transform 0.2s;
}
.btn-header-play:hover { transform: translateY(-2px); }

/* Nav Menu */
.main-nav { background-color: var(--dark-purple); border-bottom: 4px solid var(--accent-yellow); }
.main-nav ul { list-style: none; display: flex; }
.main-nav ul li a { display: block; padding: 14px 22px; font-weight: 700; color: #fff; font-size: 14px; transition: background 0.2s; }
.main-nav ul li a:hover, .main-nav ul li a.active { background-color: var(--secondary-pink); }

/* Banner */
.hero-banner { background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://picsum.photos/1200/400?grayscale') center/cover no-repeat; padding: 80px 0; color: #fff; text-align: center; margin-bottom: 25px; border-radius: 0 0 8px 8px; }
.hero-banner h1 { font-size: 40px; font-weight: 900; text-shadow: 2px 2px 8px rgba(0,0,0,0.8); }

/* WhatsApp Bar */
.contact-bar { background: var(--accent-teal); color: #fff; padding: 12px 20px; font-weight: bold; font-size: 15px; margin-bottom: 30px; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.08); text-align: center; }

/* Colorful Section Titles */
.box-header { padding: 10px 15px; font-weight: 800; font-size: 16px; color: #fff; border-radius: 6px 6px 0 0; text-transform: uppercase; letter-spacing: 0.5px; }
.bg-yellow { background: var(--accent-yellow); color: #000; }
.bg-purple { background: var(--primary-purple); }
.bg-blue { background: var(--accent-blue); }
.bg-pink { background: var(--secondary-pink); }

/* Cards & Layout */
.content-box { background: #fff; border: 1px solid var(--border-color); border-radius: 0 0 6px 6px; padding: 15px; margin-bottom: 30px; box-shadow: 0 2px 5px rgba(0,0,0,0.03); }

.dj-grid-box { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.dj-item { background: #fff; border: 1px solid var(--border-color); border-radius: 6px; overflow: hidden; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,0.04); }
.dj-item img { width: 100%; height: 140px; object-fit: cover; }
.dj-item-info { padding: 10px; }
.dj-item-info h4 { font-size: 14px; color: var(--primary-purple); margin-bottom: 2px; }
.dj-item-info p { font-size: 11px; color: #777; }

.grid-2-1 { display: grid; grid-template-columns: 2fr 1fr; gap: 25px; margin-bottom: 30px; }

/* News Item */
.news-card { background: #fff; border: 1px solid var(--border-color); border-radius: 6px; overflow: hidden; margin-bottom: 15px; display: flex; gap: 15px; }
.news-card img { width: 170px; height: 115px; object-fit: cover; }
.news-body { padding: 12px; }
.news-body h3 { font-size: 15px; margin-bottom: 5px; color: #111; }
.news-body p { font-size: 12px; color: #666; }

/* Top 10 List */
.top10-list { list-style: none; }
.top10-list li { padding: 10px 12px; border-bottom: 1px solid var(--border-color); display: flex; align-items: center; justify-content: space-between; font-size: 13px; }
.top10-list li:last-child { border-bottom: none; }
.top10-rank { background: var(--accent-blue); color: #fff; width: 24px; height: 24px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-weight: bold; font-size: 11px; margin-right: 10px; }

/* Schedule Table */
.schedule-table { width: 100%; border-collapse: collapse; }
.schedule-table th { background: #f8f9fa; color: #333; padding: 10px; text-align: left; font-size: 13px; border-bottom: 2px solid var(--border-color); }
.schedule-table td { padding: 10px; border-bottom: 1px solid var(--border-color); font-size: 13px; }

/* Footer */
footer { background: #1a1a2e; color: #a2a3b7; padding: 40px 0 100px 0; border-top: 5px solid var(--primary-purple); margin-top: 40px; }
footer h4 { color: #fff; margin-bottom: 15px; font-size: 15px; }
footer p, footer ul { font-size: 12px; line-height: 1.8; }
footer ul { list-style: none; }

/* Sticky Audio Player */
.sticky-player { position: fixed; bottom: 0; left: 0; width: 100%; background: #111116; color: #fff; padding: 12px 0; z-index: 10000; border-top: 3px solid var(--secondary-pink); }
.btn-play { background: var(--secondary-pink); border: none; color: #fff; width: 44px; height: 44px; border-radius: 50%; font-size: 18px; cursor: pointer; }
.btn-modal-istek { background: var(--accent-yellow); color: #000; border: none; padding: 10px 22px; border-radius: 20px; font-weight: 800; cursor: pointer; font-size: 13px; }

@media (max-width: 992px) {
    .dj-grid-box { grid-template-columns: repeat(2, 1fr); }
    .grid-2-1 { grid-template-columns: 1fr; }
}