body, html {
    margin: 0;
    padding: 0;
}

.navbar .nav-link {
    color: black;
    font-weight: 500;
    margin-left: 10px;
}

.navbar .nav-link.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
}

.navbar .nav-link:hover {
    color: #0d6efd;
}

#hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../core/imgs/bg-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    min-height: 100vh;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

#hero-section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../core/imgs/bg-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    min-height: 100vh;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#heroCarousel {
    max-width: 900px;
}

.glow-img {
    filter: drop-shadow(0 0 10px #fff);
}

.logo-gradient-mini {
    font-size: 2.0rem;
    font-weight: 800;
    background: linear-gradient(to right, #2BC4F6, #fff, #2BC4F6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-gradient {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(to right, #2BC4F6, #fff, #2BC4F6);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-gradient-orange {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(to right, #fabc60,#f15236,#da7a21, #f85d04);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-gradient .dot {
    color: white;
    text-shadow: none;
}

.underline {
    width: 60px;
    height: 2px;
    background: #00cfff;
    margin: 10px auto;
}

.mono-text {
    font-family: monospace;
    font-size: 30px;
    color: #e0e0e0;
    max-width: 900px;
}

.bg-card-darkblue {
    width: 300px;
    max-width: 100%;
    background-color: #0F1522;
}

.icon-square {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    color: white;
    font-size: 1.5rem;
}

.icon-square-mini {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
}

.dropdown-menu {
    background-color: #0F1522;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    background-color: #2bc3f6c0;
    color: white;
}

#drive-section {
    background-color: #06080D;
    background-image: 
        linear-gradient(rgba(0,255,255,0.2) 1px, transparent 1px), 
        linear-gradient(90deg, rgba(0,255,255,0.2) 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: repeat;
    color: white;
    font-family: monospace;

    min-height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

#drive-section-orange {
    background-color: #06080D;
    background-image: 
        linear-gradient(#f85d0449 1px, transparent 1px), 
        linear-gradient(90deg, #f85d0449 1px, transparent 1px);
    background-size: 50px 50px;
    background-position: center;
    background-repeat: repeat;
    color: white;
    font-family: monospace;

    min-height: 100vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.status-dot {
    height: 10px;
    width: 10px;
    background-color: #00ff66;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.icon-box {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-right: 15px;
    color: white;
}
.email-icon { background-color: #0d6efd; }
.location-icon { background-color: #d63384; }
.time-icon { background-color: #fd7e14; }
.btn-protocolo {
    margin: 0.3rem;
    border-radius: 10px;
    font-weight: 500;
}
.gps-card {
    background-color: #131824;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem auto;
    max-width: 900px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.gps-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.map-container {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.footer-text {
    margin-top: 1rem;
    text-align: center;
    color: #a0d6ff;
    font-size: 1rem;
}
.footer-sub {
    color: #ccc;
    font-size: 0.85rem;
}

.faq-box {
    background: linear-gradient(135deg, #0f1a2b, #111827);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid #2c2f3c;
}

.faq-item {
    border-left: 4px solid #00d5ff;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.faq-payment    { border-color: #5aff81; }
.faq-drive      { border-color: #b083f7; }
.faq-project    { border-color: #ffb347; }

.faq-title {
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    letter-spacing: 1px;
}

.faq-question {
    font-weight: bold;
    font-size: 1rem;
}

.faq-question.access     { color: #00d5ff; }
.faq-question.payment    { color: #5aff81; }
.faq-question.drive      { color: #d9a9ff; }
.faq-question.project    { color: #ffc672; }

.faq-answer {
    color: #ccc;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

.custom-list-1 li::marker{
    color: #14BBF1;
}

.custom-list-2 li::marker{
    color: #00ff66;
}


/* ---------- RESPONSIVO ---------- */

@media (max-width: 768px) {
    .mono-text {
        font-size: 1.2rem;
        padding: 0 1rem;
    }

    .logo-gradient {
        font-size: 2.5rem;
    }

    .logo-gradient-mini {
        font-size: 1.5rem;
    }

    .bg-card-darkblue {
        margin: 0 auto;
    }

    .responsive-map {
        height: 250px !important;
    }

    .faq-box {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}