/*
Theme: LogicBoard
Version: 1.0.2
*/

/* ===========================
   RESET
=========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Inter,Arial,sans-serif;
    background:#07111c;
    color:#fff;
    overflow-x:hidden;
    line-height:1.6;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}
/* ===========================
VARIÁVEIS
=========================== */

:root{

    --primary:#19d4ff;
    --primary-hover:#1fd6ff;

    --bg:#07111c;
    --bg-soft:#09131f;
    --card:#111d2c;

    --text:#ffffff;
    --text-soft:#b7c6d5;

    --border:rgba(255,255,255,.05);
    --border-soft:rgba(255,255,255,.08);

    --radius-sm:14px;
    --radius-md:20px;
    --radius-lg:22px;
    --radius-xl:30px;

}

/* ===========================
CONTAINER
=========================== */

.lb-container{
    width:min(1180px,92%);
    margin:auto;
}

/* ===========================
HEADER
=========================== */

.lb-header{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    height:90px;

    z-index:9999;

    background:rgba(6,13,22,.78);

    backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(255,255,255,.06);

    transition:
    height .35s ease,
    background .35s ease,
    box-shadow .35s ease;

}

.lb-header.scrolled{

    height:76px;

    background:rgba(6,13,22,.95);

    box-shadow:0 12px 35px rgba(0,0,0,.28);

}

.lb-header.scrolled .lb-logo img{

    height:82px;

}

.lb-header .lb-container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    height:100%;

}

.lb-menu ul{

    display:flex;

    gap:40px;

}

.lb-menu a{

    color:#d9e6f3;

    font-weight:600;

    transition:.3s;

}

.lb-menu a:hover{

    color:#1fd6ff;


}
/*======================================
BOTÕES
======================================*/

.btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 32px;

    border-radius:40px;

    font-family:inherit;

    font-size:16px;

    font-weight:700;

    line-height:1;

    text-decoration:none;

    cursor:pointer;

    border:none;

    outline:none;

    appearance:none;

    transition:
        background .30s ease,
        color .30s ease,
        border-color .30s ease,
        transform .25s ease,
        box-shadow .30s ease;

}

.btn:hover{

    transform:translateY(-2px);

}

.btn-primary{

    background:#1fd6ff;

    color:#06111c;

}

.btn-primary:hover{

    background:#14c6ec;

    box-shadow:0 15px 35px rgba(31,214,255,.25);

}

.btn-outline{

    background:transparent;

    color:#ffffff;

    border:1px solid rgba(255,255,255,.20);

}

.btn-outline:hover{

    border-color:#19d4ff;

    color:#19d4ff;

}

.btn-whatsapp{

    background:#25D366;

    color:#ffffff;

}

.btn-whatsapp:hover{

    background:#20be5a;

    box-shadow:0 15px 35px rgba(37,211,102,.30);

}
/* ===========================
HERO
=========================== */

.hero{

    position:relative;

    padding:180px 0 120px;

    overflow:hidden;

    background:
    linear-gradient(135deg,#06111c,#081523,#0c2134);

}

.hero-grid{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:70px;

    align-items:center;

}

.hero-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:30px;

    border:1px solid rgba(31,214,255,.3);

    color:#67e2ff;

    margin-bottom:24px;

}

.hero h1{

    font-size:60px;

    line-height:1.05;

    margin-bottom:28px;

}

.hero p{

    color:#b7c6d5;

    font-size:20px;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin-bottom:35px;

}

.hero-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:16px;

    margin-top:30px;

}

.feature{

    background:#0d1b2a;

    border-radius:14px;

    padding:14px 18px;

}

.hero-media{

    display:flex;

    flex-direction:column;

    align-items:flex-end;


}

.hero-media img{

    width:100%;

    border-radius:28px;

    box-shadow:0 30px 80px rgba(0,0,0,.35);

}

.floating-card{

    width:100%;

    margin-top:24px;

    background:rgba(10,18,30,.95);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:32px;

    backdrop-filter:blur(14px);

    box-shadow:0 18px 45px rgba(0,0,0,.28);

}

.floating-card h3{

    margin-bottom:22px;

    font-size:26px;

}

.floating-card ul{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.floating-card li{

    color:#c8d6e3;

    font-size:18px;

    line-height:1.6;

}

/* ===========================
SECTION TITLE
=========================== */

.section-title{

    text-align:center;

    max-width:760px;

    margin:0 auto 60px;

}

.section-title span{

    color:#1fd6ff;

    text-transform:uppercase;

    font-size:14px;

    letter-spacing:2px;

}

.section-title h2{

    font-size:42px;

    margin:18px 0;

}

.section-title p{

    color:#b7c6d5;

}

/* ===========================
RESPONSIVO
=========================== */

@media(max-width:980px){

.lb-menu{

display:none;

}

.hero-grid{

grid-template-columns:1fr;

}

.hero h1{

font-size:42px;

}

.hero-buttons{

flex-direction:column;

}

.hero-features{

grid-template-columns:1fr;

}

.floating-card{

position:relative;

right:auto;

bottom:auto;

margin-top:20px;

width:100%;

}

}
/* ==========================================
SERVIÇOS
========================================== */

.services{

    padding:120px 0;

    background:#09131f;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:#111d2c;

    border-radius:22px;

    padding:40px;

    transition:.35s;

    border:1px solid rgba(255,255,255,.05);

}

.service-card:hover{

    transform:translateY(-8px);

    border-color:#19d4ff;

    box-shadow:0 25px 70px rgba(25,212,255,.12);

}

.service-icon{

    font-size:42px;

    margin-bottom:25px;

}

.service-card h3{

    margin-bottom:18px;

    font-size:24px;

}

.service-card p{

    color:#b7c6d5;

    line-height:1.8;

}

@media(max-width:980px){

.services-grid{

grid-template-columns:1fr;

}

}
/* ==========================================
DIFERENCIAIS
========================================== */

.differentials{

    padding:120px 0;

    background:#07111c;

}

.differentials-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.diff-card{

    background:#101b2a;

    padding:40px;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.05);

    transition:.35s;

}

.diff-card:hover{

    transform:translateY(-8px);

    border-color:#19d4ff;

    box-shadow:0 20px 60px rgba(25,212,255,.12);

}

.diff-number{

    width:58px;

    height:58px;

    border-radius:50%;

    background:#19d4ff;

    color:#07111c;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:700;

    margin-bottom:25px;

}

.diff-card h3{

    margin-bottom:18px;

    font-size:22px;

}

.diff-card p{

    color:#b7c6d5;

    line-height:1.8;

}

@media(max-width:980px){

.differentials-grid{

grid-template-columns:1fr;

}

}
/*======================================
PROCESSO
======================================*/

.process{

    padding:120px 0;

    background:#0b1624;

}

.process-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:35px;

    position:relative;

}

.process-grid::before{

    content:"";

    position:absolute;

    top:40px;

    left:12%;

    width:76%;

    height:2px;

    background:rgba(25,212,255,.18);

}

.process-item{

    position:relative;

    text-align:center;

    z-index:2;

}

.process-circle{

    width:80px;

    height:80px;

    border-radius:50%;

    margin:auto;

    margin-bottom:25px;

    background:#19d4ff;

    color:#07111c;

    font-size:30px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:0 0 35px rgba(25,212,255,.30);

}

.process-item h3{

    margin-bottom:18px;

    font-size:24px;

}

.process-item p{

    color:#b8c7d6;

    line-height:1.8;

}

@media(max-width:980px){

.process-grid{

grid-template-columns:1fr;

}

.process-grid::before{

display:none;

}

}
/*======================================
LABORATÓRIO
======================================*/

.laboratory{

    padding:120px 0;

    background:#07111c;

}

.lab-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.lab-item{

    overflow:hidden;

    border-radius:24px;

    border:1px solid rgba(255,255,255,.06);

    background:#111b29;

}

.lab-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.lab-item:hover img{

    transform:scale(1.08);

}

@media(max-width:980px){

.lab-grid{

grid-template-columns:1fr;

}

}
/*======================================
CTA
======================================*/

.cta{

    padding:120px 0;

    background:
    linear-gradient(135deg,#08111d,#10243b);

}

.cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    padding:80px;

    border-radius:30px;

    background:rgba(255,255,255,.04);

    border:1px solid rgba(255,255,255,.08);

    backdrop-filter:blur(16px);

}

.cta-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:30px;

    background:rgba(25,212,255,.12);

    color:#19d4ff;

    margin-bottom:25px;

    font-weight:600;

}

.cta h2{

    font-size:52px;

    margin-bottom:30px;

}

.cta p{

    color:#b7c6d5;

    max-width:720px;

    margin:auto;

    margin-bottom:45px;

    line-height:1.9;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

}

@media(max-width:768px){

.cta-box{

padding:40px 25px;

}

.cta h2{

font-size:34px;

}

.cta-buttons{

flex-direction:column;

}

}
/*======================================
FAQ
======================================*/

.faq{

    padding:120px 0;

    background:#09131f;

}

.faq-list{

    max-width:900px;

    margin:auto;

}

.faq-item{

    margin-bottom:18px;

    border-radius:18px;

    overflow:hidden;

    background:#111d2c;

    border:1px solid rgba(255,255,255,.05);

}

.faq-question{

    width:100%;

    background:none;

    border:none;

    color:#fff;

    padding:24px 30px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    cursor:pointer;

    font-size:20px;

    font-weight:600;

}

.faq-question span{

    font-size:28px;

    color:#19d4ff;

}

.faq-answer{

    display:none;

    padding:0 30px 25px;

    color:#b7c6d5;

    line-height:1.8;

}

.faq-item.active .faq-answer{

    display:block;

}
/*======================================
CONTATO
======================================*/

.contact{

    padding:120px 0;

    background:#07111c;

}

.contact-grid{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:50px;

}

.contact-card{

    background:#101b2a;

    border-radius:20px;

    padding:30px;

    margin-bottom:20px;

    border:1px solid rgba(255,255,255,.05);

}

.contact-card h3{

    color:#19d4ff;

    margin-bottom:12px;

}

.contact-form{

    background:#101b2a;

    border-radius:24px;

    padding:40px;

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-form input,
.contact-form textarea{

    background:#08111d;

    border:1px solid rgba(255,255,255,.08);

    color:#fff;

    border-radius:14px;

    padding:18px;

    font-size:16px;

}

.contact-form textarea{

    resize:vertical;

}

.contact-form button{

    align-self:flex-start;

}

@media(max-width:980px){

.contact-grid{

grid-template-columns:1fr;

}

.contact-form button{

width:100%;

}
.contact-map{

margin-top:35px;

border-radius:20px;

overflow:hidden;

}

.contact-map iframe{

width:100%;

height:350px;

border:0;

}

}
/*======================================
FORMULÁRIO - MENSAGENS
======================================*/

.form-success{

    background:#143b22;

    color:#9cf5b7;

    border:1px solid #2ecc71;

    padding:18px;

    border-radius:12px;

    margin-bottom:24px;

    font-weight:600;

}

.form-error{

    background:#421616;

    color:#ffb3b3;

    border:1px solid #ff4d4d;

    padding:18px;

    border-radius:12px;

    margin-bottom:24px;

    font-weight:600;

}
/*======================================
MAPA
======================================*/

.contact-map-card{

    margin-top:70px;

    background:#101b2a;

    border-radius:26px;

    padding:40px;

    border:1px solid rgba(255,255,255,.05);

}

.contact-map-card h3{

    font-size:30px;

    margin-bottom:18px;

}

.contact-map-card p{

    color:#b7c6d5;

    margin-bottom:30px;

    max-width:760px;

}

.contact-map{

    overflow:hidden;

    border-radius:20px;

    margin-bottom:30px;

}

.contact-map iframe{

    width:100%;

    height:480px;

    border:0;

}

.contact-address{

    color:#b7c6d5;

    line-height:1.9;

    margin-bottom:30px;

}

.contact-address strong{

    color:#ffffff;

}
/*======================================
WHATSAPP FLUTUANTE
======================================*/

.floating-whatsapp{

position:fixed;

right:30px;

bottom:30px;

width:68px;

height:68px;

border-radius:50%;

background:#25D366;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

box-shadow:0 18px 45px rgba(37,211,102,.35);

z-index:9999;

transition:.3s;

}

.floating-whatsapp:hover{

transform:scale(1.08);

}
/*==========================================
LOGOS
==========================================*/

/* Logo do Header */
.lb-logo img{
    display:block;
    width:auto;
    height:96px;
    max-height:96px;
}

/* Logo do Footer */
.footer-logo{
    display:block;
    width:auto;
    height:96px;
    max-height:96px;
}
/*==========================================
MENU MOBILE
==========================================*/

.menu-toggle{
    display:none;
    flex-direction:column;
    justify-content:center;
    gap:6px;
    width:44px;
    height:44px;
    background:none;
    border:none;
    cursor:pointer;
}

.menu-toggle span{
    width:28px;
    height:3px;
    background:#fff;
    border-radius:3px;
    transition:.3s;
}

@media(max-width:980px){

    .menu-toggle{
        display:flex;
    }

    .lb-menu{
        position:absolute;
        top:90px;
        left:0;
        width:100%;
        background:#07111c;
        display:none;
        padding:25px 0;
        border-top:1px solid rgba(255,255,255,.05);
    }

    .lb-menu.active{
        display:block;
    }

    .lb-menu ul{
        flex-direction:column;
        align-items:center;
        gap:24px;
    }

    .lb-actions .btn-whatsapp{
        display:none;
    }

}
/*==========================================
SCROLL REVEAL
==========================================*/

.reveal{

    opacity:0;

    transform:translateY(40px);

    transition:
        opacity .8s ease,
        transform .8s ease;

}

.reveal.show{

    opacity:1;

    transform:translateY(0);

}
/*==================================================
FOOTER PREMIUM RC3
==================================================*/

.lb-footer{

    background:#060d16;

    margin-top:120px;

    border-top:1px solid rgba(255,255,255,.05);

}

.lb-footer .lb-container{

    padding:80px 20px 35px;

}

.footer-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.5fr;

    gap:70px;

    align-items:flex-start;

}

.footer-column{

    min-width:0;

}

.footer-logo{

    height:90px;

    width:auto;

    margin-bottom:25px;

}

.footer-text{

    color:#9fb1c5;

    line-height:1.9;

    max-width:340px;

    font-size:17px;

}

/*============================*/

.footer-column h3{

    color:#fff;

    font-size:22px;

    margin-bottom:28px;

    position:relative;

}

.footer-column h3::after{

    content:"";

    width:42px;

    height:3px;

    background:#19d4ff;

    position:absolute;

    left:0;

    bottom:-12px;

    border-radius:20px;

}

/*============================*/

.footer-links{

    display:flex;

    flex-direction:column;

    gap:16px;

}

.footer-links a{

    color:#b8c7d6;

    transition:.25s;

    display:inline-block;

}

.footer-links a:hover{

    color:#19d4ff;

    transform:translateX(6px);

}

/*============================*/

.footer-contact{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.footer-contact li{

    display:flex;

    flex-direction:column;

}

.footer-contact strong{

    color:#ffffff;

    margin-bottom:6px;

    font-size:15px;

}

.footer-contact span{

    color:#b7c6d5;

    line-height:1.7;

}

/*============================*/

.footer-warranty{

    margin-top:35px;

    padding:22px;

    border-radius:16px;

    background:#0c1623;

    border:1px solid rgba(255,255,255,.05);

}

.footer-warranty strong{

    display:block;

    color:#19d4ff;

    margin-bottom:10px;

    font-size:18px;

}

.footer-warranty p{

    color:#b7c6d5;

    line-height:1.8;

}

/*============================*/

.footer-bottom{

    margin-top:70px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.footer-bottom p{

    margin:0;

    width:100%;

    color:#90a0b2;

    font-size:15px;

}

.footer-bottom-links{

    display:none;

}

/*============================*/

@media(max-width:1100px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

gap:60px;

}

}

@media(max-width:768px){

.footer-grid{

grid-template-columns:1fr;

text-align:center;

gap:45px;

}

.footer-logo{

margin:auto auto 25px;

}

.footer-text{

margin:auto;

}

.footer-column h3::after{

left:50%;

transform:translateX(-50%);

}

.footer-bottom{

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

}

.footer-bottom p{

    width:100%;

    margin:0;

}

}