/* ==========================================================================
   VIBES RADIO - STUDIO THEME STYLE SHEET
   ========================================================================== */

@font-face {
    font-family: "BBH Bartle-Regular";
    src: url("../fonts/BBHBartle-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Signatra";
    src: url("../fonts/Signatra.ttf") format("truetype");
}

/* 1. CSS VARIABLES & DESIGN TOKENS */
:root {
    --bg-color: #ffffff;
    --card-bg: #ffffff;
    --text-primary: #181816;
    --text-secondary: #6e6c64;
    --text-muted: #a3a096;
    --primary-orange: #ff6f00;
    --primary-orange-hover: #e06200;
    --border-color: #e5e2d9;
    --active-bg: rgba(255, 111, 0, 0.08);
    
    --font-main: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-logo: 'Syncopate', sans-serif;
    
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-premium: 0 20px 40px rgba(24, 24, 22, 0.06);
    --shadow-button: 0 4px 12px rgba(255, 111, 0, 0.2);
}

/* 2. BASE RESETS */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background-color: var(--bg-color);
    color: var(--text-primary);
    font-family: var(--font-main);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-smooth);
}

button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    transition: var(--transition-smooth);
    outline: none;
}

/* Page Container */
.page-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}

/* ==========================================================================
   3. TOP UTILITY BAR
   ========================================================================== */
.top-utility-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    font-size: 13px;
    font-weight: 500;
    margin: 0 40px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.live-indicator {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-primary);
}

.live-indicator svg.icon-signal-stream {
    fill: var(--primary-orange);
    width: 20px;
    height: 20px;
}

.top-air-station {
    font-weight: 700;
}

/* Live Waveform visualizer next to station name */
.top-bar-visualizer {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 12px;
}

.top-bar-visualizer span {
    width: 2px;
    background-color: var(--text-muted);
    border-radius: 1px;
    animation: topWave 1.2s ease-in-out infinite alternate;
    height: 3px;
}

.top-bar-visualizer.paused span {
    animation-play-state: paused !important;
    height: 3px !important;
}

.top-bar-visualizer span:nth-child(2n) { animation-delay: 0.15s; }
.top-bar-visualizer span:nth-child(3n) { animation-delay: 0.3s; }
.top-bar-visualizer span:nth-child(4n) { animation-delay: 0.45s; }
.top-bar-visualizer span:nth-child(5n) { animation-delay: 0.6s; }

@keyframes topWave {
    0% { height: 3px; }
    100% { height: 12px; }
}

.top-bar-right {
    display: flex;
    align-items: center;
}

.social-links {
    display: flex;
    gap: 8px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    font-size: 13px;
}

.social-links a:hover {
    background-color: var(--text-primary);
    color: #ffffff;
    border-color: var(--text-primary);
    transform: translateY(-2px);
}

/* ==========================================================================
   4. MAIN NAVIGATION BAR
   ========================================================================== */
.main-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    height: 90px;
    margin: 0 40px;
}

/* Logo WebRadio — layout flex: titlul + unda pe primul rând, „RADIO ONLINE"
   dedesubt. Astfel unda stă mereu imediat după text, oricât de lung e brandul
   (ex. „WEBRADIO" e mai lat decât „AVAVA" și depășea poziția absolută fixă). */
.navbar-logo.logo {
    height: 70px;
    width: auto;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 3px;
    text-decoration: none;
}

/* Rândul 1: „WEBRADIO" */
.navbar-logo.logo .logo-title {
    position: static;
    font-family: "BBH Bartle-Regular", sans-serif;
    color: var(--primary-orange);
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

/* Rândul 2: „RADIO (undă) ONLINE" — undă între cuvinte, lățime ~ cât titlul */
.navbar-logo.logo .logo-subtitle {
    position: static;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    color: var(--text-primary);
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
}

.navbar-logo.logo .logo-subtitle .logo-sub-word {
    position: static;
}

/* Unda, mică, exact pe înălțimea rândului 2, între „RADIO" și „ONLINE" */
.navbar-logo.logo .logo-waveform-svg {
    position: static;
    flex-shrink: 0;
    color: var(--text-primary);
    width: 16px;
    height: 16px;
}

/* Nav Menu */
.nav-menu {
    display: flex;
    list-style: none;
    gap: 16px;
    margin-left: auto;
    margin-right: 40px;
    align-items: center;
}

.nav-item {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.05em;
    position: relative;
}

.nav-item a {
    color: var(--text-primary);
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 100px;
    display: block;
    transition: var(--transition-smooth);
}

.nav-item a:hover {
    color: var(--primary-orange);
}

/* Active capsule style for nav link */
.nav-item.active a {
    background-color: transparent;
    color: var(--text-primary) !important;
    padding: 10px 40px !important;
    border: 1px solid var(--text-primary) !important;
    border-radius: 100px;
}

/* Navigation Dropdown Menu styling */
.nav-item.has-dropdown {
    position: relative;
}

/* Invisible bridge to prevent dropdown from disappearing during cursor transition */
.nav-item.has-dropdown::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 250px; /* Much wider to cover diagonal cursor movement */
    height: 25px; /* Taller to fully bridge the gap to the dropdown */
    background: transparent;
    pointer-events: none;
    z-index: 999;
}

.nav-item.has-dropdown:hover::after {
    pointer-events: auto;
}

.nav-item.has-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 8px 0;
    min-width: 220px; /* Increased width from 190px */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
    z-index: 1000;
    margin-top: 8px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    pointer-events: none;
}

.nav-item.has-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.nav-item.has-dropdown .dropdown-menu li {
    width: 100%;
}

.nav-item.has-dropdown .dropdown-menu li a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding: 8px 24px !important;
    color: var(--text-primary) !important;
    white-space: nowrap;
    border: none !important;
    border-radius: 0 !important;
    display: block;
    text-align: left !important; /* Force left alignment */
    text-transform: uppercase; /* Transform text to capital letters */
    background: transparent !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-item.has-dropdown .dropdown-menu li a:hover {
    background-color: #f8f8f8 !important;
    color: var(--primary-orange) !important;
}

/* Navbar actions */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-btn {
    font-size: 18px;
    color: var(--text-primary);
    padding: 8px;
}

.search-btn:hover {
    color: var(--primary-orange);
    transform: scale(1.05);
}

.navbar-listen-btn {
    background-color: #111110;
    color: #ffffff;
    padding: 14px 0;
    width: 200px;
    justify-content: center;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: background-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.navbar-listen-btn svg.icon-signal-stream {
    fill: var(--primary-orange);
    width: 20px;
    height: 20px;
    transition: fill var(--transition-smooth);
}

.navbar-listen-btn:hover {
    background-color: var(--primary-orange);
    box-shadow: var(--shadow-button);
}

.navbar-listen-btn:hover svg.icon-signal-stream {
    fill: #ffffff;
}

.navbar-listen-btn.active {
    background-color: var(--primary-orange);
    color: #ffffff;
}

.navbar-listen-btn.active svg.icon-signal-stream {
    fill: #ffffff;
}

.mobile-menu-toggle {
    display: none;
    font-size: 20px;
    color: var(--text-primary);
    padding: 8px;
}

/* ==========================================================================
   5. HERO CONTENT SECTION
   ========================================================================== */
.hero-header-section {
    position: relative;
    background-image: url('../images/1920-slide.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.hero-container {
    max-width: 1200px;
    padding: 20px 40px;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.hero-text-content {
    max-width: 580px;
}

.hero-subtitle {
    display: inline-block;
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.hero-title {
    font-size: 90px;
    font-weight: 800;
    line-height: 0.9;
    color: var(--text-primary);
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    margin-left: -5px;
}

.text-orange {
    color: var(--primary-orange);
}

.text-stroke {
    color: #ffffff;
    -webkit-text-stroke: 1px #000000;
}

.hero-description {
    font-size: 16px;
    line-height: 1.6;
    color: #414141;
    margin-bottom: 36px;
    font-weight: 300;
}

/* Hero CTA Buttons */
.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn-primary {
    background-color: var(--primary-orange);
    color: #ffffff;
    padding: 16px 32px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-button);
}

.btn-primary:hover {
    background-color: var(--primary-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 111, 0, 0.35);
}

.btn-outline {
    background-color: transparent;
    color: var(--text-primary);
    border: 1.5px solid var(--text-primary);
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-outline:hover {
    background-color: var(--text-primary);
    color: #ffffff;
    transform: translateY(-2px);
}

/* ==========================================================================
   6. FLOATING PLAYER WIDGET
   ========================================================================== */
.floating-player-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    display: grid;
    grid-template-columns: 28% 46% 26%;
    align-items: stretch;
    padding: 16px;
    margin: 0 40px 16px 40px;
    z-index: 10;
}

/* --- PLAYER COLUMN 1: STATION DETAILS --- */
.player-station-info {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-right: 20px;
    border-right: 1px solid var(--border-color);
}

.player-cover {
    width: 250px;
    max-width: 100%;
    height: 167px;
    border: 1px solid rgb(255 255 255 / 49%);
    padding: 3px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

.player-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; /* Concentric border radius (14px - 3px padding - 1px border) */
    display: block;
}

/* Metadata Text */
.player-meta {
    overflow: hidden;
}

.live-status {
    font-size: 15px;
    font-weight: 750;
    color: var(--primary-orange);
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.live-dot {
    width: 6px;
    height: 6px;
    background-color: var(--primary-orange);
    border-radius: 50%;
    animation: pulseDot 1s infinite alternate;
}

@keyframes pulseDot {
    0% { opacity: 0.4; transform: scale(0.9); }
    100% { opacity: 1; transform: scale(1.1); }
}

.track-title-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.track-artist-desc {
    font-size: 14px;
    color: var(--text-secondary);
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Action Icons */
.player-action-icons {
    display: flex;
    gap: 12px;
}

.player-action-icons .icon-btn {
    font-size: 16px;
    color: var(--text-secondary);
}

.player-action-icons .icon-btn:hover {
    color: var(--primary-orange);
    transform: scale(1.1);
}

/* --- PLAYER COLUMN 2: TUNER SCALE --- */
.player-tuner-section {
    padding: 0 50px;
    border-right: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tuner-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    margin-bottom: 12px;
}

.tuner-arrow {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-size: 14px;
}

.tuner-arrow:hover {
    background-color: var(--bg-color);
    border-color: var(--text-primary);
}

.tuner-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tuner-prefix, .tuner-suffix {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
}

.active-station-freq {
    font-size: 65px;
    font-weight: 800;
    color: var(--primary-orange);
    line-height: 1;
    display: inline-block;
    width: 180px;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

/* Ticks Ruler */
.tuner-scale-wrapper {
    position: relative;
    padding: 6px 0;
}

.tuner-scale-container {
    height: 44px;
    position: relative;
    cursor: pointer;
}

/* CSS-based ruler lines background */
.tuner-lines {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 15px;
    /* Drawing the ticks using repeating background gradient */
    background: repeating-linear-gradient(90deg, 
        var(--border-color) 0px, 
        var(--border-color) 1.5px, 
        transparent 1.5px, 
        transparent 5% /* Draws exactly 21 ticks matching 88-108 MHz scale (5% intervals) */
    );
    opacity: 0.85;
}

.tuner-labels {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-secondary);
}

.tuner-labels span {
    position: absolute;
    transform: translateX(-50%);
}

/* Needle Pointer */
.tuner-needle {
    position: absolute;
    top: 0px;
    left: 43.5%; /* Calculated based on initial 96.7 FM frequency */
    transform: translateX(-50%);
    height: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: left 0.1s ease-out; /* Smooth slide response */
    pointer-events: none;
}

.tuner-needle.dragging {
    transition: none; /* No lag during manual drag */
}

.needle-line {
    width: 2.5px;
    height: 18px;
    background-color: var(--primary-orange);
    border-radius: 1px;
}

.needle-knob {
    width: 8px;
    height: 8px;
    background-color: var(--primary-orange);
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(255, 111, 0, 0.4);
}

/* --- PLAYER COLUMN 3: AUDIO CONTROLS & EQUALIZER --- */
.player-controls-section {
    padding-left: 30px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    align-self: center;
}

/* 1. Equalizer Section Styles */
.player-equalizer-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 5px;
}

.equalizer-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25px;
    height: 100%;
    justify-content: flex-end;
}

.equalizer-track {
    position: relative;
    width: 1px;
    height: 55px;
    background-color: var(--border-color);
}

/* Horizontal ticks background for equalizer channels */
.equalizer-track::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 100%;
    background: repeating-linear-gradient(to bottom,
        var(--text-muted) 0px,
        var(--text-muted) 1px,
        transparent 1px,
        transparent 7px
    );
    opacity: 0.6;
}

.equalizer-handle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 14px;
    height: 15px;
    background-color: #4c4c4c;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 50%; /* Default middle position */
    transition: bottom 0.6s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth transition back to center */
    cursor: grab;
}

/* Equalizer knob center orange dot */
.equalizer-handle .handle-dot {
    width: 4px;
    height: 4px;
    background-color: var(--primary-orange);
    border-radius: 50%;
}

.equalizer-label {
    font-size: 10px;
    font-weight: 600;
    color: var(--text-secondary);
    margin-top: 8px;
    line-height: 1;
    text-align: center;
}

/* 2. Control Row Divider */
.player-controls-divider {
    height: 1px;
    background-color: var(--border-color);
    margin: 6px 0;
    width: 100%;
}

/* 3. Bottom Volume & Compact Play Row */
.player-volume-play-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    height: 40px;
}

.player-volume-play-row .volume-slider-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.player-play-btn {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent;
    color: var(--text-primary);
    font-size: 22px; /* Plain triangular play button size */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    transition: color var(--transition-smooth), transform var(--transition-smooth);
}

.player-play-btn:hover {
    color: var(--primary-orange);
    background-color: transparent;
    border-color: transparent;
    transform: scale(1.15);
}

.player-play-btn.playing {
    color: var(--primary-orange);
    background-color: transparent;
    border-color: transparent;
}

/* Custom equalizer transition when active for slow random gliding */
.floating-player-card.playing .equalizer-handle {
    transition: bottom 1.5s ease-in-out;
    cursor: default;
}


.volume-icon-btn {
    font-size: 16px;
    color: var(--text-secondary);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.volume-icon-btn svg.icon-volume {
    width: 30px;
    height: 30px;
    fill: currentColor;
    transition: fill var(--transition-smooth);
}

.volume-icon-btn:hover {
    color: var(--primary-orange);
}

.volume-slider-wrapper {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: var(--border-color);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    z-index: 2;
}

/* Custom slider thumb */
.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--text-primary);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: var(--transition-smooth);
}

.volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
    background: var(--primary-orange);
}

.volume-slider::-moz-range-thumb {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background: var(--text-primary);
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: var(--transition-smooth);
}

.volume-slider::-moz-range-thumb:hover {
    transform: scale(1.2);
    background: var(--primary-orange);
}

/* Dynamic slider fill overlay */
.volume-slider-fill {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    height: 4px;
    background-color: var(--primary-orange);
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}

/* Audio EQ Visualizer Toggle */
.visualizer-toggle-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
}

.visualizer-toggle-btn:hover {
    border-color: var(--text-primary);
    color: var(--text-primary);
}

.visualizer-toggle-btn.active {
    background-color: var(--active-bg);
    border-color: var(--primary-orange);
    color: var(--primary-orange);
}

.btn-visualizer-bars {
    display: flex;
    align-items: flex-end;
    gap: 2.5px;
    height: 14px;
}

.btn-visualizer-bars span {
    width: 2.5px;
    background-color: currentColor;
    border-radius: 0.5px;
    height: 3px;
}

/* Dynamic dancing waves when active */
.visualizer-toggle-btn.active .btn-visualizer-bars span {
    animation: btnWave 0.8s ease-in-out infinite alternate;
}

.visualizer-toggle-btn.active .btn-visualizer-bars span:nth-child(1) { height: 4px; animation-duration: 0.6s; }
.visualizer-toggle-btn.active .btn-visualizer-bars span:nth-child(2) { height: 12px; animation-duration: 0.9s; }
.visualizer-toggle-btn.active .btn-visualizer-bars span:nth-child(3) { height: 6px; animation-duration: 0.7s; }
.visualizer-toggle-btn.active .btn-visualizer-bars span:nth-child(4) { height: 10px; animation-duration: 0.8s; }

@keyframes btnWave {
    0% { height: 3px; }
    100% { height: 14px; }
}

/* ==========================================================================
   7. CATEGORY FILTER BAR
   ========================================================================== */
.station-filters-section {
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    z-index: 10;
}

.filters-container {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #faf9f5;
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 6px;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none; /* Hide scrollbar for clean horizontal track */
}

.filters-container::-webkit-scrollbar {
    display: none;
}

.filter-pill {
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
    text-transform: uppercase;
    white-space: nowrap;
}

.filter-pill:hover {
    color: var(--primary-orange);
}

.filter-pill.active {
    background-color: var(--primary-orange);
    color: #ffffff;
}

/* ==========================================================================
   8. MOBILE NAVIGATION OVERLAY & RESPONSIVENESS
   ========================================================================== */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-color);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition-smooth);
}

.mobile-nav-overlay.open {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 26px;
    color: var(--text-primary);
}

.mobile-menu-items {
    list-style: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mobile-nav-item {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.mobile-nav-item.active a {
    color: var(--primary-orange);
}

/* Responsive media queries are consolidated at the end of this stylesheet */

@media (max-width: 480px) {
    .top-utility-bar {
        display: none; /* Hide whole top bar on very small devices */
    }
    
    .hero-container {
        padding: 20px 10px;
    }
    
    .hero-title {
        font-size: 38px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn-primary, .btn-outline {
        width: 100%;
        justify-content: center;
    }
}

/* 2.5K SCREEN RESOLUTION ADJUSTMENTS */
@media (min-width: 2350px) {
    .hero-header-section {
        background-image: url('../images/2560-slide.jpg');
    }
    
    .hero-text-content {
        max-width: 860px;
    }
    
    .hero-subtitle {
        font-size: 25px;
    }
    
    .hero-title {
        font-size: 150px;
        font-weight: 800;
        margin-left: -8px;
        line-height: 0.9;
    }

    .btn-primary {
        padding: 16px 55px;
    }

    .hero-description {
        font-size: 18px;
    }

}

/* ==========================================================================
   Language Selector Component
   ========================================================================== */
.lang-selector-wrapper {
    position: relative;
    display: inline-block;
}

.lang-selector-btn {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #181816; /* Dark border from design */
    background-color: #ffffff;
    padding: 2px; /* 2px padding from border */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
    transition: border-color var(--transition-smooth), transform var(--transition-smooth);
}

.lang-selector-btn:hover {
    border-color: var(--primary-orange);
    transform: scale(1.05);
}

.lang-flag-circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lang-flag-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Dropdown styling */
.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: var(--shadow-premium);
    padding: 8px 0;
    list-style: none;
    min-width: 150px;
    z-index: 100;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.lang-selector-wrapper:hover .lang-dropdown,
.lang-dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.lang-dropdown::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    cursor: pointer;
    transition: background-color var(--transition-smooth), color var(--transition-smooth);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}

.lang-option:hover {
    background-color: var(--active-bg);
}

.lang-option.active {
    color: var(--primary-orange);
    font-weight: 700;
    background-color: rgba(255, 111, 0, 0.04);
}

.lang-flag-circle-option {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lang-flag-circle-option img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* ==========================================================================
   Stations Section (Explore Stations)
   ========================================================================== */
.stations-section {
    padding: 20px 40px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.stations-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 10px;
}

.stations-header .box-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.stations-header .subtitle {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: var(--primary-orange);
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.stations-header .title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: var(--text-primary);
    font-size: 24px;
    letter-spacing: -0.02em;
    margin: 0;
    text-transform: uppercase;
}

.stations-header .view-all-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: var(--primary-orange);
    font-size: 15px;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color var(--transition-smooth), transform var(--transition-smooth);
}

.stations-header .view-all-link:hover {
    color: var(--primary-orange-hover);
    transform: translateX(3px);
}

.stations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.station-card {
    flex: 0 0 calc(25% - 15px);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    min-height: 390px;
    background-color: var(--card-bg);
    transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth);
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr auto;
    padding: 40px;
    overflow: hidden;
    position: relative;
}

.station-card:hover {
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-premium);
}

.station-card .card-text {
    grid-row: 1;
    grid-column: 1 / 3;
}

.station-card .card-text h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: var(--text-primary);
    font-size: 36px;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.station-card .card-text p {
    font-family: var(--font-main);
    font-weight: 400;
    color: var(--text-secondary);
    font-size: 24px;
    margin: 0;
}

.station-card .card-stats {
    grid-row: 2;
    grid-column: 1;
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.station-card .card-play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1.5px solid var(--text-primary);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.station-card .card-play-btn i {
    font-size: 16px;
    color: var(--text-primary);
    margin-left: 2px;
    transition: color var(--transition-smooth);
}

.station-card .card-play-btn:hover,
.station-card .card-play-btn.playing {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}

.station-card .card-play-btn:hover i,
.station-card .card-play-btn.playing i {
    color: #ffffff;
}

.station-card .listening-info {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 20px;
}

.station-card .listening-count {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: var(--text-primary);
    font-size: 14px;
    letter-spacing: 0.05em;
}

.station-card .waveform-icon {
    color: var(--primary-orange);
    width: 18px;
    height: 18px;
    fill: currentColor;
    display: inline-block;
}

.station-card .station-img {
    grid-row: 2;
    grid-column: 2;
    align-self: end;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-color);
    padding: 4px;
    background-color: #ffffff;
    transition: transform var(--transition-smooth);
}

.station-card:hover .station-img {
    transform: scale(1.05);
}

/* CSS Waveform Animation when playing */
.css-waveform {
    display: none;
    align-items: flex-end;
    gap: 2px;
    height: 14px;
}

.station-card.is-playing .waveform-icon {
    display: none;
}

.station-card.is-playing .css-waveform {
    display: flex !important;
}

.css-waveform span {
    display: block;
    width: 3px;
    background-color: var(--primary-orange);
    border-radius: 2px;
    height: 3px;
    animation: wave-bar 1s ease-in-out infinite;
}

.css-waveform span:nth-child(1) { animation-delay: 0s; }
.css-waveform span:nth-child(2) { animation-delay: 0.2s; }
.css-waveform span:nth-child(3) { animation-delay: 0.4s; }
.css-waveform span:nth-child(4) { animation-delay: 0.1s; }
.css-waveform span:nth-child(5) { animation-delay: 0.3s; }

@keyframes wave-bar {
    0%, 100% { height: 3px; }
    50% { height: 14px; }
}

/* RESPONSIVE LAYOUT FOR STATIONS SECTION */
@media (max-width: 1200px) {
    .station-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .stations-section {
        padding: 40px 20px;
    }
    
    .stations-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .stations-header .view-all-link {
        margin-bottom: 0;
    }

    .station-card {
        flex: 0 0 100%;
        padding: 24px;
        min-height: auto;
    }
    
    .station-card .station-img {
        width: 100px;
        height: 100px;
    }
    
    .station-card .card-text h3 {
        font-size: 22px;
    }
    
    .station-card .card-text p {
        font-size: 15px;
    }
}

/* ==========================================================================
   Equalizer Status Indicator
   ========================================================================== */
.eq-status-indicator {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 11px;
    font-family: var(--font-main);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-secondary);
}

.eq-status-indicator .status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #8c8c88; /* Neutral gray (EQ Off / Suspended) */
    display: inline-block;
    transition: background-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

/* EQ Working - Green Dot */
.eq-status-indicator.active .status-dot {
    background-color: #00c853;
    animation: eq-pulse 2s infinite ease-in-out;
}

.eq-status-indicator.active .status-text {
    color: var(--text-primary);
}

/* EQ Bypassed - Red Dot */
.eq-status-indicator.bypassed .status-dot {
    background-color: #ff3d00;
    animation: eq-pulse-bypassed 2s infinite ease-in-out;
}

.eq-status-indicator.bypassed .status-text {
    color: #ff3d00;
}

@keyframes eq-pulse {
    0% {
        box-shadow: 0 0 2px rgba(0, 200, 83, 0.4);
    }
    50% {
        box-shadow: 0 0 10px rgba(0, 200, 83, 0.8);
    }
    100% {
        box-shadow: 0 0 2px rgba(0, 200, 83, 0.4);
    }
}

@keyframes eq-pulse-bypassed {
    0% {
        box-shadow: 0 0 2px rgba(255, 61, 0, 0.4);
    }
    50% {
        box-shadow: 0 0 10px rgba(255, 61, 0, 0.8);
    }
    100% {
        box-shadow: 0 0 2px rgba(255, 61, 0, 0.4);
    }
}

/* ==========================================================================
   Live & Schedule Sections (Copied from old-paper template)
   ========================================================================== */
.live-section {
  padding: 9px 40px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}


.stations-grid.two-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.stations-grid.two-cards .station-card {
  grid-template-columns: 2.05fr 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
  padding: 40px;
}

.stations-grid.two-cards .station-card:first-child {
  flex: 1 1 calc(50% - 10px);
  min-width: 400px;
}

.stations-grid.two-cards .station-card:last-child {
  flex: 1 1 calc(50% - 10px);
  min-width: 400px;
}

/* Schedule Card Styles */
.station-card.schedule-card {
  display: block;
  /* Override grid */
  padding: 40px;
}

.schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.schedule-item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dcdcdc;
}

.schedule-item:last-child {
  border-bottom: none;
}

.schedule-item.active {
  background-color: var(--primary-orange);
  border-radius: 8px;
  border-bottom: none;
  color: #fff;
}

/* Hide border of the item preceding the active item to avoid double lines/artifacts */
.schedule-item:has(+ .schedule-item.active) {
  border-bottom-color: transparent;
}

.schedule-time {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  width: 120px;
}

.schedule-item.active .schedule-time {
  color: #fff;
}

.schedule-item:not(.active) .schedule-time {
  color: #000;
}

.schedule-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule-info h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.schedule-item:not(.active) .schedule-info h4 {
  color: #000;
}

.schedule-item.active .schedule-info h4 {
  color: #fff;
}

.schedule-info p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
}

.schedule-item:not(.active) .schedule-info p {
  color: #000;
}

.schedule-item.active .schedule-info p {
  color: #fff;
}

.schedule-icon {
  font-size: 24px;
  color: #fff;
}

/* Schedule Header and Extras */
.schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
}

.schedule-header h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.schedule-header h3 i {
  color: var(--primary-orange);
}

.schedule-header a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s;
}

.schedule-header a:hover {
  color: var(--primary-orange);
}

.schedule-badge {
  background-color: #e0e0e0;
  color: #555;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.notify-btn {
  background: none;
  border: 1px solid #ccc;
  color: #555;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}

.notify-btn:hover {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
}

.live-left {
  grid-column: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.live-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-radius: 15px;
}

.live-info {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.live-info .live-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-orange);
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
}

.live-info .live-badge .dot {
  width: 10px;
  height: 10px;
  background-color: var(--primary-orange);
  border-radius: 50%;
}

.live-info .track-info h3 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}

.live-info .track-info p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  margin: 0;
}

.live-info .play-wave-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

.live-info .waveforms {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
}

.live-info .live-waveform {
  color: var(--primary-orange) !important;
  font-size: 32px;
  margin: 0;
}

.live-info .live-time {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 24px;
  margin: 0;
}

@media (max-width: 2300px) {
  .stations-grid.two-cards .station-card {
    grid-template-columns: 1.25fr 1fr;
    gap: 30px;
    padding: 30px;
  }
}

@media (max-width: 1600px) {
  .stations-grid.two-cards .station-card {
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
    padding: 20px;
  }
}

@media (max-width: 1200px) {
  .stations-grid.two-cards {
    flex-direction: column;
  }
  
  .stations-grid.two-cards .station-card:first-child,
  .stations-grid.two-cards .station-card:last-child {
    flex: 1 1 100%;
    width: 100%;
    min-width: 0 !important;
  }

  .stations-grid.two-cards .station-card {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    padding: 20px;
  }
  
  .stations-grid.two-cards .station-card .live-left {
    grid-column: 1;
    grid-row: 1;
  }
  
  .stations-grid.two-cards .station-card .live-info {
    grid-column: 1;
    grid-row: 2;
  }
}

/* ==========================================================================
   App Banner Section & Footer Styles (Copied from old-paper template)
   ========================================================================== */

/* App Banner Section */
.app-banner-section {
  padding: 15px 40px 40px 40px;
  width: 100%;
  box-sizing: border-box;
}

.app-banner {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  min-height: 250px;
}

.banner-text {
  padding: 40px;
  flex: 1;
  max-width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-text h2 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--text-primary);
}

.title-with-apps {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 15px;
}

.banner-text .script-title {
  font-family: "Signatra", Helvetica, sans-serif;
  font-size: 60px;
  color: var(--primary-orange);
  text-transform: none;
  font-weight: 400;
  margin: -10px 0 0 0;
  letter-spacing: 1px;
}

.banner-text p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.banner-apps {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 2;
}

.banner-apps a {
  display: inline-block;
  transition: transform 0.2s;
}

.banner-apps a:hover {
  transform: scale(1.05);
}

.banner-apps img {
  height: 45px;
  width: auto;
  display: block;
}

/* Footer Styles */
.site-footer {
  background-color: #131619;
  color: #a0a0a0;
  padding: 60px 40px 20px;
  margin: 0 40px;
  max-width: calc(100% - 80px);
  font-family: "Roboto", Helvetica, sans-serif;
  border-radius: 17px 17px 0 0;
  box-sizing: border-box;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-col-logo {
  flex: 1.5 1 250px;
}

.footer-col-newsletter {
  flex: 2 1 300px;
}

.site-footer .footer-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  width: auto;
  margin-bottom: 30px;
}

/* Rândul 1: „WEBRADIO" */
.site-footer .footer-logo .logo-title {
  position: static;
  width: auto;
  font-family: "BBH Bartle-Regular", Helvetica, sans-serif;
  color: var(--primary-orange);
  font-size: 23px;
  letter-spacing: -1.2px;
  line-height: 1;
  white-space: nowrap;
}

/* Rândul 2: „RADIO (undă) ONLINE" — undă între cuvinte */
.site-footer .footer-logo .logo-subtitle {
  position: static;
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 23px;
  letter-spacing: 1px;
  line-height: 1;
  white-space: nowrap;
}

.site-footer .footer-logo .logo-subtitle .logo-sub-word {
  position: static;
}

.site-footer .footer-logo .logo-waveform-svg {
  position: static;
  flex-shrink: 0;
  color: #ffffff;
  width: 19px;
  height: 19px;
}

.footer-tagline {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #ffffff;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a.social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1a1e22;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icons a.social-btn {
  font-size: 20px;
}

.social-icons a.fb-icon {
  color: #1877F2;
}

.social-icons a.ig-icon {
  color: #E4405F;
}

.social-icons a.tt-icon {
  color: #1DA1F2;
}

.social-icons a.yt-icon {
  color: #FF0000;
}

.social-icons a.db-icon {
  color: #EA4C89;
}

.social-icons a.social-btn:hover {
  background-color: var(--primary-orange);
  transform: translateY(-3px);
  color: #ffffff;
}

.footer-col h4 {
  color: #ffffff;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #ffffff;
  font-size: 16px;
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-col ul li a:hover {
  color: var(--primary-orange);
}

.footer-col-newsletter p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #a0a0a0;
}

.newsletter-form {
  position: relative;
  display: flex;
  border: 1px solid #333333;
  border-radius: 30px;
  overflow: hidden;
  background-color: transparent;
}

.newsletter-form input {
  flex-grow: 1;
  background-color: transparent;
  border: none;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 14px;
}

.newsletter-form input:focus {
  outline: none;
}

.newsletter-form button {
  background-color: var(--primary-orange);
  color: #ffffff;
  border: none;
  padding: 15px 50px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-radius: 30px;
  margin: 3px;
  transition: background-color 0.3s ease;
}

.newsletter-form button:hover {
  background-color: var(--primary-orange-hover);
}

.footer-bottom {
  border-top: 1px solid #333333;
  padding-top: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #666666;
}

.scroll-top-btn {
  position: absolute;
  right: 0;
  top: calc(50% + 12.5px);
  transform: translateY(-50%);
  font-size: 30px;
  color: #666666;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
}

.scroll-top-btn:hover {
  color: var(--primary-orange);
  transform: translateY(calc(-50% - 3px));
}

/* Credit footer: text alb, inimioara portocalie, link alb + bold */
.copyright-text {
  color: #ffffff;
}

.copyright-text .heart-beat {
  color: var(--primary-orange);
  display: inline-block;
  animation: wr-heartbeat 1.2s ease-in-out infinite;
}

.copyright-text .footer-credit-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.copyright-text .footer-credit-link:hover {
  color: #ffffff;
  text-decoration: underline;
  opacity: 0.85;
}

@keyframes wr-heartbeat {
  0%, 100% { transform: scale(1); }
  15%      { transform: scale(1.3); }
  30%      { transform: scale(1); }
  45%      { transform: scale(1.2); }
  60%      { transform: scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .copyright-text .heart-beat { animation: none; }
}

/* ==========================================================================
   13. ABOUT & TEAM PAGES
   ========================================================================== */
.about-page-header {
    background-color: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    margin: 0 40px;
}

.about-page-header .top-utility-bar,
.about-page-header .main-navbar {
    margin-left: 0;
    margin-right: 0;
}

.floating-player-card.about-tuner {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
}

.about-live-stream-box {
    width: 100%;
    padding: 40px 40px 20px 40px;
    box-sizing: border-box;
}

.about-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 50px;
    padding: 20px;
    align-items: center;
}

.about-img-col {
    width: 100%;
    height: 100%;
}

.about-main-img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.about-mission-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mission-label {
    font-family: "Roboto Condensed", sans-serif;
    color: var(--primary-orange);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.about-mission-col h1,
.about-mission-col h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 42px;
    color: var(--text-primary);
    font-weight: 700;
    line-height: 1.15;
    margin: 0;
    text-transform: uppercase;
}

.about-mission-col p {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.team-section {
    padding: 20px 40px 10px 40px;
    width: 100%;
    box-sizing: border-box;
}

.team-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.team-grid::-webkit-scrollbar {
    height: 6px;
}

.team-grid::-webkit-scrollbar-track {
    background: transparent;
}

.team-grid::-webkit-scrollbar-thumb {
    background: var(--border-color);
    border-radius: 10px;
}

.team-grid::-webkit-scrollbar-thumb:hover {
    background: var(--text-secondary);
}

.team-card {
    border: 1px solid var(--border-color);
    border-radius: 24px;
    overflow: hidden;
    background-color: var(--card-bg);
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(24.22% - 26px);
    min-width: 240px;
    transition: var(--transition-smooth);
}

.team-card:hover {
    border-color: var(--primary-orange);
}

.team-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.team-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: var(--transition-smooth);
}



.team-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.team-info h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.team-role {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-orange);
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    letter-spacing: 0.05em;
}

.team-info p {
    font-family: var(--font-main);
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.team-socials {
    display: flex;
    gap: 12px;
}

.team-socials a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    text-decoration: none;
    transition: var(--transition-smooth);
}

.team-socials a svg {
    transition: fill var(--transition-smooth);
}

.team-socials a:hover {
    background-color: var(--text-primary);
    color: #ffffff;
    border-color: var(--text-primary);
}

.team-socials a:hover svg {
    color: #ffffff;
}

/* ==========================================================================
   Consolidated Responsive Media Queries
   ========================================================================== */

@media (max-width: 1200px) {
    .floating-player-card {
        grid-template-columns: 33% 40% 27%;
        width: calc(100% - 80px);
        margin: 0 auto 16px auto;
    }
    
    .nav-menu {
        gap: 8px;
        margin-right: 20px;
    }
    
    .nav-item {
        font-size: 15px;
    }
    
    .nav-item a {
        padding: 8px 12px;
    }
    
    .nav-item.active a {
        padding: 8px 20px !important;
    }
    
    .navbar-listen-btn {
        width: 150px;
        font-size: 13px;
        padding: 10px 0;
    }
    
    .navbar-logo.logo {
        width: auto;
        height: 55px;
    }

    .navbar-logo.logo .logo-title {
        font-size: 23px;
    }

    .navbar-logo.logo .logo-waveform-svg {
        width: 20px;
        height: 16px;
    }

    .navbar-logo.logo .logo-subtitle {
        font-size: 10px;
        letter-spacing: 2.5px;
    }
}

@media (max-width: 991px) {
    .hero-header-section {
        background-size: cover;
        background-position: center center;
        height: auto;
        min-height: 100vh;
        padding-bottom: 20px;
    }
    
    .hero-container {
        padding: 40px 20px;
        max-width: 100%;
        text-align: center;
    }
    
    .hero-text-content {
        margin: 0 auto;
        max-width: 100%;
    }
    
    .hero-buttons {
        justify-content: center;
    }
    
    .floating-player-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        margin: 0 20px 16px 20px;
        width: calc(100% - 40px);
        max-width: 100%;
    }
    
    .player-station-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding-right: 0;
        padding-bottom: 15px;
    }

    .player-action-icons {
        justify-content: center;
    }

    .live-status {
        justify-content: center;
    }
    
    .player-tuner-section {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 0 0 15px 0;
    }
    
    .player-controls-section {
        padding-left: 0;
        padding-right: 0;
        align-self: stretch;
    }
    
    .station-filters-section {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }
    
    .filters-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .site-footer {
        padding: 60px 20px 20px;
        margin: 0 20px;
        max-width: calc(100% - 40px);
    }
    
    .app-banner-section {
        padding: 15px 20px 20px 20px;
    }

    .nav-menu {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
    
    .lang-selector-wrapper,
    .navbar-listen-btn {
        display: none !important;
    }

    .live-section {
        padding: 9px 20px;
    }

    .footer-columns {
        flex-direction: column;
        gap: 40px;
    }

    .newsletter-form {
        flex-direction: column;
        border: none;
        width: 100%;
    }

    .newsletter-form input {
        border: 1px solid #333333;
        border-radius: 30px;
        margin-bottom: 15px;
        width: 100%;
        box-sizing: border-box;
    }

    .newsletter-form button {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .footer-col-newsletter p {
        font-size: 13px;
    }
    
    .app-banner {
        flex-direction: column;
        text-align: center;
        padding-bottom: 0;
    }

    .banner-text {
        padding: 40px 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .title-with-apps {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 20px;
    }

    .about-page-header {
        margin: 0;
    }

    .top-utility-bar {
        margin: 0;
        padding: 12px 20px;
    }
    
    .main-navbar {
        margin: 0;
        padding: 20px 20px;
    }

    .about-live-stream-box {
        padding: 20px;
    }
    
    .about-card {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    
    .about-img-col {
        height: 320px;
    }
    
    .about-mission-col h2 {
        font-size: 32px;
    }
    
    .team-section {
        padding: 20px 20px 10px 20px;
    }
}

@media (max-width: 768px) {
    .top-utility-bar {
        padding: 10px 20px;
        margin: 0;
    }
    
    .top-bar-visualizer {
        display: none; /* Hide visualizer on small mobiles to save space */
    }
    
    .main-navbar {
        padding: 15px 20px;
        margin: 0;
    }
    
    .hero-title {
        font-size: 48px;
    }

    .hero-description {
        display: none;
    }
    
    .hero-container {
        padding: 20px 20px;
    }
    
    .floating-player-card {
        margin: 0 10px 16px 10px;
        width: calc(100% - 20px);
        padding: 15px;
    }

    .player-cover {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .btn-outline {
        background-color: #ffffff;
        border-color: #ffffff;
        color: var(--text-primary);
    }

    .btn-outline:hover {
        background-color: #f5f5f5;
        border-color: #f5f5f5;
        color: var(--text-primary);
    }

    .player-tuner-section {
        display: flex !important;
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }

    .tuner-header {
        gap: 15px;
        margin-bottom: 10px;
    }

    .tuner-arrow {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .tuner-title {
        gap: 10px;
    }

    .tuner-prefix, .tuner-suffix {
        font-size: 14px;
    }

    .active-station-freq {
        font-size: 40px;
        width: 120px;
    }

    .tuner-scale-container {
        height: 38px;
    }

    .tuner-labels {
        font-size: 11px;
        top: 25px;
    }

    .tuner-needle {
        height: 22px;
    }

    .needle-line {
        height: 14px;
        width: 2px;
    }

    .needle-knob {
        width: 6px;
        height: 6px;
    }

    .stations-section {
        padding: 40px 20px;
    }

    .live-section {
        padding: 9px 20px;
    }

    .app-banner-section {
        padding: 15px 20px 20px 20px;
    }

    .app-banner {
        border-radius: 20px;
    }

    .banner-text {
        padding: 24px 15px;
    }

    .site-footer {
        padding: 40px 15px 20px;
        margin: 0 20px;
        max-width: calc(100% - 40px);
    }

    .about-img-col {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .top-utility-bar {
        display: none; /* Hide whole top bar on very small devices */
    }
    
    .hero-container {
        padding: 20px 10px;
    }
    
    .hero-title {
        font-size: 60px;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn-primary, .btn-outline {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   STATIONS PAGE STYLES (Find Your Station & Selected Stations)
   ========================================================================== */

.search-section {
    padding: 0 40px;
    margin-top: 40px;
    max-width: 100%;
}

.stations-search-container {
    width: 100%;
    margin-bottom: 0;
}

.stations-search-wrapper {
    position: relative;
    width: 100%;
}

.stations-search-form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 50px;
    padding: 6px 6px 6px 30px;
    transition: border-color var(--transition-smooth);
}

.stations-search-form:focus-within {
    border-color: var(--primary-orange);
}

.stations-search-form input {
    flex: 1;
    border: none;
    background: transparent;
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-primary);
    outline: none;
}

.stations-search-form input::placeholder {
    color: var(--text-muted);
}

.stations-search-clear-btn {
    display: none;
    background: none;
    border: none;
    color: var(--text-muted);
    font-size: 18px;
    cursor: pointer;
    padding: 0 12px;
    margin-right: 4px;
    align-items: center;
    justify-content: center;
    transition: color var(--transition-smooth);
    flex-shrink: 0;
}

.stations-search-clear-btn:hover {
    color: var(--primary-orange);
}

.stations-search-clear-btn.active {
    display: flex;
}

.stations-search-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-orange);
    color: #ffffff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    transition: background-color var(--transition-smooth);
    flex-shrink: 0;
}

.stations-search-btn:hover {
    background-color: var(--primary-orange-hover);
}

.stations-search-btn.playing {
    background-color: var(--text-primary);
}

.stations-search-btn.playing:hover {
    background-color: var(--primary-orange);
}

.search-hint {
    font-size: 13px;
    color: var(--text-secondary);
    margin-top: 15px;
    margin-left: 30px;
}

/* Search Dropdown Results Menu */
.search-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--card-bg);
    border-radius: 20px;
    box-shadow: var(--shadow-premium);
    margin-top: 10px;
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    border: 1px solid var(--border-color);
}

.search-dropdown-menu.active {
    display: block;
}

.search-dropdown-item {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    cursor: pointer;
    border-bottom: 1px solid var(--border-color);
    transition: background-color var(--transition-smooth);
}

.search-dropdown-item:last-child {
    border-bottom: none;
}

.search-dropdown-item:hover {
    background-color: var(--active-bg);
}

.search-dropdown-item-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-color);
}

.search-dropdown-item-text {
    flex: 1;
}

.search-dropdown-item-title {
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 16px;
    color: var(--text-primary);
    margin-bottom: 3px;
}

.search-dropdown-item-genre {
    font-family: var(--font-main);
    font-size: 13px;
    color: var(--text-secondary);
}

.search-dropdown-no-results {
    padding: 20px;
    text-align: center;
    color: var(--text-secondary);
    font-style: italic;
    font-family: var(--font-main);
}

/* Selected Stations Section */
.stations-page-section {
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 100%;
}

.stations-page-section + .app-banner-section {
    padding-top: 40px;
}

.stations-page-section .stations-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.clear-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-main);
    font-weight: 700;
    color: var(--primary-orange);
    font-size: 14px;
    letter-spacing: 0.05em;
    transition: color var(--transition-smooth), transform var(--transition-smooth);
}

.clear-all-btn:hover {
    color: var(--primary-orange-hover);
    transform: translateY(-1px);
}

.stations-page-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.stations-page-card {
    border: 1px solid var(--border-color);
    border-radius: 20px;
    min-height: 380px;
    background-color: var(--card-bg);
    transition: border-color var(--transition-smooth), opacity 0.3s ease, transform 0.3s ease;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr auto;
    padding: 40px;
    position: relative;
}

.stations-page-card:hover {
    border-color: var(--primary-orange);
}

.close-sp-card {
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 30px;
    width: 27px;
    height: 27px;
    color: var(--text-muted);
    text-decoration: none;
    background-color: var(--bg-color);
    border-radius: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
}

.close-sp-card:hover {
    color: #ffffff;
    background-color: var(--primary-orange);
}

.stations-page-card .sp-card-text {
    grid-row: 1;
    grid-column: 1 / 3;
}

.stations-page-card .sp-card-text h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    color: var(--text-primary);
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.stations-page-card .sp-card-text p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: var(--text-secondary);
    font-size: 20px;
    margin-top: 5px;
}

.stations-page-card .sp-card-stats {
    grid-row: 2;
    grid-column: 1;
    align-self: end;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stations-page-card .sp-card-play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--text-primary);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.stations-page-card .sp-card-play-btn i {
    font-size: 20px;
    color: var(--text-primary);
    margin-left: 2px;
    transition: color var(--transition-smooth);
}

.stations-page-card .sp-card-play-btn:hover,
.stations-page-card .sp-card-play-btn.playing {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
}

.stations-page-card .sp-card-play-btn:hover i,
.stations-page-card .sp-card-play-btn.playing i {
    color: #ffffff;
    margin-left: 0;
}

.stations-page-card .sp-listening-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stations-page-card .sp-listening-count {
    font-family: var(--font-main);
    font-weight: 700;
    color: var(--text-primary);
    font-size: 15px;
    letter-spacing: 0.02em;
}

.stations-page-card .sp-waveform-icon {
    color: var(--primary-orange);
    font-size: 18px;
}

.stations-page-card .sp-station-img {
    grid-row: 2;
    grid-column: 2;
    align-self: end;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-color);
    padding: 5px;
}

/* Custom modal overlay */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 22, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-smooth);
    backdrop-filter: blur(8px);
}

.custom-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.custom-modal {
    background: var(--card-bg);
    border-radius: 24px;
    padding: 40px;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: var(--shadow-premium);
    transform: translateY(20px);
    transition: transform var(--transition-smooth);
    border: 1px solid var(--border-color);
}

.custom-modal-overlay.active .custom-modal {
    transform: translateY(0);
}

.custom-modal-icon {
    color: var(--primary-orange);
    font-size: 64px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.custom-modal-title {
    font-family: var(--font-main);
    font-weight: 800;
    font-size: 24px;
    color: var(--text-primary);
    margin: 0 0 12px 0;
}

.custom-modal-text {
    font-family: var(--font-main);
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0 0 30px 0;
    line-height: 1.6;
}

.custom-modal-actions {
    display: flex;
    gap: 15px;
    width: 100%;
}

.modal-btn-cancel,
.modal-btn-confirm {
    flex: 1;
    padding: 14px 24px;
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.modal-btn-cancel {
    border: 1px solid var(--border-color);
    background: transparent;
    color: var(--text-primary);
}

.modal-btn-cancel:hover {
    background: var(--border-color);
}

.modal-btn-confirm {
    border: none;
    background: var(--primary-orange);
    color: #ffffff;
}

.modal-btn-confirm:hover {
    background: var(--primary-orange-hover);
}

/* Contact Page Section */
.contact-page-section {
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 0;
    max-width: 100%;
}

.contact-page-section + .app-banner-section {
    padding-top: 40px;
}

.contact-container {
    display: flex;
    gap: 30px;
    width: 100%;
    max-width: 100%;
}

.contact-info-col {
    flex: 1;
}

.contact-form-col {
    flex: 1.5;
}

.contact-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 40px;
    box-sizing: border-box;
    height: 100%;
}

.contact-card h1,
.contact-card h2,
.contact-card h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.contact-card p {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 25px;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.info-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.info-list li:last-child {
    margin-bottom: 0;
}

.info-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-orange);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    flex-shrink: 0;
}

.info-text {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-primary);
    line-height: 1.5;
}

.contact-map {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.contact-map iframe {
    display: block;
}

.contact-form .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form .form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-primary);
    background-color: transparent;
    box-sizing: border-box;
    transition: var(--transition-smooth);
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 3px rgba(255, 111, 0, 0.1);
}

.contact-form textarea {
    resize: vertical;
}

/* Media Queries for Responsiveness */
@media (max-width: 1200px) {
    .stations-page-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .search-section {
        padding: 0 20px;
        margin-top: 30px;
    }
    
    .stations-page-section {
        padding: 30px 20px;
    }
    
    .stations-page-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stations-page-card {
        padding: 30px;
        min-height: 340px;
    }
    
    .stations-page-card .sp-station-img {
        width: 130px;
        height: 130px;
    }

    .contact-container {
        flex-direction: column;
        gap: 30px;
    }

    .contact-form .form-row {
        flex-direction: column;
        gap: 20px;
    }

    .contact-page-section {
        padding: 0 20px;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .contact-page-section + .app-banner-section {
        padding-top: 30px;
    }

    .contact-card {
        padding: 30px 20px;
    }
}

@media (max-width: 576px) {
    .stations-page-grid {
        grid-template-columns: 1fr;
    }
    
    .stations-page-card {
        min-height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 20px;
    }
    
    .stations-page-card .sp-station-img {
        grid-row: 1;
        grid-column: 1;
        justify-self: center;
        width: 140px;
        height: 140px;
    }
    
    .stations-page-card .sp-card-text {
        grid-row: 2;
        grid-column: 1;
        text-align: center;
    }
    
    .stations-page-card .sp-card-stats {
        grid-row: 3;
        grid-column: 1;
        align-self: center;
        align-items: center;
    }
    
    .stations-search-form {
        padding: 6px 6px 6px 15px;
    }
    
    .stations-search-form input {
        font-size: 14px;
    }
    
    .custom-modal {
        padding: 30px 20px;
    }
}


/* ==========================================================================
   BLOG PAGE STYLES (Ported from Light Theme)
   ========================================================================== */

/* --- Blog Page Styles --- */
.blog-page-section {
  padding: 40px 40px 0 40px;
  max-width: 100%;
}

.blog-container {
  display: grid;
  grid-template-columns: 380px 1fr 380px;
  grid-template-areas: "left-sidebar main-content right-sidebar";
  gap: 40px;
  width: 100%;
  align-items: start;
}

.blog-sidebar-left {
  grid-area: left-sidebar;
}

.blog-main-content {
  grid-area: main-content;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.blog-sidebar-right {
  grid-area: right-sidebar;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.blog-posts-area {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.single-post-card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  /* clear floats */
}

.single-post-image {
  float: left;
  width: 40%;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 12px;
  object-fit: cover;
}

.single-post-text {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #4a4a4a;
  text-align: justify;
  margin-bottom: 20px;
}

.single-post-text:last-child {
  margin-bottom: 0;
}

/* Post Comments Section */
.post-comments-section {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
}

.comments-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
  color: #000;
}

.comments-list {
  margin-bottom: 50px;
}

.comment {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}

.comment-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 24px;
  flex-shrink: 0;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.comment-content {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 12px;
  flex: 1;
}

.comment-content h4 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  margin: 0 0 5px;
  font-size: 16px;
  color: #000;
}

.comment-date {
  font-family: "Roboto", Helvetica, sans-serif;
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 15px;
}

.comment-content p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.reply-btn {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: var(--primary-orange);
  text-decoration: none;
  transition: color 0.3s;
}

.reply-btn:hover {
  color: #000;
}

.leave-comment-form h3 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}

.leave-comment-form p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  color: #777;
  margin-bottom: 25px;
}

.leave-comment-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.leave-comment-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}

.leave-comment-form input,
.leave-comment-form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 15px;
  background: #ffffff;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

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

.submit-comment-btn {
  background-color: var(--primary-orange);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-comment-btn:hover {
  background-color: #000;
}

/* Sidebar Blocks */
.sidebar-block {
  background: transparent;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  padding: 40px 30px;
}

.sidebar-block h3 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}

/* Categories List */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.category-list li:hover .cat-name,
.category-list li.active .cat-name {
  color: var(--primary-orange);
  font-weight: 700;
}

.category-list li .cat-badge {
  background-color: #e6ecef;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  min-width: 28px;
  height: 28px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}

.category-list li.active .cat-badge {
  background-color: var(--primary-orange);
  color: #fff;
}

/* Tags Block */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tags-container .tag {
  background-color: #f4f6f8;
  color: #333;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 20px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s;
}

.tags-container .tag:hover {
  background-color: var(--primary-orange);
  color: #fff;
}

/* Newsletter Block */
.newsletter-block {
  text-align: center;
}

.newsletter-icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #fff5f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.newsletter-icon-wrapper i {
  font-size: 36px;
  color: var(--primary-orange);
}

.newsletter-block h3 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #111;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 24px;
}

.newsletter-block p {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 25px;
}

.blog-newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.blog-newsletter-form input {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}

.blog-newsletter-form input:focus {
  border-color: var(--primary-orange);
}

.blog-newsletter-form button {
  width: 100%;
  padding: 14px 15px;
  background-color: var(--primary-orange);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}

.blog-newsletter-form button:hover {
  background-color: #e65500;
}

/* Post Card */
.blog-post-card {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: 1px solid #b0b0b0;
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.blog-post-card:hover {
  border-color: var(--primary-orange);
}

.blog-post-card .post-image {
  width: 100%;
  height: 500px !important;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-post-card:hover .post-image {
  transform: scale(1.03);
}

.blog-post-card .post-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.blog-post-card .post-category {
  color: var(--primary-orange);
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-post-card .post-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin: 0 0 15px 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.blog-post-card .post-excerpt {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 0 0 15px 0;
}

.blog-post-card .post-meta-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-card .post-meta {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.blog-post-card .post-arrow {
  color: var(--primary-orange);
  font-size: 22px;
  text-decoration: none;
  transition: transform 0.3s;
}

.blog-post-card:hover .post-arrow {
  transform: translateX(5px);
}

/* Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.blog-pagination a,
.blog-pagination span {
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
}

.blog-pagination a.page-arrow {
  color: var(--primary-orange);
}

.blog-pagination a:hover:not(.active) {
  background-color: #f4f6f8;
}

.blog-pagination a.active {
  background-color: var(--primary-orange);
  color: #fff;
}



/* --- Blog Page Responsive Rules --- */

  .blog-posts-area {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1250px) {
  .blog-container {
    grid-template-columns: 1fr;
    grid-template-areas: 
      "main-content"
      "left-sidebar"
      "right-sidebar";
    gap: 40px;
  }

  .blog-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .sidebar-block.newsletter-block {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .sidebar-block.newsletter-block {
    grid-column: span 1;
  }

  .blog-post-card .post-image {
    height: 250px !important;
  }
}



/* --- Blog Search & Recent Posts Sidebar Updates --- */

.blog-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.blog-search-form input {
  width: 100%;
  background: #f4f6f8;
  border: 1px solid #b0b0b0;
  padding: 14px 50px 14px 20px;
  border-radius: 30px;
  color: #000000;
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.blog-search-form input:focus {
  border-color: var(--primary-orange);
  background: #ffffff;
  box-shadow: 0 0 10px rgba(209, 74, 28, 0.2);
}

.blog-search-form button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #333333;
  cursor: pointer;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.blog-search-form button:hover {
  color: var(--primary-orange);
}

.recent-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recent-posts-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 20px;
}

.recent-posts-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.recent-post-item {
  display: flex;
  gap: 15px;
  text-decoration: none;
  align-items: center;
}

.recent-post-item img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.recent-post-item:hover img {
  border-color: var(--primary-orange);
  transform: scale(1.05);
}

.recent-post-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.recent-post-title {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: #000000;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.recent-post-item:hover .recent-post-title {
  color: var(--primary-orange);
}

.recent-post-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.8rem;
  color: #999999;
}

/* --- Breadcrumbs --- */
.breadcrumbs-container {
    padding: 0 40px;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 100%;
    box-sizing: border-box;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-item {
    color: #333333;
    text-decoration: none;
    transition: color var(--transition-smooth);
}

.breadcrumb-item:hover {
    color: var(--primary-orange);
}

.breadcrumb-separator {
    color: #999999;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.breadcrumb-item.active {
    color: #ff6f01;
    font-weight: 400;
    cursor: default;
}

@media (max-width: 2000px) {
    .breadcrumbs {
        display: flex;
        align-items: center;
        gap: 12px;
        font-family: var(--font-main);
        font-size: 14px;
    }
}

/* Mobile responsiveness for breadcrumbs */
@media (max-width: 992px) {
    .breadcrumbs-container {
        padding: 0 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
}

/* ==========================================================================
   20. PLAYLIST & STATIONS TABLE PAGE
   ========================================================================== */
.playlist-page-section {
    padding: 0 40px;
    margin-bottom: 40px;
    box-sizing: border-box;
    width: 100%;
}

/* Featured Header Card */
.playlist-header-box {
    display: flex;
    align-items: stretch;
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
}

.playlist-header-col {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.playlist-header-col.col-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex: 0 0 auto;
    width: fit-content;
    padding-right: 20px;
}

.playlist-header-col.col-mid {
    flex: 1 1 auto;
    padding: 0 20px;
    justify-content: flex-end;
}

.playlist-header-col.col-right-placeholder {
    flex: 0 0 80px;
    width: 80px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* 20-Band Graphic Equalizer Styles */
.playlist-eq-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 10px 0;
}

.playlist-eq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
    padding-left: 2.5%;
    padding-right: 2.5%;
    box-sizing: border-box;
}

.playlist-eq-header .eq-status-indicator {
    margin-bottom: 0;
}

.btn-eq-reset {
    background: transparent;
    border: none;
    color: var(--primary-orange);
    font-family: var(--font-main);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 2px 0;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.btn-eq-reset:hover {
    color: var(--primary-orange-hover);
}

.playlist-eq-sliders {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 150px;
    width: 100%;
    box-sizing: border-box;
}

.eq-channel {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    height: 100%;
    justify-content: flex-end;
}

.eq-track {
    position: relative;
    width: 1px;
    height: 110px;
    background-color: var(--border-color);
    cursor: pointer;
}

/* Horizontal ticks background for equalizer channels */
.eq-track::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 100%;
    background: repeating-linear-gradient(to bottom,
        transparent 0px,
        transparent 4px,
        var(--text-muted) 4px,
        var(--text-muted) 5px,
        transparent 5px,
        transparent 8px
    );
    opacity: 0.6;
}

.eq-handle {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 18px;
    height: 22px;
    background-color: #ff6e00;
    border: 1px solid #000;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    bottom: 50%; /* center */
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    z-index: 2;
}

.eq-handle .handle-dot {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
}

.eq-handle:active {
    cursor: grabbing;
    transform: translate(-50%, 50%) scale(1.15);
}

.eq-track:hover .eq-handle,
.eq-handle.dragging {
    background-color: #333333;
}

.eq-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: var(--text-secondary);
    margin-top: 6px;
    text-align: center;
    pointer-events: none;
    white-space: nowrap;
}

/* Custom Vertical Volume Slider Styles */
.vertical-volume-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 100%;
    width: 100%;
}

.vertical-volume-slider {
    position: relative;
    width: 20px;
    height: 150px;
    cursor: pointer;
}

.slider-track-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
}

/* Horizontal ticks background for volume slider track */
.slider-track-line::before {
    content: '';
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 100%;
    background: repeating-linear-gradient(to bottom,
        transparent 0px,
        transparent 4px,
        var(--text-muted) 4px,
        var(--text-muted) 5px,
        transparent 5px,
        transparent 8px
    );
    opacity: 0.6;
}

.slider-fill-line {
    display: none;
}

.slider-handle {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 50%);
    width: 20px;
    height: 25px;
    background-color: #ff6e00;
    border: 1px solid #000;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
    z-index: 2;
    will-change: bottom;
}

.slider-handle .handle-dot {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
}

.slider-handle:active {
    cursor: grabbing;
    transform: translate(-50%, 50%) scale(1.15);
}

.vertical-volume-slider:hover .slider-handle,
.slider-handle.dragging {
    background-color: #333333;
}

.volume-slider-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #515151;
}

.playlist-header-divider {
    width: 1px;
    background-color: var(--border-color);
    align-self: stretch;
    margin: 10px 0;
    flex-shrink: 0;
}


.playlist-cover-wrapper {
    width: auto;
    height: 190px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color);
    background-color: #fafafa;
}

.playlist-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.playlist-info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 380px;
    width: 100%;
    text-align: left;
}

.playlist-tag {
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-orange);
    background-color: rgba(255, 111, 0, 0.08);
    padding: 4px 10px;
    border-radius: 4px;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    font-family: var(--font-main);
}

.playlist-title {
    font-size: 30px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 10px 0;
    font-family: var(--font-main);
    line-height: 1.2;
}

.playlist-description {
    font-size: 15px;
    color: var(--text-secondary);
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-family: var(--font-main);
    word-wrap: break-word;
}

.playlist-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.btn-play-all {
    background-color: var(--primary-orange);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-main);
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 111, 0, 0.15);
}

.btn-play-all:hover {
    background-color: var(--primary-orange-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 111, 0, 0.25);
}

.btn-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: #ffffff;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-icon-circle:hover {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    background-color: rgba(255, 111, 0, 0.04);
    transform: translateY(-2px);
}

.btn-icon-circle.liked {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 111, 0, 0.2);
}

.btn-icon-circle.liked i {
    font-weight: 900; /* Force solid FontAwesome icon */
}

.playlist-visualizer-placeholder {
    width: 250px;
    height: 120px;
    flex-shrink: 0;
}

/* Playlist Table Layout */
.playlist-table-container {
    width: 100%;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    background-color: #ffffff;
    padding: 20px 30px;
    box-sizing: border-box;
    overflow-x: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
}

.playlist-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: var(--font-main);
}

.playlist-table th {
    padding: 15px 10px;
    font-size: 12px;
    font-weight: 700;
    color: #999999;
    border-bottom: 1px solid var(--border-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.playlist-table td {
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 15px;
    color: var(--text-primary);
}

.playlist-table tbody tr {
    border-bottom: 1px solid #f8f8f8;
    transition: background-color 0.2s ease;
}

.playlist-table tbody tr:hover {
    background-color: #fafafa;
}

.playlist-table tbody tr:last-child {
    border-bottom: none;
}

/* Table columns customization */
.playlist-table .col-num {
    width: 50px;
    text-align: center;
    color: #999999;
    font-family: var(--font-main);
    font-size: 15px;
}

.playlist-table .col-title {
    width: 45%;
    padding-left: 20px;
}

.playlist-table .col-genre {
    width: 30%;
}

.playlist-table .col-plays {
    width: 120px;
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 500;
    color: #555555;
}

.playlist-table .col-likes {
    width: 120px;
    font-family: var(--font-main);
    font-size: 15px;
    font-weight: 500;
    color: #555555;
    position: relative;
}

.playlist-table .col-action {
    width: 120px;
    text-align: right;
}

/* Station Details in Cell */
.playlist-station-title-cell {
    display: flex;
    align-items: center;
    gap: 15px;
}

.playlist-table-img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--border-color);
}

.playlist-table-name {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

/* Genre Badge */
.genre-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #f4f4f4;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Table Row Play Button */
.btn-row-play {
    background-color: transparent;
    border: 1px solid var(--text-primary);
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-primary);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
    font-family: var(--font-main);
    text-transform: uppercase;
}

.btn-row-play:hover {
    background-color: var(--text-primary);
    color: #ffffff;
}

.btn-row-play.playing {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: #ffffff;
}

.btn-row-play.playing:hover {
    background-color: var(--primary-orange-hover);
    border-color: var(--primary-orange-hover);
}

/* Responsiveness media queries for Playlist section */
@media (max-width: 991px) {
    .playlist-page-section {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .playlist-header-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 25px;
    }

    .playlist-header-col.col-left {
        flex-direction: column;
        gap: 20px;
        padding-right: 0;
    }

    .playlist-header-col.col-mid,
    .playlist-header-col.col-right-placeholder {
        display: none;
    }

    .playlist-header-divider {
        display: none;
    }

    .playlist-info-block {
        align-items: center;
        text-align: center;
    }

    .playlist-info-block .playlist-tag {
        align-self: center;
    }

    .playlist-info-block .playlist-title {
        font-size: 28px;
    }

    .playlist-info-block .playlist-description {
        font-size: 14px;
        text-align: center;
        margin-bottom: 15px;
    }

    .playlist-visualizer-placeholder {
        display: none;
    }

    .playlist-table-container {
        padding: 15px;
    }

    .playlist-table th, .playlist-table td {
        padding: 12px 8px;
    }
    
    .playlist-table .col-genre {
        width: 120px;
    }
    
    .playlist-table .col-plays,
    .playlist-table .col-likes {
        width: 80px;
    }
}

/* Playlist Pagination */
.playlist-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.playlist-pagination a {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    text-decoration: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    background-color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

.playlist-pagination a.page-arrow {
    color: var(--primary-orange);
}

.playlist-pagination a.page-arrow.disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.playlist-pagination a:hover:not(.active):not(.disabled) {
    border-color: var(--primary-orange);
    color: var(--primary-orange);
    background-color: rgba(255, 111, 0, 0.04);
    transform: translateY(-2px);
}

.playlist-pagination a.active {
    background-color: var(--primary-orange);
    border-color: var(--primary-orange);
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(255, 111, 0, 0.2);
}

/* ==========================================================================
   21. STREAMING ARCHIVE SECTION
   ========================================================================== */
.archive-page-section {
    padding: 0 40px;
    margin-top: 40px;
    margin-bottom: 60px;
    max-width: 100%;
    box-sizing: border-box;
}

.archive-header-intro {
    margin-bottom: 40px;
}

.archive-label {
    display: inline-block;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-orange);
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.archive-header-intro h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.archive-subtitle {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-secondary);
}

.archive-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.archive-section-header .box-title {
    border-left: 3px solid var(--primary-orange);
    padding-left: 15px;
    display: flex;
    align-items: baseline;
    gap: 15px;
}

.archive-section-header .title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--text-primary);
    letter-spacing: 0.03em;
    margin: 0;
}

.selected-date-display {
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 600;
    color: var(--text-secondary);
}

/* Date Grid Layout */
.archive-date-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* Date Card styles */
.archive-date-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-smooth);
}

.archive-date-card .date-card-month {
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 700;
    color: var(--text-secondary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: var(--transition-smooth);
}

.archive-date-card .date-card-day-num {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 44px;
    color: var(--text-primary);
    line-height: 1;
    margin: 8px 0;
    transition: var(--transition-smooth);
}

.archive-date-card .date-card-day-name {
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: var(--transition-smooth);
}

/* Date card hover & active */
.archive-date-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-premium);
}

.archive-date-card.active {
    border: 2px solid var(--primary-orange);
    background-color: var(--active-bg);
}

.archive-date-card.active .date-card-month,
.archive-date-card.active .date-card-day-num,
.archive-date-card.active .date-card-day-name {
    color: var(--primary-orange);
}

/* Divider styling */
.archive-divider {
    border: 0;
    height: 1px;
    background-color: var(--border-color);
    margin: 40px 0;
}

/* Shows Grid Layout */
.archive-shows-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* Show Card Styles */
.show-archive-card {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    transition: var(--transition-smooth);
    position: relative;
    box-sizing: border-box;
}

.show-archive-card:hover {
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-premium);
    transform: translateY(-3px);
}

.show-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.show-dj-avatar-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid var(--border-color);
    background-color: #f5f3ee;
    transition: var(--transition-smooth);
}

.show-archive-card:hover .show-dj-avatar-wrapper {
    border-color: var(--primary-orange);
}

.show-dj-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.show-time-badge {
    font-family: var(--font-main);
    font-size: 12px;
    font-weight: 700;
    color: var(--text-secondary);
    background-color: #f5f3ee;
    padding: 6px 12px;
    border-radius: 20px;
}

.show-card-body {
    margin-top: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.show-card-genre {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.show-card-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 22px;
    color: var(--text-primary);
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 6px 0;
}

.show-card-host {
    font-family: var(--font-main);
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-orange);
}

.show-card-tags {
    font-family: var(--font-main);
    font-size: 13px;
    color: var(--text-secondary);
    margin-top: 10px;
    line-height: 1.4;
}

.show-card-footer {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-listen-label {
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 700;
    color: var(--text-secondary);
    transition: var(--transition-smooth);
}

.show-archive-card:hover .show-listen-label {
    color: var(--primary-orange);
}

.show-card-play-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-orange);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-button);
}

.show-card-play-btn:hover {
    background-color: var(--primary-orange-hover);
    transform: scale(1.05);
}

.show-card-play-btn i {
    font-size: 14px;
    margin-left: 2px; /* Center play icon slightly */
}

.show-archive-card.playing {
    border-color: var(--primary-orange);
    background-color: var(--active-bg);
}

.show-archive-card.playing .show-card-play-btn {
    background-color: var(--text-primary);
}

/* --- Podcast Page Styles --- */
.podcast-page-section {
  padding: 40px 40px 0 40px;
  max-width: 100%;
}

.podcast-header-intro {
  margin-bottom: 50px;
}

.podcast-label {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-orange);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.podcast-header-intro h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.podcast-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--text-secondary);
}

.podcast-container {
  display: grid;
  grid-template-columns: 380px 1fr 380px;
  grid-template-areas: "left-sidebar main-content right-sidebar";
  gap: 40px;
  width: 100%;
  align-items: start;
}

.dj-info-container {
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-template-areas: "main-content right-sidebar";
  gap: 40px;
  width: 100%;
  align-items: start;
}

.dj-info-container .podcast-active-cover-img {
  width: 300px;
  height: 300px;
  border-radius: 16px;
}

.podcast-sidebar-left {
  grid-area: left-sidebar;
}

.podcast-main-content {
  grid-area: main-content;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.podcast-sidebar-right {
  grid-area: right-sidebar;
}

.podcast-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Category list style in left sidebar */
.podcast-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.podcast-category-list li {
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid var(--border-color);
  font-family: var(--font-main);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  background-color: #ffffff;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.podcast-category-list li:hover {
  border-color: var(--primary-orange);
  color: var(--primary-orange);
  transform: translateX(3px);
}

.podcast-category-list li.active {
  background-color: var(--active-bg);
  border-color: var(--primary-orange);
  color: var(--primary-orange);
}

/* Active header block: image floated left, description wraps */
.podcast-active-header-block {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 30px;
  overflow: hidden; /* Clear floats */
}

.podcast-active-header-block h2 {
  font-family: var(--font-main);
  font-weight: 800;
  font-size: 32px;
  color: var(--text-primary);
  margin: 0 0 4px 0;
}

.podcast-active-host {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-orange);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

.podcast-active-cover-img {
  float: left;
  width: 240px;
  height: 240px;
  border-radius: 12px;
  margin-right: 30px;
  margin-bottom: 15px;
  object-fit: cover;
  box-shadow: var(--shadow-premium);
}

.podcast-active-desc-text {
  font-family: var(--font-main);
  font-size: 17px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 24px;
}

.podcast-active-desc-text p {
  margin: 0 0 18px 0;
}

.podcast-active-desc-text p:last-child {
  margin-bottom: 0;
}

.podcast-active-meta-row {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  clear: both; /* Clear float */
  padding-top: 20px;
  border-top: 1px dashed var(--border-color);
}

.podcast-subscribe-section {
  display: flex;
  align-items: center;
  gap: 12px;
}

.podcast-subscribe-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.podcast-subscribe-icons {
  display: flex;
  gap: 8px;
}

.podcast-sub-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f3ee;
  color: var(--text-secondary);
  font-size: 14px;
  transition: var(--transition-smooth);
}

.podcast-sub-icon:hover {
  background-color: var(--primary-orange);
  color: #ffffff;
  transform: translateY(-2px);
}

.podcast-share-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.podcast-share-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}

.podcast-share-links {
  display: flex;
  gap: 12px;
}

.podcast-share-btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: var(--transition-smooth);
  cursor: pointer;
}

.podcast-share-btn:hover {
  color: var(--primary-orange);
}

.podcast-divider {
  border: 0;
  border-top: 1px solid var(--border-color);
  margin: 30px 0;
}

/* Episodes Grid (5 columns on desktop) */
.podcast-episodes-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Episode Card Design (different from archive) */
.episode-card {
  background-color: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.episode-card:hover {
  border-color: var(--primary-orange);
  box-shadow: var(--shadow-premium);
}

.episode-card-image-wrapper {
  position: relative;
  width: 100%;
  /* height: 220px; */
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.episode-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.episode-card:hover .episode-card-img {
  transform: scale(1.06);
}

.episode-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.episode-card-date {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}

.episode-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.episode-listen-row {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  width: fit-content;
}

.episode-play-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--primary-orange);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: var(--transition-smooth);
}

.episode-listen-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.episode-card:hover .episode-play-icon {
  background-color: #ffffff;
  color: var(--primary-orange);
  transform: scale(1.1);
}

.episode-card:hover .episode-listen-text {
  color: var(--primary-orange);
}

.episode-card-body {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.episode-card-excerpt {
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-secondary);
  margin: 0;
  flex-grow: 1;
}

.episode-card.playing {
  border-color: var(--primary-orange);
}

.episode-card.playing .episode-play-icon {
  background-color: var(--text-primary);
  color: #ffffff;
}

.episode-card.playing .episode-listen-text {
  color: var(--primary-orange);
}

/* More Episodes Wrapper & Button */
.podcast-more-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.btn-more-episodes {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 12px 30px;
  border-radius: 30px;
  background-color: #8c5d1a; /* Predefined brown/orange tone from theme */
  color: #ffffff;
  border: none;
  cursor: pointer;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-button);
}

.btn-more-episodes:hover {
  background-color: var(--primary-orange);
  transform: translateY(-2px);
}

/* Premium Google Ad Block styling */
.google-ad-block {
  border: 1px dashed var(--border-color);
  border-radius: 20px;
  padding: 20px;
  background-color: var(--active-bg);
}

.ad-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 12px;
}

.ad-banner-placeholder {
  background: radial-gradient(circle at center, rgba(19, 19, 19, 0.9) 0%, rgba(10, 10, 10, 0.95) 100%);
  border: 1px solid rgba(255, 111, 0, 0.25);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: var(--shadow-premium);
  position: relative;
  overflow: hidden;
}

.ad-banner-placeholder::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 111, 0, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.ad-title {
  font-family: "Syncopate", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  border-bottom: 2px solid var(--primary-orange);
  padding-bottom: 6px;
  width: 100%;
}

.ad-text {
  font-family: var(--font-main);
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.ad-btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: var(--primary-orange);
  color: #ffffff;
  text-decoration: none !important;
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-button);
}

.ad-btn:hover {
  background-color: var(--primary-orange-hover);
  transform: scale(1.05);
  color: #ffffff;
}

.ad-meta {
  font-family: var(--font-main);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 15px;
}

/* --- Shows Page Styles --- */
.shows-page-section {
  padding: 40px 40px 0 40px;
  max-width: 100%;
}

.shows-header-intro {
  margin-bottom: 50px;
}

.shows-label {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-orange);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.shows-header-intro h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.shows-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--text-secondary);
}

.shows-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 80px;
}

.show-card {
  background-color: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: var(--transition-smooth);
}

.show-card:hover {
  border-color: var(--primary-orange);
  box-shadow: var(--shadow-premium);
  transform: translateY(-5px);
}

.show-card-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.show-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.show-card:hover .show-card-img {
  transform: scale(1.05);
}

.show-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 90, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-smooth);
}

.show-card:hover .show-card-overlay {
  opacity: 1;
}

.show-card-overlay i {
  font-size: 24px;
  color: #ffffff;
  background-color: var(--primary-orange);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-premium);
}

.show-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.show-card-genre {
  font-family: var(--font-main);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary-orange);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.show-card-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 4px;
  text-transform: uppercase;
}

.show-card-host {
  font-family: var(--font-main);
  font-size: 14px;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.show-card-schedule {
  font-family: var(--font-main);
  font-size: 13px;
  color: var(--primary-orange);
  background-color: rgba(255, 90, 0, 0.08);
  padding: 6px 12px;
  border-radius: 12px;
  align-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.show-card-excerpt {
  font-family: var(--font-main);
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin-bottom: 20px;
  flex-grow: 1;
}

.show-card-listen-btn {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--text-primary);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: start;
  transition: var(--transition-smooth);
}

.show-card-listen-btn i {
  font-size: 18px;
  color: var(--primary-orange);
  transition: var(--transition-smooth);
  pointer-events: none;
}

.show-card-listen-btn:hover {
  color: var(--primary-orange);
}

.show-card-listen-btn:hover i {
  transform: scale(1.1);
}

/* --- DJs Page Styles --- */
.djs-page-section {
  padding: 40px 40px 0 40px;
  max-width: 100%;
}

.djs-header-intro {
  margin-bottom: 50px;
}

.djs-label {
  display: inline-block;
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 700;
  color: var(--primary-orange);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.djs-header-intro h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-size: 40px;
  color: var(--text-primary);
  line-height: 1.1;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.djs-subtitle {
  font-family: var(--font-main);
  font-size: 16px;
  color: var(--text-secondary);
}

.djs-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 80px;
}

.dj-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.dj-avatar-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--border-color);
  background-color: var(--card-bg);
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-premium);
}

.dj-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.dj-info {
  margin-top: 20px;
}

.dj-name {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: var(--text-primary);
  margin-bottom: 6px;
  text-transform: uppercase;
  transition: var(--transition-smooth);
}

.dj-show {
  font-family: var(--font-main);
  font-size: 13px;
  font-weight: 500;
  color: var(--primary-orange);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Hover effects */
.dj-card:hover .dj-avatar-wrapper {
  border-color: var(--primary-orange);
  box-shadow: 0 0 25px rgba(255, 90, 0, 0.45);
}

.dj-card:hover .dj-avatar-img {
  transform: scale(1.08);
}

.dj-card:hover .dj-name {
  color: var(--primary-orange);
}

/* ==========================================================================
   22. RESPONSIVE MEDIA QUERIES FOR STREAMING ARCHIVE & PODCASTS
   ========================================================================== */
@media (max-width: 1200px) {
    .archive-shows-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .podcast-container {
        grid-template-columns: 320px 1fr 320px;
        gap: 25px;
    }
    .dj-info-container {
        grid-template-columns: 1fr 320px;
        gap: 25px;
    }
    .podcast-episodes-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .shows-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .djs-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .archive-date-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .archive-shows-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .archive-header-intro h2,
    .podcast-header-intro h2,
    .shows-header-intro h2,
    .djs-header-intro h2,
    .schedule-header-intro h2,
    .donate-header-intro h2 {
        font-size: 32px;
    }
    .podcast-container {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "main-content"
            "left-sidebar"
            "right-sidebar";
        gap: 30px;
    }
    .dj-info-container {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "main-content"
            "right-sidebar";
        gap: 30px;
    }
    .podcast-episodes-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .shows-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    .djs-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .archive-page-section {
        padding: 0 20px;
    }
    .archive-date-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .archive-shows-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .archive-header-intro h2,
    .podcast-header-intro h2,
    .shows-header-intro h2,
    .djs-header-intro h2,
    .schedule-header-intro h2,
    .donate-header-intro h2 {
        font-size: 28px;
    }
    .show-archive-card {
        min-height: auto;
    }
    .podcast-page-section {
        padding: 30px 20px 0 20px;
    }
    .podcast-episodes-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .shows-grid-container {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-bottom: 50px;
    }
    .shows-page-section {
        padding: 30px 20px 0 20px;
    }
    .djs-page-section {
        padding: 30px 20px 0 20px;
    }
    .podcast-active-cover-img {
        float: none;
        width: 100%;
        height: auto;
        max-width: 280px;
        margin: 0 auto 20px auto;
        display: block;
    }
    .dj-info-container .podcast-active-cover-img {
        float: none;
        width: 100%;
        height: auto;
        max-width: 300px;
        margin: 0 auto 20px auto;
        display: block;
    }
    .podcast-active-header-block {
        text-align: center;
        padding: 20px;
    }
    .podcast-active-meta-row {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .podcast-episodes-grid {
        grid-template-columns: 1fr;
    }
    .djs-grid-container {
        gap: 20px;
    }
}




/* ==========================================================================
   21. BROADCAST SCHEDULE PAGE STYLES
   ========================================================================== */
.schedule-page-section {
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.schedule-container-grid {
    display: grid;
    grid-template-columns: 280px 1fr 300px;
    grid-template-areas: "left-sidebar main-content right-sidebar";
    gap: 40px;
    width: 100%;
    align-items: start;
}

.schedule-container-grid .podcast-main-content {
    padding-top: 0;
}

.schedule-header-intro {
    margin-bottom: 50px;
}

.schedule-label {
    display: inline-block;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 700;
    color: #ff6f00;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.schedule-header-intro h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.schedule-subtitle-text {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-primary);
    margin: 0;
}

/* Days Navigation */
.schedule-days-nav-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
}

.schedule-days-nav {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 40px;
    padding: 6px;
    backdrop-filter: blur(10px);
    overflow-x: auto;
    max-width: 100%;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.schedule-days-nav::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

.day-tab {
    background: transparent;
    border: none;
    outline: none;
    color: var(--text-primary);
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.day-tab:hover {
    color: var(--text-primary);
    background: rgba(24, 24, 22, 0.05);
}

.day-tab.active {
    color: #ffffff;
    background: var(--text-primary);
    box-shadow: 0 4px 15px rgba(24, 24, 22, 0.2);
}

/* Day Title Head */
.schedule-day-heading-container {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.schedule-day-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    padding-bottom: 10px;
}

/* Columns container */
.schedule-columns-container {
    display: flex;
    gap: 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.schedule-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.schedule-column-left {
    padding-right: 25px;
    padding-left: 0;
}

.schedule-column-right {
    padding-left: 25px;
    padding-right: 0;
}

.column-time-title {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--text-primary);
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 12px;
}

.column-time-title i {
    color: var(--text-primary);
}

/* Divider */
.schedule-column-divider {
    width: 1px;
    background: linear-gradient(to bottom, rgba(24, 24, 22, 0) 0%, rgba(24, 24, 22, 0.15) 50%, rgba(24, 24, 22, 0) 100%);
    position: relative;
    align-self: stretch;
    flex-shrink: 0;
}

.divider-glow-dot {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: var(--text-primary);
    border-radius: 50%;
}

/* Slots List */
.schedule-slots-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Slot Card Item */
.schedule-slot-item {
    display: flex;
    gap: 20px;
    align-items: stretch;
    transition: all 0.3s ease;
}

.slot-time-col {
    flex: 0 0 110px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 18px;
    text-align: right;
}

.slot-time-range {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #181816;
    white-space: nowrap;
}

.slot-live-badge {
    margin-top: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: var(--primary-orange);
    border: 1px solid var(--primary-orange);
    padding: 3px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    letter-spacing: 0.5px;
}

.pulse-dot {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    animation: pulseWhite 1.5s infinite;
}

@keyframes pulseWhite {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
    }
    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.slot-card-content {
    flex: 1;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

.schedule-slot-item:hover .slot-card-content {
    background: #ffffff;
    border-color: var(--text-primary);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Now playing state style */
.schedule-slot-item.now-playing .slot-card-content {
    background: #ffffff;
    border-color: var(--primary-orange);
    border-width: 2px;
    box-shadow: 0 8px 30px rgba(255, 111, 1, 0.05);
}

.schedule-slot-item.now-playing .slot-time-range {
    color: var(--primary-orange);
    font-weight: 800;
}

.slot-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.slot-show-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.3;
}

.slot-dj-row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.slot-dj-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.slot-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--border-color);
    transition: border-color 0.3s ease;
}

.slot-dj-link:hover .slot-avatar {
    border-color: var(--text-primary);
}

.slot-dj-name {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--text-primary);
}

.slot-dj-link:hover .slot-dj-name {
    color: var(--text-primary);
    text-decoration: underline;
}

.slot-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-top: none;
    padding-top: 5px;
}

.slot-genres {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    color: #181816;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.slot-play-btn {
    background: #ffffff;
    border: 1px solid var(--text-primary);
    color: var(--text-primary);
    border-radius: 20px;
    padding: 6px 14px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.slot-play-btn i {
    font-size: 14px;
    color: inherit;
}

.slot-play-btn:hover,
.schedule-slot-item:hover .slot-play-btn {
    background: var(--primary-orange);
    color: #ffffff;
    border-color: var(--primary-orange);
    box-shadow: 0 0 10px rgba(255, 111, 1, 0.3);
}

.slot-play-btn.playing {
    background: var(--primary-orange) !important;
    color: #ffffff !important;
    border-color: var(--primary-orange) !important;
    box-shadow: 0 0 10px rgba(255, 111, 1, 0.3) !important;
}


/* Sidebar Overrides for Schedule Page (Making Day Selector black instead of orange) */
.schedule-container-grid .podcast-category-list li.day-tab-vertical:hover {
    border-color: var(--text-primary);
    color: var(--text-primary);
    transform: translateX(3px);
}

.schedule-container-grid .podcast-category-list li.day-tab-vertical.active {
    background-color: var(--primary-orange);
    border-color: var(--text-primary);
    color: #ffffff;
}

/* Search Focus & Hover Overrides for Schedule Page */
.schedule-container-grid .blog-search-form input:focus {
    border-color: var(--text-primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.schedule-container-grid .blog-search-form button:hover {
    color: var(--text-primary);
}

/* Responsive Media Queries */
@media (max-width: 992px) {
    .schedule-container-grid {
        grid-template-columns: 1fr;
        grid-template-areas: 
            "main-content"
            "left-sidebar"
            "right-sidebar";
        gap: 30px;
    }

    .schedule-container-grid .podcast-main-content {
        padding-top: 0;
    }

    .schedule-page-section {
        padding: 30px 20px;
    }
    
    .schedule-columns-container {
        flex-direction: column;
        gap: 30px;
    }

    .schedule-column-divider {
        display: none;
    }

    .column-time-title {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .schedule-title {
        font-size: 28px;
    }

    .schedule-slot-item {
        flex-direction: column;
        gap: 10px;
    }

    .slot-time-col {
        flex: none;
        align-items: flex-start;
        padding-top: 0;
        text-align: left;
    }

    .slot-live-badge {
        margin-top: 5px;
    }

    .slot-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .slot-dj-row {
        align-self: flex-start;
    }

    .day-tab {
        padding: 10px 16px;
        font-size: 14px;
    }
}

/* ==========================================================================
   22. DONATE PAGE STYLES
   ========================================================================== */
.donate-page-section {
    padding: 40px 40px 0 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}

.donate-header-intro {
    margin-bottom: 50px;
}

.donate-label {
    display: inline-block;
    font-family: var(--font-main);
    font-size: 13px;
    font-weight: 700;
    color: var(--primary-orange);
    letter-spacing: 0.08em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.donate-header-intro h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: var(--text-primary);
    line-height: 1.1;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.donate-subtitle {
    font-family: var(--font-main);
    font-size: 16px;
    color: var(--text-secondary);
    margin: 0;
}

.donate-container {
    width: 100%;
    max-width: 100%;
}


.donation-wizard {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.wizard-step {
    border-bottom: 1px solid #f0ede6;
    padding-bottom: 40px;
}

.wizard-step:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.wizard-step h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wizard-step h3 span.step-number {
    background: var(--text-primary);
    color: #ffffff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

/* 1. Donation Type Selectors */
.donation-type-selectors {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
}

.type-btn {
    background: #ffffff;
    border: 1px solid var(--border-color);
    color: var(--text-primary);
    border-radius: 30px;
    padding: 14px 28px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 250px;
    box-sizing: border-box;
}

.type-btn span.btn-desc {
    font-size: 11px;
    font-weight: 400;
    color: #666;
    text-transform: none;
    margin-top: 4px;
    letter-spacing: 0;
}

.type-btn:hover {
    border-color: var(--text-primary);
}

.type-btn.active {
    background: #fff8f3;
    border: 2px solid var(--primary-orange);
    color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(255, 111, 1, 0.12);
}

.type-btn.active span.btn-desc {
    color: var(--text-primary);
}

/* 2. Donation Amount Grid */
.donation-amount-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.amount-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    min-height: 100px;
    box-sizing: border-box;
    position: relative;
}

.amount-card:hover {
    border-color: var(--text-primary);
}

.amount-card.active {
    background: #fff8f3;
    border: 2px solid var(--primary-orange);
    box-shadow: 0 4px 15px rgba(255, 111, 1, 0.12);
}

.amount-val {
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 4px;
}

.amount-lbl {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.amount-card.active .amount-lbl {
    color: var(--primary-orange);
}

/* Custom amount card styles */
.amount-card.custom-card {
    padding: 12px 10px;
}

.custom-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
}

.custom-input-container span {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
}

.custom-amount-input {
    border: none;
    border-bottom: 2px solid var(--border-color);
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--text-primary);
    width: 70px;
    text-align: center;
    outline: none;
    background: transparent;
    padding: 0;
}

.amount-card.custom-card.active .custom-amount-input {
    border-color: var(--primary-orange);
}

.amount-card.custom-card.active .custom-input-container span {
    color: var(--primary-orange);
}

.amount-card.custom-card span.surprise-lbl {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 10px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.amount-card.custom-card.active span.surprise-lbl {
    color: var(--primary-orange);
}

.amount-info-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    text-align: center;
}

/* 3. Thank you gifts grid */
.donation-gifts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gift-card {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    position: relative;
    box-sizing: border-box;
}

.gift-card:hover:not(.locked) {
    border-color: var(--text-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.gift-img-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f9f8f6;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.gift-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gift-card:hover:not(.locked) .gift-img-wrapper img {
    transform: scale(1.03);
}

.gift-status-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 8px;
    border-radius: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 2;
}

.gift-card.locked .gift-status-badge {
    background: rgba(24, 24, 22, 0.85);
}

.gift-card.unlocked .gift-status-badge {
    background: var(--primary-orange);
}

.gift-level {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--primary-orange);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.gift-title {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 6px 0;
}

.gift-desc {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Shirt Size Selection */
.gift-size-select-row {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gift-size-select-row label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-primary);
}

.gift-size-select {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 4px 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    background: #ffffff;
}

.gift-select-btn {
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--text-primary);
    color: var(--text-primary);
    border-radius: 20px;
    padding: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    box-sizing: border-box;
}

.gift-select-btn:hover:not(:disabled) {
    background: var(--text-primary);
    color: #ffffff;
}

.gift-card.locked {
    opacity: 0.55;
}

.gift-card.locked .gift-select-btn {
    border-color: var(--border-color);
    color: #999;
    cursor: not-allowed;
}

.gift-card.selected {
    border-color: var(--primary-orange);
    background: #fff8f3;
}

.gift-card.selected .gift-select-btn {
    background: var(--primary-orange);
    color: #ffffff;
    border-color: var(--primary-orange);
    box-shadow: 0 2px 10px rgba(255, 111, 1, 0.2);
}

/* No Gift / Stylized Dark Box */
.gift-card.no-gift-box {
    background: var(--text-primary);
    border-color: var(--text-primary);
    color: #ffffff;
}

.gift-card.no-gift-box .gift-title {
    color: #ffffff;
}

.gift-card.no-gift-box .gift-desc {
    color: #ccc;
}

.gift-card.no-gift-box .gift-select-btn {
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}

.gift-card.no-gift-box .gift-select-btn:hover:not(:disabled) {
    background: #ffffff;
    color: var(--text-primary);
}

.gift-card.no-gift-box.selected {
    border-color: var(--primary-orange);
    box-shadow: 0 4px 15px rgba(255, 111, 1, 0.25);
}

.gift-card.no-gift-box.selected .gift-select-btn {
    background: var(--primary-orange);
    color: #ffffff;
    border-color: var(--primary-orange);
}

/* VIP Club Gifts Grid */
.vip-gifts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.vip-warning-text {
    text-align: center;
    font-size: 13px;
    color: #888;
    background: #f9f8f6;
    border-radius: 8px;
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
    border: 1px dashed var(--border-color);
}

/* Bottom Actions Row */
.donate-actions-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.proceed-payment-btn {
    background: var(--primary-orange);
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 16px 45px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 15px rgba(255, 111, 1, 0.2);
    outline: none;
}

.proceed-payment-btn:hover:not(:disabled) {
    background: #e05e00;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 111, 1, 0.3);
}

.proceed-payment-btn:disabled {
    background: #ccc;
    color: #888;
    cursor: not-allowed;
    box-shadow: none;
}

.payment-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.payment-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.payment-modal-card {
    background: #ffffff;
    border-radius: 16px;
    width: 500px;
    max-width: 90%;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: relative;
    transform: translateY(35px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    max-height: 90vh;
    overflow-y: auto;
}

.payment-modal-overlay.active .payment-modal-card {
    transform: translateY(0);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    outline: none;
    transition: color 0.2s;
}

.modal-close-btn:hover {
    color: var(--text-primary);
}

.payment-modal-card h3 {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--text-primary);
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.modal-summary-box {
    background: #f9f8f6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid var(--border-color);
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.summary-row:last-child {
    margin-bottom: 0;
}

.summary-row.total-row {
    font-size: 16px;
    font-weight: 700;
    color: var(--text-primary);
    border-top: 1px solid var(--border-color);
    padding-top: 8px;
    margin-top: 8px;
}

/* Modal Form Fields */
.payment-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    letter-spacing: 0.5px;
}

.form-input {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 12px 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
    background: #ffffff;
}

.form-input:focus {
    border-color: var(--primary-orange);
}

.submit-payment-btn {
    background: var(--primary-orange);
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 14px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
    outline: none;
}

.submit-payment-btn:hover {
    background: #e05e00;
}

/* Success State styling inside modal */
.modal-success-state {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.success-checkmark-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e6f7ed;
    color: #2e7d32;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    margin-bottom: 20px;
    animation: scaleIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes scaleIn {
    0% { transform: scale(0); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.modal-success-state h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--text-primary);
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.modal-success-state p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 25px;
}

.success-close-btn {
    background: var(--text-primary);
    color: #ffffff;
    border: none;
    border-radius: 20px;
    padding: 10px 25px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transition: opacity 0.2s;
}

.success-close-btn:hover {
    opacity: 0.9;
}

/* Responsive Media Queries for Donate Page */
@media (max-width: 992px) {
    .donation-amount-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .donation-gifts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .donate-page-section {
        padding: 30px 20px;
    }
    .donation-wizard {
        padding: 25px;
    }
}

@media (max-width: 600px) {
    .donation-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .donation-gifts-grid {
        grid-template-columns: 1fr;
    }
    .donation-type-selectors {
        flex-direction: column;
    }
    .type-btn {
        width: 100%;
        min-width: 0;
    }
    .vip-gifts-grid {
        grid-template-columns: 1fr;
    }
}


/* Fix VU needle rotation center pivot */
.vu-needle-left, .vu-needle-right {
    transform-origin: 150px 145px !important;
}

/* Inactive Schedule Slots & Disabled Play Buttons */
.slot-play-btn:disabled,
.slot-play-btn.disabled {
    background: #f8f7f5 !important;
    color: var(--text-muted) !important;
    border-color: var(--border-color) !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
    pointer-events: none !important;
}

.schedule-slot-item.inactive {
    opacity: 0.5;
}

.schedule-slot-item.inactive:hover .slot-play-btn {
    background: #f8f7f5 !important;
    color: var(--text-muted) !important;
    border-color: var(--border-color) !important;
    box-shadow: none !important;
}

/* ==========================================================================
   PAGINI INTERNE — antet compact + breadcrumb (stații, detaliu, etc.)
   Reutilizează limbajul vizual VIBES: portocaliu accent, Roboto Condensed
   uppercase pe titluri, carduri rotunjite. NU folosesc hero-ul de 100vh.
   ========================================================================== */
.inner-header-section {
    position: relative;
    background:
        radial-gradient(120% 140% at 15% -20%, rgba(255, 111, 0, 0.08), transparent 55%),
        var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    padding-bottom: 48px;
    box-sizing: border-box;
}

.inner-hero {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 40px 0 40px;
}

.inner-hero-content {
    max-width: 1200px;
    margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-muted);
    margin-bottom: 22px;
}

.breadcrumb a {
    color: var(--primary-orange);
    text-decoration: none;
    transition: color var(--transition-smooth);
}

.breadcrumb a:hover {
    color: var(--primary-orange-hover);
}

.breadcrumb span[aria-current="page"] {
    color: var(--text-secondary);
}

.inner-hero-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: -0.02em;
    margin: 0 0 10px 0;
}

.inner-hero-subtitle {
    font-family: var(--font-main);
    font-weight: 300;
    color: var(--text-secondary);
    font-size: 18px;
    margin: 0 0 26px 0;
}

/* Căutare stații (formular din antetul listei) */
.stations-search {
    display: flex;
    gap: 10px;
    max-width: 520px;
}

.stations-search input[type="search"] {
    flex: 1;
    border: 1.5px solid var(--border-color);
    border-radius: 30px;
    padding: 14px 22px;
    font-family: var(--font-main);
    font-size: 15px;
    color: var(--text-primary);
    background: #fff;
    transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.stations-search input[type="search"]:focus {
    outline: none;
    border-color: var(--primary-orange);
    box-shadow: 0 0 0 4px var(--active-bg);
}

.stations-search button {
    background-color: var(--primary-orange);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 0 26px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: var(--shadow-button);
    transition: var(--transition-smooth);
}

.stations-search button:hover {
    background-color: var(--primary-orange-hover);
    transform: translateY(-2px);
}

/* Titlul cardului devine link către pagina stației (listă + home) */
.station-card .card-text h3 a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition-smooth);
}

.station-card .card-text h3 a:hover {
    color: var(--primary-orange);
}

/* Wrapper-ul <a> peste imaginea cardului nu trebuie să rupă grid-ul:
   display:contents îl scoate din layout, imaginea rămâne celula de grid. */
.station-card-imglink {
    display: contents;
}

/* Paginare on-theme */
.stations-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 36px;
}

.stations-pagination .page-btn {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--text-primary);
    text-decoration: none;
    border: 1.5px solid var(--text-primary);
    border-radius: 30px;
    padding: 11px 24px;
    transition: var(--transition-smooth);
}

.stations-pagination .page-btn:hover {
    background-color: var(--text-primary);
    color: #fff;
}

.stations-pagination .page-btn.disabled {
    color: var(--text-muted);
    border-color: var(--border-color);
    pointer-events: none;
}

.stations-pagination .page-indicator {
    font-family: var(--font-main);
    color: var(--text-secondary);
    font-size: 15px;
}

/* ==========================================================================
   PAGINA DE DETALIU STAȚIE
   ========================================================================== */
.station-detail {
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 40px 8px 40px;
}

.station-detail-head {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.station-detail-img {
    width: 220px;
    height: 220px;
    border-radius: 24px;
    object-fit: cover;
    border: 1px solid var(--border-color);
    padding: 6px;
    background: #fff;
    box-shadow: var(--shadow-premium);
    flex-shrink: 0;
}

.station-detail-meta {
    flex: 1;
    min-width: 280px;
}

.station-detail-title {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 8px 0;
}

.station-detail-genre {
    font-family: var(--font-main);
    color: var(--text-secondary);
    font-size: 18px;
    margin: 0 0 18px 0;
}

.station-detail-stats {
    list-style: none;
    padding: 0;
    margin: 0 0 26px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
}

.station-detail-stats li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: var(--text-primary);
}

.station-detail-stats li i {
    color: var(--primary-orange);
}

.station-detail-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 40px 24px 40px;
}

.station-detail-body p {
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    max-width: 760px;
}

/* Responsive pagini interne */
@media (max-width: 768px) {
    .inner-hero-title { font-size: 38px; }
    .station-detail-title { font-size: 34px; }
    .station-detail-head { gap: 24px; }
    .station-detail-img { width: 150px; height: 150px; }
    .inner-hero,
    .station-detail,
    .station-detail-body { padding-left: 20px; padding-right: 20px; }
    .stations-search { flex-direction: column; max-width: 100%; }
    .stations-search button { padding: 12px 20px; justify-content: center; }
}

/* ==========================================================================
   PAGINI DE CONȚINUT (Despre) + CONTACT
   ========================================================================== */
.content-page {
    max-width: 860px;
    margin: 0 auto;
    padding: 48px 40px 24px 40px;
    box-sizing: border-box;
}

.content-block {
    margin-bottom: 34px;
}

.content-lead {
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 22px;
    line-height: 1.6;
    color: var(--text-primary);
    margin: 0;
}

.content-heading {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-primary);
    font-size: 26px;
    letter-spacing: -0.01em;
    margin: 0 0 14px 0;
}

.content-block p {
    font-family: var(--font-main);
    font-weight: 300;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-secondary);
    margin: 0;
}

.content-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-family: var(--font-main);
    font-size: 17px;
    color: var(--text-secondary);
}

.content-list li::before {
    content: "\f1d8"; /* paper-plane */
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 13px;
    color: var(--primary-orange);
}

/* Cifre „WebRadio în cifre" */
.stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 40px 0;
}

.stat-box {
    flex: 1;
    min-width: 160px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    background: var(--card-bg);
    padding: 28px 24px;
    text-align: center;
    transition: border-color var(--transition-smooth), box-shadow var(--transition-smooth);
}

.stat-box:hover {
    border-color: var(--primary-orange);
    box-shadow: var(--shadow-premium);
}

.stat-number {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 1;
    color: var(--primary-orange);
    margin-bottom: 8px;
}

.stat-label {
    font-family: var(--font-main);
    font-size: 15px;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* CTA final pe pagina Despre */
.content-cta {
    max-width: 860px;
    margin: 0 auto;
    padding: 8px 40px 40px 40px;
    box-sizing: border-box;
}

.content-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 6px;
}

/* ----- Pagina de contact (folosește design-ul temei: .contact-page-section,
   .contact-card, .form-card, .contact-form .form-row etc.). Aici păstrăm doar
   ce e specific implementării noastre: starea butonului, honeypot, status. ----- */
.submit-comment-btn.contact-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.contact-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Honeypot anti-spam — scos din flux fără display:none (boții îl ignoră altfel) */
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.form-status {
    margin: 16px 0 0 0;
    font-family: var(--font-main);
    font-size: 15px;
    line-height: 1.5;
    min-height: 1px;
}

.form-status.success {
    color: #1a7f37;
    font-weight: 600;
}

.form-status.error {
    color: #b42318;
    font-weight: 600;
}

/* Feedback abonare newsletter (footer + blog) */
.newsletter-status {
    width: 100%;
    margin: 10px 0 0 0;
    font-family: var(--font-main);
    font-size: 13px;
    line-height: 1.45;
}

.newsletter-status.success {
    color: #4ade80;
    font-weight: 600;
}

.newsletter-status.error {
    color: #f87171;
    font-weight: 600;
}

.blog-newsletter-form .newsletter-status.success {
    color: #1a7f37;
}

.blog-newsletter-form .newsletter-status.error {
    color: #b42318;
}

@media (max-width: 768px) {
    .content-page,
    .content-cta { padding-left: 20px; padding-right: 20px; }
    .content-lead { font-size: 19px; }
    .stat-number { font-size: 36px; }
}

/* ==========================================================================
   /statii — antet pe toată lățimea (ca în tema stations.html) + titlu-card link
   ========================================================================== */
.inner-hero-wide .inner-hero-content {
    max-width: 100%;
    margin: 0;
}

/* Titlul cardului de stație (design tema) devine link către pagina stației */
.stations-page-card .sp-card-text h3 a {
    color: inherit;
    text-decoration: none;
    transition: color var(--transition-smooth);
}

.stations-page-card .sp-card-text h3 a:hover {
    color: var(--primary-orange);
}

/* Antet „slim" (doar breadcrumb) pe /statii + /statii/{slug}.
   Replicăm spațierea breadcrumb-ului din tema originală
   (`.breadcrumbs-container { margin-top: 10px; margin-bottom: 25px }`),
   peste care se adaugă marginea de 40px a tuner-ului. */
.inner-hero-slim {
    padding-top: 10px;
    padding-bottom: 0;
}

.inner-hero-slim .breadcrumb {
    margin-bottom: 25px;
}

/* Varianta slim a HEADER-ului (fără padding-ul de 48px și linia de jos gândite
   pentru paginile cu titlu mare) — altfel conținutul de pe /statii coboară inutil. */
.inner-header-slim {
    padding-bottom: 0;
    border-bottom: none;
}

/* Linia de sub meniu (ca pe tema originală `.about-page-header`): o punem pe
   navbar (care are deja `margin: 0 40px`), deci e inset 40px, nu sub breadcrumb. */
.inner-header-slim .main-navbar {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

/* ===== Podcasturi (WebRadio) ===== */

/* Grila de pe pagina-listă de podcasturi (carduri ca linkuri). */
.podcasts-index-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
}
.podcast-index-card {
    text-decoration: none;
    color: inherit;
}

/* ===== Tab-uri de selectare a postului FM (Program + Emisiuni) ===== */
.station-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}
.station-filter-tab {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px 8px 8px;
    border: 1px solid var(--border-color);
    border-radius: 40px;
    background: #fff;
    cursor: pointer;
    transition: var(--transition-smooth);
    font-family: "Roboto Condensed", sans-serif;
}
.station-filter-tab:hover {
    border-color: var(--primary-orange);
}
.station-filter-tab.active {
    border-color: var(--primary-orange);
    background: var(--primary-orange);
    box-shadow: var(--shadow-button);
}
.station-filter-tab .station-tab-logo {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
/* Tab-ul „Toate" nu are logo → compensăm padding-ul din stânga. */
.station-filter-tab.station-filter-all {
    padding-left: 18px;
}
.station-filter-tab .station-tab-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    letter-spacing: 0.02em;
}
.station-filter-tab .station-tab-freq {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-orange);
}
.station-filter-tab.active .station-tab-name,
.station-filter-tab.active .station-tab-freq {
    color: #fff;
}

/* Blog: categoriile sunt linkuri (filtrare). Anchor-ul preia layout-ul flex al
   lui <li> din temă (nume la stânga, badge la dreapta), altfel span-urile se stivuiesc. */
.category-list li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

/* Episoadele SSR sunt clicabile integral → cursor + feedback la hover. */
.episode-card.js-episode {
    cursor: pointer;
}
.episode-card.js-episode:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
/* Iconița play devine pauză când episodul se redă. */
.episode-card.js-episode.playing .episode-play-icon {
    color: var(--primary-orange);
}
