/* ==========================================================================
   CONNECT VALLEY - CSS Principal
   ========================================================================== */

/* ==========================================================================
   1. VARIÁVEIS CSS
   ========================================================================== */
:root {
    /* Cores Principais */
    --primary: #0000ff;
    --primary-dark: #0000cc;
    --white: #ffffff;
    --gray-50: #fafafa;
    --gray-100: #f5f5f5;
    --gray-200: #e5e5e5;
    --gray-300: #d4d4d4;
    --gray-500: #737373;
    --gray-700: #404040;
    --gray-900: #171717;
}

/* ==========================================================================
   2. RESET E BASE
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, sans-serif !important;
    color: #000000 !important;
    background: #ffffff !important;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Cardo', serif !important;
    color: #000000 !important;
    font-weight: 700 !important;
}

p {
    color: #000000 !important;
}

a {
    text-decoration: none;
}

/* ==========================================================================
   3. CONTAINER
   ========================================================================== */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-elite {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   4. NAVBAR
   ========================================================================== */
.navbar-elite {
    background: #000000 !important;
    padding: 15px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.navbar-brand {
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}

.navbar-brand img {
    height: 40px !important;
    margin-right: 10px;
}

.navbar-brand span {
    color: #0000ff !important;
}

.nav-link {
    color: #ffffff !important;
    padding: 8px 16px !important;
    transition: all 0.3s ease !important;
    font-weight: 500 !important;
}

.nav-link:hover {
    color: #0000ff !important;
}

.navbar-toggler {
    border: none !important;
}

.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='rgba%28245, 198, 76, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Botão de Cadastro no Menu */
.btn-register-nav {
    background: linear-gradient(135deg, #0000ff 0%, #FFD966 100%) !important;
    color: #000000 !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    margin-left: 10px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
}

.btn-register-nav:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 20px rgba(245, 198, 76, 0.3) !important;
    color: #000000 !important;
}

/* Separador visual para menu não logado */
.navbar-nav .nav-item:nth-last-child(2) {
    position: relative;
}

.navbar-nav .nav-item:nth-last-child(2)::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(245, 198, 76, 0.3);
}

@media (min-width: 992px) {
    .navbar-nav:not(.navbar-nav-logged) .nav-item:last-child {
        margin-left: 10px;
    }
}

/* Ajustes para Mobile */
@media (max-width: 991px) {
    .navbar-nav {
        padding: 20px 0;
    }
    
    .nav-item {
        margin: 5px 0;
    }
    
    .nav-link {
        padding: 12px 20px !important;
        border-radius: 10px;
        transition: all 0.3s ease;
    }
    
    .nav-link:hover {
        background: rgba(245, 198, 76, 0.1);
    }
    
    .btn-register-nav {
        margin: 10px 20px !important;
        text-align: center !important;
        display: block !important;
    }
    
    .navbar-collapse {
        background: #000000;
        margin-top: 15px;
        padding: 20px;
        border-radius: 15px;
        border: 1px solid rgba(245, 198, 76, 0.2);
    }
}

/* ==========================================================================
   5. HERO SECTION
   ========================================================================== */
.hero-section {
    padding: 100px 0;
    background: 
        linear-gradient(135deg, rgba(245, 198, 76, 0.03) 0%, rgba(245, 198, 76, 0.08) 100%),
        radial-gradient(circle at 20% 50%, rgba(245, 198, 76, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(245, 198, 76, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 40% 20%, rgba(245, 198, 76, 0.06) 0%, transparent 50%),
        linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    min-height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F5C64C' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
    animation: float 20s ease-in-out infinite;
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(245, 198, 76, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: -400px;
    right: -200px;
    animation: pulse 15s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33% { transform: translateY(-10px) rotate(1deg); }
    66% { transform: translateY(10px) rotate(-1deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.1; }
    50% { transform: scale(1.1); opacity: 0.05; }
}

.hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    background: #0000ff;
    color: #000000;
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.hero-title {
    font-size: 56px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #000000 !important;
    margin-bottom: 24px !important;
}

.hero-highlight {
    color: #0000ff !important;
}

.hero-subtitle {
    font-size: 20px !important;
    color: #000000 !important;
    opacity: 0.8;
    margin-bottom: 40px !important;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================================================
   6. BOTÕES
   ========================================================================== */
.btn {
    padding: 14px 32px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: none !important;
    cursor: pointer !important;
}

.btn-primary,
.btn-elite-green {
    background: #0000ff !important;
    color: #000000 !important;
}

.btn-primary:hover,
.btn-elite-green:hover {
    background: #e6b73d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(245, 198, 76, 0.3) !important;
}

.btn-outline {
    background: transparent !important;
    color: #000000 !important;
    border: 2px solid #0000ff !important;
}

.btn-outline:hover {
    background: #0000ff !important;
    color: #000000 !important;
}

.btn-lg {
    padding: 16px 40px !important;
    font-size: 18px !important;
}

/* ==========================================================================
   7. FEATURES SECTION
   ========================================================================== */
.features-section {
    padding: 100px 0;
    background: #ffffff;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 16px !important;
}

.section-subtitle {
    font-size: 18px !important;
    color: #000000 !important;
    opacity: 0.7;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    background: #ffffff;
    border: 2px solid #0000ff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(245, 198, 76, 0.2);
    background: #0000ff;
}

.feature-card:hover * {
    color: #000000 !important;
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: #0000ff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 32px;
    color: #000000;
}

.feature-icon i {
    color: #000000;
}

.feature-card:hover .feature-icon {
    background: #000000;
    color: #0000ff !important;
}

.feature-card:hover .feature-icon i {
    color: #0000ff !important;
}

.feature-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
}

.feature-description {
    font-size: 16px !important;
    color: #000000 !important;
    opacity: 0.8;
    line-height: 1.6 !important;
}

/* ==========================================================================
   8. STATS SECTION
   ========================================================================== */
.stats-section {
    padding: 80px 0;
    background: #fafafa;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #0000ff !important;
    margin-bottom: 8px !important;
}

.stat-label {
    font-size: 14px !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
}

/* ==========================================================================
   9. CTA SECTION
   ========================================================================== */
.cta-section {
    padding: 100px 0;
    background: #ffffff;
}

.cta-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.cta-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

.cta-subtitle {
    font-size: 20px !important;
    color: #000000 !important;
    opacity: 0.8;
    margin-bottom: 40px !important;
}

.cta-actions {
    margin-bottom: 20px;
}

.cta-note {
    font-size: 16px !important;
    color: #000000 !important;
    opacity: 0.7;
}

.link-primary {
    color: #0000ff !important;
    font-weight: 600 !important;
}

.link-primary:hover {
    text-decoration: underline !important;
}

/* ==========================================================================
   10. PROCESS SECTION
   ========================================================================== */
.process-section {
    padding: 100px 0;
    background: #fafafa;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.process-step {
    text-align: center;
}

.process-number {
    font-size: 60px !important;
    font-weight: 800 !important;
    color: #0000ff !important;
    margin-bottom: 20px !important;
}

.process-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
}

.process-description {
    font-size: 16px !important;
    color: #000000 !important;
    opacity: 0.8;
}

/* ==========================================================================
   11. TRUST SECTION
   ========================================================================== */
.trust-section {
    padding: 100px 0;
    background: #ffffff;
}

.trust-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.trust-badge {
    width: 100px;
    height: 100px;
    background: #0000ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 48px;
    color: #000000;
}

.trust-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

.trust-description {
    font-size: 18px !important;
    color: #000000 !important;
    opacity: 0.8;
    margin-bottom: 40px !important;
}

.trust-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px !important;
    color: #000000 !important;
}

.trust-item i {
    color: #0000ff !important;
    font-size: 20px;
}

/* ==========================================================================
   12. CARDS
   ========================================================================== */
.card-elite {
    background: #ffffff !important;
    border: 2px solid #0000ff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05) !important;
    transition: all 0.3s ease !important;
}

.card-elite:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(245, 198, 76, 0.2) !important;
}

/* ==========================================================================
   13. FORMS
   ========================================================================== */
.form-elite {
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
}

.form-label {
    color: #000000 !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.form-control {
    border: 2px solid #e5e5e5 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    transition: all 0.3s ease !important;
}

.form-control:focus {
    border-color: #0000ff !important;
    box-shadow: 0 0 0 3px rgba(245, 198, 76, 0.1) !important;
}

/* ==========================================================================
   14. FOOTER
   ========================================================================== */
footer {
    background: #000000 !important;
    color: #ffffff !important;
    padding: 40px 0 !important;
}

footer a {
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}

footer a:hover {
    color: #0000ff !important;
}

/* ==========================================================================
   15. DASHBOARD
   ========================================================================== */
.dashboard-sidebar {
    background: #ffffff !important;
    border: 2px solid #0000ff !important;
    border-radius: 12px !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}

.dashboard-sidebar .border-bottom {
    border-bottom: 2px solid #0000ff !important;
}

.sidebar-menu {
    list-style: none !important;
    padding: 20px 0 !important;
    margin: 0 !important;
}

.sidebar-menu li {
    margin-bottom: 5px !important;
}

.sidebar-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 24px !important;
    color: #000000 !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.sidebar-menu a:hover {
    background: #0000ff !important;
    color: #000000 !important;
}

.sidebar-menu a.active {
    background: #0000ff !important;
    color: #000000 !important;
    font-weight: 600 !important;
}

.sidebar-menu .badge {
    background: #ff0000 !important;
    color: #ffffff !important;
    padding: 2px 6px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    margin-left: auto !important;
}

/* Stats Cards no Dashboard */
.stat-card {
    background: #ffffff !important;
    border: 2px solid #0000ff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    text-align: center !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
}

.stat-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(245, 198, 76, 0.2) !important;
}

.stat-card .stat-number {
    font-size: 36px !important;
    font-weight: 800 !important;
    color: #0000ff !important;
    margin-bottom: 8px !important;
}

.stat-card .stat-label {
    font-size: 14px !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-weight: 600 !important;
    opacity: 0.8 !important;
}

/* Message List */
.message-list {
    background: #ffffff !important;
    border: 2px solid #0000ff !important;
    border-radius: 12px !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.message-item {
    padding: 20px !important;
    border-bottom: 1px solid #f5f5f5 !important;
    transition: all 0.3s ease !important;
}

.message-item:last-child {
    border-bottom: none !important;
}

.message-item:hover {
    background: #fafafa !important;
}

.message-item.unread {
    background: rgba(245, 198, 76, 0.1) !important;
    border-left: 4px solid #0000ff !important;
}

.message-avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    background: #0000ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Quick Actions Buttons */
.btn-elite {
    background: #0000ff !important;
    color: #000000 !important;
    border: 2px solid #0000ff !important;
    padding: 12px 24px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.btn-elite:hover {
    background: transparent !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(245, 198, 76, 0.3) !important;
}

.btn-elite-outline {
    background: transparent !important;
    color: #000000 !important;
    border: 2px solid #0000ff !important;
}

.btn-elite-outline:hover {
    background: #0000ff !important;
    color: #000000 !important;
}

/* Welcome Section */
.card-body h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 12px !important;
}

.card-body h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

/* Alert Warning para Empresa não cadastrada */
.alert-warning {
    background: rgba(245, 198, 76, 0.2) !important;
    border: 2px solid #0000ff !important;
    color: #000000 !important;
    border-radius: 8px !important;
    padding: 16px !important;
}

.alert-warning .alert-link {
    color: #000000 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

/* ==========================================================================
   16. UTILITIES
   ========================================================================== */
.text-center {
    text-align: center !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* ==========================================================================
   17. RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px !important;
    }
    
    .hero-subtitle {
        font-size: 18px !important;
    }
    
    .section-title {
        font-size: 32px !important;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   18. DIRETÓRIO DE EMPRESAS
   ========================================================================== */

/* Hero do Diretório */
.directory-hero {
    background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
    padding: 80px 0 60px;
    text-align: center;
}

.directory-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.directory-title {
    font-size: 48px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}

.directory-subtitle {
    font-size: 20px !important;
    color: #000000 !important;
    opacity: 0.8;
    margin-bottom: 40px !important;
}

/* Barra de Busca Principal */
.search-bar-main {
    max-width: 700px;
    margin: 0 auto 40px;
}

.search-wrapper {
    display: flex;
    gap: 0;
    background: #ffffff;
    border: 3px solid #0000ff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.search-input {
    flex: 1;
    padding: 20px 30px;
    border: none !important;
    font-size: 18px !important;
    outline: none !important;
}

.search-button {
    padding: 20px 40px;
    background: #0000ff !important;
    color: #000000 !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-button:hover {
    background: #e6b73d !important;
}

/* Estatísticas Mini */
.directory-stats {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 40px;
}

.stat-mini {
    text-align: center;
}

.stat-mini-number {
    display: block;
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #0000ff !important;
    margin-bottom: 5px;
}

.stat-mini-label {
    font-size: 14px !important;
    color: #000000 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.7;
}

/* Seção de Filtros */
.filters-section {
    background: linear-gradient(to bottom, #ffffff, #fafafa);
    padding: 30px 0;
    margin-bottom: 40px;
}

.filters-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 2px 15px rgba(245, 198, 76, 0.1);
    border: 1px solid rgba(245, 198, 76, 0.2);
}

.filters-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    gap: 15px;
    align-items: end;
}

.filter-group {
    display: flex;
    flex-direction: column;
}

.filter-label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #737373 !important;
    margin-bottom: 8px !important;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-label i {
    color: #0000ff;
    font-size: 14px;
}

.filter-select,
.filter-input {
    padding: 14px 16px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
    color: #000000 !important;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23737373' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px !important;
}

.filter-input {
    background-image: none !important;
    padding-right: 16px !important;
}

.filter-select:hover,
.filter-input:hover {
    border-color: #0000ff !important;
    background-color: #fffef5 !important;
}

.filter-select:focus,
.filter-input:focus {
    border-color: #0000ff !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(245, 198, 76, 0.1) !important;
    background-color: #ffffff !important;
}

.filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn-filter-apply {
    padding: 14px 28px !important;
    background: #0000ff !important;
    color: #000000 !important;
    border: none !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-shadow: 0 2px 8px rgba(245, 198, 76, 0.3) !important;
}

.btn-filter-apply:hover {
    background: #e6b73d !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(245, 198, 76, 0.4) !important;
}

.btn-filter-apply i {
    font-size: 16px;
}

.btn-filter-clear {
    padding: 14px 24px !important;
    background: #ffffff !important;
    color: #737373 !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    transition: all 0.3s ease !important;
}

.btn-filter-clear:hover {
    border-color: #737373 !important;
    color: #000000 !important;
    background: #f8f8f8 !important;
}

/* Filtros Ativos */
.active-filters {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #0000ff;
    color: #000000;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.filter-tag-remove {
    color: #000000 !important;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.filter-tag-remove:hover {
    opacity: 1;
}

/* Seção de Empresas */
.companies-section {
    padding: 60px 0;
}

.results-header {
    text-align: center;
    margin-bottom: 40px;
}

.results-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000000 !important;
}

/* Grid de Empresas */
.companies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
}

/* Card de Empresa */
.company-card {
    background: #ffffff;
    border: 2px solid #0000ff;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.company-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(245, 198, 76, 0.25);
    border-color: #e6b73d;
}

.company-card-header {
    position: relative;
    height: 150px;
}

.company-banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.company-banner-default {
    background: linear-gradient(135deg, #0000ff 0%, #ffd866 100%);
}

.company-logo-wrapper {
    position: absolute;
    bottom: -40px;
    left: 20px;
}

.company-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: #ffffff;
    border: 3px solid #ffffff;
    object-fit: contain;
    padding: 5px;
}

.company-logo-default {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    background: #ffffff;
    border: 3px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0000ff;
}

.company-segment-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #0000ff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.company-card-body {
    padding: 50px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.company-name {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 10px !important;
}

.company-info {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.company-location,
.company-size {
    font-size: 14px !important;
    color: #000000 !important;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 5px;
}

.company-location i,
.company-size i {
    color: #0000ff;
}

.company-description {
    font-size: 15px !important;
    color: #000000 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    flex: 1;
}

.company-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.company-tag {
    font-size: 12px !important;
    color: #000000 !important;
    background: #fafafa;
    padding: 4px 10px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.company-tag i {
    color: #0000ff;
}

.company-card-actions {
    display: flex;
    gap: 10px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}

.btn-company-view {
    flex: 1;
    padding: 10px 16px !important;
    background: #0000ff !important;
    color: #000000 !important;
    border-radius: 8px !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
}

.btn-company-view:hover {
    background: #e6b73d !important;
    transform: translateY(-2px);
}

/* Botões de Ação com Ícones */
.btn-action-icon {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    border: 2px solid #0000ff !important;
    background: transparent !important;
    color: #0000ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
}

.btn-action-icon:hover {
    background: #0000ff !important;
    color: #000000 !important;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(245, 198, 76, 0.4);
}

/* Botão de mensagem sempre destacado */
.btn-message {
    background: #0000ff !important;
    color: #000000 !important;
    border-color: #0000ff !important;
}

.btn-message:hover {
    background: #000000 !important;
    color: #0000ff !important;
    border-color: #000000 !important;
    transform: scale(1.15) !important;
}

.btn-message i {
    font-size: 18px !important;
}

.btn-action-icon i {
    margin: 0 !important;
}

/* Efeitos hover melhorados */
.company-card:hover .company-name {
    color: #0000ff !important;
}

.company-card:hover .company-segment-badge {
    background: #000000;
    color: #0000ff;
}

.company-card:hover .btn-action-icon {
    transform: scale(1.05);
}

.company-card:hover .btn-company-view {
    background: #e6b73d !important;
}

/* Estado Vazio */
.empty-state {
    text-align: center;
    padding: 100px 0;
}

.empty-state-icon {
    font-size: 80px;
    color: #0000ff;
    margin-bottom: 30px;
}

.empty-state-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 15px !important;
}

.empty-state-description {
    font-size: 18px !important;
    color: #000000 !important;
    opacity: 0.7;
    max-width: 500px;
    margin: 0 auto 30px;
}

.empty-state-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* CTA Directory */
.cta-directory {
    background: linear-gradient(135deg, #0000ff 0%, #ffd866 100%);
    padding: 80px 0;
    text-align: center;
}

.cta-directory-content h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 15px !important;
}

.cta-directory-content p {
    font-size: 20px !important;
    color: #000000 !important;
    opacity: 0.8;
    margin-bottom: 30px !important;
}

/* Paginação */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagination {
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
}

.page-item {
    display: inline-block;
}

.page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.page-link:hover {
    border-color: #0000ff;
    background: #0000ff;
}

.page-item.active .page-link {
    background: #0000ff;
    border-color: #0000ff;
    color: #000000 !important;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.company-card.animate-in {
    animation: fadeInUp 0.6s ease;
}

/* Placeholder personalizado */
.filter-input::placeholder,
.filter-select option:first-child {
    color: #a0a0a0 !important;
    font-weight: 400 !important;
}

/* Responsivo */
@media (max-width: 992px) {
    .filters-grid {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .filter-actions {
        grid-column: span 2;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .directory-title {
        font-size: 36px !important;
    }
    
    .companies-grid {
        grid-template-columns: 1fr;
    }
    
    .directory-stats {
        gap: 30px;
    }
    
    .filters-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .filter-actions {
        grid-column: span 1;
        flex-direction: row;
        width: 100%;
    }
    
    .btn-filter-apply {
        flex: 1;
    }
    
    .btn-filter-clear {
        flex: 0 0 auto;
    }
}

/* ==========================================================================
   19. MODAIS
   ========================================================================== */
.modal-content {
    border: 2px solid #0000ff !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.modal-header {
    background: #fafafa !important;
    border-bottom: 2px solid #0000ff !important;
    padding: 20px !important;
}

.modal-title {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 20px !important;
}

.modal-body {
    padding: 0 !important;
}

.modal-body video {
    width: 100%;
    display: block;
}

.modal-body embed {
    border: none;
}

.modal-footer {
    background: #fafafa !important;
    border-top: 2px solid #0000ff !important;
    padding: 15px 20px !important;
}

.btn-close {
    opacity: 1 !important;
}

.btn-close:hover {
    opacity: 0.7 !important;
}

/* ==========================================================================
   20. OVERRIDES IMPORTANTES
   ========================================================================== */
.navbar,
.navbar-dark {
    background: #000000 !important;
}

.bg-dark {
    background: #000000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-muted {
    color: #737373 !important;
}

/* Badge de notificação */
.notification-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #0000ff !important;
    color: #000000 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}

/* Dropdown menu */
.dropdown-menu {
    border: 2px solid #0000ff !important;
    border-radius: 8px !important;
    padding: 8px 0 !important;
}

.dropdown-item {
    padding: 10px 20px !important;
    color: #000000 !important;
    transition: all 0.3s ease !important;
}

.dropdown-item:hover {
    background: #0000ff !important;
    color: #000000 !important;
}

/* Alert messages */
.alert {
    border-radius: 8px !important;
    border: none !important;
}

.alert-success {
    background: #d4edda !important;
    color: #155724 !important;
}

.alert-danger {
    background: #f8d7da !important;
    color: #721c24 !important;
}

.alert-info {
    background: #d1ecf1 !important;
    color: #0c5460 !important;
}

/* ==========================================================================
   21. MESSAGING & CHAT STYLES
   ========================================================================== */

/* Chat Container */
.chat-container {
    display: flex;
    flex-direction: column;
    height: 600px;
    position: relative;
}

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    background: #f8f9fa;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    min-height: 400px;
}

.chat-container .card-footer {
    position: sticky;
    bottom: 0;
    background: white !important;
    border-top: 1px solid #e9ecef !important;
    padding: 15px !important;
    margin-top: auto;
}

/* Message Bubbles */
.message-bubble {
    max-width: 70%;
    padding: 12px 16px;
    border-radius: 12px;
    word-wrap: break-word;
}

.message-bubble.sent {
    background: #0000ff;
    color: #000000;
    margin-left: auto;
}

.message-bubble.received {
    background: #ffffff;
    color: #000000;
    border: 1px solid #e9ecef;
}

.message-content {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

/* Messaging Styles - já existente mas vamos garantir */
.message-list {
    padding: 0;
}