* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #07090d;
    color: #f6f6f6;
    font: 15px Segoe UI, Arial;
    padding-bottom: 80px
}

a {
    color: inherit;
    text-decoration: none
}

header {
    height: 78px;
    background: #121922;
    border-bottom: 1px solid #2b3139;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(30px, calc((100% - 1280px)/2));
    position: sticky;
    top: 0;
    z-index: 5
}

.brand {
    display: flex;
    flex-direction: column
}

.brand b {
    font-size: 28px;
    color: #e9c13b
}

.brand span {
    color: #fff
}

.brand small {
    font-size: 0.75rem;
    letter-spacing: 2px;
}

nav {
    display: flex;
    gap: 28px
}

nav a {
    font-size: 13px;
    font-weight: 800;
    color: #bbb;
    padding: 30px 0;
    border-bottom: 2px solid transparent
}

nav a:hover {
    color: #e9c13b;
    border-color: #e9c13b
}

#menu {
    display: none
}

.hero {
    width: min(1280px, calc(100% - 60px));
    min-height: 520px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
    align-items: center
}

.hero label,
.now small,
.strip small {
    color: #e9c13b;
    font-weight: 800;
    font-size: 11px;
    letter-spacing: 1px
}

.hero h1 {
    font: 60px/1.03 Georgia;
    margin: 18px 0
}

.hero h1 em {
    color: #e9c13b;
    font-style: normal
}

.hero p {
    color: #aeb3ba;
    font-size: 18px;
    line-height: 1.6
}

.hero button {
    background: #e9c13b;
    border: 0;
    border-radius: 7px;
    padding: 15px 22px;
    font-weight: 900;
    cursor: pointer
}

.now {
    height: 370px;
    background: linear-gradient(145deg, #151c24, #090c10);
    border: 1px solid #39414b;
    border-radius: 15px;
    padding: 27px;
    position: relative
}

.now>i {
    background: #bf2929;
    border-radius: 6px;
    padding: 7px 10px;
    font-size: 10px;
    font-style: normal;
    font-weight: 900
}

.now #art {
    width: 195px;
    height: 195px;
    border: 2px solid #e9c13b;
    border-radius: 10px;
    position: absolute;
    right: 30px;
    top: 65px;
    display: grid;
    place-items: center;
    font-size: 70px;
    background: radial-gradient(circle, #e9c13b 0 30%, #242c35 31% 55%, #080a0e 56%);
    background-size: cover;
    background-position: center;
    color: #111
}

.now section {
    position: absolute;
    left: 28px;
    bottom: 85px;
    width: calc(100% - 285px);
    max-width: 420px;
}

.now h2 {
    font: 20px Georgia;
    margin: 7px 0;
    line-height: 1.15;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.now section p {
    margin: 0;
}

.wave {
    position: absolute;
    bottom: 48px;
    color: #e9c13b;
    letter-spacing: 3px;
}

.now > button {
    position: absolute;
    bottom: 15px;
    left: 28px;
    right: auto;
    background: none;
    border: 0;
    color: #e9c13b;
    font-weight: 900;
    transform: none;
}


/* ======================================================
   MÓVIL — CENTRADO REAL DEL HERO
   ====================================================== */

@media (max-width: 680px) {

    .hero .now section {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .hero .now .wave {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }

    .now > button {
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
    }

}
.strip,
.grid,
.section {
    width: min(1280px, calc(100% - 60px));
    margin-left: auto;
    margin-right: auto
}

.strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #11171e;
    border: 1px solid #2b3139;
    border-radius: 10px;
    overflow: hidden
}

.strip article {
    display: flex;
    gap: 14px;
    padding: 22px;
    border-right: 1px solid #2b3139;
    font-size: 27px;
    color: #e9c13b
}

.strip article:last-child {
    border: 0
}

.strip b,
.strip span {
    display: block
}

.strip b {
    color: #fff;
    font-size: 14px;
    margin-top: 5px
}

.strip span {
    color: #9299a2;
    font-size: 12px;
    margin-top: 4px
}

.grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 17px
}

.panel,
.cards article {
    background: #11171e;
    border: 1px solid #2b3139;
    border-radius: 9px
}

.panel {
    padding: 20px
}

.panel h2,
.section>h2 {
    font-size: 15px;
    letter-spacing: .7px;
    border-bottom: 1px solid #2b3139;
    padding-bottom: 13px
}

.empty {
    height: 235px;
    display: grid;
    place-items: center;
    text-align: center;
    color: #737b84
}

.schedule p {
    display: grid;
    grid-template-columns: 125px 1fr;
    padding: 10px 0;
    border-bottom: 1px solid #252b32;
    margin: 0;
    color: #e9c13b
}

.schedule b {
    color: #fff
}

.section {
    margin-top: 55px
}

.section>p {
    color: #aeb3ba;
    line-height: 1.7
}

.cards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.cards article {
    min-height: 170px;
    padding: 22px;
    font-size: 42px;
    color: #e9c13b
}

.cards b,
.cards p {
    display: block;
    margin-top: 15px
}

.cards b {
    font-size: 12px
}

.cards p {
    color: #aeb3ba;
    font-size: 12px;
    line-height: 1.5
}

.news {
    grid-template-columns: repeat(4, 1fr)
}

footer {
    text-align: center;
    background: #11171e;
    border-top: 1px solid #2b3139;
    padding: 35px;
    margin-top: 65px
}

footer b {
    color: #e9c13b;
    font-size: 20px
}

.player {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    min-height: 78px;
    background: #141a22ee;
    border-top: 1px solid #77651f;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px
}

.player strong,
.player span {
    display: block
}

.player span {
    font-size: 12px;
    color: #aeb3ba
}

.player button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e9c13b;
    background: none;
    color: white;
    cursor: pointer
}

.player input {
    accent-color: #e9c13b
}

#sonic-data {
    display: none
}

@media(max-width:1000px) {
    .hero {
        grid-template-columns: 1fr
    }

    .grid {
        grid-template-columns: 1fr
    }

    .cards {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media(max-width:680px) {
    header {
        height: 68px;
        padding: 0 18px
        
        
    }
.hero > div:first-child {
    text-align: center;
}
    #menu {
        display: block;
        background: none;
        border: 0;
        color: white;
        font-size: 26px
    }

   nav {
    display: none;
    position: absolute;
    top: 68px;
    right: 0;
    left: auto;

    width: 270px;

    background: #121922;
    flex-direction: column;
    padding: 10px 20px;
    gap: 0;

    box-sizing: border-box;
    z-index: 9999;
}

nav.open {
    display: flex;
}

nav a {
    padding: 12px 0;
}

    .hero,
    .strip,
    .grid,
    .section {
        width: calc(100% - 30px)
    }

    .hero h1 {
        font-size: 42px
    }

    .now {
        height: 410px
    }

    .now #art {
        position: relative;
        top: auto;
        right: auto;
        margin: 25px auto;
        width: 165px;
        height: 165px
    }

    .strip {
        grid-template-columns: 1fr
    }

    .strip article {
        border-right: 0;
        border-bottom: 1px solid #2b3139
    }

    .cards,
    .news {
        grid-template-columns: 1fr 1fr
    }

    .schedule p {
        grid-template-columns: 105px 1fr
    }

    .player {
        gap: 15px;
        padding: 8px 12px
    }

    .player label {
        display: none
    }
}

@media(max-width:430px) {

    .cards,
    .news {
        grid-template-columns: 1fr
    }

    .hero h1 {
        font-size: 38px
    }
}
.about p,
.contact p {
    font-size: 0.95rem;
    line-height: 1.65;
}
.contact .contact-header p,
.contact .contact-info p,
.contact .contact-social-text p {
    font-size: 0.95rem;
    line-height: 1.65;
}
/* ======================================================
   TARJETAS ACTUAL / SIGUIENTE / HOY — MÓVIL
   ====================================================== */

.strip article small {
    font-size: 0.76rem;
}

.strip article b {
    font-size: 1.02rem;
}

.strip article span {
    font-size: 0.82rem;
}

/* ======================================================
   HISTORIAL DE CANCIONES - MYTUNER
   Integración visual ExpresionFM
   ====================================================== */

.history-panel {
    overflow: hidden;
}

.history-widget {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

/* Contenedor principal */

.history-widget .mytuner-widget {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    background: var(--panel) !important;
    color: var(--text) !important;
}

/* Ocultar el logotipo de MyTuner */

.history-widget .mytuner-widget > a:first-of-type {
    display: none !important;
}

/* Encabezado interno */

.history-widget .mytuner-widget > a:nth-of-type(2) {
    background: var(--bg) !important;
    border-bottom: 1px solid var(--line) !important;
}

/* Texto "Historial de canciones" */

.history-widget .mytuner-widget > a:nth-of-type(2) span {
    color: var(--text) !important;
    font-size: 18px !important;
}

/* Selector de días */

.history-widget [id$="playlist-day-selector"] {
    background: var(--gold) !important;
    border-top: 0 !important;
}

/* Días */

.history-widget .dow {
    color: #ffffff !important;
}

/* Día seleccionado */

.history-widget .dow.active {
    background: var(--bg) !important;
    color: #ffffff !important;
}

/* Área donde aparecen las canciones */

.history-widget [id$="playlist_songs"] {
    background: var(--panel) !important;
    color: var(--text) !important;
    max-height: 390px !important;
}

/* Filas de canciones */

.history-widget [id$="playlist_songs"] > li {
    background: var(--panel) !important;
    color: var(--text) !important;
    border-bottom: 1px solid var(--line) !important;
}

/* Texto de las canciones */

.history-widget [id$="playlist_songs"] * {
    color: var(--text) !important;
}
/* ======================================================
   NOSOTROS
   LA HISTORIA DETRÁS DE LA FRECUENCIA
   ====================================================== */

.about {
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 30px 100px;
}


/* ------------------------------------------------------
   ENCABEZADO
   ------------------------------------------------------ */

.about-header {
    max-width: 850px;
    margin-bottom: 90px;
}

.about-label,
.about-kicker {
    display: block;
    color: var(--gold);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

.about-header h2 {
    margin: 0;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 0.98;
    letter-spacing: -1.5px;
}

.about-header h2 em {
    color: var(--gold);
    font-style: normal;
}

.about-header p {
    max-width: 620px;
    margin-top: 25px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}


/* ------------------------------------------------------
   ORIGEN
   ------------------------------------------------------ */

.about-origin {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 70px;
    padding: 70px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.origin-year {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.origin-year span {
    color: var(--muted);
    font-size: 0.7rem;
    letter-spacing: 4px;
}

.origin-year strong {
    color: var(--gold);
    font-size: clamp(78px, 10vw, 125px);
    line-height: 0.85;
    letter-spacing: -6px;
}

.origin-text {
    max-width: 760px;
}

.origin-text h3 {
    max-width: 700px;
    margin: 0 0 25px;
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.08;
}

.origin-text p {
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.8;
    margin: 0 0 18px;
}

.origin-text strong {
    color: var(--text);
}


/* ------------------------------------------------------
   ESENCIA
   ------------------------------------------------------ */

.about-essence {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    padding: 110px 0;
}

.essence-title h3 {
    margin: 0 0 22px;
    font-size: clamp(30px, 3.5vw, 44px);
    line-height: 1.05;
}

.essence-title h3 em {
    color: var(--gold);
    font-style: normal;
}

.essence-title p {
    color: var(--muted);
    line-height: 1.8;
    max-width: 500px;
}

.essence-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: end;
}

.essence-items article {
    min-height: 190px;
    padding: 25px;
    border-left: 1px solid var(--line);
}

.essence-items span {
    display: block;
    color: var(--gold);
    font-size: 0.7rem;
    letter-spacing: 2px;
    margin-bottom: 45px;
}

.essence-items strong {
    display: block;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

.essence-items p {
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.5;
}


/* ------------------------------------------------------
   HISTORIA / TIMELINE
   ------------------------------------------------------ */

.about-timeline {
    padding: 90px 0;
    border-top: 1px solid var(--line);
}

.about-timeline h3 {
    margin: 0 0 55px;
    font-size: clamp(32px, 4vw, 48px);
}

.about-timeline h3 em {
    color: var(--gold);
    font-style: normal;
}

.timeline {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    position: relative;
    margin-bottom: 35px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: var(--line);
}

.timeline div {
    position: relative;
    text-align: center;
}

.timeline div::after {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    margin: 15px auto 0;
    border: 2px solid var(--gold);
    border-radius: 50%;
    background: var(--bg);
}

.timeline span {
    position: relative;
    z-index: 2;
    padding: 5px 12px;
    background: var(--bg);
    color: var(--muted);
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.timeline .active span {
    color: var(--gold);
}

.timeline .active::after {
    background: var(--gold);
}

.about-timeline > p {
    max-width: 700px;
    color: var(--muted);
    line-height: 1.8;
}


/* ------------------------------------------------------
   MISIÓN
   ------------------------------------------------------ */

.about-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0;
    border-top: 1px solid var(--line);
}

.about-mission h3 {
    margin: 0;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 0.95;
}

.about-mission h3 em {
    display: block;
    color: var(--gold);
    font-style: normal;
}

.about-mission > p {
    color: var(--muted);
    line-height: 1.9;
    font-size: 1rem;
}


/* ------------------------------------------------------
   CIERRE
   ------------------------------------------------------ */

.about-closing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
    border-top: 1px solid var(--line);
}

.about-closing strong {
    font-size: 1.5rem;
    letter-spacing: 2px;
}

.about-closing strong span {
    color: var(--gold);
}

.about-closing > span {
    color: var(--muted);
    font-size: 0.65rem;
    letter-spacing: 3px;
}


/* ======================================================
   RESPONSIVE
   ====================================================== */

@media (max-width: 900px) {

    .about-origin,
    .about-essence,
    .about-mission {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .origin-year strong {
        font-size: 110px;
    }

    .essence-items {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 680px) {

    .about {
        padding: 80px 20px 70px;
        text-align: center;
    }

    .about-header {
        margin-bottom: 60px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-header h2 {
        font-size: 42px;
    }

    .about-header p {
        margin-left: auto;
        margin-right: auto;
    }

    .about-origin {
        padding: 55px 0;
        text-align: center;
    }

    .origin-year {
        align-items: center;
    }

    .origin-year strong {
        font-size: 95px;
    }

    .origin-text {
        margin-left: auto;
        margin-right: auto;
    }

    .origin-text p {
        text-align: center;
    }

    .about-essence,
    .about-timeline,
    .about-mission {
        padding: 70px 0;
        text-align: center;
    }

    .essence-title p,
    .about-timeline > p,
    .about-mission > p {
        margin-left: auto;
        margin-right: auto;
    }

    .essence-items {
        grid-template-columns: 1fr;
    }

    .essence-items article {
        min-height: auto;
        padding: 25px 0;
        border-left: 0;
        border-bottom: 1px solid var(--line);
    }

    .essence-items span {
        margin-bottom: 20px;
    }

    .timeline {
        grid-template-columns: repeat(4, 1fr);
        row-gap: 30px;
    }

    .timeline::before {
        display: none;
    }

    .timeline div::after {
        margin-top: 10px;
    }

    .about-closing {
        flex-direction: column;
        align-items: center;
        gap: 12px;

    }
    .brand small {
    display: none;
}
.panel h2,
.section > h2 {
    text-align: center;
}


}@media (max-width: 680px) {

    .strip article small {
    font-size: 0.72rem;
}

.strip article b {
    font-size: 0.95rem;
}

.strip article span {
    font-size: 0.75rem;
}


    /* TARJETAS INFORMATIVAS */
    .cards article {
        text-align: center;
    }


    /* PROGRAMA ACTUAL / SIGUIENTE / HOY */
    .strip article {
        text-align: center;
        justify-content: center;
    }

    .strip article > div {
        align-items: center;
    }

}
@media (max-width: 680px) {

    .hero > div:first-child {
        text-align: center;
    }

    .hero .now > i,
    .hero .now section,
    .hero .now .wave,
    .hero .now #cardPlay {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .hero .now section {
        width: 100%;
    }

    .hero .now .wave {
        width: 100%;
    }

}
@media (max-width: 680px) {

    .hero .now > i {
        display: block;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .hero .now #cardPlay {
        display: block;
        width: fit-content;
        margin-left: auto !important;
        margin-right: auto !important;
    }

}
#scrollTop {
    position: fixed;
    right: 25px;
    bottom: 90px;

    width: 50px;
    height: 50px;

    padding: 0;

    border: 2px solid #e9c13b !important;
    border-radius: 50% !important;

    background: #11171e !important;
    color: #e9c13b !important;

    font-size: 24px;
    font-weight: bold;

    z-index: 99999;
    cursor: pointer;
}
/* ======================================================
   FOOTER EXPRESIONFM
   ====================================================== */

.site-footer {
    max-width: 1280px;
    margin: 0 auto;
    padding: 38px 30px 22px;
    text-align: center;
}

/* ======================================================
   FILA PRINCIPAL
   ====================================================== */

.footer-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

/* ======================================================
   MARCA
   ====================================================== */

.footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.footer-brand strong {
    display: block;
    font-size: 1.45rem;
    letter-spacing: 2px;
}

.footer-brand strong span {
    color: #e9c13b;
}

.footer-brand small {
    display: block;
    color: #8d949d;
    font-size: 0.6rem;
    letter-spacing: 3px;
}

/* ======================================================
   REDES SOCIALES
   ====================================================== */

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.footer-social a {
    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border: 1px solid #39414b;
    border-radius: 50%;

    color: #e9c13b;
    background: #11171e;

    text-decoration: none;
    font-size: 17px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: #e9c13b;
    color: #07090d;
    border-color: #e9c13b;
    transform: translateY(-2px);
}

/* ======================================================
   ENLACES LEGALES
   ====================================================== */

.footer-legal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-legal a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 135px;
    padding: 7px 12px;

    border: 1px solid #39414b;
    border-radius: 5px;

    color: #aeb3ba;
    background: transparent;

    text-decoration: none;
    font-size: 0.7rem;

    transition: all 0.3s ease;
}

.footer-legal a:hover {
    color: #07090d;
    background: #e9c13b;
    border-color: #e9c13b;
}

/* ======================================================
   LÍNEA DIVISORIA
   ====================================================== */

.footer-line {
    width: 100%;
    height: 1px;
    margin: 28px 0 18px;
    background: #2b3139;
}

/* ======================================================
   INFORMACIÓN FINAL
   ====================================================== */

.footer-bottom {
    color: #707781;
    font-size: 0.68rem;
    line-height: 1.5;
}

.footer-bottom p {
    margin: 2px 0;
}

.footer-bottom strong {
    color: #e9c13b;
}

.footer-bottom em {
    display: block;
    margin-top: 5px;
    color: #8b9199;
    font-size: 0.63rem;
}

/* ======================================================
   FOOTER EN MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .site-footer {
        padding: 32px 15px 20px;
    }

    .footer-main {
        gap: 20px;
    }

    .footer-brand {
        flex-direction: column;
        gap: 5px;
    }

    .footer-brand strong {
        font-size: 1.4rem;
    }

    .footer-brand small {
        font-size: 0.58rem;
    }

    .footer-social {
        gap: 8px;
    }

    .footer-social a {
        width: 36px;
        height: 36px;
    }

    .footer-legal {
        gap: 7px;
    }

   .footer-legal a {
    min-width: auto;
    padding: 8px 10px;
    font-size: 0.75rem;
}

    .footer-line {
        margin: 24px 0 16px;
    }

}
.footer-social svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}
.footer-bottom {
    font-size: 0.78rem;
    line-height: 1.6;
}

.footer-bottom em {
    font-size: 0.72rem;
}
/* ======================================================
   CONTACTO EXPRESIONFM
   ====================================================== */

.contact {
    max-width: 1280px;
    margin: 0 auto;
    padding: 90px 30px 80px;
}


/* ENCABEZADO */

.contact-header {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.contact-label {
    display: inline-block;
    margin-bottom: 15px;

    color: #e9c13b;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 4px;
}

.contact-header h2 {
    margin: 0;

    font: 42px Georgia, serif;
    line-height: 1.15;
    color: #f1f1f1;
}

.contact-header h2 em {
    display: block;

    margin-top: 8px;

    color: #e9c13b;
    font-style: italic;
}

.contact-header p {
    max-width: 650px;
    margin: 20px auto 0;

    color: #8d949d;
    font-size: 0.9rem;
    line-height: 1.8;
}


/* CONTENEDOR */

.contact-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: stretch;
}


/* INFORMACIÓN */

.contact-info {
    padding: 35px 10px 35px 0;
}

.contact-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 25px;

    color: #e9c13b;
    font-size: 0.65rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.contact-status span {
    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #e9c13b;

    box-shadow: 0 0 10px rgba(233, 193, 59, 0.7);

    animation: contactPulse 1.6s infinite;
}

@keyframes contactPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.35;
    }

}


.contact-info h3 {
    margin: 0 0 18px;

    font: 34px Georgia, serif;
    line-height: 1.2;
    color: #f1f1f1;
}

.contact-info h3 em {
    display: block;

    color: #e9c13b;
    font-style: italic;
}

.contact-info > p {
    max-width: 470px;

    margin: 0 0 35px;

    color: #858c95;
    font-size: 0.85rem;
    line-height: 1.8;
}


/* DATOS DE CONTACTO */

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-bottom: 20px;
}

.contact-icon {
    width: 43px;
    height: 43px;

    display: grid;
    place-items: center;

    border: 1px solid #39414b;
    border-radius: 50%;

    background: #11171e;
    color: #e9c13b;

    font-size: 17px;
}

.contact-item small {
    display: block;

    margin-bottom: 4px;

    color: #69717b;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.contact-item a {
    color: #d8dbe0;

    text-decoration: none;

    font-size: 0.82rem;

    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #e9c13b;
}


/* TEXTO REDES */

.contact-social-text {
    margin-top: 35px;
    padding-top: 25px;

    border-top: 1px solid #252b32;
}

.contact-social-text small {
    color: #e9c13b;
    font-size: 0.6rem;
    font-weight: 900;
    letter-spacing: 3px;
}

.contact-social-text p {
    margin: 8px 0 0;

    color: #69717b;
    font-size: 0.72rem;
}


/* FORMULARIO */

.contact-form-box {
    padding: 32px;

    border: 1px solid #303741;
    border-radius: 12px;

    background: linear-gradient(
        145deg,
        #151c24,
        #0b0e13
    );

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.25);
}

.form-top {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 28px;

    color: #8c939c;

    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.form-top span {
    color: #e9c13b;

    font-size: 10px;

    text-shadow: 0 0 8px rgba(233, 193, 59, 0.8);
}


/* FILA DE CAMPOS */

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;

    margin-bottom: 7px;

    color: #777f89;

    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    box-sizing: border-box;

    padding: 13px 14px;

    border: 1px solid #343c46;
    border-radius: 5px;

    outline: none;

    background: #0b0f14;
    color: #e5e5e5;

    font-family: inherit;
    font-size: 0.78rem;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.form-group textarea {
    resize: vertical;
    min-height: 135px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #4f5660;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #e9c13b;

    box-shadow:
        0 0 0 2px rgba(233, 193, 59, 0.08);
}


/* BOTÓN */

.contact-submit {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 14px 20px;

    border: 1px solid #e9c13b;
    border-radius: 5px;

    background: #e9c13b;
    color: #080a0e;

    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 2px;

    cursor: pointer;

    transition: all 0.3s ease;
}

.contact-submit span {
    font-size: 18px;
    line-height: 0;
}

.contact-submit:hover {
    background: transparent;
    color: #e9c13b;
    transform: translateY(-2px);
}


/* ======================================================
   CONTACTO EN MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .contact {
        padding: 65px 15px 60px;
    }

    .contact-header {
        margin-bottom: 40px;
    }

    .contact-header h2 {
        font-size: 32px;
    }

    .contact-header p {
        font-size: 0.8rem;
        line-height: 1.7;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .contact-info {
        padding: 0;
        text-align: center;
    }

    .contact-status {
        justify-content: center;
    }

    .contact-info h3 {
        font-size: 29px;
    }

    .contact-info > p {
        margin-left: auto;
        margin-right: auto;
    }


    /* WHATSAPP Y CORREO */

    .contact-item {
        justify-content: center;
        text-align: left;
    }

    .contact-item .contact-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .contact-item small {
        font-size: 0.75rem;
    }

    .contact-item a {
        font-size: 1rem;
    }


    .contact-social-text {
        text-align: center;
    }

    .contact-form-box {
        padding: 22px 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}

@media (max-width: 680px) {

    /* FORMULARIO DE CONTACTO — TEXTO MÁS LEGIBLE */
    .contact-form-box .form-top {
        font-size: 0.82rem;
    }

    .contact-form-box label {
        font-size: 0.82rem;
    }

    .contact-form-box input,
    .contact-form-box textarea {
        font-size: 0.95rem;
    }

    .contact-form-box input::placeholder,
    .contact-form-box textarea::placeholder {
        font-size: 0.9rem;
    }

}
.now h2 {
    display: none;
}
/* PROGRAMA QUE ESTÁ AL AIRE */


.badge-al-aire {
    display: inline-block;
    margin-left: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #bf2929;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
    vertical-align: middle;
}
/* ======================================================
   TALENTO QUE SUENA EN EXPRESIONFM
   SECCIÓN NOTICIAS
   ====================================================== */

.artists {
    padding: 70px 30px;
    max-width: 1280px;
    margin: 0 auto;
}


/* ======================================================
   ENCABEZADO
   ====================================================== */

.artists-header {
    text-align: center;
    margin-bottom: 45px;
}

.artists-label {
    display: inline-block;
    color: #e9c13b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.artists-header h2 {
    margin: 0;
    font: 32px Georgia, serif;
    line-height: 1.2;
}

.artists-header h2 em {
    color: #e9c13b;
    font-style: normal;
}

.artists-line {
    width: 70px;
    height: 2px;
    background: #e9c13b;
    margin: 18px auto;
}

.artists-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #9299a2;
    font-size: 0.9rem;
    line-height: 1.7;
}


/* ======================================================
   GRID DE ARTISTAS
   ====================================================== */

.artists-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


/* ======================================================
   TARJETA DEL ARTISTA
   ====================================================== */

.artist-card {
    background: #11171e;
    border: 1px solid #2e3640;
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.artist-card:hover {
    transform: translateY(-5px);
    border-color: #e9c13b;
}


/* ======================================================
   IMAGEN
   ====================================================== */

.artist-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #080a0e;
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.artist-card:hover .artist-image img {
    transform: scale(1.04);
}


/* ======================================================
   INFORMACIÓN DEL ARTISTA
   ====================================================== */

.artist-info {
    padding: 22px;
    position: relative;
}

.artist-number {
    display: block;
    color: #e9c13b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.artist-info h3 {
    margin: 0 0 13px;
    color: #f1f2f3;
    font-size: 1.15rem;
    line-height: 1.25;
}

.artist-info p {
    margin: 0 0 12px;
    color: #9da4ad;
    font-size: 0.84rem;
    line-height: 1.65;
}

.artist-info p:last-child {
    margin-bottom: 0;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width: 950px) {

    .artists-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ======================================================
   MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .artists {
        padding: 55px 15px;
    }

    .artists-header {
        margin-bottom: 35px;
    }

    .artists-header h2 {
        font-size: 26px;
    }

    .artists-header p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .artists-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .artist-image {
        height: 250px;
    }

    .artist-info {
        padding: 20px;
    }

    .artist-info h3 {
        font-size: 1.15rem;
    }

    .artist-info p {
        font-size: 0.95rem;
        line-height: 1.65;
    }
.header-live {
    margin-left: auto;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 8px;
}

.live-dot {
    width: 5px;
    height: 5px;
}
}
/* ======================================================
   INDICADOR EN VIVO — HEADER
   ====================================================== */

.header-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 16px;
    padding: 6px 10px;
    border: 1px solid #a98a32;
    border-radius: 5px;
    background: #bf2929;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
    white-space: nowrap;
}

.live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e9c13b;
    box-shadow: 0 0 0 0 rgba(233, 193, 59, 0.65);
    animation: livePulse 1.8s infinite;
}

@keyframes livePulse {

    0% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(233, 193, 59, 0.65);
    }

    50% {
        opacity: 0.35;
        box-shadow: 0 0 0 4px rgba(233, 193, 59, 0);
    }

    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(233, 193, 59, 0);
    }

}
/* ======================================================
   MEDIO DE LAS TARJETAS
   PREPARADO PARA ICONO O IMAGEN
   ====================================================== */

.card-media {
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 12px;
}

.card-icon {
    display: block;
    color: #e9c13b;
    font-size: 30px;
    line-height: 1;
}


/* IMAGEN DENTRO DE LA TARJETA */

.card-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}


/* ======================================================
   OPCIÓN PARA IMAGEN
   ====================================================== */

.card-media.has-image {
    height: 120px;
}

.card-media.has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ======================================================
   MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .card-media {
        height: 70px;
    }

    .card-media.has-image {
        height: 150px;
    }

    .card-icon {
        font-size: 28px;
    }

}
/* ======================================================
   COOKIES — BOTÓN FLOTANTE
   ====================================================== */

.cookie-button {
    position: fixed;
    left: 25px;
    bottom: 25px;

    width: 46px;
    height: 46px;

    display: grid;
    place-items: center;

    padding: 0;

    border: 1px solid #e9c13b;
    border-radius: 50%;

    background: #11171e;
    color: #e9c13b;

    font-size: 20px;
    line-height: 1;

    cursor: pointer;

    z-index: 99998;

    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        color 0.3s ease;
}

.cookie-button:hover {
    background: #e9c13b;
    color: #11171e;
    transform: translateY(-2px);
}


/* ======================================================
   AVISO DE COOKIES
   ====================================================== */

.cookie-notice {
    position: fixed;

    left: 25px;
    bottom: 25px;

    width: min(430px, calc(100% - 50px));

    display: none;

    z-index: 100000;
}

.cookie-notice.active {
    display: block;
}

.cookie-notice-box {
    position: relative;

    padding: 22px;

    border: 1px solid #e9c13b;
    border-radius: 10px;

    background: #11171e;

    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
}

.cookie-close {
    position: absolute;

    top: 8px;
    right: 10px;

    width: auto;
    height: auto;

    padding: 0;

    border: 0;

    background: none;
    color: #7f8791;

    font-size: 22px;
    line-height: 1;

    cursor: pointer;
}

.cookie-close:hover {
    color: #e9c13b;
}


/* ======================================================
   CONTENIDO
   ====================================================== */

.cookie-notice-content {
    display: flex;
    align-items: flex-start;

    gap: 14px;

    padding-right: 20px;
}

.cookie-notice-icon {
    flex-shrink: 0;

    font-size: 28px;
    line-height: 1;
}

.cookie-notice-content strong {
    display: block;

    margin-bottom: 7px;

    color: #e9c13b;

    font-size: 0.78rem;
    font-weight: 900;

    letter-spacing: 1.5px;
}

.cookie-notice-content p {
    margin: 0;

    color: #aeb4bc;

    font-size: 0.8rem;
    line-height: 1.55;
}


/* ======================================================
   BOTONES
   ====================================================== */

.cookie-notice-actions {
    display: flex;

    gap: 8px;

    margin-top: 18px;
}

.cookie-notice-actions button {
    padding: 8px 14px;

    border-radius: 4px;

    font-size: 0.68rem;
    font-weight: 900;

    letter-spacing: 1px;

    cursor: pointer;
}

.cookie-accept {
    border: 1px solid #e9c13b;

    background: #e9c13b;

    color: #11171e;
}

.cookie-reject {
    border: 1px solid #3c4651;

    background: transparent;

    color: #aeb4bc;
}

.cookie-accept:hover {
    background: #f2d35e;
}

.cookie-reject:hover {
    border-color: #e9c13b;

    color: #e9c13b;
}


/* ======================================================
   MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .cookie-button {
        left: 15px;
        bottom: 15px;

        width: 42px;
        height: 42px;

        font-size: 18px;
    }

    .cookie-notice {
        left: 15px;
        bottom: 15px;

        width: calc(100% - 30px);
    }

    .cookie-notice-box {
        padding: 20px;
    }

    .cookie-notice-content p {
        font-size: 0.86rem;
    }

    .cookie-notice-actions {
        flex-direction: column;
    }

    .cookie-notice-actions button {
        width: 100%;
    }

}
/* ======================================================
   PLATAFORMAS — ESCUCHA EXPRESIONFM
   ====================================================== */

.platforms {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 30px;
}


/* ======================================================
   ENCABEZADO
   ====================================================== */

.platforms-header {
    text-align: center;
    margin-bottom: 35px;
}

.platforms-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #e9c13b;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 3px;
}

.platforms-header h2 {
    margin: 0;
    font: 30px Georgia, serif;
    line-height: 1.2;
}

.platforms-header h2 em {
    color: #e9c13b;
    font-style: normal;
}

.platforms-line {
    width: 60px;
    height: 2px;
    margin: 16px auto;
    background: #e9c13b;
}

.platforms-header p {
    max-width: 620px;
    margin: 0 auto;
    color: #9299a2;
    font-size: 0.88rem;
    line-height: 1.65;
}


/* ======================================================
   APP OFICIAL — PROTAGONISTA
   ====================================================== */

.official-app {
    max-width: 760px;
    margin: 0 auto 22px;
}

.official-app-link {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;

    min-height: 160px;

    overflow: hidden;

    border: 1px solid #e9c13b;
    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #151c24,
        #0b0f14
    );

    text-decoration: none;

    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.official-app-link:hover {
    transform: translateY(-3px);
    border-color: #f2d35e;
}


/* ======================================================
   IMAGEN DE LA APP
   ====================================================== */

.official-app-image {
    width: 100%;
    height: 160px;
    overflow: hidden;
    background: #080a0e;
}

.official-app-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.official-app-link:hover .official-app-image img {
    transform: scale(1.03);
}


/* ======================================================
   INFORMACIÓN DE LA APP
   ====================================================== */

.official-app-info {
    padding: 20px 24px;
}

.official-app-label {
    display: inline-block;

    margin-bottom: 9px;

    color: #e9c13b;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 2px;
}

.official-app-info h3 {
    margin: 0 0 10px;

    color: #f1f2f3;

    font-size: 1.35rem;
    line-height: 1.1;
}

.official-app-info h3 em {
    display: block;

    color: #e9c13b;
    font-style: normal;
}

.official-app-info p {
    max-width: 420px;

    margin: 0 0 14px;

    color: #9da4ad;

    font-size: 0.76rem;
    line-height: 1.5;
}

.official-app-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    padding: 8px 14px;

    border: 1px solid #e9c13b;
    border-radius: 5px;

    background: #e9c13b;
    color: #11171e;

    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.official-app-button strong {
    font-size: 14px;
}


/* ======================================================
   OTRAS PLATAFORMAS
   ====================================================== */

.platforms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    max-width: 760px;

    margin: 0 auto;
}


/* ======================================================
   TARJETA DE PLATAFORMA
   ====================================================== */

.platform-card {
    min-width: 0;
    min-height: 72px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    gap: 5px;

    padding: 8px;

    box-sizing: border-box;

    overflow: hidden;

    border: 1px solid #2e3640;
    border-radius: 9px;

    background: #11171e;

    text-decoration: none;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}

.platform-card:hover {
    transform: translateY(-2px);
    border-color: #e9c13b;
}


/* ======================================================
   CONTENEDOR DEL LOGO
   ====================================================== */

.platform-logo {
    width: 100%;
    max-width: 85px;

    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}


/* ======================================================
   LOGO
   ====================================================== */

.platform-logo img {
    display: block;

    width: auto;
    max-width: 100%;

    height: auto;
    max-height: 25px;

    object-fit: contain;
}


/* ======================================================
   NOMBRE DE LA PLATAFORMA
   ====================================================== */

.platform-card span {
    max-width: 100%;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    color: #9299a2;

    font-size: 0.62rem;
    font-weight: 700;

    letter-spacing: 0.4px;
}

.platform-card:hover span {
    color: #e9c13b;
}


/* ======================================================
   TABLET
   ====================================================== */

@media (max-width: 950px) {

    .official-app {
        max-width: 820px;
    }

    .official-app-link {
        grid-template-columns: 1fr 1fr;
    }

    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ======================================================
   MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .platforms {
        padding: 50px 15px;
    }

    .platforms-header {
        margin-bottom: 30px;
    }

    .platforms-header h2 {
        font-size: 25px;
    }

    .platforms-header p {
        font-size: 0.92rem;
        line-height: 1.6;
    }


    /* --------------------------------------------------
       APP OFICIAL
       -------------------------------------------------- */

    .official-app {
        max-width: 320px;
        margin-bottom: 18px;
    }

    .official-app-link {
        grid-template-columns: 1fr;
    }

    .official-app-image {
        height: 135px;
    }

    .official-app-info {
        padding: 18px 15px 20px;

        text-align: center;
    }

    .official-app-info h3 {
        font-size: 1.25rem;
    }

    .official-app-info p {
        margin-left: auto;
        margin-right: auto;

        font-size: 0.84rem;
    }


    /* --------------------------------------------------
       OTRAS PLATAFORMAS
       -------------------------------------------------- */

    .platforms-grid {
        grid-template-columns: 1fr 1fr;

        gap: 8px;

        max-width: 320px;
    }

    .platform-card {
        min-height: 70px;
        padding: 7px;
    }

    .platform-logo {
        width: 100%;
        max-width: 78px;

        height: 23px;
    }

    .platform-logo img {
        max-width: 100%;
        max-height: 23px;
    }

    .platform-card span {
        font-size: 0.6rem;
    }

}
/* ======================================================
   PUBLICIDAD — GOOGLE ADSENSE
   ====================================================== */

.ads-section {
    width: 100%;
    padding: 35px 15px;
    box-sizing: border-box;
}

.ads-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
/* ======================================================
   BOTÓN PLAYER — SOLO ESCRITORIO
   ====================================================== */

.popup-player-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    margin-left: 14px;
    padding: 7px 12px;

    border: 1px solid #e9c13b;
    border-radius: 5px;

    background: #11171e;
    color: #e9c13b;

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;

    cursor: pointer;
    white-space: nowrap;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.popup-player-button:hover {
    background: #e9c13b;
    color: #11171e;
    transform: translateY(-1px);
}


/* ======================================================
   VENTANA FLOTANTE
   ====================================================== */

.popup-player {
    position: fixed;

    top: 85px;
    right: 25px;

    width: 370px;
    max-width: calc(100vw - 40px);

    display: none;

    z-index: 100001;

    pointer-events: none;
}

.popup-player.active {
    display: block;
}


/* ======================================================
   CAJA DE LA VENTANA
   ====================================================== */

.popup-player-box {
    width: 370px;
    max-width: 100%;

    overflow: hidden;

    box-sizing: border-box;

    border: 1px solid rgba(233, 193, 59, 0.65);
    border-radius: 14px;

    background:
        radial-gradient(
            circle at top,
            rgba(191, 41, 41, 0.14),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            #171e27,
            #090d12
        );

    box-shadow:
        0 20px 55px rgba(0, 0, 0, 0.58),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);

    pointer-events: auto;
}


/* ======================================================
   CABECERA DE VENTANA
   ====================================================== */

.popup-player-header {
    min-height: 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 0 10px 0 14px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.06);

    background: rgba(0, 0, 0, 0.18);
}

.popup-player-window-title {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #dfe3e7;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1.7px;
}

.popup-window-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #bf2929;

    box-shadow:
        0 0 0 3px rgba(191, 41, 41, 0.12);
}

.popup-player-window-controls {
    display: flex;
    align-items: center;
}

.popup-window-control {
    width: 28px;
    height: 28px;

    display: grid;
    place-items: center;

    padding: 0;

    border: 0;

    background: transparent;

    color: #8d959e;

    font-size: 17px;
    line-height: 1;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.popup-window-control:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #e9c13b;
}

.popup-window-close:hover {
    background: rgba(191, 41, 41, 0.18);
    color: #fff;
}


/* ======================================================
   CONTENIDO
   ====================================================== */

.popup-player-content {
    padding: 24px 26px 22px;

    text-align: center;
}


/* ======================================================
   MARCA
   ====================================================== */

.popup-player-brand {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    margin-bottom: 12px;
}

.popup-player-brand img {
    width: 35px;
    height: 35px;

    object-fit: contain;
}

.popup-player-brand span {
    display: block;

    color: #f3f4f5;

    font-size: 12px;
    font-weight: 900;

    letter-spacing: 2px;
}

.popup-player-brand small {
    display: block;

    margin-top: 3px;

    color: #e9c13b;

    font-size: 7px;
    letter-spacing: 1.6px;
}


/* ======================================================
   EN VIVO
   ====================================================== */

.popup-player-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    margin-bottom: 16px;

    padding: 5px 10px;

    border: 1px solid rgba(233, 193, 59, 0.8);
    border-radius: 5px;

    background: #bf2929;

    color: #fff;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1.5px;
}

.popup-live-dot {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #fff;

    animation: popupLivePulse 1.8s infinite;
}

@keyframes popupLivePulse {

    0% {
        opacity: 1;
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.65);
    }

    50% {
        opacity: 0.35;
        box-shadow:
            0 0 0 4px rgba(255, 255, 255, 0);
    }

    100% {
        opacity: 1;
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0);
    }

}


/* ======================================================
   PORTADA
   ====================================================== */

.popup-player-cover {
    width: 145px;
    height: 145px;

    margin: 0 auto 17px;

    overflow: hidden;

    border: 1px solid #343e49;
    border-radius: 11px;

    background: #080a0e;

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.4);
}

.popup-player-cover img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
}


/* ======================================================
   INFORMACIÓN
   ====================================================== */

.popup-player-info strong {
    display: block;

    color: #e9c13b;

    font-size: 9px;
    letter-spacing: 1.5px;
}

.popup-player-info p {
    margin: 6px 0 17px;

    color: #eef0f2;

    font-size: 0.86rem;
    font-weight: 700;
}


/* ======================================================
   CONTROLES
   ====================================================== */

.popup-player-controls {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 18px;
}

.popup-play-button {
    width: 46px;
    height: 46px;

    display: grid;
    place-items: center;

    padding: 0;

    border: 1px solid #e9c13b;
    border-radius: 50%;

    background: #e9c13b;

    color: #11171e;

    font-size: 16px;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.popup-play-button:hover {
    transform: scale(1.05);

    background: #f2d35e;
}


/* ======================================================
   VOLUMEN
   ====================================================== */

.popup-volume {
    display: flex;
    align-items: center;
    gap: 8px;

    min-width: 145px;
}

.popup-volume span {
    font-size: 13px;
}

#popupVolume {
    width: 120px;

    accent-color: #e9c13b;

    cursor: pointer;
}


/* ======================================================
   BOTÓN CERRAR INFERIOR
   ====================================================== */

.popup-player-close-bottom {
    padding: 8px 16px;

    border: 1px solid #39434e;
    border-radius: 5px;

    background: transparent;

    color: #9da4ad;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: 1px;

    cursor: pointer;

    transition:
        border-color 0.3s ease,
        color 0.3s ease;
}

.popup-player-close-bottom:hover {
    border-color: #e9c13b;
    color: #e9c13b;
}


/* ======================================================
   ESTADO MINIMIZADO
   ====================================================== */

.popup-player.minimized {
    width: 245px;
}

.popup-player.minimized .popup-player-content {
    display: none;
}

.popup-player.minimized .popup-player-box {
    border-radius: 10px;
}

.popup-player.minimized .popup-player-header {
    min-height: 38px;
}


/* ======================================================
   MÓVIL
   ====================================================== */

@media (max-width: 680px) {

    .popup-player-button {
        display: none;
    }

    .popup-player {
        display: none !important;
    }

}