/* ============================================
   NEXTIVE AI — Custom CSS Enhancements
   Extends Flowbit template styles
   ============================================ */

/* ---- Hero Enhancements ---- */
.nextive-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(102, 51, 238, 0.08);
    border: 1px solid rgba(102, 51, 238, 0.15);
    border-radius: 100px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #6633EE;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

.nextive-hero .hero-badge .badge-icon {
    font-size: 16px;
}

.nextive-hero .hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 48px;
    padding: 24px 40px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

.nextive-hero .stat-item strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.nextive-hero .stat-item span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
}

.nextive-hero .stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
}

.nextive-btn-outline {
    background: transparent !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nextive-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.nextive-btn-outline i {
    font-size: 18px;
    color: #6633EE;
}

/* ---- Module Hero ---- */
.nextive-module-hero {
    padding-bottom: 80px !important;
    min-height: auto !important;
}

.nextive-module-hero .laptop-screen {
    display: none;
}

.nextive-module-hero .banner-shape-area {
    display: none;
}

/* ---- Module Icons ---- */
.nextive-module-icon {
    font-size: 32px !important;
    width: 64px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 4px;
}

.nextive-module-icon.whatsapp {
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
}

.nextive-module-icon.ai {
    background: rgba(102, 51, 238, 0.1);
    color: #6633EE;
}

.nextive-module-icon.flow {
    background: rgba(43, 89, 255, 0.1);
    color: #2B59FF;
}

.nextive-module-icon.inbox {
    background: rgba(255, 152, 0, 0.1);
    color: #FF9800;
}

.nextive-module-icon.broadcast {
    background: rgba(233, 30, 99, 0.1);
    color: #E91E63;
}

.nextive-module-icon.order {
    background: rgba(0, 188, 212, 0.1);
    color: #00BCD4;
}

.nextive-module-icon.landing {
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
}

.nextive-module-icon.analytics {
    background: rgba(255, 87, 34, 0.1);
    color: #FF5722;
}

.nextive-module-icon.api {
    background: rgba(63, 81, 181, 0.1);
    color: #3F51B5;
}

/* ---- Service Wrapper Enhancement (module page) ---- */
.service-wrapper2 {
    transition: all 0.3s ease;
}

.service-wrapper2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.service-wrapper2 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Deep Learning Feature Boxes ---- */
.nextive-dl-feature {
    background: rgba(102, 51, 238, 0.04);
    border: 1px solid rgba(102, 51, 238, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}

.nextive-dl-feature h5 {
    font-size: 16px;
    font-weight: 600;
    color: #070127;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nextive-dl-feature h5 i {
    color: #6633EE;
    font-size: 18px;
}

.nextive-dl-feature .desc {
    font-size: 14px;
    margin-bottom: 0;
    color: #5B6271;
}

/* ---- Feature Detail Section ---- */
.nextive-feature-detail {
    padding-bottom: 0 !important;
}

/* ---- API/Zigzag Section Enhancement ---- */
.rts-api-area .api-left-area ul {
    margin-top: 20px;
}

.rts-api-area .api-left-area ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #070127;
}

.rts-api-area .api-left-area ul li i {
    color: #6633EE;
    font-size: 14px;
    width: 24px;
    height: 24px;
    background: rgba(102, 51, 238, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Counter Area Enhancement ---- */
.rts-counter-area .section-inner {
    background: linear-gradient(135deg, #f8f6ff 0%, #f0f4ff 100%);
    border-radius: 20px;
    padding: 60px 40px;
    border: 1px solid rgba(102, 51, 238, 0.08);
}

/* ---- Pricing IDR Style ---- */
.pricing-wrapper3 .pricing-header .price {
    font-size: 32px;
}

/* ---- FAQ Bottom Bar ---- */
.content-bottom-area {
    margin-top: 60px;
}

.content-bottom-area .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #f8f6ff 0%, #f0f4ff 100%);
    border: 1px solid rgba(102, 51, 238, 0.1);
    border-radius: 16px;
    padding: 32px 40px;
}

.content-bottom-area .inner .left .title {
    font-size: 20px;
    font-weight: 600;
    color: #070127;
    margin-bottom: 4px;
}

.content-bottom-area .inner .left .desc {
    font-size: 14px;
    color: #5B6271;
    margin-bottom: 0;
}

/* ---- Benefits Card Enhancement ---- */
.benefits-wrapper {
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benefits-wrapper:hover {
    transform: translateY(-6px);
}

/* ---- Features Wrapper3 Enhancement ---- */
.features-wrapper3 {
    transition: all 0.35s ease;
}

.features-wrapper3:hover {
    transform: scale(1.02);
}

/* ---- Testimonials Enhancement ---- */
.testimonials-wrapper {
    transition: all 0.3s ease;
}

.testimonials-wrapper:hover {
    transform: translateY(-4px);
}

/* ---- Smooth scroll ---- */
html {
    scroll-behavior: smooth;
}

/* ---- Responsive Adjustments ---- */
@media (max-width: 768px) {
    .nextive-hero .hero-stats {
        flex-direction: column;
        gap: 16px;
        padding: 20px 24px;
    }
    
    .nextive-hero .stat-divider {
        width: 60px;
        height: 1px;
    }
    
    .nextive-hero .hero-badge {
        font-size: 12px;
        padding: 6px 16px;
    }
    
    .content-bottom-area .inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .nextive-dl-feature {
        padding: 16px;
    }
    
    .nextive-module-icon {
        width: 52px;
        height: 52px;
        font-size: 24px !important;
    }
}

@media (max-width: 576px) {
    .nextive-hero .stat-item strong {
        font-size: 22px;
    }
    
    .rts-counter-area .section-inner {
        padding: 40px 20px;
    }
}