 /* CSS ORGANIZADO PARA EXTRAÇÃO POSTERIOR */
        body { font-family: 'Inter', sans-serif; scroll-behavior: smooth; }
        .bg-military-green { background-color: #4b5320; }
        .text-military-green { color: #4b5320; }
        .border-military-green { border-color: #4b5320; }
        .hero-overlay { background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); }
        .card-dark { background: #1a1a1a; border: 1px solid #333; transition: all 0.3s ease; }
        
        /* Ajuste de scroll para não cobrir o título com o menu fixo */
        section { scroll-margin-top: 80px; }

        /* Melhoria de touch targets para mobile */
        a, button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }