        :root {
            --primary: #ff6600; /* Laranja Álamo */
            --secondary: #1a1a1a;
            --accent: #ffcc00;
            --light: #f4f7f6;
        }

        body { font-family: 'Montserrat', sans-serif; color: var(--secondary); overflow-x: hidden; }

        /* Navbar */
        .navbar { background: white; box-shadow: 0 4px 12px rgba(0,0,0,0.08); padding: 15px 0; }
        .nav-link { font-weight: 600; text-transform: uppercase; font-size: 0.85rem; }

        /* Hero Section */
        .hero-section {
            background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%), url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&q=80&w=1920');
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            color: white;
            min-height: 90vh;
            display: flex;
            align-items: center;
        }

        .hero-title { font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
        .hero-title span { color: var(--primary); }

        .form-card {
            background: white;
            padding: 35px;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
            color: var(--secondary);
        }

        .btn-primary {
            background: var(--primary);
            border: none;
            padding: 15px;
            font-weight: 700;
            letter-spacing: 1px;
            transition: 0.3s;
        }
        .btn-primary:hover { background: #e65c00; transform: scale(1.02); }

        /* Stats Bar */
        .stats-bar { background: var(--secondary); color: white; padding: 20px 0; }
        .stat-item i { color: var(--primary); font-size: 1.5rem; margin-right: 10px; }

        /* Categorias */
        .cat-card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: 0.4s;
            box-shadow: 0 10px 20px rgba(0,0,0,0.05);
            background: white;
        }
        .cat-card:hover { transform: translateY(-10px); }
        .cat-img { height: 200px; object-fit: cover; width: 100%; }

        /* Benefícios Icons */
        .benefit-icon-box {
            text-align: center;
            padding: 30px 15px;
            border-radius: 15px;
            background: white;
            border: 1px solid #eee;
            height: 100%;
            transition: 0.3s;
        }
        .benefit-icon-box:hover { border-color: var(--primary); background: var(--light); }
        .benefit-icon-box i { font-size: 2.5rem; color: var(--primary); margin-bottom: 15px; }

        /* FAQ */
        .accordion-button:not(.collapsed) { background-color: var(--light); color: var(--primary); }
        .accordion-button:focus { box-shadow: none; border-color: var(--primary); }

        /* WhatsApp Fixo */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }
		
		/* Seção de Categorias de Veículos */
.vehicle-type-card {
    border: none;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px;
    height: 100%;
    text-align: center;
}

.vehicle-type-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.vehicle-type-card img {
    max-height: 120px;
    width: auto;
    margin-bottom: 20px;
    object-fit: contain;
}

.vehicle-type-card .btn-simulate {
    background-color: var(--primary-orange, #ff6600);
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.vehicle-type-card h3 {
    color: #1a3a70; /* Azul escuro da marca */
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.vehicle-type-card ul {
    list-style: none;
    padding: 0;
    text-align: left;
    display: inline-block; /* Para centralizar o bloco da lista */
}

.vehicle-type-card ul li {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.vehicle-type-card ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #999;
}

/* Seção Compare e Comprove */
.compare-section {
    background-color: #fff;
    padding: 60px 0;
}

.compare-header h2 {
    color: #ff6600;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.compare-header p {
    color: #1a3a70;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 50px;
}

.benefit-grid-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: transform 0.2s;
}

.benefit-grid-item:hover {
    transform: translateX(5px);
}

.benefit-grid-item i, .benefit-grid-item img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    object-fit: contain;
    color: #ff6600; /* Caso use FontAwesome */
    flex-shrink: 0;
}

.benefit-grid-item span {
    color: #1a3a70;
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
}

/* Seção Proteção ao Patrimônio */
.patrimony-section {
    padding: 80px 0;
    background-color: #fff;
}

.patrimony-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.patrimony-content h2 {
    color: #1a3a70;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 25px;
}

.patrimony-content h4 {
    color: #1a3a70;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 30px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: #1a3a70;
    font-weight: 600;
    font-size: 1rem;
}

.benefit-list li i {
    color: #1a3a70; /* Azul marinho conforme imagem */
    margin-right: 15px;
    font-size: 1.1rem;
    margin-top: 4px;
}

.btn-cta {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 15px 50px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 0.3s;
    width: 100%;
}

.btn-cta:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
    color: white;
}

@media (min-width: 992px) {
    .btn-cta {
        width: auto;
    }
}

/* Seção Benefícios Família (Fundo Azul) */
.family-section {
    background-color: #1a3a70; /* Azul marinho oficial */
    padding: 80px 0;
    color: white;
}

.family-img {
    border-radius: 15px;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.family-content h2 {
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.family-content p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.9;
}

.btn-simulate-orange {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 15px 40px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.btn-simulate-orange:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
    color: white;
}

@media (max-width: 991px) {
    .family-content {
        text-align: center;
        margin-top: 40px;
    }
    .btn-simulate-orange {
        width: 100%;
    }
}

/* Seção Felipe Fera - Autoridade */
.authority-section {
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}

.authority-content h2 {
    color: #1a3a70;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.authority-list {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
}

.authority-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #1a3a70;
    font-weight: 700;
    font-size: 1.1rem;
}

.authority-list li i {
    color: #1a3a70;
    margin-right: 12px;
    font-size: 1.2rem;
}

.influencer-box {
    text-align: center;
    position: relative;
}

.influencer-img {
    max-width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}

.influencer-info {
    margin-top: -50px; /* Ajuste dependendo da imagem */
    margin-bottom: 20px;
}

.influencer-info h4 {
    color: #ff6600;
    font-weight: 800;
    margin-bottom: 0;
}

.influencer-info p {
    color: #1a3a70;
    font-size: 0.9rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    .authority-content {
        text-align: center;
        margin-bottom: 40px;
    }
    .authority-list li {
        justify-content: center;
    }
}
/* Seção Clube de Vantagens */
.club-section {
    background-color: #ff6600; /* Laranja oficial */
    padding: 60px 0;
    color: white;
}

.club-content h2 {
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #1a3a70; /* Azul Marinho para contraste */
}

.club-content h4 {
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: #1a3a70;
}

.club-content p {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 20px;
}

.club-highlight {
    font-weight: 800;
    text-transform: uppercase;
}

.club-img-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.club-person-img {
    max-width: 100%;
    height: auto;
    /* Filtro leve de sombra para destacar a pessoa do fundo */
    filter: drop-shadow(10px 10px 20px rgba(0,0,0,0.2));
}

@media (max-width: 991px) {
    .club-content {
        text-align: center;
        margin-top: 40px;
    }
}