/*
Theme Name: Punto y Coma Larivision Premium
Theme URI: https://larivision.com
Author: Frontmax Group / SmartBytes
Description: Theme premium responsive para Punto y Coma Radio, Larivisión TV, medios digitales, radio en vivo, TV en vivo y publicaciones configurables.
Version: 1.0.0
Text Domain: puntoycoma-larivision
*/

:root{
  --logo-main: 265px;
  --logo-larivision: 210px;
  --logo-frontmax: 95px;
  --max: 1180px;
  --radius: 28px;
  --bg:#030712;
  --panel:#071326;
  --pink:#e4267a;
  --pink2:#9b155b;
  --blue:#20a7ff;
  --blue2:#1160ff;
  --yellow:#ffd21a;
  --red:#ff2438;
  --cyan:#32e6ff;
  --text:#eef7ff;
  --muted:#a8b8d0;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font-family:Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 10% 8%, rgba(228,38,122,.24), transparent 32%),
    radial-gradient(circle at 82% 16%, rgba(32,167,255,.22), transparent 30%),
    radial-gradient(circle at 52% 92%, rgba(255,210,26,.13), transparent 26%),
    linear-gradient(180deg,#020617 0%,#081126 45%,#030712 100%);
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.topline{
  text-align:center;
  padding:9px 14px;
  color:#dbeafe;
  font-size:13px;
  background:linear-gradient(90deg,#16071a,#081d43,#16071a);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(3,7,18,.78);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nav-inner{
  max-width:var(--max);
  margin:auto;
  padding:12px 18px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.nav-logo img{
  width:168px;
  display:block;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.5));
}

.nav-links{
  display:flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  font-weight:800;
  color:#eaf2ff;
}


.mobile-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.04));
  box-shadow:0 16px 34px rgba(0,0,0,.32);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:6px;
  padding:0;
  color:#fff;
}

.mobile-menu-toggle span{
  display:block;
  width:22px;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:transform .25s ease, opacity .25s ease;
}

body.mobile-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(8px) rotate(45deg)}
body.mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
body.mobile-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

.nav-links a{opacity:.9;transition:.2s}
.nav-links a:hover{opacity:1;color:var(--yellow)}

.nav-cta{
  padding:10px 16px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--pink),#ff4aa2);
  color:white;
  box-shadow:0 14px 30px rgba(228,38,122,.25);
}

.hero{
  padding:54px 18px 30px;
  position:relative;
  overflow:hidden;
}

.hero-inner{
  max-width:var(--max);
  margin:auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
}

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  border-radius:999px;
  color:#eaf2ff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.pulse{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ef4444;
  box-shadow:0 0 0 7px rgba(239,68,68,.18);
  animation:pulse 1.35s infinite;
}

@keyframes pulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.24)}
}

h1{
  margin:17px 0 12px;
  font-size:clamp(38px,6.2vw,76px);
  line-height:.95;
  letter-spacing:-2.3px;
  text-transform:uppercase;
}

h1 span{
  color:var(--pink);
  text-shadow:0 0 30px rgba(228,38,122,.32);
}

.lead{
  font-size:clamp(16px,2vw,20px);
  color:#c8d7ed;
  line-height:1.65;
  max-width:680px;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

.btn{
  min-height:48px;
  padding:13px 18px;
  border-radius:999px;
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  font-weight:900;
  border:1px solid rgba(255,255,255,.12);
  transition:.22s;
}

.btn:hover{transform:translateY(-2px)}

.btn-pink{
  background:linear-gradient(135deg,var(--pink),#ff4aa2);
  color:white;
  box-shadow:0 16px 36px rgba(228,38,122,.26);
}

.btn-blue{
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  color:white;
  box-shadow:0 16px 36px rgba(17,96,255,.28);
}

.btn-yellow{
  background:linear-gradient(135deg,var(--yellow),#ff9f1c);
  color:#08111e;
  box-shadow:0 16px 36px rgba(255,210,26,.2);
}

.btn-ghost{
  background:rgba(255,255,255,.07);
  color:white;
}

.hero-card{
  border-radius:38px;
  padding:24px;
  background:
    radial-gradient(circle at top left,rgba(228,38,122,.23),transparent 35%),
    radial-gradient(circle at bottom right,rgba(32,167,255,.20),transparent 38%),
    linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.13);
  box-shadow:0 35px 90px rgba(0,0,0,.5);
  text-align:center;
}

.hero-card img{
  width:var(--logo-main);
  filter:drop-shadow(0 18px 32px rgba(0,0,0,.5));
  margin:0 auto 18px;
  display:block;
}

.hero-card p{
  margin:0;
  color:#cbd5e1;
  line-height:1.6;
  font-size:16px;
}

.section{
  padding:58px 18px;
}

.container{
  max-width:var(--max);
  margin:auto;
}

.section-title{
  text-align:center;
  margin-bottom:28px;
}

.section-title h2{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1;
  text-transform:uppercase;
  letter-spacing:-1px;
}

.section-title p{
  color:var(--muted);
  line-height:1.6;
  max-width:780px;
  margin:12px auto 0;
}

.radio-two-columns{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:20px;
  align-items:center;
}

.radio-premium,
.program-card,
.player-shell,
.media-card,
.contact-card,
.promo-card,
.news-card{
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 24px 70px rgba(0,0,0,.36);
  overflow:hidden;
}

.compact-player{
  min-height:290px;
  height:auto;
  padding:22px;
  border-radius:32px;
  justify-content:center;
  background:
    linear-gradient(135deg, rgba(255,0,128,.20), rgba(0,170,255,.16)),
    rgba(255,255,255,.045);
}

.compact-top{
  display:grid;
  grid-template-columns:92px 1fr auto;
  gap:16px;
  align-items:center;
}

.radio-cover{
  width:92px;
  height:92px;
  border-radius:24px;
  overflow:hidden;
  background:#000;
  border:3px solid #1ea7ff;
  box-shadow:0 15px 30px rgba(0,0,0,.4);
  flex:0 0 auto;
}

.radio-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  padding:0;
}

.radio-info{flex:1}

.radio-info h2{
  margin:7px 0 5px;
  font-size:30px;
  line-height:1.05;
  letter-spacing:-.6px;
}

.radio-info h3{
  margin:0;
  color:#d7d7e7;
  font-size:22px;
}

.live-dot{
  color:#ff4b5c;
  font-weight:800;
  font-size:14px;
}

.radio-status{
  background:#ff1f57;
  padding:11px 18px;
  border-radius:999px;
  font-weight:900;
  box-shadow:0 10px 25px rgba(255,31,87,.3);
  white-space:nowrap;
  font-size:14px;
}

.equalizer{
  display:flex;
  gap:12px;
  margin:28px 0 18px;
  align-items:center;
}

.equalizer span{
  flex:1;
  height:18px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff1f57,#1ea7ff);
  animation:pulseEQ 1s infinite ease-in-out;
}

.equalizer span:nth-child(1),
.equalizer span:nth-child(2),
.equalizer span:nth-child(5),
.equalizer span:nth-child(8),
.equalizer span:nth-child(10){height:45px}
.equalizer span:nth-child(3),
.equalizer span:nth-child(6),
.equalizer span:nth-child(7),
.equalizer span:nth-child(9){height:18px}

@keyframes pulseEQ{
  0%,100%{opacity:.4;transform:scaleY(.78)}
  50%{opacity:1;transform:scaleY(1)}
}

.radio-controls{
  display:grid;
  grid-template-columns:76px 1fr 190px;
  align-items:center;
  gap:18px;
}

#playBtn{
  width:64px;
  height:64px;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg,#ff4aa2,#1ea7ff);
  color:#fff;
  font-size:25px;
  cursor:pointer;
  box-shadow:0 15px 35px rgba(0,0,0,.35);
}

.progress-area input,
.volume-box input{width:100%}

.volume-box{min-width:0}

.volume-box label{
  display:block;
  margin-bottom:4px;
  font-weight:700;
  font-size:13px;
}

input[type=range]{accent-color:#1ea7ff}

.compact-program{
  max-height:360px;
  align-self:center;
}

.compact-program img{
  min-height:0;
  height:280px;
  object-fit:cover;
  width:100%;
  display:block;
}

.program-info{
  padding:14px 16px;
  background:linear-gradient(90deg,rgba(228,38,122,.24),rgba(32,167,255,.12));
  border-top:1px solid rgba(255,255,255,.1);
}

.program-info strong{
  font-size:20px;
  text-transform:uppercase;
}

.program-info p{
  margin:6px 0 0;
  color:#e4edf8;
  line-height:1.45;
  font-size:14px;
}

.player-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  background:linear-gradient(90deg,rgba(32,167,255,.3),rgba(17,96,255,.12));
  border-bottom:1px solid rgba(255,255,255,.08);
}

.player-head strong{
  display:flex;
  align-items:center;
  gap:9px;
  text-transform:uppercase;
  letter-spacing:.6px;
}

.player-logo{
  width:130px;
  max-height:55px;
  object-fit:contain;
}

.video-js{
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  background:#000;
  font-size:15px;
}

.video-js .vjs-big-play-button{
  border:0;
  border-radius:50%;
  width:78px;
  height:78px;
  line-height:78px;
  margin-left:-39px;
  margin-top:-39px;
  background:linear-gradient(135deg,var(--blue),var(--blue2));
  box-shadow:0 16px 42px rgba(32,167,255,.32);
}

.video-js .vjs-tech{object-fit:contain}

.media-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:26px;
}

.media-card{
  padding:22px 16px;
  text-align:center;
  transition:.25s ease;
  min-height:232px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.media-card:hover,
.news-card:hover{
  transform:translateY(-6px);
  border-color:rgba(228,38,122,.35);
  box-shadow:0 26px 70px rgba(0,0,0,.5);
}

.media-card img{
  height:92px;
  max-width:190px;
  object-fit:contain;
  margin:0 auto 16px;
  filter:drop-shadow(0 14px 18px rgba(0,0,0,.4));
}

.media-card h3{
  margin:0 0 8px;
  font-size:18px;
  text-transform:uppercase;
}

.media-card p{
  margin:0;
  color:#b7c5d9;
  line-height:1.45;
  font-size:14px;
}

.promo-wrap{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:24px;
  align-items:center;
}

.promo-card{
  padding:18px;
  background:rgba(255,255,255,.05);
}

.promo-card img{
  border-radius:22px;
  width:100%;
  display:block;
  box-shadow:0 22px 70px rgba(0,0,0,.45);
}

.services{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
  margin-top:20px;
}

.service{
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  color:#dbeafe;
  font-weight:800;
}

.news-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.news-card{
  transition:.25s ease;
}

.news-card img{
  width:100%;
  height:210px;
  object-fit:cover;
  display:block;
}

.news-card-content{
  padding:22px;
}

.news-card .date{
  color:#20a7ff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.news-card h3{
  font-size:25px;
  line-height:1.15;
  margin:12px 0 18px;
}

.news-card a.read-more{
  color:#fff;
  font-weight:900;
  border-bottom:2px solid #20a7ff;
  padding-bottom:4px;
}

.news-list .news-card,
.news-horizontal .news-card{
  display:grid;
  grid-template-columns:260px 1fr;
  align-items:stretch;
}

.news-list .news-card img,
.news-horizontal .news-card img{
  height:100%;
  min-height:170px;
}

.news-list,
.news-horizontal{
  grid-template-columns:1fr;
}

.contact-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:22px;
  align-items:stretch;
}

.contact-card{
  padding:28px;
  background:
    radial-gradient(circle at top left,rgba(228,38,122,.18),transparent 40%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
}

.contact-card h2{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,48px);
  text-transform:uppercase;
  line-height:1;
}

.contact-list{
  display:grid;
  gap:12px;
  margin:20px 0;
  color:#d7e6f8;
  line-height:1.5;
}

.contact-item{
  padding:14px 15px;
  border-radius:18px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);
}

.contact-brand{
  display:grid;
  place-items:center;
  text-align:center;
}

.contact-brand img{
  width:var(--logo-main);
  filter:drop-shadow(0 18px 30px rgba(0,0,0,.5));
}

.floating{
  position:fixed;
  right:17px;
  bottom:17px;
  z-index:80;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.float-btn{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:25px;
  box-shadow:0 15px 35px rgba(0,0,0,.45);
  transition:.22s;
}

.float-btn:hover{transform:scale(1.08)}
.whatsapp{background:#25d366}
.topbtn{background:linear-gradient(135deg,var(--pink),var(--blue))}

footer{
  padding:34px 18px;
  background:#020617;
  border-top:1px solid rgba(255,255,255,.08);
  color:#95a6bf;
}

.footer-inner{
  max-width:var(--max);
  margin:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-brand img{
  width:var(--logo-frontmax);
  max-height:70px;
  object-fit:contain;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  font-size:14px;
}

@media(max-width:980px){
  .hero-inner,
  .radio-two-columns,
  .promo-wrap,
  .contact-grid{grid-template-columns:1fr}

  .hero{text-align:center}
  .lead{margin:auto}
  .hero-actions{justify-content:center}
  .media-grid{grid-template-columns:repeat(2,1fr)}
  .news-grid{grid-template-columns:1fr}
  .compact-program{max-height:none}
  .compact-program img{height:auto}
}

@media(max-width:640px){
  :root{
    --logo-main:220px;
    --logo-larivision:185px;
    --logo-frontmax:76px;
  }

  .topline{font-size:12px}
  .nav-inner{
    justify-content:space-between;
    flex-direction:row;
    padding:10px 14px;
    min-height:70px;
    position:relative;
  }

  .nav-logo img{width:142px}
  .mobile-menu-toggle{display:flex}
  .nav-links{
    position:absolute;
    top:calc(100% + 10px);
    right:14px;
    width:min(86vw,330px);
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:8px;
    padding:14px;
    font-size:14px;
    border:1px solid rgba(255,255,255,.13);
    border-radius:22px;
    background:linear-gradient(180deg,rgba(7,19,38,.98),rgba(3,7,18,.98));
    box-shadow:0 25px 65px rgba(0,0,0,.55);
    opacity:0;
    visibility:hidden;
    transform:translateY(-8px) scale(.98);
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  }

  body.mobile-menu-open .nav-links{
    opacity:1;
    visibility:visible;
    transform:translateY(0) scale(1);
    pointer-events:auto;
  }

  .nav-links a{
    width:100%;
    padding:14px 15px;
    border-radius:16px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
  }

  .nav-links a:hover{background:rgba(255,255,255,.1)}

  .nav-links .nav-cta{
    text-align:center;
    background:linear-gradient(135deg,var(--pink),#ff4aa2);
  }

  h1{letter-spacing:-1.2px}
  .hero{padding-top:34px}
  .hero-card{padding:17px;border-radius:28px}
  .section{padding:42px 14px}

  .compact-top{grid-template-columns:82px 1fr}
  .radio-cover{width:82px;height:82px}
  .radio-status{grid-column:1 / -1;text-align:center;width:100%}
  .radio-info h2{font-size:24px}
  .radio-info h3{font-size:18px}
  .radio-controls{grid-template-columns:64px 1fr}
  .volume-box{grid-column:1 / -1}
  .equalizer{gap:7px}

  .media-grid{grid-template-columns:1fr}
  .services{grid-template-columns:1fr}
  .player-head{flex-direction:column;text-align:center}
  .player-logo{width:116px}
  .contact-card{padding:22px}
  .footer-inner{justify-content:center;text-align:center}
  .footer-brand{justify-content:center}
  .floating{right:12px;bottom:12px}
  .float-btn{width:52px;height:52px;font-size:23px}

  .news-list .news-card,
  .news-horizontal .news-card{
    grid-template-columns:1fr;
  }

  .news-list .news-card img,
  .news-horizontal .news-card img{
    height:210px;
  }
}
