        html, body {
            width: 100%;
            overflow-x: hidden;
        }
        
        body {
            font-family: 'Outfit', sans-serif;
            background-color: #f8f9fa;
            color: #333;
            padding-top: 76px;
        }
        
        /* Utils */
        .text-primary-saas { color: var(--primary-color) !important; }
        .bg-primary-saas { background-color: var(--primary-color) !important; }
        
        /* Navbar */
        .navbar {
            background-color: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 15px rgba(0,0,0,0.03);
            padding: 15px 0;
            transition: all 0.3s ease;
        }
        .navbar-brand {
            font-weight: 800;
            color: var(--primary-color) !important;
            font-size: 1.6rem;
            letter-spacing: -0.5px;
        }
        .navbar-toggler:focus,
        .navbar-toggler:active {
            box-shadow: none;
            outline: none;
        }
        .btn-outline-primary-saas {
            color: var(--primary-color);
            border: 2px solid var(--primary-color);
            font-weight: 700;
            border-radius: 50px;
            padding: 10px 25px;
            transition: all 0.3s;
        }
        .btn-outline-primary-saas:hover {
            background-color: var(--primary-color);
            color: #fff;
            transform: translateY(-2px);
        }
        .btn-primary-saas {
            background-color: var(--primary-color);
            border: 2px solid var(--primary-color);
            color: #fff;
            font-weight: 700;
            border-radius: 50px;
            padding: 10px 25px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: all 0.3s;
        }
        .btn-primary-saas:hover {
            background-color: #222;
            border-color: #222;
            color: #fff;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        }

.fw-extrabold {
    font-weight: 800 !important;
    letter-spacing: -1px;
}
.display-4, .display-5 {
    letter-spacing: -1.5px;
}

/* Utilitários Primários */
.text-primary { color: var(--bs-primary) !important; }
.bg-primary { background-color: var(--bs-primary) !important; }
.btn-primary { 
    background-color: var(--bs-primary) !important; 
    border-color: var(--bs-primary) !important;
}
.btn-outline-primary {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

/* Modal Premium de GPS */
.premium-modal-backdrop {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(15, 23, 42, 0.65); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
    z-index: 100100; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.premium-modal-backdrop.show { opacity: 1; pointer-events: auto; }
.premium-modal {
    background: #ffffff; width: 90%; max-width: 440px; border-radius: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.9) translateY(20px); transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(255, 255, 255, 0.7); text-align: center;
}
.premium-modal-backdrop.show .premium-modal { transform: scale(1) translateY(0); }
.premium-modal-header { padding: 32px 24px 20px 24px; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.premium-modal-icon-badge {
    width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.2rem;
    background: #f1f5f9; color: var(--primary-color); box-shadow: 0 0 0 0 rgba(0,0,0,0.1); animation: pulse-gps 2s infinite;
}
@keyframes pulse-gps { 0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.15); } 70% { box-shadow: 0 0 0 15px rgba(0,0,0,0); } 100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); } }
.premium-modal-title { font-size: 1.3rem; font-weight: 800; color: #0f172a; margin: 0; }
.premium-modal-body { padding: 0 32px 24px 32px; color: #475569; font-size: 1rem; line-height: 1.6; }
.premium-modal-footer { padding: 16px 32px 32px 32px; display: flex; gap: 12px; justify-content: center; }
.premium-modal-btn { padding: 12px 28px; border-radius: 12px; font-size: 0.95rem; font-weight: 600; border: none; cursor: pointer; transition: all 0.2s ease; flex-grow: 1; }
.premium-modal-btn-confirm { background: var(--primary-color); color: white; }
.premium-modal-btn-confirm:hover { transform: translateY(-1px); box-shadow: 0 6px 12px rgba(0,0,0,0.15); filter: brightness(1.1); color: white; }
.premium-modal-btn-cancel { background: #f1f5f9; color: #475569; }
.premium-modal-btn-cancel:hover { background: #e2e8f0; color: #1e293b; }

/* -------------------------------------
   FOOTER STYLES
--------------------------------------- */

.main-footer {
    background: #fff;
    padding: 80px 0 30px;
    border-top: 1px solid #f1f5f9;
}
.footer-logo {
    font-weight: 800;
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    letter-spacing: -0.5px;
}
.footer-desc {
    color: #64748b;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 1.05rem;
}
.footer-title {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 25px;
    font-size: 1.2rem;
}
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 15px;
}
.footer-links a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
    font-weight: 500;
}
.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #f8fafc;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 1.2rem;
}
.social-icon:hover {
    background: var(--primary-color);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.footer-bottom {
    border-top: 1px solid #f1f5f9;
    padding-top: 30px;
    margin-top: 60px;
    color: #94a3b8;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    .main-footer {
        text-align: center;
    }
    .social-icons {
        justify-content: center;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
