/*================================================
Brand Analytics Section CSS
=================================================*/

.brand-analytics-section {
    background: #040404;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.brand-analytics-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(237,237,237,0.02)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

.brand-analytics-section .container {
    position: relative;
    z-index: 1;
}

.brand-analytics-section .content-title {
    margin-bottom: 60px;
}

.brand-analytics-section .content-title h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.brand-analytics-section .content-title .lead {
    font-size: 20px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.brand-analytics-content h3 {
    color: #F7862E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

.brand-analytics-content p {
    color: #EDEDED;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}

.brand-analytics-content.text-center p {
    text-align: center;
}

.brand-analytics-content strong {
    color: #F7862E;
    font-weight: 700;
}

/* Analytics Feature Cards */
.analytics-feature-card {
    background: rgba(237, 237, 237, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(237, 237, 237, 0.1);
    border-radius: 20px;
    padding: 45px 35px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.analytics-feature-card:hover {
    background: rgba(237, 237, 237, 0.06);
    border-color: #F7862E;
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(247, 134, 46, 0.25);
}

.analytics-feature-card .icon-wrapper {
    width: 80px;
    height: 80px;
    background: #F7862E;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 36px;
    color: #040404;
    transition: all 0.3s ease;
}

.analytics-feature-card:hover .icon-wrapper {
    transform: scale(1.1) rotate(5deg);
}

.analytics-feature-card h4 {
    color: #EDEDED;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.analytics-feature-card p {
    color: #EDEDED;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
    opacity: 0.9;
}

.analytics-feature-card .feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.analytics-feature-card .feature-list li {
    color: #EDEDED;
    font-size: 15px;
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    opacity: 0.9;
    line-height: 1.6;
}

.analytics-feature-card .feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #F7862E;
    font-weight: bold;
    font-size: 18px;
}

/* Card Badge */
.analytics-feature-card .card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #F7862E;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(247, 134, 46, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 10;
}

.analytics-feature-card:hover .card-badge {
    background: rgba(247, 134, 46, 0.2);
    transform: scale(1.15) rotate(5deg);
}

/* Benefits Section */
.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 30px;
    background: rgba(237, 237, 237, 0.03);
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(237, 237, 237, 0.05);
    position: relative;
}

.benefit-item:hover {
    background: rgba(237, 237, 237, 0.06);
    transform: translateX(15px);
    border-color: rgba(247, 134, 46, 0.3);
    box-shadow: 0 10px 40px rgba(247, 134, 46, 0.15);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: #F7862E;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #040404;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-content h4 {
    color: #EDEDED;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.benefit-content p {
    color: #EDEDED;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

/* Benefit Badge */
.benefit-item .benefit-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #F7862E;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(247, 134, 46, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 10;
}

.benefit-item:hover .benefit-badge {
    background: rgba(247, 134, 46, 0.2);
    transform: scale(1.15) rotate(5deg);
}

/* Use Cases */
.use-cases-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.use-case-item {
    background: rgba(237, 237, 237, 0.03);
    border-left: 5px solid #F7862E;
    padding: 40px 35px;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(237, 237, 237, 0.05);
    border-left: 5px solid #F7862E;
}

.use-case-item:hover {
    background: rgba(237, 237, 237, 0.06);
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(247, 134, 46, 0.25);
    border-left-width: 8px;
}

.use-case-number {
    font-size: 64px;
    font-weight: 900;
    color: rgba(247, 134, 46, 0.25);
    line-height: 1;
    margin-bottom: 25px;
    font-family: 'Arial Black', sans-serif;
}

.use-case-item h4 {
    color: #EDEDED;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

.use-case-item p {
    color: #EDEDED;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    opacity: 0.9;
}

/* CTA Section */
.analytics-cta {
    background: linear-gradient(135deg, #F7862E 0%, #ff9d4d 100%);
    padding: 80px 60px;
    border-radius: 30px;
    box-shadow: 0 25px 80px rgba(247, 134, 46, 0.4);
    position: relative;
    overflow: hidden;
}

.analytics-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    animation: pulse 4s ease-in-out infinite;
}

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

.analytics-cta h3 {
    color: #040404;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
}

.analytics-cta p {
    color: #040404;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.9;
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.analytics-cta .default-btn {
    background-color: #040404 !important;
    color: #EDEDED !important;
    padding: 18px 45px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease !important;
}

.analytics-cta .default-btn:hover {
    background-color: #EDEDED !important;
    color: #040404 !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Responsive */
@media (max-width: 991px) {
    .brand-analytics-content h3 {
        font-size: 24px;
    }
    
    .analytics-feature-card {
        margin-bottom: 30px;
    }
    
    .use-cases-wrapper {
        grid-template-columns: 1fr;
    }
    
    .analytics-cta {
        padding: 30px;
    }
    
    .analytics-cta h3 {
        font-size: 24px;
    }
    
    .analytics-cta p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-icon {
        margin: 0 auto;
    }
}

/* Icon compatibility */
.fi {
    font-family: 'boxicons' !important;
}

.fi-tr-chart-line-up::before {
    content: '\eb39';
}

.fi-tr-search-dollar::before {
    content: '\eb8e';
}

.fi-tr-chart-histogram::before {
    content: '\eb37';
}

.fi-tr-shopping-cart::before {
    content: '\eb9f';
}

.fi-tr-stats::before {
    content: '\eba8';
}

.fi-tr-brain-circuit::before {
    content: '\eb1f';
}

.fi-tr-bell-ring::before {
    content: '\eb0f';
}

.fi-tr-rocket-lunch::before {
    content: '\eb8a';
}

.fi-tr-time-fast::before {
    content: '\ebc0';
}

.fi-tr-target-audience::before {
    content: '\ebb3';
}

.fi-tr-shield-check::before {
    content: '\eb9c';
}

