.b2b-hero-container-dca0d9bd {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 60px;
    border-radius: 20px;
    font-family: sans-serif;
}

.b2b-hero-left-dca0d9bd {
    flex: 1;
    min-width: 300px;
}

.b2b-hero-right-dca0d9bd {
    flex: 1;
    min-width: 300px;
    max-width: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.b2b-tag-dca0d9bd {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 24px;
}

.b2b-title-dca0d9bd {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: inherit;
}

.b2b-desc-dca0d9bd {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}

.b2b-features-dca0d9bd {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.b2b-features-dca0d9bd li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    opacity: 0.9;
}

.b2b-check-dca0d9bd {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    font-size: 12px;
    flex-shrink: 0;
}

.b2b-divider-dca0d9bd {
    border: none;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 30px 0;
}

.b2b-stats-dca0d9bd {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.b2b-stat-value-dca0d9bd {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 4px;
}

.b2b-stat-label-dca0d9bd {
    font-size: 14px;
    opacity: 0.8;
}

.b2b-embed-box-dca0d9bd {
    width: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    color: #333;
}

@media (max-width: 768px) {
    .b2b-hero-container-dca0d9bd {
        padding: 30px;
    }
    .b2b-features-dca0d9bd {
        grid-template-columns: 1fr;
    }
}
