/* 
   ==============================================
   B2B ENTERPRISE PAGE PREMIUM STYLES
   ==============================================
*/
body#bd_empresas {
    background-color: #050608;
    color: #a8b2d1;
    font-family: 'Outfit', sans-serif !important;
}

/* Glassmorphism Classes */
.glass-panel {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
}

.glass-panel:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

/* Hero Section */
.hero-b2b {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
    text-align: center;
    background: radial-gradient(circle at 50% -20%, rgba(252, 163, 17, 0.15), transparent 60%);
}

.hero-b2b h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.hero-b2b h1 span {
    background: -webkit-linear-gradient(45deg, #fca311, #ffc76b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-b2b p.lead {
    font-size: 1.25rem;
    color: #8892b0;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.btn-glow-b2b {
    background: transparent;
    border: 2px solid #fca311;
    color: #fca311;
    padding: 15px 40px;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-glow-b2b:hover {
    background: #fca311;
    color: #050608;
    box-shadow: 0 0 25px rgba(252, 163, 17, 0.5);
    text-decoration: none;
    transform: translateY(-3px);
}

/* Feature Sections (Matches) */
.feature-section {
    padding: 80px 0;
    position: relative;
}

.feature-title {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

/* Match Heurístico - Laranja Glow */
.match-heuristic .glass-panel {
    border-left: 4px solid #fca311;
    box-shadow: 0 10px 40px rgba(252, 163, 17, 0.05);
}
.match-heuristic h3 {
    color: #fca311;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.match-heuristic h3 i { margin-right: 15px; font-size: 1.5rem; }
.match-heuristic .feature-list li i { color: #fca311; }

/* Match IA - Roxo/Violeta Glow */
.match-ai .glass-panel {
    border-right: 4px solid #9d4edd;
    box-shadow: 0 10px 40px rgba(157, 78, 221, 0.05);
}
.match-ai h3 {
    color: #c77dff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.match-ai h3 i { margin-right: 15px; font-size: 1.5rem; }
.match-ai .feature-list li i { color: #c77dff; }

/* List Styles */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.feature-list li {
    font-size: 1.1rem;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.feature-list li i {
    margin-right: 12px;
    font-size: 1.2rem;
}

/* Alert Boxes Styling */
.alert-premium {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 10px;
    color: #e2e8f0;
    padding: 20px;
    margin-top: 30px;
    font-size: 1.05rem;
}
.match-heuristic .alert-premium {
    border-left: 4px solid #fca311;
}
.match-ai .alert-premium {
    border-left: 4px solid #9d4edd;
}

/* Compare Section */
.compare-section {
    padding: 80px 0 100px;
}
.compare-box {
    background: #0b0c10;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 20px;
    padding: 50px;
    position: relative;
    overflow: hidden;
}
.compare-box::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 5px;
    background: linear-gradient(90deg, #fca311 0%, #9d4edd 100%);
}

.compare-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.compare-divider {
    width: 1px;
    background: rgba(255,255,255,0.1);
    height: 100%;
}

.compare-item h5 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.compare-item p {
    color: #a8b2d1;
    font-size: 1.05rem;
    line-height: 1.6;
}
.text-heuristico { color: #fca311 !important; }
.text-ia { color: #c77dff !important; }

@media (max-width: 768px) {
    .hero-b2b h1 { font-size: 2.5rem; }
    .hero-b2b p.lead { font-size: 1.05rem; }
    .compare-divider {
        width: 100%;
        height: 1px;
        margin: 30px 0;
    }
}
