.hero-benefits {
    background: #fff;
    padding: 40px 0;
    margin-top: -30px;
    position: relative;
    z-index: 10;
}

.benefit-card {
    background: #f8f9fa;
    padding: 25px;
    border-left: 3px solid #0052D9;
    height: 100%;
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.benefit-icon {
    margin-bottom: 15px;
}

.benefit-card h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1f;
}

.benefit-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1f;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.section-desc {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.info-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.info-box h4 {
    color: #1a1a1f;
    font-weight: 600;
}

.icon-check {
    color: #00B42A;
    font-weight: bold;
}

.stats-section {
    background: #1a1a1f;
}

.stats-section .section-title {
    color: #fff;
}

.text-white-70 {
    color: rgba(255,255,255,0.7);
}

.stat-card {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.stat-card:hover {
    background: rgba(255,255,255,0.1);
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    color: #0052D9;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}

.connection-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.connection-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    border-color: #0052D9;
}

.connection-icon {
    margin-bottom: 20px;
}

.connection-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1f;
}

.connection-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1f;
}

.feature-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.usecase-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.usecase-card:hover {
    transform: translateY(-5px);
    border-bottom-color: #0052D9;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.usecase-icon {
    margin-bottom: 20px;
}

.usecase-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1a1a1f;
}

.usecase-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
}

.guarantee-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.guarantee-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.guarantee-icon {
    margin-bottom: 20px;
}

.guarantee-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a1a1f;
}

.guarantee-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.faq-item {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-question {
    padding: 20px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1f;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f8f9fa;
}

.faq-icon {
    font-size: 24px;
    color: #0052D9;
    font-weight: 400;
}

.faq-answer {
    display: none;
    padding: 0 25px 20px;
    color: #666;
    line-height: 1.8;
    border-top: 1px solid #eee;
}

.cta-section {
    background: linear-gradient(135deg, #0052D9 0%, #0066ff 100%);
    padding: 60px 0;
}

.cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.cta-desc {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0;
}

.cta-section .btn-primary {
    background: #fff;
    color: #0052D9;
    border-color: #fff;
    padding: 12px 40px;
    font-weight: 600;
}

.cta-section .btn-primary:hover {
    background: rgba(255,255,255,0.9);
}

@media (max-width: 991px) {
    .section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 28px;
    }

    .stat-number {
        font-size: 36px;
    }

    .hero-benefits {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .cta-title {
        font-size: 24px;
    }

    .cta-desc {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-label {
        font-size: 14px;
    }
}
