/* ==========================
   SPEED HOST
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:#0b0b0b;
    color:#fff;
    overflow-x:hidden;
}

/* Scroll */

/* HERO */


::-webkit-scrollbar-track{
    background:#111;
}

::-webkit-scrollbar-thumb{
    background:#ffd000;
    border-radius:20px;
}

/* Header */

header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:80px;
    padding:0 8%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:rgba(0,0,0,.9);
    backdrop-filter:blur(8px);
    z-index:999;
}

.logo img{
    width:170px;
}

nav{
    display:flex;
    gap:25px;
}

nav a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
    font-weight:600;
}

nav a:hover{
    color:#ffd000;
}

.btn-header{
    background:#ffd000;
    color:#000;
    padding:12px 28px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:.3s;
}

.btn-header:hover{
    transform:translateY(-3px);
    box-shadow:0 0 20px #ffd000;
}

/* Hero */

.hero{
    height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
    url("img/bg.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.overlay{
    display:none;
}

.hero-content{
    max-width:800px;
    padding:20px;
}

.hero h1{
    font-size:60px;
    margin-bottom:20px;
}

.hero span{
    color:#ffd000;
}

.hero p{
    color:#ddd;
    font-size:18px;
    line-height:30px;
}

.hero-buttons{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-amarelo,
.btn-preto{

    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:bold;
    transition:.3s;

}

.btn-amarelo{

    background:#ffd000;
    color:#000;

}

.btn-amarelo:hover{

    box-shadow:0 0 20px #ffd000;

}

.btn-preto{

    border:2px solid #ffd000;
    color:#ffd000;

}

.btn-preto:hover{

    background:#ffd000;
    color:#000;

}

/* Status */

.status{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
padding:80px 8%;

}

.status-box{

background:#161616;
padding:35px;
border-radius:15px;
text-align:center;
transition:.3s;
border-top:4px solid #ffd000;

}

.status-box:hover{

transform:translateY(-8px);

}

.status-box i{

font-size:45px;
color:#ffd000;
margin-bottom:20px;

}

/* Planos */

.planos{

padding:100px 8%;
text-align:center;

}

.planos h2{

font-size:40px;
margin-bottom:50px;

}

.cards{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:30px;

}

.card{

background:#171717;
border-radius:20px;
padding:40px;
transition:.3s;
border:1px solid rgba(255,208,0,.2);

}

.card:hover{

transform:translateY(-10px);
box-shadow:0 0 25px rgba(255,208,0,.3);

}

.destaque{

border:2px solid #ffd000;

}

.card h3{

font-size:28px;

}

.card h1{

margin:20px 0;
color:#ffd000;

}

.card ul{

list-style:none;

}

.card li{

margin:12px 0;

}

.card a{

display:block;
margin-top:30px;
padding:15px;
background:#ffd000;
color:#000;
border-radius:10px;
text-decoration:none;
font-weight:bold;

}

/* Vantagens */

.vantagens{

padding:100px 8%;
text-align:center;

}

.vantagens-grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;

}

.vantagens-grid div{

background:#171717;
padding:35px;
border-radius:15px;

}

.vantagens-grid i{

font-size:50px;
color:#ffd000;
margin-bottom:20px;

}

/* Discord */

.discord{

padding:100px 8%;
text-align:center;
background:#111;

}

.discord a{

display:inline-block;
margin-top:30px;
padding:15px 40px;
background:#ffd000;
color:#000;
text-decoration:none;
border-radius:10px;
font-weight:bold;

}


/* FAQ */

.faq{

padding:100px 8%;

}

.faq h2{

text-align:center;
margin-bottom:40px;

}

.faq-item{

background:#171717;
padding:25px;
border-left:5px solid #ffd000;
margin-bottom:20px;
border-radius:10px;

}

/* Footer */

footer{

background:#090909;
padding:60px 8%;
text-align:center;

}

footer h2{

color:#ffd000;

}

.footer-links{

margin:30px 0;

}

.footer-links a{

color:#fff;
text-decoration:none;
margin:0 15px;

}

.footer-links a:hover{

color:#ffd000;

}

.copy{

opacity:.6;

}

/* Responsivo */

@media(max-width:900px){

nav{

display:none;

}

.hero h1{

font-size:40px;

}

.hero-buttons{

flex-direction:column;

}

.btn-amarelo,
.btn-preto{

width:250px;

}

.logo img{

width:140px;

}

}
/* HERO */
.hero{
    height:100vh;
    background:
    linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.75)),
    url("img/bg.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}
.avaliacoes{
    padding:100px 8%;
    background:#111;
    text-align:center;
}

.cards-avaliacao{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
    margin-top:40px;
}

.avaliacao{
    background:#171717;
    border:1px solid rgba(255,208,0,.3);
    border-radius:15px;
    padding:25px;
}

.avaliacao h3{
    color:#ffd000;
    margin-bottom:10px;
}

.avaliacao p{
    margin:8px 0;
}
.videos{
    padding:80px 8%;
    text-align:center;
    background:#111;
}

.videos h2{
    color:#ffd000;
    margin-bottom:15px;
}

.videos p{
    color:#ddd;
    margin-bottom:25px;
}

.btn-video{
    display:inline-block;
    padding:16px 35px;
    background:#ff0000;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    border-radius:10px;
    transition:.3s;
}

.btn-video:hover{
    transform:translateY(-3px);
    box-shadow:0 0 20px rgba(255,0,0,.5);
}
/* ==========================
   HERO
========================== */

.hero{
    position:relative;
    height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    overflow:hidden;
    background:#050505;
}

/* Fundo com gradiente */

.hero::before{
    content:"";
    position:absolute;
    inset:0;

    background:
    radial-gradient(circle at top, rgba(255,208,0,.08), transparent 40%),
    linear-gradient(180deg,#111 0%,#080808 45%,#000 100%);

    z-index:1;
}

/* Grade tecnológica */

.hero::after{
    content:"";
    position:absolute;
    inset:0;

    background-image:
    linear-gradient(rgba(255,208,0,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,208,0,.04) 1px, transparent 1px);

    background-size:60px 60px;

    opacity:.35;

    z-index:2;
}

/* Conteúdo */

.hero-content{
    position:relative;
    z-index:10;
    max-width:850px;
    padding:20px;
}

.hero h1{
    font-size:70px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.hero span{
    color:#ffd000;
}

.hero p{
    color:#d5d5d5;
    font-size:20px;
    line-height:35px;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}
 
.mods{
    padding:100px 8%;
    text-align:center;
    background:#111;
}

.mods h2{
    color:#ffd000;
    font-size:42px;
    margin-bottom:15px;
}

.mods p{
    color:#ddd;
    margin-bottom:40px;
}

.mods-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.mod-card{
    background:#171717;
    border-radius:15px;
    overflow:hidden;
    border:1px solid rgba(255,208,0,.25);
    transition:.3s;
}

.mod-card:hover{
    transform:translateY(-8px);
}

.mod-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.mod-card h3{
    color:#ffd000;
    margin:20px 0 10px;
}

.mod-card p{
    padding:0 20px;
}

.mod-card a{
    display:block;
    margin:20px;
    padding:14px;
    background:#ffd000;
    color:#000;
    text-decoration:none;
    border-radius:10px;
    font-weight:bold;
}