/*
======================================================
RADIO XXL® PREMIUM
======================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');



*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}

:root{

    --bg:#050505;

    --card:#111111;

    --card2:#181818;

    --border:#252525;

    --red:#c60023;

    --red2:#ff003c;

    --text:#ffffff;

    --muted:#9b9b9b;

    --radius:24px;

    --shadow:0 15px 45px rgba(0,0,0,.45);

}



html{

    scroll-behavior:smooth;
    width:100%;
    max-width:100%;
    overflow-x:hidden;

}



body{

    font-family:"Inter",sans-serif;

    background:var(--bg);

    color:var(--text);

    overflow-x:hidden;
    width:100%;
    max-width:100%;

}




body::before{

    content:"";

    position:fixed;

    inset:0;

    background:

    radial-gradient(circle at top,#400010 0%,transparent 45%),

    radial-gradient(circle at bottom,#120000 0%,transparent 55%);

    opacity:.65;

    pointer-events:none;

}




#app{

    width:100%;
    overflow-x:clip;

    max-width:1500px;

    margin:auto;

}




main{

    padding:40px;

}




/*
======================================================
HERO
======================================================
*/



.hero-app{

    text-align:center;

    padding:50px 20px 70px;

}




.hero-logo img {
    width: 250px;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: block;
    margin: auto;
    filter: drop-shadow(0 0 50px rgba(168, 85, 247, .35));
}




.hero-app h1{

    font-size:62px;

    font-weight:900;

    margin-top:25px;

    letter-spacing:2px;

}




.hero-app p{

    color:var(--muted);

    font-size:20px;

    margin-top:12px;

}




/*
======================================================
SECTION TITLES
======================================================
*/



section{

    margin-top:70px;

}




section h2{

    font-size:36px;

    font-weight:800;

    margin-bottom:25px;

}

/*
======================================================
PREMIUM GRID
======================================================
*/

.premium-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));

    gap:35px;

}





.radio-card{

    background:linear-gradient(180deg,#181818,#101010);

    border:1px solid var(--border);

    border-radius:28px;

    overflow:hidden;

    box-shadow:var(--shadow);

    transition:.35s;

}





.radio-card:hover{

    transform:translateY(-8px);

    border-color:rgba(255,0,60,.45);

}





/*
======================================================
CARD IMAGE
======================================================
*/

.card-image{

    position:relative;

}





.channel-cover{

    width:100%;

    height:300px;

    object-fit:cover;

    display:block;

}





.live-pill{

    position:absolute;

    top:20px;

    left:20px;

    background:rgba(198,0,35,.95);

    color:#fff;

    padding:10px 18px;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}





/*
======================================================
CARD CONTENT
======================================================
*/

.card-body{

    padding:30px;

}





.card-body h2{

    font-size:30px;

    font-weight:800;

    margin-bottom:12px;

}





.card-body p{

    color:var(--muted);

    line-height:1.7;

    font-size:16px;

    margin-bottom:25px;

}





.track-info{

    margin-bottom:30px;

}





.track-info strong{

    display:block;

    font-size:19px;

}





.track-info small{

    display:block;

    margin-top:6px;

    color:var(--muted);

    font-size:14px;

}





/*
======================================================
PLAY BUTTON
======================================================
*/

.play-button{

    width:100%;

    height:58px;

    border:none;

    border-radius:18px;

    cursor:pointer;

    background:linear-gradient(90deg,#c60023,#ff003c);

    color:#fff;

    font-size:18px;

    font-weight:700;

    transition:.30s;

}





.play-button:hover{

    transform:translateY(-3px);

    box-shadow:0 0 30px rgba(255,0,60,.35);

}

/*
======================================================
NOW PLAYING
======================================================
*/


.now-playing{

    text-align:center;

}





.now-box{

    max-width:700px;

    margin:0 auto;

    padding:35px;

    display:flex;

    align-items:center;

    gap:30px;

    background:linear-gradient(145deg,#171717,#0d0d0d);

    border:1px solid var(--border);

    border-radius:30px;

    box-shadow:var(--shadow);

}





.now-box img{

    width:160px;

    height:160px;

    border-radius:24px;

    object-fit:cover;

    box-shadow:0 10px 30px rgba(0,0,0,.5);

}





.now-box h3{

    font-size:26px;

    margin-bottom:12px;

}





.now-box p{

    color:var(--muted);

    font-size:16px;

}







/*
======================================================
HISTORY
======================================================
*/


.history-section{

    text-align:center;

}





#home-history{

    max-width:750px;

    margin:0 auto;

    list-style:none;

}





#home-history li{

    background:var(--card);

    border:1px solid var(--border);

    padding:18px 25px;

    margin-bottom:12px;

    border-radius:18px;

    text-align:left;

    color:#ddd;

    transition:.3s;

}





#home-history li:hover{

    transform:translateX(8px);

    border-color:var(--red);

}





/*
======================================================
ABOUT
======================================================
*/


.about-section{

    max-width:900px;

    margin-left:auto;

    margin-right:auto;

    text-align:center;

    background:

    linear-gradient(

    145deg,

    rgba(255,255,255,.06),

    rgba(255,255,255,.02)

    );

    border:1px solid var(--border);

    border-radius:32px;

    padding:45px;

    box-shadow:var(--shadow);

}





.about-section p{

    color:var(--muted);

    line-height:1.8;

    font-size:17px;

}





.about-section h2{

    margin-bottom:20px;

}





/*
======================================================
STATURI (daca le vom folosi)
======================================================
*/


.about-stats{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:35px;

}





.about-stats div{

    background:#151515;

    padding:25px;

    border-radius:22px;

    min-width:130px;

}





.about-stats strong{

    display:block;

    font-size:32px;

    color:white;

}





.about-stats span{

    color:var(--muted);

    font-size:14px;

}

/*
======================================================
FOOTER APP STYLE
======================================================
*/


.site-footer{

    margin-top:80px;

    padding:35px 20px;

    text-align:center;

    border-top:1px solid var(--border);

    background:#080808;

}





.footer-logo{

    display:none;

}





.footer-brand h3{

    display:none;

}





.footer-brand p{

    display:none;

}





.footer-links,

.footer-legal{

    display:none;

}





.footer-container{

    display:flex;

    justify-content:center;

}





.footer-bottom{

    color:var(--muted);

    font-size:14px;

}





/*
======================================================
SOCIAL ICONS (PREGATIT PENTRU LINKURI)
======================================================
*/


.social-links{

    display:flex;

    justify-content:center;

    gap:15px;

    margin-bottom:25px;

}





.social-links a{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#151515;

    color:white;

    text-decoration:none;

    transition:.3s;

}





.social-links a:hover{

    background:var(--red);

    transform:translateY(-5px);

}







/*
======================================================
TABLET
======================================================
*/


@media(max-width:900px){


    main{

        padding:25px 18px;

    }



    .hero-app{

        padding-top:30px;

    }



    .hero-logo img{

        width:220px;

    }



    .hero-app h1{

        font-size:42px;

    }



    .premium-grid{

        grid-template-columns:1fr;

    }



    .radio-card{

        max-width:500px;

        margin:auto;

    }



}






/*
======================================================
MOBILE
======================================================
*/


@media(max-width:600px){



    main{

        padding:15px;

    }



    section{

        margin-top:45px;

    }



    .hero-logo img{

        width:220px;

    }



    .hero-app h1{

        font-size:34px;

        letter-spacing:1px;

    }



    .hero-app p{

        font-size:15px;

    }





    section h2{

        font-size:27px;

    }





    .channel-cover{

        height:230px;

    }





    .card-body{

        padding:22px;

    }





    .card-body h2{

        font-size:25px;

    }





    .now-box{

        flex-direction:column;

        text-align:center;

        padding:25px;

    }





    .now-box img{

        width:140px;

        height:140px;

    }





    .about-section{

        padding:30px 20px;

        border-radius:25px;

    }





    .about-stats{

        flex-direction:column;

    }



}

/*
======================================================
FIX CARD WIDTH MOBILE
======================================================
*/

.radio-card{

    width:100%;

}



.card-body{

    width:100%;

}



@media(max-width:600px){

    .premium-grid{

        width:100%;

        display:flex;

        flex-direction:column;

        align-items:stretch;

    }



    .radio-card{

        width:100%;

        max-width:none;

    }


    .card-image,
    .channel-cover{

        width:100%;

    }

}

/*
======================================================
PREMIUM CONTRAST UPDATE
======================================================
*/


body{

    background:
    linear-gradient(
        180deg,
        #080808 0%,
        #111111 100%
    );

}




.radio-card{

    background:

    linear-gradient(
        145deg,
        rgba(255,255,255,0.08),
        rgba(255,255,255,0.025)
    );


    border:1px solid rgba(255,255,255,0.12);


    box-shadow:

    0 20px 50px rgba(0,0,0,.55),

    inset 0 1px 0 rgba(255,255,255,.08);

    position:relative;

}




.radio-card:hover{


    border-color:rgba(255,0,60,.65);


    box-shadow:

    0 25px 70px rgba(255,0,60,.18),

    inset 0 1px 0 rgba(255,255,255,.15);


}




.card-body{

    background:

    linear-gradient(
        180deg,
        rgba(255,255,255,.03),
        transparent
    );

}




.card-body h2{

    color:#fff;

    letter-spacing:.3px;

}




.card-body p{

    color:#b7b7b7;

}




.track-info{


    background:

    rgba(0,0,0,.25);


    border:1px solid rgba(255,255,255,.08);


    padding:15px 18px;


    border-radius:18px;


}




.track-info strong{

    color:#fff;

}





.track-info small{

    color:#999;

}




.play-button{


    background:

    linear-gradient(
        135deg,
        #d40032,
        #ff174d
    );


    box-shadow:

    0 10px 30px rgba(255,0,60,.25);


}




.now-box{


    background:

    linear-gradient(
        145deg,
        rgba(255,255,255,.08),
        rgba(255,255,255,.03)
    );


    border:1px solid rgba(255,255,255,.12);

}




#home-history li{


    background:

    linear-gradient(
        145deg,
        #171717,
        #101010
    );


    border:1px solid rgba(255,255,255,.10);


}




.about-section{


    background:

    linear-gradient(
        145deg,
        rgba(255,255,255,.08),
        rgba(255,255,255,.03)
    );


    border:1px solid rgba(255,255,255,.12);


}

/*
======================================================
CHANNEL COLORS
RADIO XXL / MANELE XXL / AFRO HOUSE XXL
======================================================
*/


/* RADIO XXL - Purple Premium */

.radio-card:nth-child(1){

    border:1px solid rgba(168,85,247,.65);

    background:
    linear-gradient(
        145deg,
        rgba(168,85,247,.18),
        rgba(15,15,15,.95)
    );

    box-shadow:

    0 20px 50px rgba(168,85,247,.18);

}



.radio-card:nth-child(1) .live-pill,
.radio-card:nth-child(1) .play-button{

    background:

    linear-gradient(
        135deg,
        rgb(168,85,247),
        rgb(124,58,237)
    );

}




/* MANELE XXL - Cyan Premium */


.radio-card:nth-child(2){

    border:1px solid rgba(34,211,238,.65);

    background:

    linear-gradient(
        145deg,
        rgba(34,211,238,.15),
        rgba(15,15,15,.95)
    );


    box-shadow:

    0 20px 50px rgba(34,211,238,.18);

}




.radio-card:nth-child(2) .live-pill,
.radio-card:nth-child(2) .play-button){

    background:

    linear-gradient(
        135deg,
        #22d3ee,
        #0891b2
    );

}




/* AFRO HOUSE XXL - Gold Premium */


.radio-card:nth-child(3){

    border:1px solid rgba(217,119,6,.65);


    background:

    linear-gradient(
        145deg,
        rgba(217,119,6,.18),
        rgba(15,15,15,.95)
    );


    box-shadow:

    0 20px 50px rgba(217,119,6,.20);

}




.radio-card:nth-child(3) .live-pill,
.radio-card:nth-child(3) .play-button){

    background:

    linear-gradient(
        135deg,
        #d97706,
        #92400e
    );

}
/*
======================================================
PLAYER BUTTON COLORS PER CHANNEL
======================================================
*/


/* RADIO XXL */

.radio-card:nth-child(1) .play-button{

    background:linear-gradient(
        135deg,
        rgb(168,85,247),
        rgb(124,58,237)
    );

    box-shadow:
    0 10px 30px rgba(168,85,247,.35);

}





/* MANELE XXL */

.radio-card:nth-child(2) .play-button{

    background:linear-gradient(
        135deg,
        #22d3ee,
        #0891b2
    );

    box-shadow:
    0 10px 30px rgba(34,211,238,.35);

}





/* AFRO HOUSE XXL */

.radio-card:nth-child(3) .play-button{

    background:linear-gradient(
        135deg,
        #d97706,
        #92400e
    );

    box-shadow:
    0 10px 30px rgba(217,119,6,.35);

}





/*
======================================================
HOVER BUTTONS
======================================================
*/


.radio-card:nth-child(1) .play-button:hover{

    box-shadow:
    0 0 35px rgba(168,85,247,.65);

}



.radio-card:nth-child(2) .play-button:hover{

    box-shadow:
    0 0 35px rgba(34,211,238,.65);

}



.radio-card:nth-child(3) .play-button:hover{

    box-shadow:
    0 0 35px rgba(217,119,6,.65);

}

/*
======================================================
LIVE BADGE COLORS PER CHANNEL
======================================================
*/


/* RADIO XXL */

.radio-card:nth-child(1) .live-pill{

    background:linear-gradient(
        135deg,
        rgb(168,85,247),
        rgb(124,58,237)
    );

    box-shadow:

    0 5px 20px rgba(168,85,247,.45);

}





/* MANELE XXL */

.radio-card:nth-child(2) .live-pill{

    background:linear-gradient(
        135deg,
        #22d3ee,
        #0891b2
    );

    box-shadow:

    0 5px 20px rgba(34,211,238,.45);

}





/* AFRO HOUSE XXL */

radio-card:nth-child(3) .live-pill{

    background:linear-gradient(
        135deg,
        #d97706,
        #92400e
    );

    box-shadow:

    0 5px 20px rgba(217,119,6,.45);

}

/* AFRO HOUSE XXL LIVE FIX */

.radio-card:nth-child(3) .live-pill{

    background:linear-gradient(
        135deg,
        #d97706,
        #92400e
    ) !important;

    box-shadow:
    0 5px 20px rgba(217,119,6,.45);

}

/*
======================================================
RADIO XXL TITLE PREMIUM
======================================================
*/


.hero-app h1{

    margin-top:25px;

    font-family:"Inter",sans-serif;

    font-size:68px;

    font-weight:900;

    letter-spacing:4px;

    text-transform:uppercase;

    background:

    linear-gradient(
        135deg,
        #ffffff 20%,
        #a855f7 50%,
        #7c3aed 80%
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;


    text-shadow:

    0 8px 35px rgba(168,85,247,.35);

}




.hero-app h1 span{

    background:

    linear-gradient(
        135deg,
        #22d3ee,
        #a855f7
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}





.hero-app p{

    margin-top:18px;

    font-size:20px;

    font-weight:500;

    color:#d1d5db;

    letter-spacing:1px;

}





.hero-app p::before{

    content:"🎧 ";

}




@media(max-width:600px){


    .hero-app h1{

        font-size:40px;

        letter-spacing:2px;

    }


    .hero-app p{

        font-size:15px;

    }

}

/*
======================================================
HISTORY PREMIUM EFFECT
======================================================
*/


.history-box-premium{

    background:

    linear-gradient(
        145deg,
        rgba(255,255,255,.06),
        rgba(255,255,255,.02)
    );


    border:1px solid rgba(255,255,255,.12);

    border-radius:28px;

    padding:25px;

    box-shadow:

    0 20px 50px rgba(0,0,0,.45);

}





#home-history li{

    position:relative;

    overflow:hidden;

    background:

    linear-gradient(
        145deg,
        #191919,
        #101010
    );


    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:18px 22px;

    margin-bottom:14px;

    transition:.35s;

}





#home-history li::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    height:100%;

    width:4px;


    background:

    linear-gradient(
        180deg,
        #a855f7,
        #7c3aed
    );


}





#home-history li:hover{

    transform:translateX(8px);


    border-color:#a855f7;


    box-shadow:

    0 10px 35px rgba(168,85,247,.25);

}





@media(max-width:600px){


    .history-box-premium{

        padding:15px;

        border-radius:22px;

    }



    #home-history li{

        padding:16px;

        font-size:15px;

    }



    #home-history li:hover{

        transform:none;

    }


}

/*
======================================================
NOW PLAYING PREMIUM CARD
======================================================
*/


.now-box{

    position:relative;

    display:flex;

    align-items:center;

    gap:30px;

    padding:30px;


    background:

    linear-gradient(
        145deg,
        rgba(168,85,247,.15),
        rgba(255,255,255,.03)
    );


    border:1px solid rgba(168,85,247,.35);


    border-radius:30px;


    box-shadow:

    0 20px 60px rgba(0,0,0,.55),

    0 0 35px rgba(168,85,247,.12);


    overflow:hidden;

}





.now-box::before{

    content:"";

    position:absolute;

    top:-80px;

    right:-80px;


    width:200px;

    height:200px;


    background:

    radial-gradient(
        circle,
        rgba(168,85,247,.45),
        transparent 70%
    );


    filter:blur(30px);

}





.now-cover img{

    width:170px;

    height:170px;

    object-fit:cover;

    border-radius:25px;


    border:2px solid rgba(255,255,255,.15);


    box-shadow:

    0 15px 35px rgba(0,0,0,.5);

}





.now-details{

    position:relative;

    z-index:2;

}





.now-details h3{

    font-size:28px;

    font-weight:800;

    color:#fff;

    margin-bottom:10px;

}





.now-details p{

    color:#c4c4c4;

    font-size:18px;

    margin-bottom:18px;

}





#home-listeners{

    display:inline-flex;

    align-items:center;

    gap:8px;


    padding:10px 18px;


    border-radius:50px;


    background:

    linear-gradient(
        135deg,
        #a855f7,
        #7c3aed
    );


    color:white;


    font-size:14px;

    font-weight:700;


    box-shadow:

    0 8px 25px rgba(168,85,247,.35);

}





@media(max-width:600px){


    .now-box{

        flex-direction:column;

        text-align:center;

        padding:25px 18px;

        gap:20px;

    }



    .now-cover img{

        width:150px;

        height:150px;

    }



    .now-details h3{

        font-size:22px;

    }



    .now-details p{

        font-size:15px;

    }


}

/*
======================================================
RADIO XXL BRAND CARD
======================================================
*/


.about-section{

    position:relative;

    background:

    linear-gradient(
        145deg,
        rgba(168,85,247,.16),
        rgba(255,255,255,.03)
    );


    border:1px solid rgba(168,85,247,.35);


    border-radius:32px;


    padding:45px 35px;


    overflow:hidden;


    box-shadow:

    0 20px 60px rgba(0,0,0,.45);

}





.about-section::before{

    content:"";


    position:absolute;


    width:250px;

    height:250px;


    right:-80px;

    bottom:-80px;


    background:

    radial-gradient(
        circle,
        rgba(168,85,247,.35),
        transparent 70%
    );


    filter:blur(30px);

}





.about-text{

    position:relative;

    z-index:2;

    text-align:center;

}





.about-text h2{

    font-size:38px;

    font-weight:900;

    letter-spacing:2px;


    background:

    linear-gradient(
        135deg,
        #ffffff,
        #a855f7
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;


    margin-bottom:18px;

}





.about-text p{

    max-width:750px;

    margin:auto;


    color:#d1d5db;


    font-size:18px;


    line-height:1.8;

}





@media(max-width:600px){


    .about-section{

        padding:30px 20px;

        border-radius:25px;

    }



    .about-text h2{

        font-size:28px;

    }



    .about-text p{

        font-size:15px;

    }

}

/*
======================================================
ABOUT PAGE PREMIUM
======================================================
*/


.about-page{

    min-height:70vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:50px 20px;

}





.about-page-card{

    position:relative;

    max-width:850px;

    width:100%;

    text-align:center;

    padding:55px 45px;


    background:

    linear-gradient(
        145deg,
        rgba(168,85,247,.16),
        rgba(255,255,255,.03)
    );


    border:1px solid rgba(168,85,247,.35);


    border-radius:35px;


    box-shadow:

    0 25px 70px rgba(0,0,0,.55);


    overflow:hidden;

}





.about-page-card::before{

    content:"";


    position:absolute;


    width:280px;

    height:280px;


    top:-120px;

    right:-100px;


    background:

    radial-gradient(
        circle,
        rgba(168,85,247,.45),
        transparent 70%
    );


    filter:blur(35px);

}





.about-page-icon{

    position:relative;

    font-size:55px;

    margin-bottom:20px;

}





.about-page-card h1{

    position:relative;


    font-size:52px;


    font-weight:900;


    letter-spacing:3px;


    margin-bottom:10px;


    background:

    linear-gradient(
        135deg,
        #ffffff,
        #a855f7
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}





.about-page-card h2{

    position:relative;


    color:#ddd;


    font-size:22px;


    font-weight:500;


    margin-bottom:30px;

}





.about-page-card p{

    position:relative;


    max-width:700px;


    margin:0 auto 18px;


    color:#c7c7c7;


    font-size:17px;


    line-height:1.8;

}





.about-page-stats{

    position:relative;


    display:flex;


    justify-content:center;


    gap:20px;


    margin-top:40px;

}





.about-page-stats div{


    min-width:150px;


    padding:25px 20px;


    border-radius:22px;


    background:

    rgba(0,0,0,.25);


    border:

    1px solid rgba(255,255,255,.10);


}





.about-page-stats strong{


    display:block;


    font-size:34px;


    color:#fff;


}





.about-page-stats span{


    color:#aaa;


    font-size:15px;


}





@media(max-width:600px){


    .about-page{

        padding:30px 15px;

    }



    .about-page-card{

        padding:35px 20px;

        border-radius:25px;

    }



    .about-page-card h1{

        font-size:36px;

        letter-spacing:1px;

    }



    .about-page-card h2{

        font-size:18px;

    }



    .about-page-card p{

        font-size:15px;

    }



    .about-page-stats{

        flex-direction:column;

        gap:12px;

    }



    .about-page-stats div{

        width:100%;

    }


}

/*
======================================================
RADIO XXL® PREMIUM MENU
======================================================
*/



/*
======================================================
RADIO XXL® PREMIUM NAVIGATION
======================================================
*/


.main-menu{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

}





.menu-item{


    position:relative;


    padding:10px 18px;


    color:#bdbdbd;


    text-decoration:none;


    font-size:15px;


    font-weight:600;


    letter-spacing:.3px;


    transition:.3s ease;


}





.menu-item::after{


    content:"";


    position:absolute;


    left:50%;


    bottom:0;


    width:0;


    height:2px;


    background:#a855f7;


    transform:translateX(-50%);


    transition:.3s;


}





.menu-item:hover{


    color:#fff;


}





.menu-item:hover::after{


    width:70%;


}





.menu-item.active{


    color:#fff;


}





.menu-item.active::after{


    width:70%;


}







@media(max-width:700px){


    .main-menu{


        width:100%;


        gap:5px;


    }




    .menu-item{


        flex:1;


        text-align:center;


        padding:12px 5px;


        font-size:14px;


    }


}



/*
======================================================
MOBILE MENU
======================================================
*/


@media(max-width:700px){


    .main-menu{


        width:100%;


        justify-content:center;


        gap:8px;


        flex-wrap:wrap;


        margin-top:15px;


    }




    .main-menu a{


        padding:9px 15px;


        font-size:14px;


    }



}

/*
======================================================
RADIO XXL® APP HEADER
======================================================
*/


.app-header{

    position:sticky;

    top:0;

    z-index:1000;


    width:100%;


    background:

    rgba(10,10,15,.75);


    backdrop-filter:blur(15px);


    border-bottom:

    1px solid rgba(255,255,255,.08);


}





.app-header-container{

    max-width:1200px;


    margin:auto;


    padding:12px 25px;


    display:flex;


    align-items:center;


    justify-content:space-between;


    gap:20px;


}





.app-brand{

    display:flex;


    align-items:center;


    gap:12px;


    text-decoration:none;


}





.app-logo{


    width:45px;


    height:45px;


    object-fit:contain;


}





.app-brand-name{


    font-size:22px;


    font-weight:900;


    letter-spacing:1px;


    background:

    linear-gradient(
        135deg,
        #ffffff,
        #a855f7
    );


    -webkit-background-clip:text;


    -webkit-text-fill-color:transparent;


}





.app-live{


    display:flex;


    align-items:center;


    gap:8px;


    padding:10px 18px;


    border-radius:50px;


    border:1px solid rgba(168,85,247,.35);


    background:

    rgba(168,85,247,.15);


    color:white;


    font-weight:700;


    cursor:pointer;


}





.live-dot{


    width:9px;


    height:9px;


    border-radius:50%;


    background:#22c55e;


    box-shadow:

    0 0 12px #22c55e;


}




@media(max-width:800px){


    .app-header-container{


        flex-direction:column;


        padding:15px;


        gap:12px;


    }



    .app-brand-name{


        font-size:20px;


    }



    .app-live{


        position:absolute;


        top:15px;


        right:15px;


        padding:8px 14px;


    }



}

/*
======================================================
RADIO XXL® SIMPLE FOOTER
======================================================
*/


.simple-footer{

    width:100%;

    margin-top:50px;

    padding:25px 15px;


    text-align:center;


    border-top:

    1px solid rgba(255,255,255,.08);


}





.simple-footer-content{

    color:#888;

    font-size:13px;

    letter-spacing:.3px;

}





@media(max-width:600px){


    .simple-footer{

        margin-top:35px;

        padding:20px 10px;

    }



    .simple-footer-content{

        font-size:12px;

    }


}

/*
======================================================
RADIO XXL® CONTACT PAGE PREMIUM
======================================================
*/


.contact-page{

    min-height:70vh;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:50px 20px;

}





.contact-card{

    width:100%;

    max-width:750px;

    text-align:center;

    padding:45px 35px;


    background:

    linear-gradient(
        145deg,
        rgba(168,85,247,.15),
        rgba(255,255,255,.03)
    );


    border:

    1px solid rgba(168,85,247,.35);


    border-radius:32px;


    box-shadow:

    0 25px 70px rgba(0,0,0,.45);


}





.contact-card h1{

    font-size:42px;

    font-weight:900;

    margin-bottom:20px;


    background:

    linear-gradient(
        135deg,
        #ffffff,
        #a855f7
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;


}





.contact-description{

    color:#c7c7c7;

    font-size:17px;

    line-height:1.8;

    margin-bottom:35px;

}





.contact-buttons{


    display:flex;

    flex-direction:column;

    gap:15px;


}





.contact-button{


    display:flex;

    justify-content:center;

    align-items:center;


    padding:16px 25px;


    border-radius:18px;


    color:#fff;


    text-decoration:none;


    font-size:17px;

    font-weight:700;


    transition:.3s;


}





.contact-button:hover{


    transform:translateY(-3px);


}





.whatsapp{


    background:

    linear-gradient(
        135deg,
        #22c55e,
        #15803d
    );


    box-shadow:

    0 10px 30px rgba(34,197,94,.30);


}



.telegram{


    background:

    linear-gradient(
        135deg,
        #2aabee,
        #168acd
    );


    box-shadow:

    0 10px 30px rgba(42,171,238,.30);


}





.dedication{


    background:

    linear-gradient(
        135deg,
        #a855f7,
        #7c3aed
    );


    box-shadow:

    0 10px 30px rgba(168,85,247,.30);


}





.newsroom{


    background:

    linear-gradient(
        135deg,
        #22d3ee,
        #0891b2
    );


    box-shadow:

    0 10px 30px rgba(34,211,238,.30);


}





.contact-email{


    margin-top:30px;


    padding:15px;


    border-radius:18px;


    background:

    rgba(0,0,0,.25);


    color:#d1d5db;


    font-size:16px;


}





@media(max-width:600px){


    .contact-page{

        padding:30px 15px;

    }




    .contact-card{


        padding:35px 20px;

        border-radius:25px;


    }




    .contact-card h1{


        font-size:30px;


    }




    .contact-description{


        font-size:15px;


    }




    .contact-button{


        font-size:15px;

        padding:15px;


    }


}

/*
======================================================
RADIO XXL® LEGAL PAGES PREMIUM
======================================================
*/


.legal-page{

    padding:50px 20px;

    display:flex;

    justify-content:center;


}





.legal-card{

    width:100%;

    max-width:850px;


    padding:45px;


    background:

    linear-gradient(
        145deg,
        rgba(168,85,247,.12),
        rgba(255,255,255,.03)
    );


    border:

    1px solid rgba(168,85,247,.30);


    border-radius:32px;


    box-shadow:

    0 25px 70px rgba(0,0,0,.45);


}





.legal-card h1{

    text-align:center;


    font-size:40px;


    font-weight:900;


    margin-bottom:35px;


    background:

    linear-gradient(
        135deg,
        #ffffff,
        #a855f7
    );


    -webkit-background-clip:text;


    -webkit-text-fill-color:transparent;


}





.legal-card h2{

    margin-top:30px;


    margin-bottom:12px;


    color:#ffffff;


    font-size:22px;


}





.legal-card p{

    color:#c7c7c7;


    font-size:16px;


    line-height:1.9;


}





@media(max-width:600px){


    .legal-page{


        padding:30px 15px;


    }




    .legal-card{


        padding:30px 20px;


        border-radius:25px;


    }




    .legal-card h1{


        font-size:28px;


        margin-bottom:25px;


    }




    .legal-card h2{


        font-size:19px;


    }




    .legal-card p{


        font-size:15px;


        line-height:1.7;


    }


}

/*
======================================================
RADIO XXL® FOOTER LEGAL LINKS
======================================================
*/


.footer-links-simple{


    display:flex;


    justify-content:center;


    align-items:center;


    gap:12px;


    margin-bottom:12px;


}



.footer-links-simple a{


    color:#999;


    text-decoration:none;


    font-size:13px;


    transition:.3s;


}



.footer-links-simple a:hover{


    color:#a855f7;


}





.footer-links-simple span{


    color:#555;


}





.footer-copy{


    color:#777;


    font-size:12px;


}





@media(max-width:600px){


    .footer-links-simple{


        flex-direction:column;


        gap:8px;


    }



    .footer-links-simple span{


        display:none;


    }


}

/*
======================================================
RADIO XXL® PREMIUM APP BACKGROUND
======================================================
*/


body{

    background:

    radial-gradient(
        circle at 15% 10%,
        rgba(168,85,247,.18),
        transparent 35%
    ),

    radial-gradient(
        circle at 85% 30%,
        rgba(34,211,238,.12),
        transparent 30%
    ),

    radial-gradient(
        circle at 50% 90%,
        rgba(217,119,6,.10),
        transparent 35%
    ),

    #050505;


    color:#fff;


    min-height:100vh;


}





body::before{


    content:"";


    position:fixed;


    inset:0;


    pointer-events:none;


    background:


    linear-gradient(

        120deg,

        rgba(255,255,255,.03),

        transparent 40%

    );


    z-index:-1;


}





#app{


    position:relative;


}

/* Buton general */
.app-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: .3s ease;
    background: linear-gradient(135deg, rgb(168, 85, 247), rgb(124, 58, 237));
    box-shadow: 0 5px 20px rgba(168, 85, 247, .45);
}

.app-btn:hover{
    transform:translateY(-3px) scale(1.03);
    box-shadow:0 15px 35px rgba(0,0,0,.35);
}

/* RADIO XXL */
.radio-card.radioxxl .app-btn{
    background:linear-gradient(
        135deg,
        rgb(168,85,247),
        rgb(124,58,237)
    );
}

/* MANELE XXL */
.radio-card.manelexxl .app-btn{
    background:linear-gradient(
        135deg,
        #22d3ee,
        #0891b2
    );
}

/* AFRO HOUSE XXL */
.radio-card.afrohouse .app-btn{
    background:linear-gradient(
        135deg,
        #d97706,
        #92400e
    );
}

.app-xxl {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: .3s ease;
    background: linear-gradient(135deg, #22d3ee, #0891b2);
    box-shadow: 0 5px 20px rgba(34, 211, 238, .45);
}

.app-afro {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .25);
    transition: .3s ease;
    background: linear-gradient(135deg, #d97706, #92400e) !important;
    box-shadow: 0 5px 20px rgba(217, 119, 6, .45);
}

/*
======================================================
RADIO XXL® PREMIUM EXPERIENCE
======================================================
*/

.premium-experience {
    width: min(980px, 100%);
    margin-left: auto;
    margin-right: auto;
    padding: 38px;
    border: 1px solid rgba(148, 73, 243, .34);
    border-radius: 30px;
    background:
        radial-gradient(circle at 50% -30%, rgba(148, 73, 243, .22), transparent 50%),
        linear-gradient(145deg, #18181b, #09090b);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .45), 0 0 35px rgba(148, 73, 243, .12);
}

.premium-experience-heading {
    margin-bottom: 26px;
    text-align: center;
}

.premium-experience-heading > span,
.premium-card-label {
    color: #c58fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .14em;
}

.premium-experience-heading h2 {
    margin: 10px 0 8px;
}

#premium-player-status {
    display: inline-flex;
    min-height: 36px;
    margin: 0;
    padding: 8px 14px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    color: #aaa;
    background: rgba(255, 255, 255, .05);
}

#premium-player-status[data-state="live"] {
    color: #70f0ad;
    border-color: rgba(52, 211, 153, .35);
    background: rgba(52, 211, 153, .08);
}

#premium-player-status[data-state="loading"] {
    color: #f8d477;
}

#premium-player-status[data-state="error"] {
    color: #ff9b9b;
    border-color: rgba(255, 80, 80, .3);
}

.premium-experience-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.schedule-card,
.premium-tools-card {
    min-width: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .065), rgba(255, 255, 255, .02));
}

.schedule-card h3 {
    margin: 13px 0 6px;
    color: #fff;
    font-size: 22px;
}

.schedule-card > p,
.premium-tools-card > label {
    color: #aaa;
}

.schedule-next {
    display: flex;
    margin: 20px 0 16px;
    padding: 14px;
    flex-direction: column;
    gap: 5px;
    border-left: 3px solid #9449f3;
    border-radius: 10px;
    background: rgba(148, 73, 243, .08);
}

.schedule-next small {
    color: #b978ff;
    font-weight: 800;
}

.tiktok-live-link,
.premium-tool-buttons button,
.premium-tool-buttons a {
    display: inline-flex;
    min-height: 44px;
    padding: 11px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.tiktok-live-link:hover,
.premium-tool-buttons button:hover,
.premium-tool-buttons a:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(148, 73, 243, .24);
}

.schedule-note {
    display: block;
    margin-top: 12px;
    color: #888;
    line-height: 1.5;
}

.premium-tools-card {
    display: flex;
    flex-direction: column;
}

.premium-tools-card > label {
    display: block;
    margin: 18px 0 10px;
    font-size: 14px;
}

#premium-volume {
    width: 100%;
    accent-color: #9449f3;
}

.premium-tool-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.premium-tool-buttons a {
    grid-column: 1 / -1;
}

@media (max-width: 760px) {
    .premium-experience {
        padding: 28px 16px;
        border-radius: 24px;
    }

    .premium-experience-grid {
        grid-template-columns: 1fr;
    }
}

/*
======================================================
RADIO XXL® DJ APPLICATION
======================================================
*/

.dj-application-page{
    width:min(1120px,calc(100% - 32px));
    margin:0 auto;
    padding:55px 0 80px;
}

.dj-hero{
    max-width:860px;
    margin:0 auto 28px;
    text-align:center;
}

.dj-eyebrow,
.dj-form-heading > span{
    color:#b978ff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.dj-hero h1{
    margin:14px 0 18px;
    font-size:clamp(36px,6vw,68px);
    line-height:1.05;
    background:linear-gradient(135deg,#fff,#c99cff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.dj-hero p{
    color:#b8b8be;
    font-size:18px;
    line-height:1.75;
}

.dj-notice{
    margin:32px 0;
    padding:25px 28px;
    border:1px solid rgba(245,158,11,.42);
    border-left:5px solid #f59e0b;
    border-radius:20px;
    background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(255,255,255,.025));
}

.dj-notice strong{
    display:block;
    margin-bottom:8px;
    color:#ffc35c;
    font-size:18px;
}

.dj-notice p{
    margin:0;
    color:#dedede;
    line-height:1.7;
}

.dj-benefits{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    margin-bottom:28px;
}

.dj-benefits article{
    padding:24px;
    border:1px solid rgba(168,85,247,.22);
    border-radius:22px;
    background:linear-gradient(145deg,rgba(168,85,247,.10),rgba(255,255,255,.025));
}

.dj-benefits article > span{
    display:block;
    margin-bottom:12px;
    font-size:28px;
}

.dj-benefits strong{
    color:#fff;
    font-size:18px;
}

.dj-benefits p{
    margin:8px 0 0;
    color:#aaa;
    line-height:1.55;
}

.dj-form-card{
    padding:clamp(24px,5vw,52px);
    border:1px solid rgba(168,85,247,.34);
    border-radius:32px;
    background:linear-gradient(145deg,rgba(168,85,247,.11),rgba(255,255,255,.025));
    box-shadow:0 30px 80px rgba(0,0,0,.38);
}

.dj-form-heading{
    margin-bottom:28px;
}

.dj-form-heading h2{
    margin:8px 0;
    color:#fff;
    font-size:34px;
}

.dj-form-heading p{
    color:#999;
}

.dj-form fieldset{
    margin:0 0 25px;
    padding:24px;
    border:1px solid rgba(255,255,255,.09);
    border-radius:22px;
    background:rgba(0,0,0,.16);
}

.dj-form legend{
    padding:0 10px;
    color:#c99cff;
    font-size:16px;
    font-weight:900;
}

.dj-form-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.dj-span-full{
    grid-column:1 / -1;
}

.dj-form label,
.dj-field-label{
    display:block;
    color:#e6e6e6;
    font-size:14px;
    font-weight:700;
}

.dj-form label small{
    color:#888;
    font-weight:500;
}

.dj-form input[type="text"],
.dj-form input[type="email"],
.dj-form input[type="tel"],
.dj-form select,
.dj-form textarea{
    width:100%;
    margin-top:9px;
    padding:14px 15px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:13px;
    outline:none;
    color:#fff;
    background:#0c0c0f;
    font:inherit;
    font-weight:500;
    transition:border-color .2s,box-shadow .2s;
}

.dj-form textarea{
    resize:vertical;
    line-height:1.55;
}

.dj-form input:focus,
.dj-form select:focus,
.dj-form textarea:focus{
    border-color:#9449f3;
    box-shadow:0 0 0 3px rgba(148,73,243,.16);
}

.dj-days{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:12px 0 20px;
}

.dj-days label{
    cursor:pointer;
}

.dj-days input{
    position:absolute;
    opacity:0;
}

.dj-days span{
    display:block;
    padding:10px 13px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:999px;
    color:#bbb;
    background:#0c0c0f;
    transition:.2s;
}

.dj-days input:checked + span{
    border-color:#9449f3;
    color:#fff;
    background:#6d28d9;
}

.dj-agreement{
    display:flex!important;
    gap:13px;
    padding:20px;
    border:1px solid rgba(245,158,11,.30);
    border-radius:17px;
    background:rgba(245,158,11,.07);
    line-height:1.55;
}

.dj-agreement input{
    width:20px;
    height:20px;
    flex:0 0 20px;
    margin-top:2px;
    accent-color:#9449f3;
}

.dj-submit{
    width:100%;
    margin-top:20px;
    padding:17px 24px;
    border:0;
    border-radius:16px;
    color:#fff;
    background:linear-gradient(135deg,#a855f7,#7c3aed);
    box-shadow:0 12px 32px rgba(168,85,247,.28);
    font:inherit;
    font-size:17px;
    font-weight:900;
    cursor:pointer;
    transition:.25s;
}

.dj-submit:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 38px rgba(168,85,247,.38);
}

.dj-privacy-note{
    margin:12px 0 0;
    color:#777;
    font-size:12px;
    text-align:center;
}

.dj-message{
    margin-bottom:22px;
    padding:17px 20px;
    border-radius:15px;
    line-height:1.55;
}

.dj-message-success{
    border:1px solid rgba(34,197,94,.35);
    color:#b7f7ca;
    background:rgba(34,197,94,.10);
}

.dj-message-error{
    border:1px solid rgba(239,68,68,.35);
    color:#fecaca;
    background:rgba(239,68,68,.09);
}

.dj-message ul{
    margin:8px 0 0 20px;
}

.dj-honeypot{
    position:absolute!important;
    left:-10000px!important;
    width:1px!important;
    height:1px!important;
    overflow:hidden!important;
}

@media(max-width:760px){
    .dj-application-page{
        width:min(100% - 24px,1120px);
        padding-top:35px;
    }

    .dj-benefits,
    .dj-form-grid{
        grid-template-columns:1fr;
    }

    .dj-span-full{
        grid-column:auto;
    }

    .dj-form fieldset{
        padding:18px 15px;
    }

    .dj-hero p{
        font-size:16px;
    }
}

/*
======================================================
RADIO XXL® PREMIUM HEADER & APP DRAWER
======================================================
*/

.site-header{
    position:sticky;
    top:0;
    z-index:1100;
    width:100%;
    border-bottom:1px solid rgba(255,255,255,.08);
    background:rgba(7,7,10,.88);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.header-container{
    display:flex;
    width:min(1220px,100%);
    min-height:76px;
    margin:0 auto;
    padding:10px 24px;
    align-items:center;
    justify-content:space-between;
    gap:22px;
}

.header-brand{
    display:flex;
    min-width:max-content;
    align-items:center;
    gap:11px;
    color:#fff;
    text-decoration:none;
}

.header-logo{
    width:52px;
    height:52px;
    object-fit:contain;
    transition:transform .25s;
}

.header-brand:hover .header-logo{
    transform:scale(1.05);
}

.header-brand-copy{
    display:flex;
    flex-direction:column;
}

.header-brand-copy strong{
    font-size:18px;
    font-weight:900;
    letter-spacing:.04em;
}

.header-brand-copy small{
    margin-top:2px;
    color:#9b9ba2;
    font-size:10px;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.site-header .main-menu{
    display:flex;
    margin:0;
    align-items:center;
    justify-content:flex-end;
    gap:4px;
}

.site-header .menu-item{
    display:flex;
    padding:11px 13px;
    align-items:center;
    gap:7px;
    border-radius:11px;
    white-space:nowrap;
}

.site-header .menu-item::after{
    display:none;
}

.site-header .menu-item:hover{
    color:#fff;
    background:rgba(255,255,255,.055);
}

.site-header .menu-item.active{
    color:#fff;
    background:rgba(148,73,243,.16);
    box-shadow:inset 0 0 0 1px rgba(168,85,247,.26);
}

.site-header .menu-item-support{
    color:#d9b8ff;
}

.menu-icon{
    display:none;
}

.menu-toggle,
.menu-backdrop,
.mobile-menu-head,
.mobile-home-return{
    display:none;
}

@media(max-width:980px){
    .header-container{
        min-height:70px;
        padding:9px 16px;
    }

    .header-logo{
        width:48px;
        height:48px;
    }

    .header-brand-copy strong{
        font-size:17px;
    }

    .menu-toggle{
        display:flex;
        width:46px;
        height:46px;
        padding:0;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:5px;
        border:1px solid rgba(168,85,247,.30);
        border-radius:14px;
        color:#fff;
        background:rgba(148,73,243,.12);
        cursor:pointer;
    }

    .menu-toggle span{
        display:block;
        width:21px;
        height:2px;
        border-radius:999px;
        background:#fff;
        transition:.25s;
    }

    .site-header .main-menu{
        position:fixed;
        top:0;
        right:0;
        z-index:1102;
        display:flex;
        width:min(88vw,370px);
        height:100dvh;
        margin:0;
        padding:0 18px 28px;
        flex-direction:column;
        align-items:stretch;
        justify-content:flex-start;
        gap:8px;
        overflow-y:auto;
        border-left:1px solid rgba(168,85,247,.24);
        background:linear-gradient(180deg,#101015,#08080b);
        box-shadow:-25px 0 70px rgba(0,0,0,.58);
        transform:translateX(105%);
        visibility:hidden;
        transition:transform .28s ease,visibility .28s;
    }

    body.menu-open .site-header .main-menu{
        transform:translateX(0);
        visibility:visible;
    }

    body.menu-open{
        overflow:hidden;
    }

    .mobile-menu-head{
        display:flex;
        min-height:82px;
        margin-bottom:8px;
        align-items:center;
        justify-content:space-between;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .mobile-menu-head > span{
        display:flex;
        flex-direction:column;
    }

    .mobile-menu-head strong{
        color:#fff;
        font-size:18px;
    }

    .mobile-menu-head small{
        margin-top:3px;
        color:#888;
        font-size:11px;
        text-transform:uppercase;
    }

    .menu-close{
        width:42px;
        height:42px;
        border:1px solid rgba(255,255,255,.10);
        border-radius:13px;
        color:#fff;
        background:rgba(255,255,255,.05);
        font-size:28px;
        line-height:1;
        cursor:pointer;
    }

    .site-header .main-menu .menu-item{
        flex:none;
        width:100%;
        min-height:56px;
        padding:13px 15px;
        justify-content:flex-start;
        border:1px solid transparent;
        border-radius:15px;
        color:#d1d1d5;
        font-size:15px;
        text-align:left;
        background:rgba(255,255,255,.025);
    }

    .site-header .main-menu .menu-item.active{
        border-color:rgba(168,85,247,.32);
        color:#fff;
        background:linear-gradient(135deg,rgba(168,85,247,.22),rgba(124,58,237,.10));
    }

    .menu-icon{
        display:inline-flex;
        width:30px;
        height:30px;
        align-items:center;
        justify-content:center;
        border-radius:9px;
        color:#d7b7ff;
        background:rgba(148,73,243,.13);
        font-size:17px;
    }

    .mobile-home-return{
        display:block;
        margin-top:auto;
        padding:16px;
        border:1px solid rgba(255,255,255,.08);
        border-radius:14px;
        color:#aaa;
        text-align:center;
        text-decoration:none;
        background:rgba(255,255,255,.025);
    }

    .menu-backdrop{
        position:fixed;
        inset:0;
        z-index:1101;
        display:block;
        width:100%;
        height:100%;
        padding:0;
        border:0;
        background:rgba(0,0,0,.68);
        opacity:0;
        visibility:hidden;
        transition:.25s;
    }

    body.menu-open .menu-backdrop{
        opacity:1;
        visibility:visible;
    }
}

/*
======================================================
RADIO XXL® SUPPORT PAGE
======================================================
*/

.support-page{
    width:min(1120px,calc(100% - 32px));
    margin:0 auto;
    padding:55px 0 80px;
}

.support-hero{
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}

.support-eyebrow{
    color:#b978ff;
    font-size:12px;
    font-weight:900;
    letter-spacing:.16em;
}

.support-hero h1{
    margin:12px 0;
    font-size:clamp(40px,7vw,72px);
    line-height:1.05;
    background:linear-gradient(135deg,#fff,#c99cff);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.support-hero p{
    color:#b8b8be;
    font-size:18px;
    line-height:1.7;
}

.support-layout{
    display:grid;
    grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);
    gap:22px;
    align-items:start;
}

.support-story,
.support-donation-card,
.support-impact,
.support-partnership{
    border:1px solid rgba(168,85,247,.25);
    border-radius:28px;
    background:linear-gradient(145deg,rgba(168,85,247,.10),rgba(255,255,255,.025));
    box-shadow:0 25px 65px rgba(0,0,0,.30);
}

.support-story{
    padding:34px;
}

.support-story h2,
.support-donation-card h2,
.support-impact h2,
.support-partnership h2{
    margin:0 0 14px;
    color:#fff;
    font-size:28px;
}

.support-story > p,
.support-donation-card p,
.support-impact p,
.support-partnership p{
    color:#b8b8be;
    line-height:1.75;
}

.support-costs{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-top:24px;
}

.support-costs div{
    padding:18px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:17px;
    background:rgba(0,0,0,.18);
}

.support-costs span,
.support-costs strong,
.support-costs small{
    display:block;
}

.support-costs span{
    margin-bottom:8px;
    color:#c99cff;
    font-size:23px;
}

.support-costs strong{
    color:#fff;
}

.support-costs small{
    margin-top:5px;
    color:#8f8f96;
    line-height:1.45;
}

.support-donation-card{
    position:sticky;
    top:100px;
    padding:32px;
    text-align:center;
}

.support-heart{
    display:flex;
    width:68px;
    height:68px;
    margin:0 auto 16px;
    align-items:center;
    justify-content:center;
    border-radius:22px;
    color:#fff;
    background:linear-gradient(135deg,#a855f7,#7c3aed);
    box-shadow:0 14px 34px rgba(168,85,247,.30);
    font-size:30px;
}

.support-donation-card > span{
    color:#b978ff;
    font-size:11px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.revolut-button{
    display:flex;
    width:100%;
    margin:23px 0 12px;
    padding:15px 17px;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:16px;
    color:#fff;
    background:linear-gradient(135deg,#191c22,#050608);
    box-shadow:0 12px 30px rgba(0,0,0,.35);
    font-weight:900;
    text-decoration:none;
    transition:.25s;
}

.revolut-button span{
    display:inline-flex;
    width:30px;
    height:30px;
    align-items:center;
    justify-content:center;
    border-radius:9px;
    color:#111;
    background:#fff;
    font-weight:900;
}

.revolut-button:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 36px rgba(0,0,0,.48);
}

.support-donation-card > small{
    color:#777;
    line-height:1.5;
}

.support-impact{
    margin-top:22px;
    padding:30px 34px;
    text-align:center;
}

.support-partnership{
    display:flex;
    margin-top:22px;
    padding:34px;
    align-items:center;
    justify-content:space-between;
    gap:28px;
}

.support-partnership > div{
    max-width:760px;
}

.support-disclaimer{
    padding-left:14px;
    border-left:3px solid #9449f3;
    color:#97979d!important;
    font-size:14px;
}

.support-contact-button{
    display:inline-flex;
    min-width:max-content;
    padding:14px 20px;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    color:#fff;
    background:linear-gradient(135deg,#a855f7,#7c3aed);
    font-weight:900;
    text-decoration:none;
}

.support-thanks{
    margin:28px 0 0;
    color:#cfcfd4;
    font-size:17px;
    font-weight:800;
    text-align:center;
}

@media(max-width:820px){
    .support-page{
        width:min(100% - 24px,1120px);
        padding-top:35px;
    }

    .support-layout{
        grid-template-columns:1fr;
    }

    .support-donation-card{
        position:static;
    }

    .support-partnership{
        align-items:stretch;
        flex-direction:column;
    }
}

@media(max-width:520px){
    .support-costs{
        grid-template-columns:1fr;
    }

    .support-story,
    .support-donation-card,
    .support-impact,
    .support-partnership{
        padding:23px 19px;
        border-radius:22px;
    }

    .header-brand-copy small{
        display:none;
    }
}

@media (max-width: 430px) {
    .premium-tool-buttons {
        grid-template-columns: 1fr;
    }

    .premium-tool-buttons a {
        grid-column: auto;
    }
}

/*
======================================================
RADIO XXL® CONTACT PAGE COMPLETE
======================================================
*/

.contact-card{
    max-width:900px;
}

.contact-group{
    margin-top:28px;
    text-align:left;
}

.contact-group h2{
    margin:0 0 14px;
    color:#fff;
    font-size:17px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.contact-buttons.contact-buttons-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:15px;
}

.tiktok{
    background:linear-gradient(135deg,#121212,#2c2c2c);
    border:1px solid rgba(37,244,238,.55);
    box-shadow:-4px 5px 24px rgba(37,244,238,.13),4px 5px 24px rgba(254,44,85,.13);
}

.youtube{
    background:linear-gradient(135deg,#ff0033,#b80024);
    box-shadow:0 10px 30px rgba(255,0,51,.25);
}

.technical{
    grid-column:1 / -1;
    background:linear-gradient(135deg,#374151,#111827);
    border:1px solid rgba(255,255,255,.14);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.contact-email span,
.contact-email small{
    display:block;
}

.contact-email span{
    margin-bottom:8px;
    color:#9ca3af;
    font-size:12px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.contact-email a{
    color:#fff;
    font-size:18px;
    font-weight:800;
    text-decoration:none;
}

.contact-email a:hover{
    color:#c99cff;
}

.contact-email small{
    margin-top:8px;
    color:#9ca3af;
    font-size:13px;
}

@media(max-width:700px){
    .contact-buttons.contact-buttons-grid{
        grid-template-columns:1fr;
    }

    .technical{
        grid-column:auto;
    }
}
