:root{
--purple:#4B148A;
--gold:#D4A437;
--light:#f8f8f8;
--dark:#222;
--white:#ffffff;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Montserrat',sans-serif;
color:var(--dark);
line-height:1.7;
background:white;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/*==========================================================
                    HEADER PREMIUM
==========================================================*/

.header-premium{

    position:fixed;
    top:20px;
    left:50%;
    transform:translateX(-50%);

    width:min(1400px,95%);

    z-index:9999;

}

.navbar-premium{

    height:82px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    padding:0 28px;

    background:rgba(255,255,255,.82);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.55);

    border-radius:22px;

    box-shadow:

    0 15px 45px rgba(0,0,0,.08),

    0 1px 0 rgba(255,255,255,.75) inset;

    transition:.35s;

}

.header-premium.scrolled .navbar-premium{

    height:74px;

    box-shadow:

    0 20px 55px rgba(0,0,0,.14);

}

/*=========================
        LOGO
==========================*/

.logo-premium{

    display:flex;
    align-items:center;

    text-decoration:none;

}

.logo-premium img{

    height:72px;

    width:auto;

    transition:.35s;

}

.header-premium.scrolled .logo-premium img{

    height:62px;

}

/*=========================
        MENU
==========================*/

.nav-premium{

    flex:1;

    display:flex;
    justify-content:center;

}

.nav-premium ul{

    display:flex;

    align-items:center;

    gap:34px;

    list-style:none;

}

.nav-premium a{

    position:relative;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    color:#2f2f2f;

    transition:.35s;

}

.nav-premium a:hover{

    color:var(--purple);

}

.nav-premium a.active{

    color:var(--purple);

}

.nav-premium a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:linear-gradient(
    90deg,
    var(--gold),
    var(--purple));

    transition:.35s;

}

.nav-premium a:hover::after{

    width:100%;

}

.nav-premium a.active::after{

    width:100%;

}

/*=========================
        RIGHT
==========================*/

.navbar-actions{

    display:flex;

    align-items:center;

    gap:14px;

}

/*=========================
        SEARCH
==========================*/

.nav-icon{

    width:48px;

    height:48px;

    border:none;

    border-radius:50%;

    background:#f6f4fb;

    color:var(--purple);

    cursor:pointer;

    transition:.35s;

}

.nav-icon:hover{

    background:var(--purple);

    color:white;

    transform:translateY(-2px);

}

/*=========================
        LOGIN
==========================*/

.btn-login{

    display:flex;

    align-items:center;

    gap:10px;

    padding:13px 22px;

    border-radius:50px;

    text-decoration:none;

    color:#333;

    font-weight:600;

    background:white;

    border:1px solid rgba(0,0,0,.08);

    transition:.35s;

}

.btn-login:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.10);

}

/*=========================
        APOIAR
==========================*/

.btn-support{

    display:flex;

    align-items:center;

    gap:12px;

    padding:14px 26px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    color:white;

    background:linear-gradient(
    135deg,
    var(--gold),
    #E5B84E);

    box-shadow:

    0 12px 30px rgba(212,164,55,.35);

    transition:.35s;

}

.btn-support:hover{

    transform:translateY(-3px);

    box-shadow:

    0 18px 45px rgba(212,164,55,.50);

}

/*=========================
        MOBILE
==========================*/

.menu-toggle{

    display:none;

    width:48px;

    height:48px;

    border:none;

    border-radius:14px;

    background:#f6f4fb;

    color:var(--purple);

    font-size:22px;

    cursor:pointer;

}

@media(max-width:1150px){

    .nav-premium{

        display:none;

    }

    .menu-toggle{

        display:flex;

        align-items:center;

        justify-content:center;

    }

}

@media(max-width:1150px){

    .nav-premium.active{

        display:block;

        position:absolute;

        top:95px;

        left:0;

        width:100%;

        background:#ffffff;

        border-radius:20px;

        padding:25px;

        box-shadow:0 15px 40px rgba(0,0,0,.10);

    }

    .nav-premium.active ul{

        display:flex;

        flex-direction:column;

        gap:18px;

        align-items:flex-start;

    }

}

@media(max-width:768px){

    .header-premium{

        top:12px;

        width:95%;

    }

    .navbar-premium{

        height:72px;

        padding:0 18px;

    }

    .logo-premium img{

        height:58px;

    }

    .btn-login{

        display:none;

    }

    .nav-icon{

        display:none;

    }

    .btn-support{

        padding:12px 18px;

        font-size:14px;

    }

}


nav ul{
display:none;
}

.logo img{
height:70px;
}

section{
padding:70px 0;
}

}

.book-card{
    background:white;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    transition:0.3s;
}

.book-card{
    display:flex;
    flex-direction:column;
}

.book-content{
    display:flex;
    flex-direction:column;
    flex-grow:1;
}

.buy-btn{
    margin-top:auto;
}
.book-card:hover{
    transform:translateY(-10px);
}

.book-cover{

width:100%;

height:380px;

object-fit:contain;

display:block;

background:white;

padding:20px;

}
.book-content{
    padding:25px;
}

.book-title{
    color:var(--purple);
    font-weight:700;
    margin-bottom:10px;
}

.book-price{
    color:var(--gold);
    font-size:1.2rem;
    font-weight:bold;
    margin:15px 0;
}

.buy-btn{
    display:inline-block;
    background:var(--purple);
    color:white;
    padding:12px 25px;
    border-radius:30px;
    text-decoration:none;
}

.buy-btn:hover{
    opacity:0.9;
}
.whatsapp-float{

position:fixed;

bottom:25px;

right:25px;

width:65px;

height:65px;

background:#25D366;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:30px;

color:white;

text-decoration:none;

box-shadow:0 5px 20px rgba(0,0,0,0.3);

z-index:9999;

}

.whatsapp-float:hover{

transform:scale(1.1);

}


/* ==========================
   PÁGINAS DE LIVROS
========================== */

.book-page{

display:flex;

gap:60px;

align-items:flex-start;

flex-wrap:wrap;

}

.book-page img{

width:350px;

max-width:100%;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,0.15);

}

.book-info{

flex:1;

min-width:300px;

}

.book-info h1{

color:var(--purple);

font-family:'Playfair Display',serif;

margin-bottom:20px;

}

.book-author{

color:#666;

margin-bottom:20px;

font-size:1.1rem;

}

.book-price{

font-size:2rem;

font-weight:bold;

color:var(--gold);

margin:25px 0;

}

.book-description{

margin-bottom:30px;

line-height:1.9;

}

.book-actions{

display:flex;

gap:15px;

flex-wrap:wrap;

margin-bottom:40px;

}

.related-books{

margin-top:80px;

}

.related-books h2{

margin-bottom:30px;

}
/* ==========================
   LIVRARIA MHD
========================== */

.book-buttons{

display:flex;

gap:10px;

margin-top:15px;

flex-wrap:wrap;

}

.amazon-info{

color:#666;

font-weight:600;

margin-top:10px;

}
/* ==========================
   AUTOR
========================== */

.author-section{

display:flex;

align-items:center;

gap:50px;

flex-wrap:wrap;

}

.author-photo img{

width:280px;

border-radius:20px;

box-shadow:0 10px 30px rgba(0,0,0,0.15);

}

.author-content{

flex:1;

}

.author-role{

color:var(--gold);

font-weight:600;

margin-bottom:20px;

}
/* ==========================
   PRESENÇA INTERNACIONAL
========================== */

#internacional{

background:#fafafa;

}

#internacional .card{

text-align:center;

}

#internacional h3{

margin-bottom:15px;

color:var(--purple);

}
#podcast ul{
    list-style:none;
    padding:0;
    margin:20px 0;
}

#podcast li{
    margin-bottom:10px;
}

/* ==========================
   FOOTER
========================== */

footer{

background:#111;

color:white;

padding:70px 0 20px;

}

.footer-grid{

display:grid;

grid-template-columns:
2fr 1fr 1fr 1fr;

gap:40px;

}

.footer-logo{

width:90px;

margin-bottom:15px;

}

.footer-links{

list-style:none;

padding:0;

}

.footer-links li{

margin-bottom:10px;

}

.footer-links a{

color:#ddd;

text-decoration:none;

}

.footer-links a:hover{

color:var(--gold);

}

.footer-bottom{

margin-top:40px;

padding-top:20px;

border-top:1px solid rgba(255,255,255,0.15);

text-align:center;

}

@media(max-width:768px){

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

}
/* ==========================
   PENSAMENTOS MHD
========================== */

.pensamentos-section{

padding:80px 0;

background:#fafafa;

}

#filtroCategoria{

width:100%;

max-width:400px;

padding:15px;

margin-bottom:40px;

border-radius:10px;

border:1px solid #ddd;

font-size:16px;

}

#listaPensamentos{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(320px,1fr));

gap:25px;

}

.quote-card{

background:white;

padding:25px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,0.08);

border-left:5px solid var(--gold);

transition:0.3s;

}

.quote-card:hover{

transform:translateY(-5px);

}

.quote-card h3{

color:var(--purple);

margin-bottom:15px;

font-size:1rem;

}

.quote-card p{

font-size:1.1rem;

font-style:italic;

line-height:1.8;

margin-bottom:20px;

}

.quote-card span{

color:var(--purple);

font-weight:600;

}
.quote-actions{

margin-top:15px;

}

.quote-actions button{

background:#5a189a;

color:white;

border:none;

padding:10px 15px;

border-radius:8px;

cursor:pointer;

font-weight:bold;

}

.quote-actions button:hover{

opacity:0.9;

}
.quote-actions{

display:flex;

gap:10px;

margin-top:15px;

flex-wrap:wrap;

}

.quote-actions button{

background:var(--purple);

color:white;

border:none;

padding:10px 15px;

border-radius:8px;

cursor:pointer;

font-size:14px;

}

.quote-actions button:hover{

opacity:0.9;

}
```css
/* ==========================
   HEADER E MENU
========================== */

header{

background:#ffffff;

position:sticky;

top:0;

z-index:1000;

box-shadow:0 2px 10px rgba(0,0,0,.08);

}

.navbar{

display:flex;

justify-content:space-between;

align-items:center;

padding:15px 0;

}

.logo img{

height:70px;

}

/* MENU DESKTOP */

#menu ul{

display:flex;

align-items:center;

gap:25px;

list-style:none;

margin:0;

padding:0;

}

#menu ul li a{

text-decoration:none;

font-weight:600;

color:#222;

transition:.3s;

}

#menu ul li a:hover{

color:#5a189a;

}

/* BOTÃO MOBILE */

.menu-toggle{

display:none;

background:none;

border:none;

font-size:32px;

cursor:pointer;

color:#5a189a;

}

/* MOBILE */

@media(max-width:768px){

.menu-toggle{

display:block;

}

#menu{

display:none;

position:absolute;

top:90px;

left:0;

width:100%;

background:#ffffff;

padding:20px;

box-shadow:0 5px 15px rgba(0,0,0,.15);

}

#menu.active{

display:block;

}

#menu ul{

display:flex;

flex-direction:column;

align-items:flex-start;

gap:15px;

}

}

.book-cover{

text-align:center;

margin-bottom:60px;

}

.book-cover img{

max-width:700px;

width:100%;

margin-bottom:30px;

border-radius:10px;

box-shadow:0 10px 30px rgba(0,0,0,.15);

}

.book-cover h1{

font-size:42px;

margin-bottom:15px;

}

.book-cover h2{

font-size:30px;

color:#5a189a;

margin-bottom:20px;

}

.volume{

font-size:22px;

font-weight:600;

margin-bottom:15px;

}

.author-cover{

font-size:22px;

margin-bottom:20px;

}

.subtitle-cover{

font-size:28px;

font-weight:700;

max-width:800px;

margin:auto;

}


.book-cover{

text-align:center;

padding:40px 0;

}

.book-cover img{

max-width:800px;

width:100%;

border-radius:10px;

margin-bottom:30px;

box-shadow:0 10px 25px rgba(0,0,0,.15);

}

.book-cover h1{

font-size:42px;

font-weight:700;

margin-bottom:15px;

}

.book-cover h2{

font-size:30px;

color:#5a189a;

margin-bottom:20px;

}

.volume{

font-size:24px;

font-weight:600;

margin-bottom:10px;

}

.author-cover{

font-size:24px;

margin-bottom:20px;

}

.subtitle-cover{

font-size:28px;

font-weight:700;

max-width:900px;

margin:auto;

margin-bottom:30px;

}

.reading-page p{

line-height:1.9;

font-size:18px;

margin-bottom:20px;

text-align:justify;

}

.reading-page h2{

margin-top:60px;

margin-bottom:20px;

}
```css
body{

-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;

}
```

```css
.frase-dia{

padding:80px 20px;

background:#f8f5ff;

text-align:center;

}

.frase-card{

max-width:800px;

margin:auto;

background:white;

padding:40px;

border-radius:15px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

}

.frase-card p{

font-size:24px;

font-style:italic;

margin-bottom:20px;

line-height:1.6;

}

.frase-card span{

font-weight:bold;

color:#5a189a;

}
.podcast-series{

margin-top:40px;

text-align:center;

}

#seriesContainer{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(250px,1fr));

gap:20px;

margin:30px 0;

}

.serie-card{

background:white;

padding:25px;

border-radius:15px;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.3s;

}

.serie-card:hover{

transform:translateY(-5px);

}

.serie-card h3{

color:#5a189a;

margin-bottom:10px;

}

.podcast-actions{

display:flex;

justify-content:center;

gap:15px;

flex-wrap:wrap;

margin-top:30px;

}

.podcast-preview{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(220px,1fr));

gap:20px;

margin:30px 0;

}

.podcast-card{

background:white;

border-radius:15px;

overflow:hidden;

box-shadow:0 5px 20px rgba(0,0,0,.08);

transition:.3s;

}

.podcast-card:hover{

transform:translateY(-5px);

}

.podcast-card img{

width:100%;

height:180px;

object-fit:cover;

display:block;

}

.podcast-card h4{

padding:15px;

text-align:center;

color:#5a189a;

}


/* ORAÇÕES */

.oracoes-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:30px;

margin-top:40px;

}

.oracao-card{

background:white;

border-radius:20px;

overflow:hidden;

box-shadow:0 8px 25px rgba(0,0,0,.08);

text-align:center;

padding-bottom:20px;

}

.oracao-card img{

width:100%;

height:220px;

object-fit:cover;

}

.oracao-card h3{

margin-top:20px;

color:#5a189a;

}

.oracao-card p{

padding:0 20px;

}

.pedido-oracao{

padding:80px 0;

}

.pedido-oracao form{

max-width:700px;

margin:auto;

display:flex;

flex-direction:column;

gap:15px;

}

.pedido-oracao input,
.pedido-oracao textarea{

padding:15px;

border:1px solid #ddd;

border-radius:10px;

font-size:16px;

}

.pedido-oracao textarea{

min-height:180px;

resize:vertical;

}

/* ===== ORAÇÕES HOME ===== */

#oracoes-preview{

padding:80px 20px;

text-align:center;

}

#oracoes-preview h2{

font-size:48px;

color:#5a189a;

margin-bottom:20px;

}

#oracoes-preview .section-subtitle{

max-width:800px;

margin:0 auto 30px auto;

font-size:20px;

line-height:1.7;

}

/* IMAGEM */

.oracoes-banner{

max-width:550px;

margin:30px auto;

border-radius:20px;

overflow:hidden;

box-shadow:0 8px 25px rgba(0,0,0,.10);

transition:.3s;

}

.oracoes-banner:hover{

transform:translateY(-5px);

}

.oracoes-banner img{

width:100%;

height:auto;

display:block;

}

/* BOTÃO */

#oracoes-preview .btn{

margin-top:20px;

}

/* MOBILE */

@media(max-width:768px){

#oracoes-preview{

padding:60px 15px;

}

#oracoes-preview h2{

font-size:34px;

}

#oracoes-preview .section-subtitle{

font-size:18px;

}

.oracoes-banner{

max-width:100%;

}

}

/* ===================================== */
/* LIVRARIA HOME */
/* ===================================== */

.livros-slider{

max-width:500px;

margin:50px auto;

}

.livro-slide{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 12px 35px rgba(0,0,0,.08);

text-align:center;

transition:.4s;

}


.livro-slide:hover{

transform:translateY(-5px);

}

.livro-slide img{

height:320px;

width:auto;

display:block;

margin:0 auto 25px auto;

}

.livro-info{

text-align:center;

}

.livro-info h3{

font-size:30px;

color:#5a189a;

margin-bottom:15px;

line-height:1.4;

}

.livro-info p{

font-size:17px;

line-height:1.8;

color:#555;

margin-bottom:25px;

}

@media(max-width:768px){

.livro-slide{

padding:25px;

}

.livro-slide img{

height:250px;

}

.livro-info h3{

font-size:24px;

}

}
.livraria-subtitulo{

text-align:center;

max-width:800px;

margin:0 auto 30px auto;

font-size:18px;

line-height:1.8;

}

.biblioteca-slider{

overflow:hidden;

margin-top:40px;

}

.biblioteca-track{

display:flex;

gap:20px;

animation:bibliotecaSlide 25s linear infinite;

}

.biblioteca-item{

min-width:280px;

background:white;

padding:25px;

border-radius:15px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

text-align:center;

}

.biblioteca-item h3{

color:#5a189a;

margin-bottom:10px;

}

@keyframes bibliotecaSlide{

0%{
transform:translateX(0);
}

100%{
transform:translateX(-50%);
}

}

.page-header{
padding:80px 20px 40px;
text-align:center;
background:#f8f8f8;
}

.page-header-content{
max-width:1000px;
margin:0 auto;
}

.btn-home{
display:inline-block;
margin-bottom:25px;
padding:12px 25px;
background:#5a189a;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:600;
transition:0.3s;
}

.btn-home:hover{
background:#6d28d9;
transform:translateY(-2px);
}

.page-header h1{
margin-bottom:15px;
color:#5a189a;
}

.page-header p{
font-size:18px;
color:#555;
max-width:700px;
margin:auto;
}

.biblioteca-categorias{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:12px;

margin:40px 0;

}

.cat-btn{

padding:12px 20px;

border:none;

background:white;

border-radius:30px;

cursor:pointer;

font-weight:600;

box-shadow:0 3px 10px rgba(0,0,0,.08);

transition:.3s;

}

.cat-btn:hover{

background:#5a189a;

color:white;

}

.cat-btn.active{

background:#5a189a;

color:white;

}
.biblioteca-search{

text-align:center;

margin-bottom:40px;

}

.biblioteca-search input{

width:100%;

max-width:600px;

padding:15px 20px;

border-radius:10px;

border:1px solid #ddd;

font-size:16px;

}
.novo-tag{

background:#ff9800;

color:white;

padding:4px 8px;

border-radius:5px;

font-size:11px;

margin-left:10px;

}


.inspiracao-grid{

display:grid;

grid-template-columns:1fr 2px 1fr;

gap:30px;

align-items:stretch;

margin-top:20px;

}

.divisor{

background:#c8a96b;

border-radius:20px;

}

.frase-card,
.versiculo-card{

background:#ffffff;

padding:30px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,0.08);

text-align:center;

}

.frase-card h2,
.versiculo-card h2{

margin-bottom:20px;

}

.frase-card p,
.versiculo-card p{

font-size:1.1rem;

line-height:1.8;

}

.frase-card span,
.versiculo-card span{

display:block;

margin-top:20px;

font-weight:600;

color:#b08b57;

}

/* =========================
   ORAÇÕES MHD - VERSÃO PRO
========================= */

#listaOracoes{

display:flex;

flex-direction:column;

gap:40px;

margin-top:30px;

}

.categoria-bloco{

background:#fff;

border-radius:20px;

padding:20px;

box-shadow:
0 3px 12px rgba(0,0,0,0.08);

overflow:hidden;

}

.categoria-titulo{

font-size:1.6rem;

text-align:center;

margin-bottom:15px;

color:#5b21b6;

font-weight:700;

}

/* IMAGEM DA CATEGORIA */

.categoria-imagem{

width:100%;

height:140px;

object-fit:cover;

border-radius:12px;

margin-bottom:20px;

display:block;

}

/* LISTA DE ORAÇÕES */

.oracoes-lista{

display:flex;

flex-direction:column;

gap:15px;

}

.oracao-item{

background:#fafafa;

padding:15px;

border-radius:12px;

border:1px solid #ececec;

transition:0.3s;

}

.oracao-item:hover{

transform:translateY(-2px);

box-shadow:
0 4px 10px rgba(0,0,0,0.08);

}

.oracao-item h3{

margin-bottom:8px;

font-size:1.05rem;

color:#222;

}

.autor{

font-size:0.85rem;

color:#777;

margin-bottom:12px;

font-style:italic;

}

.oracao-item audio{

width:100%;

margin-bottom:12px;

}

/* BOTÕES */

.quote-actions{

display:flex;

gap:10px;

}

.quote-actions .btn{

flex:1;

}

/* FILTRO */

#filtroCategoria{

width:100%;

max-width:450px;

display:block;

margin:0 auto 20px;

padding:14px;

font-size:1rem;

border:1px solid #ddd;

border-radius:10px;

background:#fff;

}

#tituloCategoria{

text-align:center;

font-size:1.5rem;

margin:20px 0;

color:#333;

}

.subtitulo{

text-align:center;

max-width:700px;

margin:0 auto 25px;

line-height:1.6;

color:#666;

}

/* PEDIDO DE ORAÇÃO */

.pedido-oracao{

margin-top:60px;

padding:60px 20px;

background:#f8f8f8;

border-radius:20px;

}

.pedido-oracao h2{

text-align:center;

margin-bottom:15px;

color:#5b21b6;

}

.pedido-oracao p{

text-align:center;

max-width:700px;

margin:0 auto 25px;

}

.pedido-oracao form{

max-width:700px;

margin:auto;

display:flex;

flex-direction:column;

gap:15px;

}

.pedido-oracao input,

.pedido-oracao textarea{

padding:15px;

border:1px solid #ddd;

border-radius:10px;

font-size:1rem;

}

.pedido-oracao textarea{

min-height:150px;

resize:vertical;

}

/* MOBILE */

@media(max-width:768px){

.categoria-titulo{

font-size:1.3rem;

}

.categoria-imagem{

height:110px;

}

.oracao-item{

padding:12px;

}

.quote-actions{

flex-direction:column;

}

.quote-actions .btn{

width:100%;

}

}

.favoritos-info{

display:flex;

flex-direction:column;

gap:15px;

margin-bottom:30px;

}

#pesquisaFavoritos,
#filtroFavoritos{

padding:15px;

border:1px solid #ddd;

border-radius:10px;

font-size:1rem;

width:100%;

}

#contadorFavoritos{

text-align:center;

color:#4f46e5;

}

.quote-card button{

margin-top:15px;

}

.apoio-home{

text-decoration:none;

color:inherit;

cursor:pointer;

transition:all .35s ease;

}

.apoio-home:hover{

transform:translateY(-8px);

box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.apoio-logo{

height:70px;

width:auto;

margin-bottom:20px;

object-fit:contain;

transition:.3s;

}

.apoio-home:hover .apoio-logo{

transform:scale(1.08);

}

/*==========================================
HEADER SIMPLES
==========================================*/

.simple-header{

    position:sticky;

    top:0;

    background:#ffffff;

    box-shadow:0 2px 12px rgba(0,0,0,.08);

    z-index:1000;

}

.simple-navbar{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 0;

}

.simple-navbar .logo img{

    height:70px;

    width:auto;

}

.back-home-btn{

    display:flex;

    align-items:center;

    gap:10px;

    background:#5A189A;

    color:#ffffff;

    text-decoration:none;

    padding:14px 26px;

    border-radius:40px;

    font-weight:600;

    transition:.3s;

}

.back-home-btn:hover{

    background:#D4A017;

    transform:translateY(-2px);

}

.back-home-btn i{

    font-size:16px;

}

@media(max-width:768px){

    .simple-navbar{

        flex-direction:column;

        gap:15px;

    }

    .simple-navbar .logo img{

        height:60px;

    }

    .back-home-btn{

        width:100%;

        justify-content:center;

    }

}

/* ==========================
   FOOTER
========================== */

footer{

background:#111;

color:white;

padding:70px 0 20px;

}

.footer-grid{

display:grid;

grid-template-columns:
2fr 1fr 1fr 1fr;

gap:40px;

}

.footer-logo{

width:90px;

margin-bottom:15px;

}

.footer-links{

list-style:none;

padding:0;

}

.footer-links li{

margin-bottom:10px;

}

.footer-links a{

color:#ddd;

text-decoration:none;

}

.footer-links a:hover{

color:var(--gold);

}

.footer-bottom{

margin-top:40px;

padding-top:20px;

border-top:1px solid rgba(255,255,255,0.15);

text-align:center;

}

@media(max-width:768px){

.footer-grid{

grid-template-columns:1fr;

text-align:center;

}

}

/*==========================================================
                    HERO PREMIUM
==========================================================*/

.hero-premium{

    position:relative;

    min-height:100vh;

    padding-top:180px;
    padding-bottom:120px;

    overflow:hidden;

    background:

    radial-gradient(circle at top left,
    rgba(75,20,138,.10),
    transparent 45%),

    radial-gradient(circle at bottom right,
    rgba(212,164,55,.12),
    transparent 45%),

    linear-gradient(
    180deg,
    #fbfbfd 0%,
    #f5f3fa 100%);

}

.hero-overlay{

    position:absolute;

    inset:0;

    pointer-events:none;

    background-image:

    linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),

    linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);

    background-size:60px 60px;

    opacity:.35;

}

.hero-container{

    position:relative;

    z-index:2;

    width:min(1350px,92%);

    margin:auto;

}

/*=========================
      FRASE + VERSÍCULO
==========================*/

.inspiracao-grid{

    display:grid;

    grid-template-columns:1fr auto 1fr;

    gap:35px;

    align-items:center;

    margin-bottom:70px;

}

.frase-card,
.versiculo-card{

    background:white;

    border-radius:28px;

    padding:35px;

    display:flex;

    gap:24px;

    align-items:flex-start;

    box-shadow:

    0 20px 60px rgba(0,0,0,.06);

    transition:.35s;

}

.frase-card:hover,
.versiculo-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 30px 80px rgba(75,20,138,.12);

}

.card-icon{

    width:70px;

    height:70px;

    border-radius:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(
    135deg,
    var(--purple),
    #6d2ec8);

    color:white;

    font-size:26px;

    flex-shrink:0;

}

.card-content h2{

    margin-bottom:15px;

    color:var(--purple);

    font-size:22px;

}

.card-content p{

    line-height:1.9;

    color:#555;

    margin-bottom:15px;

}

.card-content span{

    color:var(--gold);

    font-weight:700;

}

.divisor-premium{

    display:flex;

    align-items:center;

    justify-content:center;

}

.divisor-premium span{

    width:2px;

    height:150px;

    background:linear-gradient(

    transparent,

    var(--gold),

    transparent);

}

/*=========================
        HERO
==========================*/

.hero-banner{

    position:relative;

    border-radius:40px;

    overflow:hidden;

    min-height:620px;

    display:flex;

    align-items:center;

    box-shadow:

    0 40px 100px rgba(0,0,0,.15);

}

.hero-bg-image{

    position:absolute;

    inset:0;

    background:url("images/hero.jpg") center center;

    background-size:cover;

    transform:scale(1.05);

}

.hero-gradient{

    position:absolute;

    inset:0;

    background:

    linear-gradient(
    90deg,

    rgba(20,12,35,.90) 0%,

    rgba(30,18,55,.82) 35%,

    rgba(40,20,70,.55) 60%,

    rgba(0,0,0,.10) 100%);

}

.hero-content{

    position:relative;

    z-index:3;

    max-width:700px;

    padding:90px;

    color:white;

}

.hero-logo{

    margin-bottom:35px;

}

.hero-logo img{

    width:95px;

}

.hero-content h1{

    font-size:68px;

    line-height:1.05;

    margin-bottom:25px;

    font-weight:800;

}

.hero-content h1 span{

    color:var(--gold);

}

.hero-line{

    display:flex;

    align-items:center;

    gap:18px;

    margin-bottom:35px;

}

.hero-line span{

    width:90px;

    height:2px;

    background:rgba(255,255,255,.35);

}

.hero-line i{

    color:var(--gold);

}

.hero-content p{

    font-size:19px;

    line-height:2;

    color:rgba(255,255,255,.88);

    margin-bottom:45px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.btn-hero{

    display:flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:50px;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.btn-primary{

    color:white;

    background:linear-gradient(

    135deg,

    var(--purple),

    #7a2ce8);

}

.btn-primary:hover{

    transform:translateY(-5px);

    box-shadow:

    0 25px 60px rgba(75,20,138,.35);

}

.btn-outline{

    border:2px solid rgba(255,255,255,.35);

    color:white;

    backdrop-filter:blur(10px);

}

.btn-outline:hover{

    background:white;

    color:var(--purple);

}

/*=========================
      RESPONSIVO
==========================*/

@media(max-width:1000px){

.inspiracao-grid{

grid-template-columns:1fr;

}

.divisor-premium{

display:none;

}

.hero-content{

padding:60px;

}

.hero-content h1{

font-size:52px;

}

}

@media(max-width:768px){

.hero-premium{

padding-top:130px;

}

.hero-banner{

min-height:auto;

}

.hero-content{

padding:40px 30px;

}

.hero-content h1{

font-size:40px;

}

.hero-content p{

font-size:16px;

}

.hero-buttons{

flex-direction:column;

}

.btn-hero{

justify-content:center;

}

.frase-card,
.versiculo-card{

padding:25px;

flex-direction:column;

}

.card-icon{

width:60px;
height:60px;

}

}

/*==========================================================
                PREMIUM EFFECTS
==========================================================*/

/* Glow dourado */

.btn-support,
.btn-primary{

    position:relative;
    overflow:hidden;

}

.btn-support::before,
.btn-primary::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:70%;
    height:100%;

    background:
    linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent);

    transform:skewX(-25deg);

    transition:1s;

}

.btn-support:hover::before,
.btn-primary:hover::before{

    left:160%;

}


/*====================================
        CARDS
====================================*/

.frase-card,
.versiculo-card{

    position:relative;

}

.frase-card::before,
.versiculo-card::before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:5px;

    background:
    linear-gradient(
    90deg,
    var(--purple),
    var(--gold));

}


/*====================================
      HERO IMAGE
====================================*/

.hero-bg-image{

    transition:8s;

}

.hero-banner:hover .hero-bg-image{

    transform:scale(1.12);

}


/*====================================
        LOGO
====================================*/

.hero-logo img{

    animation:logoFloat 5s ease-in-out infinite;

}

@keyframes logoFloat{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

100%{

transform:translateY(0);

}

}


/*====================================
        TITULO
====================================*/

.hero-content h1{

    animation:fadeHero 1s ease;

}

.hero-content p{

    animation:fadeHero 1.4s ease;

}

.hero-buttons{

    animation:fadeHero 1.8s ease;

}

@keyframes fadeHero{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}


/*====================================
      MENU LINKS
====================================*/

.nav-premium li{

    position:relative;

}

.nav-premium li:hover{

    transform:translateY(-2px);

}


/*====================================
        NAVBAR
====================================*/

.header-premium{

    transition:.4s;

}

.header-premium.scrolled{

    top:10px;

}


/*====================================
       HERO SHADOW
====================================*/

.hero-banner{

    border:1px solid rgba(255,255,255,.08);

}


/*====================================
      SCROLLBAR
====================================*/

::-webkit-scrollbar{

width:12px;

}

::-webkit-scrollbar-track{

background:#f4f4f4;

}

::-webkit-scrollbar-thumb{

background:
linear-gradient(
180deg,
var(--purple),
var(--gold));

border-radius:50px;

}


/*====================================
      SELECTION
====================================*/

::selection{

background:var(--purple);

color:white;

}


/*====================================
      SMOOTH
====================================*/

html{

scroll-behavior:smooth;

}


/*====================================
        BODY
====================================*/

body{

overflow-x:hidden;

}

/*==========================================================
                SOBRE O MHD PREMIUM
==========================================================*/

.about-premium{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:

    radial-gradient(circle at top left,
    rgba(75,20,138,.05),
    transparent 35%),

    radial-gradient(circle at bottom right,
    rgba(212,164,55,.08),
    transparent 40%),

    linear-gradient(
    180deg,
    #ffffff 0%,
    #faf8ff 100%);

}

/*======================================
        BACKGROUND SHAPES
======================================*/

.about-premium::before{

    content:"";

    position:absolute;

    top:-180px;
    left:-180px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:

    rgba(75,20,138,.04);

}

.about-premium::after{

    content:"";

    position:absolute;

    right:-180px;
    bottom:-180px;

    width:420px;
    height:420px;

    border-radius:50%;

    background:

    rgba(212,164,55,.05);

}

/*======================================
            HEADER
======================================*/

.about-header{

    position:relative;

    text-align:center;

    margin-bottom:80px;

    z-index:2;

}

.about-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 26px;

    border-radius:40px;

    background:#F4F0FF;

    color:var(--purple);

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.about-header h2{

    margin-top:28px;

    font-size:64px;

    font-weight:800;

    color:var(--purple);

    line-height:1.1;

}

.about-divider{

    width:90px;

    height:5px;

    margin:30px auto 0;

    border-radius:50px;

    background:

    linear-gradient(
    90deg,
    var(--gold),
    var(--purple));

}

/*======================================
        LAYOUT
======================================*/

.about-wrapper{

    position:relative;

    display:grid;

    grid-template-columns:480px 1fr;

    gap:0;

    align-items:stretch;

    max-width:1280px;

    margin:auto;

    border-radius:34px;

    overflow:hidden;

    background:white;

    box-shadow:

    0 30px 90px rgba(35,25,70,.08);

}

/*======================================
        IMAGE
======================================*/

.about-image{

    position:relative;

    height:100%;

    overflow:hidden;

}

.about-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:1.2s;

}

.about-wrapper:hover img{

    transform:scale(1.08);

}

/*======================================
        CONTENT
======================================*/

.about-right{

    position:relative;

    background:white;

    padding:70px;

}

.about-top-line{

    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:6px;

    background:

    linear-gradient(
    90deg,
    var(--gold),
    var(--purple));

}

.about-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

    height:100%;

}

.about-content p{

    font-size:19px;

    line-height:2;

    color:#575757;

    margin-bottom:28px;

}

.about-content strong{

    color:var(--purple);

    font-weight:700;

}

/*======================================
        HIGHLIGHT
======================================*/

.about-highlight{

    display:flex;

    align-items:center;

    margin-top:25px;

    background:#FBFAFE;

    border-radius:24px;

    overflow:hidden;

    box-shadow:

    0 10px 35px rgba(75,20,138,.06);

}

.highlight-border{

    width:6px;

    align-self:stretch;

    background:

    linear-gradient(
    180deg,
    var(--gold),
    var(--purple));

}

.highlight-content{

    display:flex;

    align-items:center;

    gap:20px;

    padding:28px 35px;

}

.highlight-content i{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:

    linear-gradient(
    135deg,
    var(--gold),
    #F0C85B);

    color:white;

    font-size:24px;

}

.highlight-content h3{

    margin:0;

    font-size:34px;

    color:var(--purple);

    line-height:1.3;

}

/*======================================
        HOVER
======================================*/

.about-wrapper{

    transition:.45s;

}

.about-wrapper:hover{

    transform:translateY(-10px);

    box-shadow:

    0 45px 110px rgba(75,20,138,.12);

}

/*======================================
        RESPONSIVE
======================================*/

@media(max-width:1100px){

.about-wrapper{

grid-template-columns:1fr;

}

.about-image{

height:420px;

}

.about-right{

padding:50px;

}

}

@media(max-width:768px){

.about-premium{

padding:90px 0;

}

.about-header h2{

font-size:42px;

}

.about-right{

padding:35px;

}

.about-content p{

font-size:17px;

line-height:1.8;

}

.highlight-content{

padding:22px;

}

.highlight-content h3{

font-size:24px;

}

.highlight-content{

flex-direction:column;

align-items:flex-start;

}

}

/*==========================================================
            IDENTIDADE PREMIUM
==========================================================*/

.identity-premium{

    position:relative;

    padding:140px 0;

    overflow:hidden;

    background:
    linear-gradient(
    180deg,
    #faf8ff 0%,
    #ffffff 100%);

}

/*======================================
            HEADER
======================================*/

.identity-header{

    text-align:center;

    margin-bottom:90px;

}

.identity-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 26px;

    border-radius:40px;

    background:#F4F0FF;

    color:var(--purple);

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.identity-header h2{

    margin-top:25px;

    font-size:60px;

    font-weight:800;

    color:#24163E;

}

.identity-divider{

    width:90px;

    height:5px;

    margin:25px auto;

    border-radius:50px;

    background:
    linear-gradient(
    90deg,
    var(--gold),
    var(--purple));

}

/*======================================
            GRID
======================================*/

.identity-grid{

    display:grid;

    grid-template-columns:

    1fr
    1.15fr
    1fr;

    gap:35px;

    align-items:start;

}

/*======================================
            CARD
======================================*/

.identity-card{

    position:relative;

    background:white;

    border-radius:30px;

    padding:45px;

    overflow:hidden;

    transition:.45s;

    box-shadow:

    0 18px 60px rgba(30,25,60,.08);

}

.identity-card:hover{

    transform:translateY(-12px);

    box-shadow:

    0 35px 90px rgba(75,20,138,.14);

}

/*======================================
        CARD CENTRAL
======================================*/

.identity-card.featured{

    transform:scale(1.05);

    background:

    linear-gradient(
    180deg,
    #ffffff,
    #fcfbff);

    border:2px solid rgba(212,164,55,.35);

}

.identity-card.featured:hover{

    transform:scale(1.05) translateY(-12px);

}

/*======================================
        NUMBER
======================================*/

.card-number{

    position:absolute;

    top:25px;

    right:30px;

    font-size:70px;

    font-weight:900;

    color:rgba(75,20,138,.06);

    user-select:none;

}

.card-number.gold{

    color:rgba(212,164,55,.16);

}

/*======================================
            ICON
======================================*/

.card-icon{

    width:85px;

    height:85px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:34px;

    margin-bottom:35px;

}

.card-icon.purple{

    background:
    linear-gradient(
    135deg,
    var(--purple),
    #7B2DD6);

    color:white;

}

.card-icon.gold{

    background:
    linear-gradient(
    135deg,
    var(--gold),
    #F0C45A);

    color:white;

}

/*======================================
            TITLES
======================================*/

.identity-card h3{

    font-size:34px;

    color:var(--purple);

    margin-bottom:15px;

}

.mini-divider{

    display:block;

    width:60px;

    height:4px;

    margin-bottom:28px;

    border-radius:20px;

    background:

    linear-gradient(
    90deg,
    var(--gold),
    var(--purple));

}

.identity-card p{

    line-height:1.9;

    color:#5A5A5A;

    margin-bottom:30px;

}

/*======================================
        VISION BOX
======================================*/

.vision-box{

    display:flex;

    align-items:center;

    gap:15px;

    padding:20px;

    border-radius:20px;

    background:#FBFAFE;

}

.vision-box i{

    color:var(--gold);

    font-size:24px;

}

.vision-box span{

    font-weight:600;

    color:var(--purple);

}

/*======================================
        MISSION
======================================*/

.mission-items{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.mission-items div{

    display:flex;

    align-items:center;

    gap:14px;

    padding:18px;

    border-radius:18px;

    background:#fafafa;

    transition:.35s;

}

.mission-items div:hover{

    background:#F6F1FF;

    transform:translateY(-5px);

}

.mission-items i{

    color:var(--gold);

    font-size:22px;

}

.mission-items strong{

    display:block;

    color:var(--purple);

}

/*======================================
        VALUES
======================================*/

.values-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

}

.values-grid span{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:18px;

    border-radius:16px;

    background:#fafafa;

    font-weight:600;

    transition:.35s;

}

.values-grid span:hover{

    background:var(--purple);

    color:white;

}

/*======================================
        RESPONSIVE
======================================*/

@media(max-width:1100px){

.identity-grid{

grid-template-columns:1fr;

}

.identity-card.featured{

transform:none;

}

.identity-card.featured:hover{

transform:translateY(-10px);

}

}

@media(max-width:768px){

.identity-premium{

padding:90px 0;

}

.identity-header h2{

font-size:42px;

}

.identity-card{

padding:30px;

}

.card-number{

font-size:52px;

}

.card-icon{

width:70px;

height:70px;

font-size:28px;

}

.identity-card h3{

font-size:28px;

}

.mission-items{

grid-template-columns:1fr;

}

.values-grid{

grid-template-columns:1fr;

}

}

/*==========================================================
        PREMIUM FINISH
==========================================================*/

/*==============================
      FLOATING LIGHTS
==============================*/

.about-premium::before,
.identity-premium::before{

content:"";

position:absolute;

width:550px;
height:550px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(212,164,55,.14),
transparent 70%);

filter:blur(80px);

animation:floatLight 18s linear infinite;

pointer-events:none;

}

.identity-premium::before{

right:-220px;
top:-150px;

}

.about-premium::before{

left:-220px;
bottom:-180px;

}

@keyframes floatLight{

0%{

transform:translateY(0) rotate(0deg);

}

50%{

transform:translateY(-35px) rotate(180deg);

}

100%{

transform:translateY(0) rotate(360deg);

}

}


/*==============================
      GLASS BORDER
==============================*/

.about-wrapper,
.identity-card{

border:1px solid rgba(255,255,255,.70);

backdrop-filter:blur(18px);

}


/*==============================
      GOLD LINE
==============================*/

.identity-card::before{

content:"";

position:absolute;

left:0;
top:0;

width:100%;
height:5px;

background:

linear-gradient(
90deg,
var(--purple),
var(--gold));

}


/*==============================
      CARD SHINE
==============================*/

.identity-card::after{

content:"";

position:absolute;

top:0;
left:-130%;

width:70%;
height:100%;

background:

linear-gradient(
90deg,

transparent,

rgba(255,255,255,.45),

transparent);

transform:skewX(-20deg);

transition:1.2s;

}

.identity-card:hover::after{

left:180%;

}


/*==============================
        IMAGE
==============================*/

.about-image{

background:#000;

}

.about-image img{

filter:saturate(1.08)
contrast(1.04);

}


/*==============================
      BADGES
==============================*/

.about-badge,
.identity-badge{

box-shadow:

0 10px 30px rgba(75,20,138,.08);

}


/*==============================
      ICONS
==============================*/

.card-icon{

box-shadow:

0 18px 45px rgba(75,20,138,.18);

}

.card-icon:hover{

transform:rotate(-8deg) scale(1.05);

}


/*==============================
      HOVER TEXT
==============================*/

.identity-card h3{

transition:.35s;

}

.identity-card:hover h3{

color:var(--gold);

}


/*==============================
      VALUES
==============================*/

.values-grid span{

cursor:pointer;

}

.values-grid span:hover{

transform:translateY(-6px);

box-shadow:

0 18px 35px rgba(75,20,138,.12);

}


/*==============================
      MISSION
==============================*/

.mission-items div{

cursor:pointer;

}

.mission-items div:hover{

box-shadow:

0 18px 40px rgba(75,20,138,.10);

}


/*==============================
      SECTION TRANSITION
==============================*/

.about-premium{

margin-bottom:-2px;

}

.identity-premium{

margin-top:-2px;

}


/*==============================
      ANIMATION
==============================*/

.about-header,
.about-wrapper,
.identity-header,
.identity-card{

opacity:0;

transform:translateY(70px);

animation:fadePremium .9s forwards;

}

.about-wrapper{

animation-delay:.15s;

}

.identity-header{

animation-delay:.25s;

}

.identity-card:nth-child(1){

animation-delay:.35s;

}

.identity-card:nth-child(2){

animation-delay:.55s;

}

.identity-card:nth-child(3){

animation-delay:.75s;

}

@keyframes fadePremium{

to{

opacity:1;

transform:none;

}

}


/*==============================
      RESPONSIVE
==============================*/

@media(max-width:768px){

.about-premium::before,
.identity-premium::before{

display:none;

}

.about-wrapper{

border-radius:24px;

}

.identity-card{

border-radius:24px;

}

}


/*==========================================================
                    PREMIUM CTA
==========================================================*/

.premium-cta{

    position:relative;

    margin-top:100px;

    border-radius:42px;

    overflow:hidden;

    min-height:500px;

    display:flex;

    align-items:center;

    box-shadow:
    0 30px 80px rgba(0,0,0,.18);

}

.cta-image{

    position:absolute;

    inset:0;

}

.cta-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:8s ease;

}

.premium-cta:hover .cta-image img{

    transform:scale(1.08);

}

.cta-overlay{

    position:absolute;

    inset:0;

    background:

    linear-gradient(

    90deg,

    rgba(20,15,35,.92) 0%,

    rgba(45,28,75,.78) 38%,

    rgba(70,45,110,.45) 72%,

    rgba(255,255,255,.08) 100%

    );

}

.cta-content{

    position:relative;

    z-index:5;

    max-width:720px;

    padding:70px 80px;

    color:#fff;

}

/*==========================================================
                    BADGE
==========================================================*/

.cta-badge{

    display:inline-flex;

    align-items:center;

    padding:12px 28px;

    border-radius:40px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,.08);

    font-size:.82rem;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:28px;

}

/*==========================================================
                    TÍTULO
==========================================================*/

.cta-content h2{

    font-size:4rem;

    font-weight:800;

    line-height:1.08;

    letter-spacing:-1px;

    max-width:650px;

    margin-bottom:28px;

    color:#fff;

    text-shadow:

    0 5px 25px rgba(0,0,0,.18);

}

/*==========================================================
                    TEXTO
==========================================================*/

.cta-content p{

    max-width:620px;

    font-size:1.25rem;

    line-height:1.85;

    color:rgba(255,255,255,.88);

    margin-bottom:42px;

}

/*==========================================================
                    BOTÕES
==========================================================*/

.cta-buttons{

    display:flex;

    align-items:center;

    gap:22px;

    flex-wrap:wrap;

}

.cta-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 40px;

    border-radius:60px;

    background:

    linear-gradient(

    135deg,

    var(--gold),

    #f3c55c);

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

    box-shadow:

    0 15px 35px rgba(212,164,55,.30);

}

.cta-primary:hover{

    transform:translateY(-5px);

    box-shadow:

    0 25px 60px rgba(212,164,55,.45);

}

.cta-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 40px;

    border-radius:60px;

    text-decoration:none;

    color:#fff;

    font-weight:700;

    border:2px solid rgba(255,255,255,.30);

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(12px);

    transition:.35s;

}

.cta-secondary:hover{

    background:#fff;

    color:var(--purple);

}

/*==========================================================
                DECORAÇÃO
==========================================================*/

.premium-cta::before{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    left:-170px;

    bottom:-170px;

    border-radius:50%;

    background:

    radial-gradient(

    rgba(255,255,255,.15),

    transparent 70%);

    filter:blur(10px);

}

.premium-cta::after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    right:-120px;

    top:-120px;

    border-radius:50%;

    background:

    radial-gradient(

    rgba(212,164,55,.18),

    transparent 70%);

    filter:blur(10px);

}

/*==========================================================
                RESPONSIVO
==========================================================*/

@media(max-width:1100px){

    .premium-cta{

        min-height:auto;

    }

    .cta-content{

        padding:60px;

    }

    .cta-content h2{

        font-size:3.3rem;

    }

}

@media(max-width:900px){

    .premium-cta{

        border-radius:30px;

    }

    .cta-content{

        padding:45px;

    }

    .cta-content h2{

        font-size:2.7rem;

    }

    .cta-content p{

        font-size:1.05rem;

    }

    .cta-buttons{

        flex-direction:column;

        align-items:flex-start;

    }

    .cta-primary,

    .cta-secondary{

        width:100%;

        justify-content:center;

    }

}

@media(max-width:600px){

    .premium-cta{

        margin-top:70px;

    }

    .cta-content{

        padding:35px 28px;

    }

    .cta-badge{

        font-size:.72rem;

        letter-spacing:2px;

    }

    .cta-content h2{

        font-size:2.15rem;

    }

    .cta-content p{

        font-size:.95rem;

        line-height:1.8;

    }

}
/*==========================================================
                ANIMAÇÃO LIVRO
==========================================================*/

.livro-animado{

    animation:livroFade .7s ease;

}

@keyframes livroFade{

    from{

        opacity:0;

        transform:translateY(20px) scale(.97);

    }

    to{

        opacity:1;

        transform:translateY(0) scale(1);

    }

}

