/*
Theme Name: Gospel Louvor FM Portugal
Theme URI: https://gospellouvorfm.com
Author: Célia Santos
Description: Tema oficial da Gospel Louvor FM Portugal
Version: 1.0
Text Domain: gospel-louvor-fm
*/






/* ==========================================================
   GOSPEL LOUVOR FM PORTUGAL
========================================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{

    font-family:'Montserrat',sans-serif;
    background:#030712;
    color:#ffffff;
    overflow-x:hidden;

}

a{

    text-decoration:none;

}

.container{

    width:95%;
    max-width:1600px;
    margin:auto;

}

/* ================= HEADER ================= */

.top-header{

    width:100%;
    background:#030712;
    border-bottom:2px solid #c79b26;

}

.top-header .container{

    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 0;

}

.logo img{

    width:120px;

}

.menu{

    display:flex;
    gap:38px;

}

.menu a{

    color:#ffffff;
    font-size:18px;
    font-weight:700;
    transition:.3s;

}

.menu a:hover{

    color:#d9b347;

}

.menu .active{

    color:#d9b347;

}

.social{

    display:flex;
    gap:18px;

}

.social a{

    color:#ffffff;
    font-size:22px;

}

.live-button{

    background:linear-gradient(#ffd55f,#bf8b17);
    color:#111;
    padding:18px 34px;
    border-radius:12px;
    font-size:18px;
    font-weight:800;

}

.live-button i{

    margin-right:10px;

}
/* ==========================================================
   HERO
========================================================== */

.hero{

    min-height:860px;

    background:
        gradiente-linear( rgba(2, 8, 23, .25), rgba(2, 8, 23, .35) ),
      fundo: url("hero-background.jpg") centro no centro / cobrir sem repetição;

    position:relative;

    display:flex;

    align-items:center;

}

.hero-overlay{

    width:100%;

}

.hero-content{

    display:grid;

    grid-template-columns:1fr 1.2fr 1fr;

    align-items:center;

    gap:40px;

    position:relative;

}

.hero-left{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    position:relative;
	
   justify-content:center;
}




.hero-microphone{
    width:340px;
    max-width:100%;
    margin-bottom:30px;
}

.left-title{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
    color:#ffffff;
}

.left-title span{
    display:block;
    color:#d7a524;
}
.hero-center{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
	
}

.hero-logo{
    width:460px;
    max-width:100%;
    margin-bottom:20px;
}

.hero-title{
    font-size:70px;
    font-weight:800;
    line-height:1;
    margin-bottom:20px;
}

.hero-title span{
    color:#d7a524;
}
.hero-text{
    font-size:24px;
    line-height:1.6;
    max-width:600px;
   margin-top:-35px;
    margin-bottom:35px;
}
.gold-button{
    display:inline-block;
    background:linear-gradient(#ffd55f,#bf8b17);
    color:#111111;
    padding:18px 42px;
    border-radius:12px;
    font-size:20px;
    font-weight:700;
}
.hero-right{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.world-map{
    width:420px;
}
.world-map{
    display:none;
}
.hero-globe{
    width:70px;
    height:auto;
}

.hero-flags{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
}
.flag{
    width:100px;
    height:auto;
}
.heart{
    width:65px;
    height:auto;
}
.hero-message-sub{
    margin-top:20px;
    color:#d4af37;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    text-align:center;
}
.hero-message{
    text-align:center;
    color:#fff;
    margin-bottom:30px;
}

.hero-message h1{
   font-size:66px;
    font-weight:800;
    line-height:1;
    margin:0;
   color:#f6c23e;
}

.hero-message h2{
    font-size:30px;
    font-weight:700;
    margin:0;
}

.hero-message h3{
    font-size:22px;
    font-weight:700;
    margin:0;
}

.hero-message-sub{
    margin-top:20px;
    color:#d4a437;
    font-size:16px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}
.line-gold{
    width:120px;
    height:4px;
    background:linear-gradient(to right,#f4d06f,#d4a437,#f4d06f);
    margin:18px auto;
    border-radius:50px;
    box-shadow:0 0 12px rgba(212,164,55,.6);
}
/* ==========================================================
   PLAYER
========================================================== */

.player-section{

    margin-top:-40px;
    position:relative;
    z-index:10;

}

.player-box{

    width:100%;

    min-height:170px;

    background:#07101f;

    border:1px solid rgba(212,164,55,.35);

    border-radius:20px;

    box-shadow:0 0 30px rgba(0,0,0,.35);

}
.player-box{

    display:flex;

    align-items:center;

    padding:30px;

}

.player-left{

    display:flex;

    align-items:center;

    gap:25px;
	flex:1;

}

.player-logo{

   width:90px;

    height:auto;

}

.player-info{

    display:flex;

    flex-direction:column;

    justify-content:center;

}


.player-info h2{

    color:#ffffff;

    font-size:34px;

    font-weight:700;

    margin:12px 0 8px;
	white-space:nowrap;

}

.player-info p{

    color:#d4a437;

    font-size:22px;

}

.live-now{

    display:inline-block;

    background:#101722;

    border:1px solid #d4a437;

    color:#d4a437;

    padding:8px 16px;

    border-radius:8px;

    font-size:16px;

    font-weight:700;
	align-self:flex-start;

}
/* =========================================
PLAYER CENTER
========================================= */

.player-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.player-center{
    display:flex;
    align-items:center;
    gap:20px;
	flex:1;
}

.player-btn,
.player-play{

    width:60px;
    height:60px;

    border:2px solid #d4af37;
    border-radius:50%;

    background:linear-gradient(180deg,#f6d365,#c99a1a);

    color:#081221;

    cursor:pointer;

    font-size:22px;

    transition:.3s;
}

.player-btn:hover,
.player-play:hover{

    transform:scale(1.08);

    box-shadow:0 0 20px rgba(212,175,55,.6);

}

.player-play{

    width:80px;
    height:80px;

    font-size:28px;
}
/*==================================
PLAYER RIGHT
==================================*/

.player-right{

    display:flex;
    align-items:center;
    gap:18px;

}

.player-action{

    width:90px;
    height:90px;

    border:2px solid #d4af37;

    border-radius:18px;

    text-decoration:none;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    background:rgba(212,175,55,.08);

    color:#d4af37;

    transition:.3s;

}

.player-action i{

    font-size:28px;
    margin-bottom:10px;

}

.player-action span{

    font-size:14px;
    font-weight:600;

}

.player-action:hover{

    background:#d4af37;

    color:#081221;

    transform:translateY(-5px);

    box-shadow:0 0 20px rgba(212,175,55,.5);

}
/*====================================
ÍCONES DO HERO
====================================*/

.hero-icons{

    display:flex;
    justify-content:center;
    gap:22px;
    margin-top:35px;
    flex-wrap:wrap;

}

.hero-icon{

    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;

}

.hero-icon-circle{

    width:72px;
    height:72px;

    border:2px solid #d4af37;
    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    color:#d4af37;

    font-size:30px;

    background:rgba(212,175,55,.06);

    box-shadow:0 0 18px rgba(212,175,55,.20);

    transition:.3s;

}

.hero-icon-circle:hover{

    transform:translateY(-5px);

    box-shadow:0 0 25px rgba(212,175,55,.45);

}

.hero-icon span{

    margin-top:12px;

    color:#ffffff;

    font-size:15px;

    font-weight:600;

    line-height:1.35;

}
/* ==========================================================
   BENEFÍCIOS
========================================================== */

.benefits-section{

    padding:80px 0;

}
.benefits-grid{

    display:grid;

    grid-template-columns:repeat(5,1fr);

    gap:25px;

}

.benefit-card{

    background:#07101f;

    border:1px solid rgba(212,164,55,.35);

    border-radius:18px;

   padding:28px 22px;

    color:#ffffff;
	text-align:center;

transition:.3s;
	

}
.benefit-card i{

    font-size:34px;

    color:#d4a437;

    margin-bottom:18px;

}

.benefit-card h3{

    font-size:22px;

    margin-bottom:15px;

    color:#ffffff;

}

.benefit-card p{

    font-size:16px;

    line-height:1.6;

    color:#d6d6d6;

}

.benefit-card:hover{

    transform:translateY(-8px);

    border-color:#d4a437;

    box-shadow:0 15px 35px rgba(212,164,55,.25);

}
.schedule-section{

    padding:90px 0;

}

.section-title{

    text-align:center;

    max-width:800px;

    margin:0 auto 60px;

}

.section-title span{

    color:#d4a437;

    font-size:15px;

    font-weight:700;

    letter-spacing:3px;

}

.section-title h2{

    font-size:48px;

    color:#ffffff;

    margin:15px 0;

}

.section-title p{

    color:#cfcfcf;

    font-size:18px;

    line-height:1.7;

}
.schedule-grid{

    display:grid;

    grid-template-columns:1fr;

    gap:30px;

}

.schedule-card{

    background:#07101f;

    border:1px solid rgba(212,164,55,.35);

    border-radius:18px;

    padding:30px;

    transition:.3s;

}

.schedule-card:hover{

    transform:translateY(-6px);

    border-color:#d4a437;

    box-shadow:0 15px 35px rgba(212,164,55,.20);

}

.schedule-time{

    display:inline-block;

    background:#d4a437;

    color:#07101f;

    padding:8px 16px;

    border-radius:30px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.schedule-card h3{

    color:#ffffff;

    font-size:30px;

    margin-bottom:15px;

}

.schedule-card p{

    color:#d5d5d5;

    font-size:17px;

    line-height:1.7;

    margin-bottom:20px;

}

.schedule-tag{

    display:inline-block;

    border:1px solid #d4a437;

    color:#d4a437;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

}
/*=====================================================
  GRADE DE PROGRAMAÇÃO
=====================================================*/

.schedule-section{
    padding:100px 0;
}

.schedule-box{
    max-width:1200px;
    margin:50px auto 0;
    background:rgba(7,16,31,.92);
    border:1px solid rgba(212,164,55,.35);
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.schedule-row{
    display:flex;
    align-items:center;
    gap:30px;
    padding:25px 30px;
    border-bottom:1px solid rgba(212,164,55,.15);
    transition:.3s;
}

.schedule-row:last-child{
    border-bottom:none;
}

.schedule-row:hover{
    background:rgba(212,164,55,.06);
}

.schedule-row .time{
    min-width:170px;
    color:#d4a437;
    font-size:18px;
    font-weight:700;
}

.schedule-row h3{
    color:#ffffff;
    font-size:24px;
    margin-bottom:8px;
}

.schedule-row p{
    color:#d0d0d0;
    font-size:16px;
    line-height:1.6;
}

.special-program{
   
    max-width:1200px;
    margin:45px auto 0;
    background:linear-gradient(135deg,#0b162c,#07101f);
    border:1px solid rgba(212,164,55,.35);
    border-radius:20px;
    padding:35px;
    text-align:center;
}

.special-program h3{
    color:#d4a437;
    font-size:30px;
    margin-bottom:20px;
}

.special-program p{
    color:#ffffff;
    font-size:18px;
    line-height:1.8;
}

@media(max-width:768px){

.schedule-row{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
}

.schedule-row .time{
    min-width:auto;
    font-size:17px;
}

.schedule-row h3{
    font-size:22px;
}

.special-program{
    padding:25px;
}

}

/*=====================================================
PEDIDO DE LOUVOR
=====================================================*/

.request-section{
    padding:100px 0;
}

.request-box{
   
    max-width:1200px;
    margin:60px auto 0;
    background:#07101f;
    border:1px solid rgba(212,164,55,.35);
    border-radius:20px;
    padding:45px;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.request-form{
    display:flex;
    flex-direction:column;
    gap:25px;
}

.form-group{
    display:flex;
    flex-direction:column;
}

.form-group label{
    color:#ffffff;
    font-size:16px;
    font-weight:600;
    margin-bottom:10px;
}

.form-group input,
.form-group textarea{

    width:100%;
    background:#0b162c;
    border:1px solid rgba(212,164,55,.25);
    border-radius:12px;
    padding:16px 18px;
    color:#ffffff;
    font-size:16px;
    font-family:inherit;
    transition:.3s;

}

.form-group input::placeholder,
.form-group textarea::placeholder{

    color:#9fa8b3;

}

.form-group input:focus,
.form-group textarea:focus{

    outline:none;
    border-color:#d4a437;
    box-shadow:0 0 15px rgba(212,164,55,.25);

}

.form-group textarea{

    min-height:140px;
    resize:vertical;

}

.request-button{

    background:#d4a437;
    color:#07101f;
    border:none;
    border-radius:12px;
    padding:18px;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;

}

.request-button:hover{

    transform:translateY(-3px);
    box-shadow:0 12px 25px rgba(212,164,55,.35);

}

@media(max-width:768px){

.request-box{

    padding:25px;

}

}
.about-content{
    display:flex;
    align-items:center;
    justify-content:space-between;
   gap:30px;
    padding:80px 0;
}

.about-image{
    flex:1;
    text-align:center;
}

.about-image img{
    width:100%;
  max-width:520px;  
}

.about-text{
    flex:1;
}

.about-text h2{
    color:#ffffff;
    font-size:46px;
    margin-bottom:25px;
}

.about-text p{
    color:#d9d9d9;
    font-size:20px;
    line-height:1.9;
    margin-bottom:20px;
}
.about-section{
    padding:100px 0;
    background:#030712;
}
.about-subtitle{
    display:block;
    color:#d4a437;
    font-size:15px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}
.contact-section{
    padding:100px 0;
}

.contact-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
   margin-top:70px;
}

.contact-card{
    background:#07101f;
    border:1px solid rgba(212,164,55,.35);
    border-radius:20px;
   padding:50px 35px;
    text-align:center;
    transition:.3s;
}

.contact-card:hover{
    transform:translateY(-8px);
    border-color:#d4a437;
    box-shadow:0 15px 35px rgba(212,164,55,.20);
}

.contact-icon{
    font-size:42px;
    margin-bottom:20px;
}

.contact-card h3{
    color:#ffffff;
    font-size:24px;
    margin-bottom:15px;
}

.contact-card p{
    color:#d9d9d9;
    font-size:17px;
    line-height:1.7;
}
.footer{
    padding:40px 0 40px;
    background:#030712;
    text-align:center;
    border-top:1px solid rgba(212,164,55,.35);
}

.footer-logo img{
    width:180px;
    height:auto;
    display:block;
   margin:-20px auto 20px;
}

.footer-slogan{
    color:#d9d9d9;
    font-size:18px;
    line-height:1.6;
}


/* ================= RESPONSIVO ================= */

@media (max-width:991px){

/* HEADER */

.top-header .container{
    flex-direction:column;
    gap:20px;
    padding:20px;
}

.menu{
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
}

.menu a{
    font-size:16px;
}

.social{
    justify-content:center;
}

.live-button{
    width:100%;
    max-width:320px;
    text-align:center;
}

/* HERO */

.hero{
    min-height:auto;
    padding:60px 20px;
}

.hero-content{
    display:grid;
    grid-template-columns:1fr;
    gap:50px;
    justify-items:center;
    text-align:center;
}

.hero-left,
.hero-center,
.hero-right{
    width:100%;
    max-width:500px;
}

.hero-microphone{
    width:220px;
}

.left-title{
    font-size:42px;
}

.hero-logo{
    width:280px;
}

.hero-text{
    margin-top:0;
    font-size:20px;
    line-height:1.6;
}

.hero-message h1{
    font-size:42px;
}

.hero-message h2{
    font-size:24px;
}

.hero-message h3{
    font-size:18px;
}

.hero-flags{
    flex-wrap:wrap;
    gap:10px;
}

.flag{
    width:70px;
}

.heart{
    width:45px;
}

.hero-globe{
    width:50px;
}

.hero-icons{
    justify-content:center;
}

.hero-icon-circle{
    width:60px;
    height:60px;
}

.hero-icon span{
    font-size:13px;
}

/* PLAYER */

.player-box{
    flex-direction:column;
    gap:30px;
    padding:25px;
}

.player-left,
.player-center,
.player-right{
    width:100%;
    justify-content:center;
    flex-wrap:wrap;
}

.player-info h2{
    white-space:normal;
    text-align:center;
    font-size:28px;
}

.player-info p{
    text-align:center;
}

.live-now{
    align-self:center;
}

/* BENEFÍCIOS */

.benefits-grid{
    grid-template-columns:1fr;
}

/* CONTACTOS */

.contact-grid{
    grid-template-columns:1fr;
}

/* SOBRE */

.about-content{
    flex-direction:column;
    text-align:center;
}

/* GRADE */

.schedule-row{
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
}

.schedule-row .time{
    min-width:auto;
}

}

/* ==========================================================
   RESPONSIVO - CELULAR
========================================================== */

@media (max-width: 991px){

    .hero{
        min-height:auto;
        padding:60px 0;
    }

    .hero-content{
        grid-template-columns:1fr;
        gap:50px;
        text-align:center;
    }

    .hero-left,
    .hero-center,
    .hero-right{
        width:100%;
    }

    .hero-microphone{
        width:220px;
        margin:0 auto 25px;
    }

    .hero-logo{
        width:280px;
    }

    .left-title{
        font-size:42px;
    }

    .hero-text{
        font-size:20px;
        margin:20px auto 0;
    }

    .hero-message h1{
        font-size:48px;
    }

    .hero-message h2{
        font-size:24px;
    }

    .hero-message h3{
        font-size:18px;
    }

    .hero-flags{
        flex-wrap:wrap;
        gap:10px;
    }

    .flag{
        width:70px;
    }

    .heart{
        width:45px;
    }

    .hero-globe{
        width:55px;
    }

}

/* =====================================================
   MOBILE FINAL - GOSPEL LOUVOR FM
   ===================================================== */

@media (max-width: 768px) {

    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        margin: 0 auto;
    }

    /* HEADER */
    .top-header .container {
        width: 100%;
        padding: 20px 16px;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px 16px;
    }

    .menu a {
        font-size: 14px;
    }

    .live-button {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    /* HERO */
    .hero {
        width: 100%;
        min-height: auto;
        padding: 45px 0;
    }

    .hero-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .hero-left,
    .hero-center,
    .hero-right {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .hero-microphone {
        width: min(220px, 80%);
    }

    .hero-logo {
        width: min(280px, 85%);
    }

    .left-title {
        font-size: 36px;
    }

    .hero-text {
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        margin: 15px auto 25px;
    }

    .hero-message h1 {
        font-size: 40px;
    }

    .hero-message h2 {
        font-size: 22px;
    }

    .hero-message h3 {
        font-size: 17px;
    }

    /* PLAYER */
    .player-section {
        width: 100%;
        margin-top: 0;
    }

    .player-box {
        width: 100%;
        max-width: 100%;
        padding: 22px 15px;
        flex-direction: column;
        gap: 25px;
    }

    .player-left,
    .player-center,
    .player-right {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    .player-left {
        flex-direction: column;
        gap: 15px;
    }

    .player-info {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .player-info h2 {
        white-space: normal;
        font-size: 24px;
        overflow-wrap: anywhere;
    }

    .player-info p {
        font-size: 18px;
    }

    .live-now {
        align-self: center;
    }

    .player-action {
        width: 82px;
        height: 82px;
    }

    /* CARDS */
    .benefits-grid,
    .contact-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .benefit-card,
    .contact-card,
    .schedule-card,
    .request-box,
    .schedule-box {
        width: 100%;
        max-width: 100%;
    }

    /* PROGRAMAÇÃO */
    .schedule-row {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 22px 18px;
    }

    .schedule-row .time {
        min-width: 0;
    }

    /* PEDIDO DE LOUVOR */
    .request-box {
        padding: 25px 18px;
    }

    /* SOBRE */
    .about-content {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 50px 0;
    }

    .about-image,
    .about-text {
        width: 100%;
        max-width: 100%;
    }

    .about-text h2 {
        font-size: 34px;
    }

    .about-text p {
        font-size: 18px;
    }

    /* TÍTULOS */
    .section-title h2 {
        font-size: 34px;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* CORREÇÃO DE LARGURA MOBILE */
@media (max-width: 768px) {

    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow-x: hidden !important;
    }

    .top-header,
    .hero,
    .player-section,
    .benefits-section,
    .contact-section {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .container,
    .hero-content,
    .player-box,
    .benefits-grid,
    .contact-grid {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }
}
/* ===== DESTAQUE DAS CORES DO FUNDO DO HERO ===== */

.herói {
 
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;   

}

.herói::before {
 content: "";   
 position: absolute;
 inset: 0;
 background: url("hero-background.jpg") center center / cover no-repeat;
filter: saturate(1.60) contrast(1.18) brightness(1.15);
}

.herói > * {
    position: relative;
    z-index: 1;
}