/* ========================================
META ADS SECTION
======================================== */

#meta-ads-section{
background:#0b1320;
padding:80px 20px;
display:flex;
justify-content:center;
}

#meta-ads-section .meta-container{
max-width:900px;
width:100%;
margin:auto;
text-align:center;
font-family:Arial,sans-serif;
}

/* TITULO */

#meta-ads-section h2{
color:white;
font-size:32px;
line-height:1.4;
margin-bottom:40px;
font-weight:700;
}

#meta-ads-section h2 span{
color:#00e5a8;
}

/* CARD */

#meta-ads-section .meta-card{
background:linear-gradient(180deg,#111a2e,#0c1426);
border-radius:16px;
padding:35px;
margin-bottom:30px;
box-shadow:0 15px 40px rgba(0,0,0,0.45);
border:1px solid rgba(255,255,255,0.05);
}

#meta-ads-section .meta-card ul{
list-style:none;
padding:0;
margin:0;
text-align:left;
}

#meta-ads-section .meta-card li{
color:#cfd8e3;
font-size:18px;
margin-bottom:18px;
position:relative;
padding-left:30px;
line-height:1.5;
}

#meta-ads-section .meta-card li:before{
content:"✔";
color:#00e5a8;
position:absolute;
left:0;
top:0;
font-weight:bold;
}

/* TEXTOS */

#meta-ads-section .meta-subtext{
color:#9fb0c3;
font-size:16px;
margin-top:10px;
}

#meta-ads-section .meta-subtext2{
color:#5cc4ff;
font-size:16px;
margin-top:6px;
}

/* BOTÃO */

#meta-ads-section .meta-btn{
display:inline-block;
margin-top:30px;
background:linear-gradient(90deg,#00e5a8,#00c6ff);
color:#021018;
font-size:18px;
padding:16px 34px;
border-radius:40px;
text-decoration:none;
font-weight:700;
box-shadow:0 10px 25px rgba(0,229,168,0.4);
transition:all .3s ease;
}

#meta-ads-section .meta-btn:hover{
transform:translateY(-3px);
box-shadow:0 18px 40px rgba(0,229,168,0.6);
}

#meta-ads-section .meta-garantia{
margin-top:20px;
color:#ffb347;
font-size:14px;
font-weight:700;
}

/* ========================================
RESPONSIVO
======================================== */

@media (max-width:768px){

#meta-ads-section{
padding:70px 20px;
}

#meta-ads-section h2{
font-size:26px;
}

#meta-ads-section .meta-card{
padding:28px;
}

#meta-ads-section .meta-card li{
font-size:16px;
}

#meta-ads-section .meta-btn{
font-size:16px;
padding:14px 28px;
}

}

@media (max-width:480px){

#meta-ads-section{
padding:60px 18px;
}

#meta-ads-section h2{
font-size:22px;
}

#meta-ads-section .meta-card li{
font-size:15px;
}

}