.form-check-input{
    cursor:pointer;
    transform: scale(1.2);
}

.nav-link{
    transition: all .3s;
}

.nav-link:hover{
    color: var(--bs-primary);
}

.navbar .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
    color: var(--bs-primary) !important;
    text-shadow: 0 0 8px rgba(0, 200, 255, .35);
}

.footer-title{
    color: var(--bs-primary)
}

/* ===== INICIO ===== */

body {
    background:
        radial-gradient(circle at top right,
        rgba(0,200,255,.08),
        transparent 35%),
        linear-gradient(
        135deg,
        #030815,
        #081529,
        #030815);
    background-attachment: fixed;
    background-color: #0b132b !important;
    color: #e0e6ed !important;
}

.hero{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.hero-tag{
    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:rgba(0,200,255,.08);
    border:1px solid rgba(0,200,255,.2);
    color:var(--bs-primary);
    font-weight:500;
}

.hero-title{
    font-size:clamp(3rem,7vw,5rem);
    font-weight:800;
    letter-spacing:3px;
    margin:0;
}

.hero-title span{
    color:var(--bs-primary);
}

.hero-subtitle{
    font-size:2rem;
    color:white;
    margin-top:10px;
}

.hero-description{
    font-size:1.1rem;
    color:#c4d3df;
    line-height:1.9;
    max-width:600px;
}

.hero-info{
    background: rgba(255,255,255,.03);
    border-top: 1px solid rgba(0,200,255,.08);
    border-bottom: 1px solid rgba(0,200,255,.08);
    transition:.35s;
}

.hero-info:hover{
    transform:translateY(-6px);
    border-color:var(--bs-primary);
    box-shadow:0 0 25px rgba(0,200,255,.18);
}

.hero-info .hero-description{
    font-size:1.25rem;
    line-height:2;
    color:#c7d3e0;
    margin:auto;
}

.hero-img{
    max-height:700px;
    animation:float 5s ease-in-out infinite;
    filter:drop-shadow(0 0 30px rgba(0,200,255,.25));
}

@keyframes float{
    0%{ transform:translateY(0); }
    50%{ transform:translateY(-12px); }
    100%{ transform:translateY(0); }
}

.hero .btn{
    border-radius:50px;
    padding:14px 28px;
    font-weight:600;
}

.hero .btn-primary{
    box-shadow:0 0 20px rgba(0,200,255,.3);
}

.hero .btn-primary:hover{
    box-shadow:0 0 35px rgba(0,200,255,.55);
}

.process-section {
    padding: 100px 0;
}

.process-card {
    text-align: center;
    padding: 20px 25px;
    height: 100%;
    transition: 0.3s ease;
}

.process-number {
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--bs-primary);
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(0, 200, 255, 0.25);
}

.process-card h3 {
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.process-card p {
    color: #c7d3e0;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 330px;
}

.process-card:hover {
    transform: translateY(-8px);
}

.process-card:hover .process-number {
    text-shadow: 0 0 30px rgba(0, 200, 255, 0.55);
}

.services{
    padding: 100px 0;
}

.service-card{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:30px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(0,200,255,.15);
    border-radius:18px;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-6px);
    border-color:var(--bs-primary);
    box-shadow:0 0 25px rgba(0,200,255,.18);
}

.service-icon{
    width:70px;
    height:70px;
    flex-shrink:0;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    border:2px solid var(--bs-primary);
    color:var(--bs-primary);
    font-size:1.8rem;
    background:rgba(0,200,255,.05);
}

.service-card h4{
    color:var(--bs-primary);
    font-size:1.25rem;
    font-weight:700;
    margin-bottom:10px;
}

.service-card p{
    margin:0;
    line-height:1.7;
    color:#c7d3e0;
}

.btn-consultoria {
    border-radius: 50px;
    padding: 12px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.2);
}

.btn-consultoria:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(0, 200, 255, 0.45);
}

.hero-description strong {
    color: var(--bs-primary);
    font-weight: 700;
}

/* ===== SOBRE ===== */

.section-title{
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--bs-primary);
}

.section-subtitle{
    max-width: 700px;
    margin: auto;
    color: var(--bs-secondary-color);
    font-size: 1.1rem;
}

.about-card{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(0,200,255,.15);
    border-radius: 18px;
    padding: 2rem;
    transition: .35s;
}

.about-card:hover{
    transform: translateY(-8px);
    border-color: var(--bs-primary);
    box-shadow: 0 0 25px rgba(0,200,255,.15);
}

.about-icon{
    font-size: 2.4rem;
    color: var(--bs-primary);
    margin-bottom: 1rem;
}

.about-title{
    color: var(--bs-primary);
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-card p{
    line-height: 1.8;
    margin: 0;
}

.team{
    padding:100px 0;
}

.team-card{
    text-align:center;
    padding:20px;
    transition:.35s;
}

.team-card:hover{
    transform:translateY(-8px);
}

.team-photo{
    width:170px;
    height:170px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid var(--bs-primary);
    box-shadow:0 0 18px rgba(0,200,255,.25);
}

.team-card h5{
    color:var(--bs-primary);
    font-weight:700;
    margin-bottom:8px;
}

.team-card p{
    color:#c7d3e0;
    margin:0;
}

/* Cores de textos e cards */
p, 
.section-subtitle, 
.about-card p, 
.team-card p, 
.service-card p, 
.footer-text, 
.hero-description {
    color: #d1d9e6 !important;
}

h1, h2, h3, h4, h5, 
.section-title, 
.hero-title, 
.about-title, 
.footer-title {
    color: #ffffff !important;
}

.about-card, 
.service-card, 
.team-card, 
.process-card {
    background-color: #1c2541 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

/* =========================================
   NAVBAR MODERNA (GLASSMORPHISM)
   ========================================= */

.navbar,
.navbar.bg-body-tertiary,
.navbar.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1050;
    /* Fundo escuro semi-transparente que revela o conteúdo passando por trás */
    background: rgba(3, 8, 21, 0.75) !important;
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 14px 0 !important;
    transition: all 0.3s ease;
}

/* Links do menu com tipografia mais refinada */
.nav-link {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px !important;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff !important;
    text-shadow: 0 0 12px rgba(0, 200, 255, 0.5);
}

/* BOTÃO SANDUÍCHE SUAVE (Minimalista) */
.navbar-toggler {
    border: none !important;
    background: transparent !important;
    padding: 8px !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Traços finos e elegantes brancos */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 24px !important;
    height: 24px !important;
    border: none !important;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    display: none !important;
}

/* Menu sanfona aberto no celular (efeito cartão de vidro) */
@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(8, 17, 36, 0.92) !important;
        backdrop-filter: blur(20px) !important;
        -webkit-backdrop-filter: blur(20px) !important;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 16px;
        padding: 16px;
        margin-top: 14px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
    }

    .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.85) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding: 12px 14px !important;
    }

    .navbar-nav .nav-link:last-child {
        border-bottom: none;
    }
}

#codeCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.15; /* Sutil para não atrapalhar a leitura dos textos */
    pointer-events: none;
}