:root{--bg:#08090a;
--card:#111114;
--card2:#17171c;
--gold:#e0b92f;
--white:#f5f4f1;
--muted:#9b9b9e;
--line:#29292e}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;
background:var(--bg);
color:var(--white);
font-family:Arial,Helvetica,sans-serif;
line-height:1.55}
a{color:inherit;
text-decoration:none}
.wrap{width:min(1160px,calc(100% - 40px));
margin:auto}
.header{position:sticky;
top:0;
z-index:10;
background:rgba(8,9,10,.94);
border-bottom:1px solid var(--line);
backdrop-filter:blur(12px)}
.nav{min-height:76px;
display:flex;
align-items:center;
justify-content:space-between}
.brand{display:flex;
align-items:center;
gap:11px}
.brand strong{font-size:18px}
.brand em{color:var(--gold);
font-style:normal}
.brand-icon{width:34px;
height:27px;
display:grid;
place-items:center;
border-radius:7px 12px 7px 12px;
font-weight:900;
background:linear-gradient(135deg,#ff3e97,#703cff 48%,#ffbd2e);
color:#fff;
box-shadow:0 0 20px #b1289555}
.nav-links{display:flex;
align-items:center;
gap:30px;
color:#b6b6b8;
font-size:14px}
.nav-links a:hover{color:var(--gold)}
.menu{display:none;
background:transparent;
border:1px solid var(--line);
color:white;
border-radius:8px;
padding:7px 10px;
font-size:20px}
.btn{display:inline-flex;
align-items:center;
justify-content:center;
background:var(--gold);
color:#111!important;
padding:14px 22px;
border-radius:9px;
font-weight:700;
border:1px solid var(--gold)}
.btn.small{padding:9px 18px}
.btn.outline{background:transparent;
color:var(--gold)!important}
.section{padding:95px 0}
.border-top{border-top:1px solid var(--line)}
.hero{padding-top:105px;
background:radial-gradient(circle at 79% 25%,#8a6d171c,transparent 30%),radial-gradient(circle at 6% 0,#7c5a101e,transparent 24%)}
.hero-grid{display:grid;
grid-template-columns:1fr 1fr;
align-items:center;
gap:70px}
.live-pill{display:inline-flex;
align-items:center;
gap:9px;
border:1px solid var(--line);
border-radius:30px;
padding:6px 13px;
color:#bbb;
font-size:12px}
.live-pill i{width:7px;
height:7px;
border-radius:50%;
background:#d81f36;
box-shadow:0 0 9px #d81f36}
.hero h1{font-size:61px;
line-height:1.04;
margin:24px 0}
.hero h1 span{color:var(--gold)}
.hero p,.narrow p,.radio-grid>div>p{color:var(--muted);
font-size:18px}
.actions{display:flex;
gap:12px;
margin-top:32px}
.tv-card{border:1px solid #725d1d;
border-radius:17px;
padding:9px;
box-shadow:0 0 35px #b7942222}
.card-head{height:37px;
display:flex;
align-items:center;
justify-content:space-between;
padding:0 7px;
font-size:14px}
.card-head span{font-size:10px;
color:#ec3449;
background:#5e1721;
padding:3px 8px;
border-radius:15px}
.video-frame{aspect-ratio:16/9;
background:#000;
border-radius:12px;
overflow:hidden}
.video-frame iframe,.videos iframe{width:100%;
height:100%;
border:0}
.center{text-align:center}
.narrow{max-width:720px}
.eyebrow{color:var(--gold);
font-size:12px;
font-weight:800;
letter-spacing:4px}
.section h2{font-size:40px;
margin:11px 0}
.feature-grid{display:grid;
grid-template-columns:repeat(4,1fr);
gap:16px;
margin-top:55px;
text-align:left}
.feature-grid article,.stats>div,.videos article{border:1px solid var(--line);
background:var(--card);
border-radius:15px;
padding:25px}
.feature-grid b{color:var(--gold);
font-size:25px}
.feature-grid h3{margin:14px 0 4px}
.feature-grid p,.stats span,.videos h3{color:var(--muted);
font-size:14px}
.stats{display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
margin-top:35px}
.stats strong,.stats span{display:block}
.stats strong{color:var(--gold);
font-size:29px}
.radio-section{background:radial-gradient(circle at 75% 50%,#9b751725,transparent 28%)}
.radio-grid{display:grid;
grid-template-columns:.8fr 1.2fr;
gap:70px;
align-items:center}
.player-card{display:flex;
align-items:center;
gap:28px;
padding:31px;
border:1px solid #5c4a1d;
border-radius:20px;
background:linear-gradient(145deg,#17171a,#0d0d0f);
box-shadow:0 0 45px #d2ad2720}
.disc{width:150px;
aspect-ratio:1;
border-radius:50%;
background:repeating-radial-gradient(circle,#111 0 5px,#252525 6px 8px);
border:5px solid #292929;
display:grid;
place-items:center;
animation:spin 8s linear infinite;
animation-play-state:paused}
.playing .disc{animation-play-state:running}
.disc span{width:58px;
aspect-ratio:1;
border-radius:50%;
display:grid;
place-items:center;
background:linear-gradient(135deg,#f14491,#6145de,#e9bd2c);
font-weight:900}
.player-info{flex:1;
text-align:left}
.player-info small,.player-info span,.player-info strong{display:block}
.player-info small{color:var(--gold);
letter-spacing:2px}
.player-info small em{color:#ed4659;
font-style:normal;
letter-spacing:0}
.player-info span{color:var(--muted);
margin-top:25px;
font-size:13px}
.controls{display:flex;
align-items:center;
gap:18px;
margin-top:22px}
.controls button{border:0;
width:52px;
height:52px;
border-radius:50%;
background:var(--gold);
font-size:20px;
cursor:pointer}
.controls input{width:100%;
accent-color:var(--gold)}
@keyframes spin{to{transform:rotate(360deg)}
}
.videos{display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
margin-top:45px;
text-align:left}
.videos article{padding:10px 10px 16px;
overflow:hidden}
.videos iframe{aspect-ratio:16/9;
border-radius:10px}
.videos h3{padding:0 8px;
color:#ddd}
.contact-grid{display:grid;
grid-template-columns:1.25fr 1fr;
gap:22px;
margin-top:45px;
text-align:left}
.map{width:100%;
height:430px;
border:1px solid var(--line);
border-radius:18px}
.contact-list{display:grid;
gap:15px}
.contact-list>a,.social{display:flex;
align-items:center;
gap:17px;
background:var(--card2);
border:1px solid var(--line);
padding:18px;
border-radius:14px}
.contact-list b{display:grid;
place-items:center;
width:43px;
height:43px;
border-radius:10px;
background:#443a1b;
color:var(--gold);
font-size:22px}
.contact-list span small{display:block;
color:#999;
letter-spacing:1px}
.social{background:var(--card);
flex-wrap:wrap}
.social small{width:100%;
color:#999;
letter-spacing:1px}
.social span{border:1px solid var(--line);
border-radius:9px;
width:40px;
height:40px;
display:grid;
place-items:center;
color:#aaa}
footer{border-top:1px solid var(--line);
padding:30px 0;
background:#111114}
footer .wrap{display:flex;
align-items:center;
justify-content:space-between}
footer p{color:#929295;
font-size:13px}
@media(max-width:850px){.menu{display:block}
.nav-links{display:none;
position:absolute;
top:76px;
left:0;
right:0;
background:#0d0e10;
border-bottom:1px solid var(--line);
padding:22px;
flex-direction:column;
align-items:stretch}
.nav-links.open{display:flex}
.hero-grid,.radio-grid,.contact-grid{grid-template-columns:1fr}
.feature-grid{grid-template-columns:repeat(2,1fr)}
.videos{grid-template-columns:repeat(2,1fr)}
.hero h1{font-size:48px}
.player-card{padding:22px}
.disc{width:110px}
}
@media(max-width:560px){.wrap{width:min(100% - 26px,1160px)}
.section{padding:70px 0}
.hero{padding-top:70px}
.hero h1{font-size:42px}
.hero-grid{gap:45px}
.actions{flex-direction:column}
.feature-grid,.stats,.videos{grid-template-columns:1fr}
.player-card{display:block;
text-align:center}
.disc{margin:auto}
.player-info{text-align:center;
margin-top:20px}
.section h2{font-size:32px}
.contact-list>a{font-size:13px}
footer .wrap{flex-direction:column;
gap:15px;
text-align:center}
}
.brand img{display:block;
width:auto;
height:48px;
object-fit:contain}
.radio-logo{display:block;
max-width:250px;
max-height:115px;
object-fit:contain;
margin:0 0 15px}
.cover-wrap{width:160px;
min-width:160px;
aspect-ratio:1;
border-radius:18px;
overflow:hidden;
border:3px solid #39301b;
background:#09090a;
box-shadow:0 0 28px #d2ad2730}
.cover-wrap img{width:100%;
height:100%;
display:block;
object-fit:cover}
.player-info .artist{margin-top:4px;
color:var(--gold);
font-size:14px}
.playing .cover-wrap{box-shadow:0 0 38px #d2ad2755}
@media(max-width:850px){.brand img{height:42px}.cover-wrap{width:125px;
min-width:125px}}
@media(max-width:560px){.radio-logo{margin:0 auto 15px}.cover-wrap{margin:auto}.player-info .artist{margin-top:5px}}
.svg-sprite{position:absolute;
width:0;
height:0;
overflow:hidden}
.icon{width:1.25em;
height:1.25em;
display:inline-block;
vertical-align:middle;
fill:none;
stroke:currentColor;
stroke-width:1.8;
stroke-linecap:round;
stroke-linejoin:round;
flex:0 0 auto}
.fill-icon{fill:currentColor;
stroke:none}
.brand-fill{fill:currentColor;
stroke:none}
.btn{gap:9px}
.menu .icon{width:24px;
height:24px}
.card-head strong{display:flex;
align-items:center;
gap:8px}
.card-head strong .icon{color:var(--gold)}
.feature-icon{width:29px;
height:29px}
.contact-list b .icon{width:23px;
height:23px}
.social span .icon{width:21px;
height:21px}
.social span{transition:color .2s ease,border-color .2s ease,transform .2s ease}
.social span:hover{color:var(--gold);
border-color:#66541f;
transform:translateY(-2px)}
.player-icon{display:block;
width:25px;
height:25px;
color:#111;
fill:currentColor;
stroke:none;
pointer-events:none}
.radio-title{display:flex;
align-items:center;
gap:16px;
margin-top:16px}
.radio-title img{width:64px;
height:64px;
object-fit:contain}
.radio-title h2{margin:0}
.original-player{overflow:hidden;
border:1px solid var(--line);
border-radius:16px;
background:#111114;
text-align:left}
.original-player audio{display:none}
.player-main{display:flex;
align-items:center;
gap:20px;
padding:24px}
.original-cover{position:relative;
width:112px;
height:112px;
flex:0 0 112px;
overflow:hidden;
border:1px solid var(--line);
border-radius:12px;
background:var(--bg)}
.original-cover img{display:block;
width:100%;
height:100%;
object-fit:cover}
.equalizer{position:absolute;
right:6px;
bottom:6px;
height:24px;
display:flex;
align-items:flex-end;
gap:3px;
padding:4px 6px;
border-radius:5px;
background:#000a}
.equalizer i{display:block;
width:3px;
height:6px;
border-radius:2px;
background:var(--gold);
animation:eq 1s ease-in-out infinite;
animation-play-state:paused}
.equalizer i:nth-child(2){animation-delay:.18s}.equalizer i:nth-child(3){animation-delay:.36s}.playing .equalizer i{animation-play-state:running}
@keyframes eq{0%,100%{height:5px}50%{height:15px}}
.track-info{min-width:0;
flex:1;
text-align:left}
.station-line{display:flex;
align-items:center;
gap:8px}
.station-line>.icon{width:16px;
height:16px;
color:var(--gold)}
.station-line strong{font-size:14px;
letter-spacing:.6px}
.station-line>span{display:inline-flex;
align-items:center;
gap:6px;
margin-left:4px;
padding:2px 8px;
border-radius:30px;
background:#e02d401c;
color:#ec4054;
font-size:10px;
font-weight:800}
.station-line>span i{width:6px;
height:6px;
border-radius:50%;
background:#ec4054;
box-shadow:0 0 8px #ec4054}
.track-info>small{display:block;
margin-top:5px;
color:var(--muted);
font-size:11px;
letter-spacing:2px}
.track-info h3{overflow:hidden;
margin:2px 0 0;
color:var(--white);
font-size:18px;
line-height:1.4;
text-overflow:ellipsis;
white-space:nowrap}
.track-info>p{margin:5px 0 0;
color:var(--muted);
font-size:12px}
.original-play{display:flex;
width:64px;
height:64px;
flex:0 0 64px;
align-items:center;
justify-content:center;
padding:0;
border:0;
border-radius:50%;
background:var(--gold);
color:#10100c;
cursor:pointer;
transition:transform .2s ease}
.original-play:hover{transform:scale(1.05)}
.original-play:disabled{opacity:.6}
.original-play svg{width:26px;
height:26px;
fill:none;
stroke:currentColor;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
pointer-events:none}
.player-bottom{padding:16px 24px;
border-top:1px solid var(--line)}
.volume-row{display:flex;
align-items:center;
gap:12px}
.volume-row>.icon{width:18px;
height:18px;
color:var(--muted)}
.volume-row input{width:100%;
height:4px;
cursor:pointer;
accent-color:var(--gold)}
.recent{margin-top:16px}.recent>p{display:flex;
align-items:center;
gap:8px;
margin:0 0 8px;
color:var(--muted);
font-size:11px;
letter-spacing:2px}.recent>p .icon{width:14px;
height:14px;
color:var(--gold)}
.recent ul{display:grid;
gap:6px;
margin:0;
padding:0;
list-style:none}.recent li{overflow:hidden;
color:var(--muted);
font-size:14px;
text-overflow:ellipsis;
white-space:nowrap}
@media(max-width:560px){.player-main{flex-direction:column;
gap:18px}.track-info{text-align:center;
width:100%}.station-line{justify-content:center}.original-play{margin:auto}.track-info h3{white-space:normal}.player-bottom{padding:16px 20px}}
#inicio{background-image:linear-gradient(rgba(4,5,7,.88),rgba(4,5,7,.94)),url("https://i.postimg.cc/CKtR6vtW/bgtv.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat}
#nosotros{background-image:linear-gradient(rgba(5,6,8,.9),rgba(5,6,8,.95)),url("https://i.postimg.cc/QtjbCy4X/nosotros.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat}
#radio{background-image:linear-gradient(rgba(5,6,8,.89),rgba(5,6,8,.95)),url("https://i.postimg.cc/D0MdCy2F/2.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat}
#videos{background-image:linear-gradient(rgba(5,6,8,.9),rgba(5,6,8,.96)),url("https://i.postimg.cc/BQPxS3SY/videos.jpg");
background-position:center;
background-size:cover;
background-repeat:no-repeat}
#contacto{background-image:linear-gradient(rgba(3,7,15,.9),rgba(3,7,15,.96)),url("https://i.postimg.cc/zvgVrJCR/Pngtree-a-dark-blue-world-map-16502309.png");
background-position:center;
background-size:cover;
background-repeat:no-repeat}
.feature-grid article{position:relative;
min-height:245px;
padding:28px;
background:linear-gradient(145deg,rgba(23,23,27,.94),rgba(12,12,15,.96));
box-shadow:0 12px 35px rgba(0,0,0,.2);
transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.feature-grid article:hover{transform:translateY(-6px);
border-color:#6f5b20;
box-shadow:0 18px 45px rgba(0,0,0,.35),0 0 25px rgba(224,185,47,.08)}
.feature-grid article b{display:grid;
width:48px;
height:48px;
place-items:center;
border:1px solid #5a4b20;
border-radius:13px;
background:rgba(224,185,47,.1)}
.feature-grid article h3{margin-top:20px;
font-size:19px;
line-height:1.3}
.feature-grid article p{margin-bottom:0;
line-height:1.7}
.has-wave{position:relative;
padding-bottom:145px;
overflow:hidden}
.has-wave::after{content:"";
position:absolute;
z-index:2;
right:0;
bottom:-1px;
left:0;
width:100%;
height:78px;
pointer-events:none;
background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 100' preserveAspectRatio='none'%3E%3Cpath d='M0 50C240 105 480 5 720 50s480 55 720 0v50H0Z' fill='%2317171c'/%3E%3Cpath d='M0 50C240 105 480 5 720 50s480 55 720 0' fill='none' stroke='%23d4af37' stroke-opacity='.72' stroke-width='3'/%3E%3C/svg%3E");
background-position:center bottom;
background-size:100% 100%;
background-repeat:no-repeat}
@media(max-width:560px){.has-wave{padding-bottom:110px}.has-wave::after{height:55px;
background-size:180% 100%}}
