/*
Theme Name: RetroRadio FM Pro
Author: Gaetano
Description: Tema WordPress professionale per Retro Radio FM
Version: 1.0
*/

body{
    margin:0;
    background:#050505;
    color:white;
    font-family:Arial,sans-serif;
}

header{
    background:#000;
    border-bottom:2px solid #ff0000;
    padding:15px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:sticky;
    top:0;
    z-index:1000;
    box-shadow:0 0 20px rgba(255,0,0,0.4);
}

.logo{
    font-size:32px;
    font-weight:bold;
    color:#ff0000;
}

nav a{
    color:white;
    margin:0 15px;
    text-decoration:none;
    font-weight:bold;
}

.live-btn{
    background:#ff0000;
    color:white;
    padding:12px 22px;
    border-radius:8px;
    text-decoration:none;
    font-weight:bold;
    box-shadow:0 0 15px rgba(255,0,0,0.7);
}

.hero{
    height:700px;
    background:url('assets/img/hero.jpg') center/cover no-repeat;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.hero h1{
    font-size:80px;
    margin:0;
    color:#ff0000;
    text-shadow:0 0 20px rgba(255,0,0,0.8);
}

.hero p{
    font-size:28px;
}

.player{
    background:#111;
    padding:30px;
    margin:40px auto;
    width:80%;
    border:1px solid #ff0000;
    border-radius:15px;
    box-shadow:0 0 20px rgba(255,0,0,0.5);
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:25px;
    padding:40px;
}

.card{
    background:#111;
    border:1px solid #ff0000;
    border-radius:15px;
    padding:30px;
    text-align:center;
    transition:0.3s;
}

.card:hover{
    transform:translateY(-5px);
    box-shadow:0 0 25px rgba(255,0,0,0.6);
}

footer{
    background:#000;
    text-align:center;
    padding:30px;
    border-top:2px solid #ff0000;
    margin-top:40px;
}

.program-card{
background:#111111;
padding:20px;
border-radius:20px;
box-shadow:0 0 25px rgba(255,0,0,0.25);
transition:0.3s;
}

.program-card:hover{
transform:translateY(-8px);
box-shadow:0 0 35px rgba(255,0,0,0.5);
}

.program-card p{
margin:6px 0;
line-height:1.4;
}

.program-card{
display:flex;
flex-direction:column;
justify-content:flex-start;
}

.wp-block-columns{
gap:35px;
}

.program-card img{
transition:0.4s;
}

.program-card:hover img{
transform:scale(1.03);
}

.program-card{
overflow:hidden;
}

.program-card img{
transition:0.4s;
}

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

.program-card:hover{
transform:translateY(-10px);
}

.page h1,
.page-title{
margin-top:50px;
margin-bottom:20px;
}

html{
scroll-behavior:smooth;
}

/* =====================================
   RESPONSIVE SMARTPHONE
===================================== */

@media screen and (max-width:768px){

header{
flex-direction:column;
padding:15px;
gap:15px;
}

.logo{
font-size:28px;
text-align:center;
line-height:1.1;
}

nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:10px;
text-align:center;
}

nav a{
font-size:18px;
margin:5px;
}

.live-btn{
width:auto;
max-width:none;
font-size:18px;
padding:12px 18px;
}

.player{
width:95%;
padding:15px;
margin:15px auto;
}

.player-body{
display:flex;
flex-direction:column;
align-items:center;
}

#coverart{
width:140px !important;
height:140px !important;
margin-bottom:15px;
}

.player-right{
width:100%;
}

#nowplaying{
font-size:18px;
}

audio{
width:100%;
}

.cards{
grid-template-columns:1fr;
padding:15px;
}

.card{
padding:20px;
}

.program-card{
margin-bottom:20px;
}

.wp-block-columns{
display:flex;
flex-direction:column;
}

.app-download a{
display:block;
width:100%;
box-sizing:border-box;
}

}

.player-top{
flex-direction:column;
text-align:center;
}

.live-title{
font-size:24px;
}

.listeners{
font-size:16px;
}

.history-box{
padding:15px;
}

.history-box h3{
font-size:18px;
}