/**
 * Radio Jesolo Web 2026 - Stili Personalizzati
 * Override e componenti custom sopra il template base
 */

/* ============================================
   VARIABILI CSS
   ============================================ */

:root {
    --radio-primary: #09528e;
    --radio-secondary: #ffa900;
    --radio-dark: #1a1a2e;
    --radio-darker: #0f0f1a;
    --radio-light: #f5f5fa;
    --radio-success: #2ecc71;
    --radio-danger: #e74c3c;
    --radio-text-light: rgba(255, 255, 255, 0.7);
}


/* ============================================
   PLAYER RADIO
   ============================================ */

.radio-player {
    background: linear-gradient(135deg, var(--radio-dark) 0%, var(--radio-darker) 100%);
    border-radius: 16px;
    padding: 28px;
    max-width: 620px;
    margin: 0 auto;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

/* Effetto glow sottile quando in riproduzione */
.radio-player.is-playing {
    box-shadow:
        0 8px 32px rgba(44, 32, 192, 0.3),
        0 0 60px rgba(255, 169, 0, 0.1),
        0 0 0 1px rgba(255, 169, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.radio-player__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


/* ============================================
   EQUALIZZATORE
   ============================================ */

.radio-player__equalizer {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.radio-player__canvas {
    width: 100%;
    height: 100%;
    display: block;
}

/* Barre CSS Fallback */
.radio-player__bars-fallback {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 2px;
    height: 100%;
    padding: 6px 4px 4px;
}

.radio-player__bars-fallback .bar {
    display: inline-block;
    flex: 1;
    max-width: 12px;
    min-width: 4px;
    background: linear-gradient(to top, var(--radio-secondary), #ff6b00, var(--radio-primary));
    border-radius: 2px 2px 0 0;
    height: 8%;
    transition: height 0.15s ease;
    will-change: height;
}

/* Animazioni barre - durate e ritardi sfalsati per effetto realistico */
.radio-player__bars-fallback.playing .bar:nth-child(1)  { animation: eqbar 1.2s ease-in-out infinite alternate 0.00s; }
.radio-player__bars-fallback.playing .bar:nth-child(2)  { animation: eqbar 0.8s ease-in-out infinite alternate 0.10s; }
.radio-player__bars-fallback.playing .bar:nth-child(3)  { animation: eqbar 1.0s ease-in-out infinite alternate 0.05s; }
.radio-player__bars-fallback.playing .bar:nth-child(4)  { animation: eqbar 0.7s ease-in-out infinite alternate 0.15s; }
.radio-player__bars-fallback.playing .bar:nth-child(5)  { animation: eqbar 0.9s ease-in-out infinite alternate 0.20s; }
.radio-player__bars-fallback.playing .bar:nth-child(6)  { animation: eqbar 1.1s ease-in-out infinite alternate 0.08s; }
.radio-player__bars-fallback.playing .bar:nth-child(7)  { animation: eqbar 0.65s ease-in-out infinite alternate 0.12s; }
.radio-player__bars-fallback.playing .bar:nth-child(8)  { animation: eqbar 0.85s ease-in-out infinite alternate 0.18s; }
.radio-player__bars-fallback.playing .bar:nth-child(9)  { animation: eqbar 0.75s ease-in-out infinite alternate 0.03s; }
.radio-player__bars-fallback.playing .bar:nth-child(10) { animation: eqbar 1.05s ease-in-out infinite alternate 0.07s; }
.radio-player__bars-fallback.playing .bar:nth-child(11) { animation: eqbar 0.6s ease-in-out infinite alternate 0.22s; }
.radio-player__bars-fallback.playing .bar:nth-child(12) { animation: eqbar 0.95s ease-in-out infinite alternate 0.14s; }
.radio-player__bars-fallback.playing .bar:nth-child(13) { animation: eqbar 1.15s ease-in-out infinite alternate 0.02s; }
.radio-player__bars-fallback.playing .bar:nth-child(14) { animation: eqbar 0.72s ease-in-out infinite alternate 0.16s; }
.radio-player__bars-fallback.playing .bar:nth-child(15) { animation: eqbar 0.88s ease-in-out infinite alternate 0.06s; }
.radio-player__bars-fallback.playing .bar:nth-child(16) { animation: eqbar 1.08s ease-in-out infinite alternate 0.11s; }
.radio-player__bars-fallback.playing .bar:nth-child(17) { animation: eqbar 0.68s ease-in-out infinite alternate 0.19s; }
.radio-player__bars-fallback.playing .bar:nth-child(18) { animation: eqbar 0.92s ease-in-out infinite alternate 0.09s; }
.radio-player__bars-fallback.playing .bar:nth-child(19) { animation: eqbar 0.78s ease-in-out infinite alternate 0.04s; }
.radio-player__bars-fallback.playing .bar:nth-child(20) { animation: eqbar 1.02s ease-in-out infinite alternate 0.13s; }
.radio-player__bars-fallback.playing .bar:nth-child(21) { animation: eqbar 0.82s ease-in-out infinite alternate 0.21s; }
.radio-player__bars-fallback.playing .bar:nth-child(22) { animation: eqbar 1.12s ease-in-out infinite alternate 0.01s; }
.radio-player__bars-fallback.playing .bar:nth-child(23) { animation: eqbar 0.62s ease-in-out infinite alternate 0.17s; }
.radio-player__bars-fallback.playing .bar:nth-child(24) { animation: eqbar 0.98s ease-in-out infinite alternate 0.07s; }
.radio-player__bars-fallback.playing .bar:nth-child(25) { animation: eqbar 0.73s ease-in-out infinite alternate 0.23s; }
.radio-player__bars-fallback.playing .bar:nth-child(26) { animation: eqbar 1.18s ease-in-out infinite alternate 0.03s; }
.radio-player__bars-fallback.playing .bar:nth-child(27) { animation: eqbar 0.67s ease-in-out infinite alternate 0.15s; }
.radio-player__bars-fallback.playing .bar:nth-child(28) { animation: eqbar 0.93s ease-in-out infinite alternate 0.10s; }
.radio-player__bars-fallback.playing .bar:nth-child(29) { animation: eqbar 1.07s ease-in-out infinite alternate 0.06s; }
.radio-player__bars-fallback.playing .bar:nth-child(30) { animation: eqbar 0.76s ease-in-out infinite alternate 0.20s; }
.radio-player__bars-fallback.playing .bar:nth-child(31) { animation: eqbar 0.87s ease-in-out infinite alternate 0.12s; }
.radio-player__bars-fallback.playing .bar:nth-child(32) { animation: eqbar 1.0s ease-in-out infinite alternate 0.08s; }

@keyframes eqbar {
    0%   { height: 8%; }
    20%  { height: 55%; }
    40%  { height: 30%; }
    60%  { height: 80%; }
    80%  { height: 45%; }
    100% { height: 15%; }
}


/* ============================================
   PLAYER INFO
   ============================================ */

.radio-player__info {
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.radio-player__channel-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
}

.radio-player__status {
    font-family: 'Lato', sans-serif;
    font-size: 0.85em;
    color: var(--radio-text-light);
    margin-top: 4px;
    min-height: 1.2em;
}


/* ============================================
   PLAYER CONTROLLI
   ============================================ */

.radio-player__controls {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.radio-player__btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5em;
    padding: 8px;
    border-radius: 50%;
    transition: background-color 0.2s, transform 0.1s;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-player__btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.radio-player__btn:active {
    transform: scale(0.95);
}

.radio-player__btn--play {
    background: var(--radio-secondary);
    width: 60px;
    height: 60px;
    font-size: 2em;
    box-shadow: 0 4px 15px rgba(255, 169, 0, 0.4);
    transition: background-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.radio-player__btn--play:hover {
    background: #e69800;
    transform: scale(1.08);
    box-shadow: 0 6px 20px rgba(255, 169, 0, 0.5);
}

.radio-player__btn--play:active {
    transform: scale(0.98);
}

/* Pulsazione leggera quando in riproduzione */
.radio-player.is-playing .radio-player__btn--play {
    animation: playPulse 2s ease-in-out infinite;
}

@keyframes playPulse {
    0%, 100% { box-shadow: 0 4px 15px rgba(255, 169, 0, 0.4); }
    50%      { box-shadow: 0 4px 25px rgba(255, 169, 0, 0.6); }
}


/* ============================================
   PLAYER VOLUME
   ============================================ */

.radio-player__volume {
    display: flex;
    align-items: center;
    gap: 8px;
}

.radio-player__volume-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 110px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    outline: none;
    transition: background 0.2s;
}

.radio-player__volume-slider:hover {
    background: rgba(255, 255, 255, 0.3);
}

.radio-player__volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--radio-secondary);
    cursor: pointer;
    box-shadow: 0 0 6px rgba(255, 169, 0, 0.3);
    transition: transform 0.15s;
}

.radio-player__volume-slider::-webkit-slider-thumb:hover {
    transform: scale(1.2);
}

.radio-player__volume-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--radio-secondary);
    cursor: pointer;
    border: none;
    box-shadow: 0 0 6px rgba(255, 169, 0, 0.3);
}

.radio-player__volume-slider::-moz-range-track {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    height: 4px;
}


/* ============================================
   SELETTORE CANALI
   ============================================ */

.radio-player__channels {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.radio-player__channel-btn {
    padding: 8px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: 'Lato', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.radio-player__channel-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.radio-player__channel-btn.active {
    background: var(--radio-secondary);
    color: var(--radio-dark);
    border-color: var(--radio-secondary);
    font-weight: 700;
}

.radio-player__channel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.radio-player__channel-btn.active .radio-player__channel-dot {
    background-color: var(--radio-dark) !important;
}


/* ============================================
   BANNER OFFLINE
   ============================================ */

.offline-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
    background: linear-gradient(135deg, var(--radio-danger) 0%, #c0392b 100%);
    color: #ffffff;
    padding: 12px 20px;
    text-align: center;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: 'Lato', sans-serif;
}

.offline-banner.visible {
    transform: translateY(0);
}

.offline-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.offline-banner__icon {
    font-size: 1.4em;
    animation: offlinePulse 1.5s ease-in-out infinite;
}

@keyframes offlinePulse {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.5; }
}

.offline-banner__text {
    font-size: 0.95em;
    font-weight: 400;
}


/* ============================================
   SEZIONI HOMEPAGE
   ============================================ */

/* Hero Carousel */
.swiper-slider_radio .swiper-slide {
    background-size: cover;
    background-position: center center;
}

.swiper-slider_radio .swiper-slide-caption {
    padding: 60px 0;
}

/* Sezione Player */
.section-player {
    padding: 60px 0;
}

.section-player .section-title {
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* Sezione Palinsesto */
.section-palinsesto {
    padding: 60px 0;
}

.schedule-block {
    background: #ffffff;
    border-radius: 10px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
}

.schedule-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.schedule-block h5 {
    font-family: 'Oswald', sans-serif;
    color: var(--radio-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 3px solid var(--radio-secondary);
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 1.2em;
}

.schedule-block .schedule-item {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    font-family: 'Lato', sans-serif;
}

.schedule-block .schedule-item:last-child {
    border-bottom: none;
}

.schedule-block .schedule-time {
    font-weight: 700;
    color: var(--radio-primary);
    font-size: 0.9em;
    white-space: nowrap;
}

.schedule-block .schedule-name {
    color: #555;
    font-size: 0.9em;
    margin-top: 3px;
    line-height: 1.4;
}

/* Icona schedule */
.schedule-block .schedule-icon {
    font-size: 2.5em;
    color: var(--radio-secondary);
    margin-bottom: 15px;
    display: block;
    text-align: center;
}


/* ============================================
   SEZIONE LOGIN
   ============================================ */
.section-login {
    padding: 60px;
}

.section-login .login-form {
    max-width: 440px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 36px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.section-login .login-form .form-group {
    margin-bottom: 18px;
}

.section-login .login-form label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.section-login .login-form .form-control {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 10px 14px;
    font-size: 0.95em;
    transition: border-color 0.2s;
}

.section-login .login-form .form-control:focus {
    border-color: var(--radio-primary);
    box-shadow: 0 0 0 3px rgba(44, 32, 192, 0.1);
}

.login-error {
    color: var(--radio-danger);
    background: rgba(231, 76, 60, 0.08);
    border: 1px solid rgba(231, 76, 60, 0.2);
    border-radius: 6px;
    padding: 10px 14px;
    margin-bottom: 16px;
    font-size: 0.9em;
}


/* ============================================
   CARD CANALI (select-genere)
   ============================================ */

.channel-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    text-decoration: none;
    display: block;
    color: inherit;
}

.channel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    text-decoration: none;
    color: inherit;
}

.channel-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.channel-card__body {
    padding: 20px;
}

.channel-card__name {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.channel-card__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.channel-card__description {
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 0.95em;
    line-height: 1.5;
}

.channel-card__schedule {
    margin-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 8px;
}

.channel-card__schedule .schedule-item {
    display: flex;
    flex-direction: column;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-family: 'Lato', sans-serif;
}

.channel-card__schedule .schedule-item:last-child {
    border-bottom: none;
}

.channel-card__schedule .schedule-time {
    font-weight: 700;
    color: var(--radio-primary);
    font-size: 0.85em;
    white-space: nowrap;
}

.channel-card__schedule .schedule-name {
    color: #555;
    font-size: 0.85em;
    margin-top: 2px;
    line-height: 1.4;
}

.channel-card__play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 16px;
    width: 100%;
    padding: 10px 16px;
    background-color: #1263bb;
    color: #fff;
    font-weight: 700;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.channel-card:hover .channel-card__play {
    background-color: #0e4f94;
}

.channel-card--active {
    border: 2px solid var(--radio-primary);
    box-shadow: 0 4px 20px rgba(9, 82, 142, 0.25);
}

.channel-card--active .channel-card__play {
    background-color: var(--radio-secondary);
    color: #fff;
}

.channel-card--active:hover .channel-card__play {
    background-color: #e09500;
}


/* ============================================
   SEZIONE PARTNER
   ============================================ */
.section-partner {
    padding: 60px 0;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.partner-logos a {
    display: inline-block;
    transition: opacity 0.3s, transform 0.3s;
}

.partner-logos a:hover {
    transform: scale(1.05);
}

.partner-logos img {
    max-height: 90px;
    max-width: 200px;
    filter: grayscale(40%);
    transition: filter 0.3s;
    object-fit: contain;
}

.partner-logos img:hover {
    filter: grayscale(0%);
}


/* ============================================
   FOOTER PERSONALIZZAZIONI
   ============================================ */

.footer-legal-info {
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer.page-footer .info-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.05em;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}

.footer-legal-info a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85em;
    transition: color 0.2s;
}

.footer-legal-info a:hover {
    color: var(--radio-secondary);
    text-decoration: none;
}

.footer-legal-text {
    font-size: 1em;
    margin-top: 8px;
    line-height: 1.6;
}


/* ============================================
   BREADCRUMB PERSONALIZZAZIONI
   ============================================ */

.breadcrumbs-custom {
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcrumbs-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 26, 46, 0.75);
}

.breadcrumbs-custom-inner {
    position: relative;
    z-index: 1;
}


/* ============================================
   SEZIONE INFO STAZIONE
   ============================================ */

.section-info-station {
    padding: 60px 0;
}

.section-info-station .info-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.05em;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
}


/* ============================================
   PAGINE LEGALI (condizioni, privacy)
   ============================================ */

.legal-content {
    padding: 50px 0;
}

.legal-content h2,
.legal-content h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.legal-content p {
    font-family: 'Lato', sans-serif;
    line-height: 1.8;
    color: #555;
    margin-bottom: 14px;
}


/* ============================================
   NAVBAR OVERRIDE
   ============================================ */

.rd-navbar-brand img {
    max-height: 80px;
    width: auto;
}

.rd-navbar--is-stuck .rd-navbar-brand,
.rd-navbar--is-clone .rd-navbar-brand {
    padding: 5px 10px;
}

/* Bottoni gialli piu' compatti - !important necessario per override template */
.button.button-nina {
    padding: 8px 20px !important;
    font-size: 18px !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.button.button-lg.button-nina {
    padding: 10px 28px !important;
    font-size: 18px !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.button.button-sm.button-nina {
    padding: 6px 16px !important;
    font-size: 18px !important;
    min-width: auto !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* ============================================
   OVERRIDE COLORI DARK → BLU #1263bb
   ============================================ */

/* Sezioni context-dark / bg-gray-darker */
.bg-gray-darker {
    background-color: #1263bb !important;
    fill: #1263bb !important;
}

.bg-gray-darker .bg-decoration > svg {
    fill: #1263bb !important;
}

/* Navbar top panel */
.rd-navbar-static .rd-navbar-top-panel,
.rd-navbar-fullwidth .rd-navbar-top-panel {
    background-color: #1263bb !important;
}

/* Footer */
footer.page-footer.bg-gray-darker {
    background-color: #1263bb !important;
}

footer.page-footer .copyright-text {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    line-height: 2;
    color: rgba(255, 255, 255, 0.85);
}

/* Breadcrumb overlay su dark */
.breadcrumbs-custom::before {
    background: rgba(18, 99, 187, 0.75);
}

/* Player section - aggiornare il gradiente player */
.radio-player {
    background: linear-gradient(135deg, #0e4f94 0%, #0a3d75 100%);
}

.radio-player.is-playing {
    box-shadow:
        0 8px 32px rgba(18, 99, 187, 0.3),
        0 0 60px rgba(255, 169, 0, 0.1),
        0 0 0 1px rgba(255, 169, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}


/* ============================================
   SLIDE CAPTION BOX (solo desktop)
   ============================================ */

@media (min-width: 992px) {
    .slide-caption-box {
        background: rgba(9, 82, 142, 0.65);
        border-radius: 16px;
        padding: 36px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }
}


/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 991px) {
    .radio-player {
        padding: 20px;
        border-radius: 12px;
    }

    .radio-player__equalizer {
        height: 70px;
    }

    .radio-player__channel-name {
        font-size: 1.15em;
    }

    .radio-player__btn--play {
        width: 52px;
        height: 52px;
        font-size: 1.6em;
    }

    .schedule-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /* Logo piu' piccolo su mobile */
    .rd-navbar-brand img {
        max-height: 50px;
    }

    /* Nasconde frecce carousel su mobile */
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .radio-player {
        padding: 16px;
        margin: 0 -5px;
        border-radius: 10px;
    }

    .radio-player__equalizer {
        height: 55px;
    }

    .radio-player__channel-name {
        font-size: 1em;
        letter-spacing: 1px;
    }

    .radio-player__controls {
        gap: 12px;
    }

    .radio-player__btn--play {
        width: 48px;
        height: 48px;
        font-size: 1.4em;
    }

    .radio-player__volume-slider {
        width: 80px;
    }

    .radio-player__channels {
        gap: 6px;
    }

    .radio-player__channel-btn {
        padding: 6px 12px;
        font-size: 0.8em;
    }

    .partner-logos img {
        max-height: 50px;
        max-width: 120px;
    }

    .channel-card__image {
        height: 150px;
    }
}
