.elementor-2030 .elementor-element.elementor-element-5bbdb40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-74eebb9 *//* RESET */

*{
margin:0;
padding:0;
box-sizing:border-box;
}


/* BODY */

body{

background:#070708;
color:white;

font-family:'Montserrat', sans-serif;

min-height:100vh;

display:flex;
align-items:center;
justify-content:center;

padding:20px;

}


/* CONTAINER */

.container{

width:100%;
max-width:900px;

}


/* CARD */

.card{

padding:36px 30px;

background:#0f1014;

border-radius:14px;

border:1px solid rgba(255,255,255,0.06);

}


/* CONTEÚDO INTERNO DO CARD */

.card-content{

display:flex;
align-items:center;
justify-content:space-between;

gap:40px;

}


/* TEXTO */

.card-text{

flex:1;
text-align:center;

}


/* LIVRO */

.book-image{

flex:1;
text-align:center;

}

.book-image img{

max-width:260px;
width:100%;

filter: drop-shadow(0 20px 35px rgba(0,0,0,0.5));

}


/* PROGRESS WRAPPER */

.progress-wrapper{

margin-bottom:22px;

}


/* PROGRESS BAR */

.progress-bar{

width:100%;
height:5px;

background:#1c1d22;

border-radius:50px;

overflow:hidden;

margin-bottom:8px;

}


/* PROGRESS FILL */

.progress-fill{

width:78%;
height:100%;

background:linear-gradient(90deg,#c8922f,#e5b75e);

}


/* PROGRESS TEXT */

.progress-text{

font-size:11px;
opacity:0.65;

}


/* HEADLINE */

.headline{

font-family:'Cinzel', serif;

font-size:18px;

line-height:1.5;

letter-spacing:0.4px;

margin:14px 0 10px 0;

}


/* SUBHEADLINE */

.subheadline{

font-size:13px;

opacity:0.75;

margin-bottom:22px;

}


/* BOTÃO */

.cta-button{

display:inline-block;

width:100%;

padding:12px;

border-radius:6px;

background:linear-gradient(45deg,#c8922f,#e5b75e);

color:#111;

font-family:'Montserrat', sans-serif;

font-size:13px;

font-weight:600;

letter-spacing:0.6px;

text-decoration:none;

cursor:pointer;

transition:0.3s;

}


/* HOVER */

.cta-button:hover{

transform:translateY(-1px);

box-shadow:0 6px 18px rgba(200,146,47,0.35);

}


/* RESPONSIVO */

@media (max-width:768px){

.card-content{

flex-direction:column;

}

.book-image{

order:-1;
margin-bottom:20px;

}

.book-image img{

max-width:200px;

}

}/* End custom CSS */