/* =====================================
   BOX7 MOTO POINT
   STYLE.CSS
===================================== */


    :root{

    --black:#0A0A0A;
    --black-soft:#141414;

    --white:#FFFFFF;

    --neon:#D9FF00;

    --red:#FF1744;

    --grey:#CFCFCF;

}


html{
    scroll-behavior:smooth;

}


   body{

background:

linear-gradient(rgba(8,8,8,.95),rgba(8,8,8,.95)),
url("../img/BACKGROUND/carbono.webp");

background-size:cover;

background-position:center;

background-attachment:fixed;

color:#fff;


}

.container{

    width:90%;
    max-width:1400px;
    margin:auto;

}

header{

    position:fixed;

    top:0;

    width:100%;

    background:rgba(10,10,10,.92);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border-bottom:1px solid rgba(255,255,255,.08);

    padding:20px 0;

    z-index:999;

    box-shadow:0 10px 35px rgba(0,0,0,.35);

}
   
header .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.logo{


letter-spacing:2px;
text-transform:uppercase;
    color:#D9FF00;
    font-size:30px;
    font-weight:800;
}
nav ul{

    display:flex;
    gap:30px;
    list-style:none;

}

nav a{

    position:relative;
    color:#fff;
    text-decoration:none;
    font-weight:600;
    cursor:pointer;
    transition:.3s;

}

nav a::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-8px;

    width:0;

    height:2px;

    background:#D9FF00;


    transition:.35s;

}

nav a:hover::after{

    width:100%;

}

nav a:hover{

    color:#D9FF00;
   

}

nav a:hover{

    color:#D9FF00;
     
}

.btn-menu{

    background:#D9FF00;

    color:#111;

    padding:12px 28px;

    border-radius:40px;

    font-weight:700;
   
text-decoration:none;
transition:all .3s; 
}

.hero{background:linear-gradient(135deg,#080808,#141414,#080808);

    min-height:100vh;

    display:flex;

    align-items:center;
    
    color:white;

    padding-top:120px;

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.hero h1{

    font-size:64px;

    line-height:70px;

    margin-bottom:30px;

}

.hero p{

    font-size:22px;

    margin-bottom:40px;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.btn-primary{

background:#D9FF00;

color:#111;

padding:18px 40px;

border-radius:40px;

text-decoration:none;

font-weight:700;

transition:all .3s; 

cursor:pointer;
   
}

.btn-primary:hover{
background:#ffcc00;
transform:translateY(-4px);
 box-shadow:0 12px 30px rgba(255,215,0,.35);
   
}

img{
    max-width:100%;
    height:auto;
    display:block;
}

.ebook-card img{
    width:220px;
    margin:0 auto 25px;
    transition:.4s;
}

.ebook-card:hover img{
    transform:scale(1.05);
}  

.btn-secondary{

border:2px solid #D9FF00;

color:#D9FF00;

padding:18px 40px;

border-radius:40px;

text-decoration:none;

font-weight:700;

transition:.3s;
   
cursor:pointer;
}

.btn-menu:hover{
    background:#D9FF00;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(217, 255, 0, 0.35);
}
 
.btn-secondary:hover{

background:#D9FF00;

color:#111;

}.hero-image{

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

}

.hero-image img{

    width:100%;
    border-radius:28px;
    box-shadow:0 40px 90px rgba(0,0,0,.60);
    transition:.7s;

}

.hero-image img:hover{

    transform:scale(1.04);

}
/* =====================================
   HERO - ESTATÍSTICAS
===================================== */

.hero-numbers{

display:flex;
gap:40px;
margin-top:50px;
flex-wrap:wrap;

}

.hero-numbers div{

text-align:center;

}

.hero-numbers h2{

font-size:42px;
color:#D9FF00;
font-weight:800;

}

.hero-numbers span{

font-size:16px;
color:#ddd;

}

/* =====================================
   SEÇÃO SOBRE
===================================== */

.sobre{

background:#ffffff;
padding:100px 0;

}

.sobre h2{

font-size:42px;
text-align:center;
margin-bottom:25px;
color:#111;

}

.sobre > .container > p{

max-width:900px;
margin:0 auto 60px;
text-align:center;
font-size:20px;
color:#666;
line-height:1.8;

}

/* =====================================
   CARDS
===================================== */

.cards{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;

}

.card{

background:#fff;
padding:35px;
border-radius:18px;
box-shadow:0 12px 35px rgba(0,0,0,.10);
 transition:.35s;

}

.card:hover{

transform:translateY(-10px);
box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.card h3{

font-size:24px;
margin-bottom:15px;
color:#111;

}

.card p{

font-size:17px;
color:#666;
line-height:1.6;

}   
/* =====================================
   E-BOOKS
===================================== */

.ebooks{

background:#111;
padding:100px 0;
color:#fff;

}

.ebooks h2{

font-size:42px;
text-align:center;
margin-bottom:20px;
color:#D9FF00;

}

.subtitulo{

text-align:center;
font-size:20px;
color:#ddd;
margin-bottom:60px;

}

.ebooks-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.ebook-card{

background:#1c1c1c;
border-radius:20px;
padding:35px;
text-align:center;
box-shadow:0 15px 35px rgba(0,0,0,.30);
transition:.35s;

}

.ebook-card:hover{

    transform:translateY(-12px);
    box-shadow:0 25px 45px rgba(212,175,55,.25);

}

.ebook-card h3{

font-size:24px;
margin-bottom:20px;
color:#D9FF00;

}

.ebook-card p{

font-size:17px;
line-height:1.7;
color:#ddd;
margin-bottom:30px;

}

.ebook-card .btn-primary{

display:inline-block;

}
/* =====================================
   CONSULTORIA
===================================== */

.consultoria{

padding:100px 0;
background:#ffffff;

}

.titulo-secao{

text-align:center;
margin-bottom:70px;

}

.titulo-secao h2{

font-size:42px;
color:#111;
margin-bottom:20px;

}

.titulo-secao p{

max-width:900px;
margin:auto;
font-size:20px;
line-height:1.8;
color:#666;

}

.consultoria-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;

}

.consultoria-texto h3{

font-size:34px;
margin-bottom:30px;
color:#111;

}

.consultoria-texto ul{

list-style:none;
padding:0;
margin-bottom:40px;

}

.consultoria-texto li{

font-size:19px;
margin-bottom:18px;
color:#444;

}

.consultoria-imagem{

text-align:center;

}

.consultoria-imagem img{

width:100%;
max-width:550px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.20);

}

/* =====================================
   MENTORIA
===================================== */

.mentoria{

padding:100px 0;
background:#f7f7f7;

}

.mentoria-grid{

display:grid;
grid-template-columns:1fr 1fr;
gap:70px;
align-items:center;

}

.mentoria-grid img{

width:100%;
max-width:500px;
border-radius:20px;

}

.cards-mentoria{

display:grid;
grid-template-columns:repeat(2,1fr);
gap:25px;
margin:35px 0;

}

.cards-mentoria div{

background:#fff;
padding:25px;
border-radius:18px;
box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.cards-mentoria h4{

font-size:22px;
margin-bottom:10px;
color:#111;

}

/* =====================================
   DEPOIMENTOS
===================================== */

.depoimentos{

background:#111;
padding:100px 0;
color:#fff;

}

.depoimentos h2{

text-align:center;
font-size:42px;
color:#D9FF00;
margin-bottom:20px;

}

.depoimentos> .container> p{

text-align:center;
margin-bottom:60px;
font-size:20px;
color:#ddd;

}

.depoimentos-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;

}

.depoimento{

background:#1d1d1d;
padding:35px;
border-radius:20px;
text-align:center;
font-size:22px;
box-shadow:0 15px 35px rgba(0,0,0,.30);

}

.depoimento p{

margin:20px 0;
font-size:18px;
line-height:1.8;
color:#ddd;

}

.depoimento strong{

color:#D9FF00;
font-size:18px;

}

/* =====================================
   FAQ
===================================== */

.faq{

padding:100px 0;
background:#ffffff;

}

.faq-container{

max-width:1000px;
margin:auto;

}

.faq-item{

background:#fff;
padding:30px;
margin-bottom:25px;
border-radius:15px;
box-shadow:0 12px 35px rgba(0,0,0,.10);

}

.faq-item h3{

font-size:24px;
margin-bottom:15px;
color:#111;

}

.faq-item p{

font-size:18px;
line-height:1.7;
color:#666;

}

/* =====================================
   CTA FINAL
===================================== */

.cta-final{

background:#D9FF00;
padding:100px 0;
text-align:center;

}

.cta-final h2{

font-size:52px;
margin-bottom:25px;
color:#111;

}

.cta-final p{

font-size:22px;
max-width:900px;
margin:0 auto 45px;
line-height:1.8;

}

.cta-final .hero-buttons{

justify-content:center;

}

.cta-final .btn-secondary{

border:2px solid #111;
color:#111;

}

.cta-final .btn-secondary:hover{

background:#111;
color:#D9FF00;

}

/* =====================================
   FOOTER
===================================== */

footer{

background:#111;
color:#fff;
padding:70px 0 40px;

}

.footer-grid{

display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:60px;
margin-bottom:40px;

}

.footer-grid h3{

font-size:30px;
color:#D9FF00;
margin-bottom:20px;

}

.footer-grid h4{

margin-bottom:20px;
color:#D9FF00;

}

.footer-grid p,
.footer-grid li{

font-size:17px;
line-height:2;
color:#ddd;
list-style:none;

}

footer hr{

border:none;
height:1px;
background:#333;
margin:30px 0;

}

.copyright{

text-align:center;
color:#888;
font-size:15px;

}

/* =====================================
   RESPONSIVO
===================================== */

@media(max-width:992px){

.hero-grid,
.consultoria-grid,
.mentoria-grid,
.footer-grid{

grid-template-columns:1fr;

}

.cards{

grid-template-columns:repeat(2,1fr);

}

.ebooks-grid{

grid-template-columns:1fr;

}

.depoimentos-grid{

grid-template-columns:1fr;

}

.hero h1{

font-size:46px;
line-height:55px;

}

.hero{

text-align:center;

}

.hero-buttons{

justify-content:center;

}

.hero-numbers{

justify-content:center;

}

header .container{

flex-direction:column;
gap:20px;

}

nav ul{

flex-wrap:wrap;
justify-content:center;

}

}

@media(max-width:768px){

.cards{

grid-template-columns:1fr;

}

.cards-mentoria{

grid-template-columns:1fr;

}

.hero h1{

font-size:36px;
line-height:45px;

}

.hero p{

font-size:18px;

}

.titulo-secao h2,
.sobre h2,
.ebooks h2,
.depoimentos h2,
.cta-final h2{

font-size:34px;

}

.btn-primary,
.btn-secondary{

display:block;
width:100%;
text-align:center;

}

.hero-buttons{

flex-direction:column;

}

nav{

display:none;

}

}
/* =====================================
   MENU MOBILE
===================================== */

.menu-toggle{

    display:none;
    font-size:34px;
    color:#D9FF00;
    cursor:pointer;
    user-select:none;

}

/* =======================================================
   HISTÓRIA BOX7
======================================================= */

.historia-box7{

background:#0b0b0b;
padding:120px 0;
color:#fff;

}

.historia-box7 .subtitulo{

display:inline-block;
padding:8px 22px;
border-radius:30px;
background:#D9FF00;
color:#fff;
font-weight:bold;
margin-bottom:25px;

}

.historia-box7 .titulo-secao h2{

font-size:52px;
line-height:60px;
margin-bottom:25px;
color:#fff;

}

.historia-box7 .titulo-secao p{

font-size:22px;
max-width:900px;
margin:auto;
color:#cfcfcf;

}

.historia-grid{

display:grid;
grid-template-columns:420px 1fr;
gap:80px;
align-items:center;
margin-top:90px;

}

.historia-imagem{

text-align:center;

}

.historia-imagem img{

width:100%;
max-width:420px;
border-radius:30px;
box-shadow:0 30px 60px rgba(0,0,0,.50);

}

.historia-texto h3{

font-size:42px;
margin-bottom:30px;
color:#D9FF00;

}

.historia-texto p{

font-size:20px;
line-height:1.9;
margin-bottom:22px;
color:#d8d8d8;

}

.numeros-box7{

display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
margin-top:55px;

}

.numeros-box7 div{

background:#151515;
padding:30px;
border-radius:20px;
text-align:center;
border:1px solid rgba(255,255,255,.08);
transition:.35s;

}

.numeros-box7 div:hover{

transform:translateY(-10px);
border-color:#ff6600;

}

.numeros-box7 h2{

font-size:44px;
color:#ff8800;
margin-bottom:10px;

}

.numeros-box7 span{

font-size:17px;
color:#ddd;

}
/* =======================================================
   LINHA DO TEMPO
======================================================= */

.timeline-box7{

background:#111;
padding:120px 0;
color:#fff;

}

.timeline{

max-width:1000px;
margin:70px auto 0;

}

.timeline-item{

display:grid;
grid-template-columns:120px 1fr;
gap:40px;
margin-bottom:45px;
align-items:flex-start;

}

.timeline-ano{

background:#ff6600;
color:#fff;
font-size:28px;
font-weight:700;
padding:18px;
border-radius:15px;
text-align:center;

}

.timeline-conteudo{

background:#1b1b1b;
padding:30px;
border-radius:20px;
box-shadow:0 20px 40px rgba(0,0,0,.30);

}

.timeline-conteudo h3{

font-size:30px;
margin-bottom:18px;
color:#D9FF00;

}

.timeline-conteudo p{

font-size:18px;
line-height:1.8;
color:#ddd;

}

/* ==========================================
AUTORIDADE
========================================== */

.autoridade-box7{

padding:120px 0;
background:#0b0b0b;
color:#fff;

}

.autoridade-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:35px;
margin-top:60px;

}

.autoridade-card{

background:#181818;
padding:35px;
border-radius:20px;
transition:.35s;
border:1px solid #FFFFFF

}

.autoridade-card:hover{

transform:translateY(-12px);

border-color:#ff6600;

}

.autoridade-card h3{

font-size:26px;
margin-bottom:20px;
color:#D9FF00;

}

.autoridade-card p{

font-size:18px;
line-height:1.8;

color:#ddd;

}
/* ======================================================
   TIMELINE PREMIUM
======================================================*/

.timeline-item{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

margin:120px 0;

}

.timeline-image img{

width:100%;

border-radius:22px;

box-shadow:0 30px 60px rgba(0,0,0,.35);

transition:.45s;

}

.timeline-image img:hover{

transform:scale(1.02);

}

.timeline-content h2{

font-size:42px;

margin:20px 0;

color:#D9FF00;

}

.timeline-content p{

font-size:20px;

line-height:1.9;

color:#ddd;

margin-bottom:35px;

}

.timeline-content ul{

list-style:none;

padding:0;

}

.timeline-content li{

margin-bottom:18px;

font-size:18px;

}

.timeline-tag{

display:inline-block;

background:#ff6600;

padding:10px 20px;

border-radius:40px;

font-size:14px;

font-weight:700;

letter-spacing:2px;

color:#fff;

}
/*==================================================
EXPERIÊNCIA PROFISSIONAL PREMIUM
==================================================*/

.experiencia{

background:#0b0b0b;
padding:140px 0;

}

.exp-item{

display:grid;
grid-template-columns:1.1fr 1fr;
gap:90px;
align-items:center;
margin-top:90px;

}

.exp-image img{

width:100%;
display:block;
border-radius:24px;
box-shadow:0 35px 80px rgba(0,0,0,.55);
transition:.5s;

}

.exp-image img:hover{

transform:scale(1.02);

}

.exp-text span{

display:inline-block;
padding:10px 22px;
background:#ff6600;
color:#fff;
font-size:14px;
font-weight:700;
border-radius:30px;
letter-spacing:2px;
margin-bottom:25px;

}

.exp-text h2{

font-size:52px;
color:#fff;
margin-bottom:25px;

}

.exp-text p{

font-size:20px;
line-height:1.9;
color:#d5d5d5;
margin-bottom:35px;

}

.exp-text ul{

list-style:none;
padding:0;

}

.exp-text li{

font-size:19px;
margin-bottom:18px;
color:#fff;

}
/*====================================================
EFEITOS PREMIUM BOX7 MOTO POINT
====================================================*/

html{

scroll-behavior:smooth;

}

section{

position:relative;

overflow:hidden;

}

.exp-item{

transition:.45s ease;

}

.exp-item:hover{

transform:translateY(-8px);

}

.exp-image{

overflow:hidden;

border-radius:24px;

}

.exp-image img{

transition:.7s;

}

.exp-image:hover img{

transform:scale(1.06);

}

.autoridade-card{

transition:.35s;

cursor:pointer;

}

.autoridade-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(255,102,0,.25);

}

.ebook-card{

transition:.35s;

}

.ebook-card:hover{

transform:translateY(-12px);

box-shadow:0 30px 60px rgba(0,0,0,.35);

}

.btn-primary{

transition:.35s;

}

.btn-primary:hover{

transform:translateY(-4px);

box-shadow:0 20px 40px rgba(255,102,0,.35);

}

.btn-secondary{

transition:.35s;

}

.btn-secondary:hover{

transform:translateY(-4px);

}
/*====================================================
TREINAMENTOS E EQUIPES
====================================================*/

.experiencia-extra{

padding:120px 0;

background:#111;

}

.experiencia-extra-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

gap:40px;

margin-top:60px;

}

.extra-card{

background:#181818;

border-radius:24px;

overflow:hidden;

transition:.4s;

box-shadow:0 20px 40px rgba(0,0,0,.30);

}

.extra-card:hover{

transform:translateY(-10px);

}

.extra-card img{

width:100%;
height:320px;
object-fit:contain;
background:#111;
padding:10px;

}

.extra-card h3{

padding:25px 25px 10px;

font-size:24px;

color:#D9FF00;

}

.extra-card p{

padding:0 25px 30px;

line-height:1.8;

color:#ddd;

}
.certificados{

padding:100px 0;

background:#111;

}

.certificados-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:30px;

margin-top:60px;

}

.certificados-grid img{

    width:100%;
    height:320px;

    object-fit:contain;
    object-position:top center;

    background:#fff;

    padding:12px;

    border-radius:12px;

    box-shadow:0 15px 40px rgba(0,0,0,.35);

    transition:.4s;



}

.certificados-grid img:hover{

transform:translateY(-8px) scale(1.03);

box-shadow:0 25px 55px rgba(255,215,0,.25);

}
/*=========================================
LOADER BOX7
=========================================*/

#loader{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#111111;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
    transition:opacity .8s ease, visibility .8s ease;
}

#loader.hide{
    opacity:0;
    visibility:hidden;
}

.loader-content{
    text-align:center;
}

.loader-content img{
    width:180px;
    margin-bottom:25px;
}

.loader-content h2{
    color:#D9FF00;
    font-size:36px;
    font-weight:700;
    margin-bottom:10px;
}

.loader-content p{
    color:#ffffff;
    font-size:17px;
    margin-bottom:30px;
}

.loader-spinner{
    width:220px;
    height:6px;
    background:#333;
    border-radius:20px;
    overflow:hidden;
    margin:auto;
}

.loader-spinner::before{
    content:"";
    display:block;
    width:0%;
    height:100%;
    background:#D9FF00;
    animation:loadingBar 1.6s ease forwards;
}

@keyframes loadingBar{

    from{
        width:0%;
    }

    to{
        width:100%;
    }

}

/*==================================
DIAGNÓSTICO ESTRATÉGICO BOX7
==================================*/

.lead-box7{

    padding:100px 0;
    background:linear-gradient(135deg,#111,#1d1d1d);
    text-align:center;

}

.lead-tag{

    display:inline-block;
    background:#ff7a00;
    color:#fff;
    padding:10px 24px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:25px;

}

.lead-box7 h2{

    font-size:42px;
    color:#fff;
    margin-bottom:25px;

}

.lead-box7 p{

    color:#d9d9d9;
    max-width:760px;
    margin:0 auto 45px;
    line-height:1.8;

}

.lead-beneficios{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    max-width:720px;
    margin:0 auto 45px;

}

.lead-beneficios div{

    background:#202020;
    padding:18px;
    border-radius:12px;
    color:#fff;
    font-weight:600;
    border:1px solid rgba(255,122,0,.25);

}

.lead-box7 .btn-primary{

    font-size:18px;
    padding:18px 40px;

}

@media(max-width:768px){

.lead-box7 h2{

    font-size:30px;

}

.lead-beneficios{

    grid-template-columns:1fr;

}

}
/*=========================================
PARCEIROS / METODOLOGIAS
=========================================*/

.parceiros-box7{
    padding:100px 0;
    background:#111;
}

.parceiros-box7 .titulo-secao{
    text-align:center;
    margin-bottom:60px;
}

.parceiros-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:30px;
}

.parceiro-card{
    background:#1b1b1b;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:35px;
    text-align:center;
    transition:.35s;
}

.parceiro-card:hover{
    transform:translateY(-8px);
    border-color:#ff7a00;
    box-shadow:0 20px 40px rgba(255,122,0,.18);
}

.parceiro-card img{
    width:90px;
    height:90px;
    object-fit:contain;
    margin-bottom:20px;
    filter:grayscale(100%);
    opacity:.75;
    transition:.35s;
}

.parceiro-card:hover img{
    filter:none;
    opacity:1;
}

.parceiro-card h3{
    color:#fff;
    margin-bottom:12px;
}

.parceiro-card p{
    color:#bfbfbf;
    font-size:.95rem;
    line-height:1.6;
}

.parceiros-aviso{
    margin-top:60px;
    text-align:center;
    color:#888;
    font-size:.95rem;
}
/*==================================================
BOX7 PROFESSIONAL TOOLS™
==================================================*/
.tools-box7{

    padding:120px 0;
    background:#0f0f0f;
    position:relative;
    overflow:hidden;

}

.tools-box7::before{

    content:"";
    position:absolute;
    width:700px;
    height:700px;
    background:radial-gradient(circle,#ff7a00 0%,transparent 70%);
    opacity:.08;
    top:-250px;
    right:-250px;

}

.tools-box7 .titulo-secao{

    text-align:center;
    max-width:900px;
    margin:0 auto 70px;

}

.tools-box7 .subtitulo{

    display:inline-block;
    padding:10px 22px;
    border-radius:40px;
    background:rgba(255,122,0,.12);
    color:#ff7a00;
    font-size:.85rem;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;

}

.tools-box7 h2{

    color:#fff;
    font-size:3rem;
    margin-bottom:25px;
    line-height:1.2;

}

.tools-box7 p{

    color:#cfcfcf;
    font-size:1.1rem;
    line-height:1.8;

}
.tools-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;
    margin-top:60px;

}

.tool-card{

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    border-radius:24px;

    padding:40px;

    transition:.35s;

    position:relative;

    overflow:hidden;

    backdrop-filter:blur(10px);

}

.tool-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:radial-gradient(circle,#ff7a00 0%,transparent 70%);

    top:-100px;

    right:-100px;

    opacity:0;

    transition:.35s;

}

.tool-card:hover{

    transform:translateY(-10px);

    border-color:#ff7a00;

    box-shadow:0 25px 60px rgba(255,122,0,.20);

}

.tool-card:hover::before{

    opacity:.20;

}
.tool-card h3{

    color:#ffffff;

    font-size:1.6rem;

    margin-bottom:18px;

    font-weight:700;

}

.tool-card p{

    color:#d8d8d8;

    line-height:1.8;

    margin-bottom:35px;

    font-size:1rem;

}

.status{

    display:inline-block;

    padding:10px 18px;

    border-radius:40px;

    background:#303030;

    color:#ffffff;

    font-size:.85rem;

    font-weight:600;

}

.status.disponivel{

    background:#16a34a;

    color:#ffffff;

}
.tool-card.destaque{

    border:2px solid rgba(255,122,0,.35);

    background:linear-gradient(
        180deg,
        rgba(255,122,0,.12),
        rgba(255,255,255,.03)
    );

}

.tool-card.destaque::after{

    content:"RECOMENDADO";

    position:absolute;

    top:20px;

    right:-40px;

    background:#ff7a00;

    color:#fff;

    padding:8px 50px;

    font-size:.75rem;

    font-weight:700;

    transform:rotate(45deg);

    letter-spacing:1px;

}
.btn-tool{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    margin-top:25px;

    padding:14px 26px;

    background:#ff7a00;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    border-radius:12px;

    transition:.30s;

}

.btn-tool:hover{

    background:#ff9333;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(255,122,0,.30);

}
/* ==========================================================
   BIBLIOTECA • TOOLS • CONSULTORIA • MENTORIA
========================================================== */

.hero-biblioteca,
.hero-tools,
.hero-consultoria,
.hero-mentoria{

padding:120px 0 90px;

background:linear-gradient(135deg,#050505,#101010);

color:#fff;

}

.hero-grid{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:60px;

}

.hero-text h1{

font-size:3.2rem;

line-height:1.15;

margin:25px 0;

font-weight:800;

}

.hero-text p{

font-size:1.15rem;

line-height:1.8;

opacity:.9;

margin-bottom:35px;

}

.hero-image img{

width:100%;

max-width:100%;

display:block;

margin:auto;

}

.hero-buttons{

display:flex;

gap:20px;

flex-wrap:wrap;

}

.lead-tag{

display:inline-block;

padding:10px 18px;

background:#e10600;

border-radius:40px;

font-size:.85rem;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

}
/* ==========================================================
   CARDS
========================================================== */

.titulo-secao{

text-align:center;

max-width:900px;

margin:0 auto 70px;

}

.titulo-secao h2{

font-size:2.6rem;

margin:20px 0;

font-weight:800;

color:#111;

}

.titulo-secao p{

font-size:1.1rem;

line-height:1.8;

color:#666;

}

.subtitulo{

display:inline-block;

padding:10px 18px;

background:#e10600;

color:#fff;

border-radius:40px;

font-size:.8rem;

font-weight:700;

letter-spacing:1px;

text-transform:uppercase;

}

.ebooks-grid,
.tools-grid,
.cards,
.categoria-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

margin-top:40px;

}

.ebook-card,
.tool-card,
.card,
.categoria-card{

background:rgba(18,18,18,.92);

border-radius:18px;

padding:35px;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

border:1px solid #ececec;

position:relative;

overflow:hidden;

}

.ebook-card:hover,
.tool-card:hover,
.card:hover,
.categoria-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.ebook-card img{

width:100%;

border-radius:12px;

margin-bottom:25px;

}

.ebook-card h3,
.tool-card h3,
.card h3{

font-size:1.35rem;

margin-bottom:18px;

font-weight:700;

color:#111;

}

.ebook-card p,
.tool-card p,
.card p{

line-height:1.8;

color:#666;

margin-bottom:25px;

}

.badge-premium{

background:#111;

color:#fff;

padding:8px 15px;

border-radius:30px;

font-size:.75rem;

font-weight:700;

display:inline-block;

margin-bottom:20px;

}

.badge-free{

background:#00b050;

color:#fff;

padding:8px 15px;

border-radius:30px;

font-size:.75rem;

font-weight:700;

display:inline-block;

margin-bottom:20px;

}

.status{

display:inline-block;

padding:8px 15px;

border-radius:30px;

background:#fff4d9;

color:#9b6a00;

font-size:.8rem;

font-weight:700;

margin-bottom:25px;

}

.status.disponivel{

background:#d8ffe5;

color:#11853d;

}
/* ==========================================================
   BOTÕES
========================================================== */

.btn-primary,
.btn-secondary,
.btn-tool{

display:inline-flex;

align-items:center;

justify-content:center;

padding:15px 32px;

border-radius:50px;

font-weight:700;

font-size:1rem;

text-decoration:none;

transition:.35s ease;

cursor:pointer;

}

.btn-primary{

background:#e10600;

color:#fff;

border:2px solid #e10600;

}

.btn-primary:hover{

background:#b40000;

border-color:#b40000;

transform:translateY(-3px);

}

.btn-secondary{

background:transparent;

color:#fff;

border:2px solid #fff;

}

.btn-secondary:hover{

background:#fff;

color:#111;

transform:translateY(-3px);

}

.btn-tool{

background:#111;

color:#fff;

width:100%;

margin-top:15px;

}

.btn-tool:hover{

background:#e10600;

}

/* ==========================================================
   SEÇÕES
========================================================== */

.biblioteca-menu,
.biblioteca-gratis,
.biblioteca-premium,
.biblioteca-tools,
.biblioteca-downloads,
.tools-intro,
.tools-grid-box,
.tools-beneficios,
.roadmap-box7,
.consultoria-intro,
.consultoria-servicos,
.consultoria-processo,
.consultoria-diferenciais,
.consultoria-depoimento,
.mentoria-intro,
.mentoria-modulos,
.mentoria-processo,
.mentoria-publico,
.mentoria-resultados{

padding:90px 0;

background:transparent;

}

.biblioteca-premium,
.tools-beneficios,
.consultoria-processo,
.mentoria-processo{

background:rgba(15,15,15,.82);

}

/* ==========================================================
   CTA FINAL
========================================================== */

.cta-final{

padding:100px 0;

background:linear-gradient(135deg,#111,#1b1b1b);

text-align:center;

color:#fff;

}

.cta-final h2{

font-size:2.8rem;

margin-bottom:20px;

font-weight:800;

}

.cta-final p{

font-size:1.15rem;

max-width:800px;

margin:0 auto 40px;

line-height:1.8;

opacity:.9;

}

/* ==========================================================
   FOOTER
========================================================== */

footer{

background:#0d0d0d;

color:#fff;

padding:70px 0 30px;

}

.footer-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(260px,1fr));

gap:40px;

margin-bottom:35px;

}

.footer-grid h3{

margin-bottom:20px;

font-size:1.3rem;

}

.footer-grid p,
.footer-grid li{

color:#cfcfcf;

line-height:1.8;

list-style:none;

}

.footer-grid ul{

padding:0;

margin:0;

}

.footer-grid a{

color:#cfcfcf;

text-decoration:none;

transition:.3s;

}

.footer-grid a:hover{

color:#e10600;

}

footer hr{

border:none;

height:1px;

background:#2d2d2d;

margin:35px 0;

}

/* ==========================================================
   RESPONSIVIDADE BÁSICA
========================================================== */

@media (max-width:991px){

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

.hero-text h1{

font-size:2.4rem;

}

.hero-buttons{

justify-content:center;

}

}
/* ==========================================================
   ACABAMENTO PREMIUM BOX7™
========================================================== */

html{

scroll-behavior:smooth;



}



section{

position:relative;

overflow:hidden;

}

.hero-image img{

transition:.6s;

}

.hero-image img:hover{

transform:scale(1.04);

}

.ebook-card::before,
.card::before,
.tool-card::before{

content:"";

position:absolute;

left:0;

top:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#e10600,#ff4d4d);

opacity:0;

transition:.35s;

}

.ebook-card:hover::before,
.card:hover::before,
.tool-card:hover::before{

opacity:1;

}

.btn-primary,
.btn-secondary,
.btn-tool{

box-shadow:0 12px 30px rgba(225,6,0,.18);

}

.btn-primary:hover,
.btn-secondary:hover,
.btn-tool:hover{

box-shadow:0 20px 45px rgba(225,6,0,.30);

}

.card ul{

margin-top:20px;

padding-left:20px;

}

.card li{

margin-bottom:10px;

line-height:1.7;

color:#555;

}

.status{

letter-spacing:.5px;

}

.badge-premium{

background:linear-gradient(135deg,#111,#2d2d2d);

}

.badge-free{

background:linear-gradient(135deg,#0abf53,#00a03e);

}

footer{

margin-top:0;

}

footer p{

opacity:.85;

}

footer h3{

color:#fff;

}

.footer-grid a{

font-weight:500;

}

.footer-grid a:hover{

padding-left:6px;

}

.cta-final::before{

content:"";

position:absolute;

width:450px;

height:450px;

border-radius:50%;

background:rgba(255,255,255,.04);

left:-180px;

top:-180px;

}

.cta-final::after{

content:"";

position:absolute;

width:350px;

height:350px;

border-radius:50%;

background:rgba(255,255,255,.03);

right:-140px;

bottom:-140px;

}

.hero-text,
.hero-image,
.card,
.tool-card,
.ebook-card{

animation:fadeUp .8s ease;

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(35px);

}

to{

opacity:1;

transform:translateY(0);

}

}
/* =====================================
   PRODUTO DE ENTRADA
===================================== */

.produto-start{

padding:100px 0;

background:#111;

}

.start-box{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

margin-top:50px;

}

.start-info h3{

font-size:34px;

color:#FFD400;

margin-bottom:30px;

}

.start-info ul{

list-style:none;

margin-bottom:40px;

}

.start-info li{

font-size:20px;

padding:10px 0;

color:#fff;

}

.start-image img{

width:100%;

max-width:450px;

display:block;

margin:auto;

border-radius:20px;

box-shadow:0 30px 70px rgba(0,0,0,.5);

}

.lock-premium{

width:55px;

height:55px;

border-radius:50%;

background:#D9FF00;

color:#000;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

margin:0 auto 20px;

font-weight:bold;

box-shadow:0 0 25px rgba(217,255,0,.45);

}
/* =====================================
CADEADO PREMIUM
===================================== */

.lock-premium{

width:58px;

height:58px;

border-radius:50%;

background:#D9FF00;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

margin:0 auto 18px;

box-shadow:0 0 25px rgba(217,255,0,.45);

}
/* =======================================
   BACKGROUND PREMIUM BOX7
======================================= */


.ebook-card{

background:#111;

border:1px solid rgba(255,255,255,.08);

border-radius:18px;

transition:.35s;

overflow:hidden;

box-shadow:0 20px 60px rgba(0,0,0,.45);

}

.ebook-card:hover{

transform:translateY(-8px);

border-color:#ff7b00;

box-shadow:0 30px 70px rgba(255,123,0,.25);

}
.badge-premium{

background:#ff7b00;

color:#fff;

font-weight:700;

letter-spacing:2px;

padding:8px 18px;

border-radius:40px;

display:inline-block;

margin-bottom:18px;

}
.premium-lock{

font-size:42px;

margin-bottom:15px;

}.titulo-secao h2{

color:#fff;

}

.titulo-secao p{

color:#d5d5d5;

}

.subtitulo{

color:#ff7a00;

letter-spacing:4px;

text-transform:uppercase;

}
/* =====================================================
   FUNDO PREMIUM BIBLIOTECA BOX7
===================================================== */

.hero-biblioteca,
.biblioteca-menu,
.biblioteca-gratis,
.biblioteca-premium,
.biblioteca-tools,
.biblioteca-downloads{

    background:transparent !important;

}

.hero-biblioteca{

    background:
    linear-gradient(rgba(8,8,8,.82),rgba(8,8,8,.82)) !important;

}

body{

    background:
    linear-gradient(rgba(8,8,8,.92),rgba(8,8,8,.92)),
    url("../img/BACKGROUND/carbono.webp");

    background-size:cover;

    background-position:center;

    background-attachment:fixed;

}
/* TESTE DEFINITIVO DO FUNDO */

html,
body{
    background: url("../img/BACKGROUND/carbono.webp") center center / cover fixed !important;
}

.hero-biblioteca,
.biblioteca-menu,
.biblioteca-gratis,
.biblioteca-premium,
.biblioteca-tools,
.biblioteca-downloads{
    background: transparent !important;
}