/* ===== RESET ===== */
* { margin:0; padding:0; box-sizing:border-box; font-family: "Nunito", sans-serif; }
small { font-size:18px; font-weight:normal; }
body { background:#f4f6fb; color:#1a1a1a; font-size:18px; line-height:1.6; font-family: "Nunito", sans-serif;}
body::before { content:""; position:absolute; inset:0; background-image:url("/imagens/bg_body.png"); background-position:center; background-size:auto; opacity:0.07; z-index:0; }


/* ===== TOPBAR ===== */
.star { color:#FFEB3B; }
.topbar2 { background-color:#570099; height:40px; color:#FFFFFF; font-size:15px; text-align:center; align-content:center; z-index: 2; position: relative;}
.topbar2 img { margin:0 4px 0 8px; padding:0; height:11px; vertical-align:baseline; }
.topbar-barra { color:#a99ad3; padding:0 4px; }
.topbar { height: 0; padding: 0px 20px; display: flex; line-height: 4; z-index: 20; position: relative;}

/* ===== HERO ===== */
.hero { background:linear-gradient(135deg,#6201ac,#823ede); color:#ffffff; padding:0; }
.hero-container { max-width:1200px; margin:0 auto; padding:100px 20px 0 20px; display:flex; align-items:flex-end; justify-content:space-between; min-height:520px;     z-index: 2; position: relative;}

/* LEFT SIDE */
.hero-left { max-width:520px; padding-bottom:80px; text-align:center; }
.hero-logo { width:260px; margin-bottom:30px; }
.hero-left h1 { font-size:48px; font-weight:900; line-height:1.2; margin-bottom:25px; }
.hero-left h1 span { display:block; font-size:38px; font-weight:700; opacity:0.8; }
.hero-left .btn-pdf { background:#570099; color:#ffffff; border:2px solid #a06fce; padding:8px 16px; border-radius:12px; font-weight:700; font-size:18px; cursor:pointer; transition:all .3s ease; box-shadow:0 10px 25px rgba(0,0,0,0.25); }

/* HOVER */
.hero-left .btn-pdf:hover { background:#ffcc00; color:#111827; border-color:#ffcc00; transform:translateY(-4px) scale(1.05); box-shadow:0 18px 45px rgba(0,0,0,0.35); }

/* ACTIVE (clique) */
.hero-left .btn-pdf:active { transform:translateY(0) scale(1); box-shadow:0 8px 18px rgba(0,0,0,0.25); }

/* RIGHT SIDE */
.hero-right { display:flex; align-items:flex-end; height:100%; }
.hero-image { max-height:480px; width:auto; display:block; }

/* ===== SECTION ===== */
.section { background:#ffffff; padding:60px 40px; position:relative; overflow:hidden; }
.section-inner { width:70%; margin:0 auto; }

/* ===== FUNDO COM IMAGEM E OPACITY CONTROLADA ===== */
.section::before { content:""; position:absolute; inset:0; background-image:url("/imagens/bg_body.png"); background-position:center; background-size:auto; opacity:0.10; z-index:0; }
/* Garante que o conteúdo fique acima do background */
.section > * { position:relative; z-index:1; }
/* NÃO aplicar na highlight escura */
.highlight-box::before { display:none; }

/* ===== TITLES ===== */
.text-32 { font-size:32px; font-weight:900; display:block; text-align:center; margin-bottom:15px; color: #4d08a7; }
.section h2 { font-size:24px; font-weight:600; text-align:center; margin-bottom:25px; color:#444; }
.section h4 { font-size:20px; font-weight:700; margin-bottom:15px; color:#111827; }

/* ===== SOBRE ===== */
.sobre-flex { display:flex; gap:40px; align-items:center; background: linear-gradient(318deg, #f8f9ff, #eef1ff); padding:40px; border-radius:20px; border:4px solid #dee6eb; }
.sobre-icone { font-size:90px; display:inline-block; animation:floatY 4s ease-in-out infinite; }
@keyframes floatY { 0%{transform:translateY(0);} 50%{transform:translateY(-15px);} 100%{transform:translateY(0);} }
.sobre-conteudo p { font-size:20px; margin-bottom:15px; color:#444; }

/* ===== METRICS ===== */
.metrics { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:20px; margin-top:40px; }
.metric { padding:25px; border-radius:12px; text-align:center; border:1px solid #e5e7eb; background:linear-gradient(135deg,#6201ac,#823ede); font-size:16px; color:#f5bfff; }
.metric-icon { font-size:50px; display:block; margin-bottom:8px; }
.metric-number { font-size:28px; font-weight:800; color:#ffffff; display:block; }
.metrics-banner { display:block; margin:10px 5px 0 auto; max-width:420px; width:150px; height:auto; }

/* ===== QUOTE ===== */
.quote-box{
    background:linear-gradient(135deg,#f8f9ff,#eef1ff);
    padding:70px 40px;
    border-radius:20px;
    margin-top:60px;
    text-align:center;
    box-shadow:0 25px 60px rgba(0,0,0,0.06);
    border: 4px solid #dee6eb;
}

/* Título */

.quote-header, .sobre-flex h3{
    font-size:32px;
    font-weight:800;
    margin-bottom:40px;
}

.quote-header span{
    color:#5b00d6;
    font-weight:800;
}

/* Searches */

.quote-searches{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:50px;
    cursor: default;
}

.search-item{
    background:#ffffff;
    padding:16px 26px;
    border-radius:40px;
    font-size:18px;
    font-weight:500;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

.search-item:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

/* Destaque final */

.quote-highlight{
    margin-top:10px;
}

.quote-highlight .diamond{
    font-size:60px;
    margin-bottom:15px;
}

.quote-highlight p{
    font-size:28px;
    font-weight:600;
}

.quote-highlight strong{
    color:#5b00d6;
    font-weight:800;
}

/* ===== PERFIL DA AUDIÊNCIA PREMIUM ===== */

.audience-section {
    text-align:center;
    background-color: #ddcaff;
    border-top: solid 4px #af83ff;
        padding-top: 120px;
}

.audience-section::before{
    opacity: 0.07;
}

.audience-section-inner{
    width: 80%;
    margin: 0 auto;
}

/* Header */

.audience-header h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.audience-header p{
    font-size:23px;
    margin-bottom:50px;
    font-weight: 600;
    background-color: #7300dc;
    border-radius: 10px;
    color: #fff;
    padding: 6px;
}

/* Grid */

.audience-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
    gap:30px;
    margin-bottom:50px;
}

.audience-card{
    background:#ffffff;
    padding:35px 25px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:all .3s ease;
    border: 2px solid #af83ff;
}

.audience-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,0.15);
}

.audience-icon{
    font-size:36px;
    margin-bottom:15px;
}

.audience-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    color: #4700c5;
}

.audience-card p{
    font-size:18px;
  }

/* Destaque final */

.audience-highlight{
    background: radial-gradient(circle at center, #9d54ff 0%, #44009e 40%, #29016e 100%);
    color:#ffffff;
    padding:40px 30px;
    border-radius:10px;
}

.audience-highlight .highlight-icon{
    font-size:50px;
    margin-bottom:15px;
}

.audience-highlight p{
    font-size:26px;
    font-weight:600;
}

.audience-highlight strong{
    font-weight:800;
    color: #ffd63b
}

.sobre-flex strong{
    font-weight:800;
    color: #5b00d6;
}


/* ===== NOBILE ===== */
.mobile img { margin: 40px auto; display: block; width: 600px;}
.mobile::before { display:none; }


/* ===== LIST ===== */
.list { list-style:none; max-width:600px; margin:25px auto; }
.list li { margin-bottom:12px; padding-left:22px; position:relative; }
.list li::before { content:"✔"; position:absolute; left:0; color:#00b894; }

/* ===== VANTAGEM ESTRATÉGICA (CORRIGIDO) ===== */
.highlight-box { background: linear-gradient(135deg, #290148, #5d00a4); color:#ffffff; }
.highlight-box .text-32 { color:#ffffff; }
.highlight-box .vantagem-intro { color:#fff; text-align: center; padding: 20px; font-size: 22px;}
.highlight-box .card { background:#dcdcdc; color:#111111; }
.highlight-box .card h4 { color:#111111; }
.highlight-box .card ul li { color: #656565; }
.highlight-box .card ul li::before { color:#5b00d6; }
.highlight-box .guiafix ul li { color: #FFF; font-weight: 600; }

/* ===== CARDS ===== */
.comparativo-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:25px; margin:30px auto; width: 80%; }
.card { padding:25px; border-radius:12px; box-shadow:0 10px 25px rgba(0,0,0,0.08); }
.card ul { list-style:none; }
.card ul li { margin-bottom:8px; padding-left:18px; position:relative; font-size:17px; }
.guiafix ul li::before { content:"▲"; position:absolute; left:0; padding: 0 4px 0 0; font-size: 15px; color:#4CAF50 !important; } 
.google ul li::before { content:"▼"; position:absolute; left:0; padding: 0 4px 0 0; font-size: 15px; color:#ff4000 !important;}
.meta ul li::before { content:"▼"; position:absolute; left:0; padding: 0 4px 0 0; font-size: 15px; color:#ff4000 !important;}
.guiafix { border-top:6px solid #FFC107;  background-color: #6b02bc !important;}
span.estrela { color: #fabd00; letter-spacing: 4px; }
.vantagem-intro { width: 800px; margin: auto; }

/* ===== CTA ===== */
.wp { display:flex; background:#00c853; color:#ffffff; padding:12px 24px; border-radius:10px; font-size:18px; font-weight:700; margin:20px auto 40px; width: 230px; }
.wp a { color:#ffffff; text-decoration:none; }

span.text-26 {
    text-align: center;
    display: block;
    padding: 10px 0 15px;
    font-weight: 600;
}

/* ===== BUTTON PDF ===== */
.btn-pdf { background:#ffffff; color:#5b00d6; border:2px solid #5b00d6; padding:12px 24px; border-radius:8px; font-weight:700; cursor:pointer; }
.btn-footer { margin: 30px auto 60px; text-align: center; display: block; background-color: #8246d1; border: #8246d1; color: #fff;}

.section.mobile .section-inner{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:30px;
}

.section.mobile .text-32{
    width:100%;
}

.section.mobile .sobre-flex{
    flex:1;
}

.section.mobile img{
    flex:1;
    max-width:320px;
    width:100%;
    height:auto;
}

.section.mobile .section-inner{
display:flex;
flex-wrap:wrap;
align-items:center;
gap:40px;
}

.section.mobile .text-32{
width:100%;
}

.gf-ads-section{
padding:60px 40px;
background:#fff;
}

.gf-ads-container{
display:flex;
align-items:center;
gap:60px;
    width: 70%;
    margin: auto;
}

.gf-ads-text{
flex:1;
}

.gf-ads-image{
flex:1;
text-align:center;
}

.gf-ads-image img{

width:100%;
height:auto;
}

.gf-ads-intro{
font-size:20px;
line-height:1.6;
margin-bottom:28px;
}

.gf-ads-item{
display:flex;
align-items:flex-start;
gap:14px;

background:#f3f3f3;
padding:18px 20px;

border-radius:12px;
margin-bottom:16px;
}

.gf-ads-icon{
font-size:22px;
}

.gf-ads-item strong{
display:block;
font-size:18px;
}

.gf-ads-item p{
margin:4px 0 0;
font-size:18px;
color:#3e0070;
}

/* TITULO */

.gf-ads-title{
display:block;
text-align:center;
font-size:32px;
font-weight:700;
margin-bottom:40px;
}

h3 {
    line-height: 1.3;
}


/* ===== RESPONSIVE ===== */
@media(max-width:768px){
.hero-container { flex-direction:column; align-items:center; text-align:center; padding:80px 20px 0 20px; }
.hero-left { padding-bottom:40px; }
.hero-left h1 { font-size:34px; }
.hero-left h1 span { font-size:26px; }
.hero-image { max-width:100%; margin-top:30px; }
.section { padding:40px 20px; }
.section-inner { width:100%; }
.sobre-flex { flex-direction:column; text-align:center; gap:10px; padding: 40px 30px; }
.sobre-conteudo p { font-size: 22px; }
.metric { font-size: 20px;}
.metric-number { font-size:30px; }
.audience-section img { width: 100%; }
.audience-highlight { background: radial-gradient(circle at top, #9d54ff 0%, #44009e 40%, #29016e 100%);}
.audience-card h4 { font-size: 26px;}
.audience-card p { font-size: 20px; }
.audience-header p { font-size: 26px; line-height: 1.2;}
.audience-icon { font-size: 38px; margin-bottom: 15px; }
.mobile img { width: 100%;}
.vantagem-intro { width: auto; }

.gf-ads-section{
padding:40px 20px;
}

.gf-ads-container{
flex-direction:column;
width:100%;
gap:30px;
}

.gf-ads-text{
width:90%;
}

.gf-ads-image{
width:100%;
}

.gf-ads-image img{
margin:auto;
display:block;
}

.gf-ads-title{
font-size:26px;
margin-bottom:25px;
}

.gf-ads-intro{
font-size:20px;
text-align: center;
}

.gf-ads-item{
padding:16px;
}

.gf-ads-item strong{
font-size:18px;
}

.gf-ads-item p{
font-size:17px;
}
}


