/*==================================================
NEXPLORE | SOBRE
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:Arial,Helvetica,sans-serif;

    color:#1f2937;

    background:
        radial-gradient(circle at top,
        #ffffff 0%,
        #faf7f1 35%,
        #f0e6d7 70%,
        #e7dbc8 100%);

    overflow-x:hidden;

}

/*==================================================
CONTAINER
==================================================*/

.container{

    width:min(1180px,94%);
    margin:auto;

}

/*==================================================
HERO
==================================================*/

.hero{

    min-height:100vh;

    display:flex;

    align-items:center;

    justify-content:center;

    text-align:center;

    padding:70px 0;

}

.hero .container{

    max-width:980px;

}

.logo{

    font-size:72px;

    font-weight:800;

    letter-spacing:22px;

    color:#2553d9;

    margin-bottom:20px;

    text-shadow:
        0 8px 30px rgba(37,83,217,.18);

}

.subtitulo{

    display:block;

    font-size:21px;

    color:#5b6470;

    margin-bottom:40px;

}

.hero h1{

    font-size:54px;

    line-height:1.2;

    color:#1b1f2d;

    margin-bottom:25px;

}

.hero p{

    max-width:760px;

    margin:auto;

    font-size:22px;

    line-height:1.8;

    color:#555;

    margin-bottom:45px;

}

/*==================================================
BOTÃO
==================================================*/

.btn-video{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    padding:18px 42px;

    border-radius:50px;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    color:#fff;

    background:linear-gradient(135deg,#2553d9,#4f7cff);

    box-shadow:
        0 18px 40px rgba(37,83,217,.30);

    transition:.35s;

}

.btn-video:hover{

    transform:translateY(-4px);

    box-shadow:
        0 24px 50px rgba(37,83,217,.40);

}

/*==================================================
VÍDEO
==================================================*/

.video{

    margin-top:-40px;

    padding-bottom:60px;

}

/*==================================================
VÍDEO
==================================================*/

.video{

    padding:20px 0 35px;

    text-align:center;

}

.video-box{

    width:30%;

    min-width:360px;

    margin:0 auto;

    border-radius:22px;

    overflow:hidden;

    background:#000;

    box-shadow:
        0 20px 50px rgba(0,0,0,.20);

}

.video-box video{

    display:block;

    width:100%;

    height:auto;

}

/*==================================================
RECURSOS
==================================================*/

.beneficios{

    padding-bottom:60px;

}

.cards{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

}

.card{

    background:rgba(255,255,255,.78);

    backdrop-filter:blur(18px);

    border-radius:22px;

    padding:30px;

    text-align:center;

    box-shadow:
        0 15px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 25px 60px rgba(0,0,0,.14);

}

.icone{

    font-size:42px;

    margin-bottom:18px;

}

.card h3{

    font-size:23px;

    color:#1d4ed8;

    margin-bottom:12px;

}

.card p{

    color:#666;

    line-height:1.7;

    font-size:16px;

}

/*==================================================
CTA
==================================================*/

.cta{

    text-align:center;

    padding:10px 0 70px;

}

.cta a{

    display:inline-block;

    padding:20px 55px;

    border-radius:50px;

    text-decoration:none;

    background:#1d4ed8;

    color:#fff;

    font-size:18px;

    font-weight:700;

    transition:.35s;

    box-shadow:
        0 18px 40px rgba(29,78,216,.25);

}

.cta a:hover{

    transform:translateY(-4px);

    background:#153ea9;

}

/*==================================================
RESPONSIVO
==================================================*/

@media(max-width:1100px){

.cards{

grid-template-columns:repeat(2,1fr);

}

.logo{

font-size:58px;

letter-spacing:16px;

}

.hero h1{

font-size:44px;

}

.hero p{

font-size:20px;

}

}

@media(max-width:768px){

.hero{

min-height:auto;

padding:60px 0;

}

.logo{

font-size:42px;

letter-spacing:10px;

}

.subtitulo{

font-size:17px;

}

.hero h1{

font-size:34px;

}

.hero p{

font-size:17px;

}

.cards{

grid-template-columns:1fr;

}

.video{

margin-top:0;

}

}

@media(max-width:480px){

.logo{

font-size:34px;

letter-spacing:6px;

}

.hero h1{

font-size:28px;

}

.hero p{

font-size:16px;

}

.btn-video{

width:100%;

padding:16px;

}

.cta a{

width:100%;

padding:18px;

}

}

.titulo{

    text-align:center;

    font-size:34px;

    font-weight:700;

    color:#1d4ed8;

    margin-bottom:18px;

}

.descricao{

    max-width:900px;

    margin:0 auto 35px;

    text-align:center;

    font-size:18px;

    line-height:1.8;

    color:#555;

}

/*==================================================
RECURSOS
==================================================*/

.recursos{

    display:grid;

    grid-template-columns:repeat(6,1fr);

    gap:15px;

    margin:25px auto 35px;

    max-width:1100px;

}

.recurso{

    background:rgba(255,255,255,.85);

    border-radius:18px;

    padding:18px 10px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.30s;

}

.recurso:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(0,0,0,.15);

}

.recurso span{

    display:block;

    font-size:34px;

    margin-bottom:10px;

}

.recurso strong{

    display:block;

    font-size:16px;

    color:#1d4ed8;

    font-weight:700;

}

.acoes{

    text-align:center;

    margin-bottom:30px;

}

.btn-plano{

    display:inline-block;

    padding:18px 45px;

    background:linear-gradient(135deg,#1d4ed8,#3b82f6);

    color:#fff;

    text-decoration:none;

    font-size:18px;

    font-weight:700;

    border-radius:50px;

    box-shadow:0 15px 35px rgba(29,78,216,.30);

    transition:.30s;

}

.btn-plano:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 45px rgba(29,78,216,.40);

}

@media(max-width:1100px){

.recursos{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:700px){

.recursos{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:480px){

.recursos{

grid-template-columns:1fr;

}

.btn-plano{

width:100%;

}

}

@media(max-width:992px){

.video-box{

    width:60%;

    min-width:0;

}

}

@media(max-width:600px){

.video-box{

    width:100%;

}

}