.hcta-wrapper-a2c10aa7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 60px 40px;
    border-radius: 20px;
    background-color: #f8f9ff;
    position: relative;
    overflow: hidden;
}

.hcta-col-left-a2c10aa7 {
    flex: 1;
    min-width: 280px;
    display: flex;
    justify-content: center;
}

.hcta-left-img-a2c10aa7 {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.hcta-col-center-a2c10aa7 {
    flex: 2;
    min-width: 320px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.hcta-col-right-a2c10aa7 {
    flex: 1;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.hcta-badge-a2c10aa7 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: #5c38e8;
    background: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hcta-badge-icon-a2c10aa7 svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.hcta-title-a2c10aa7 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    color: #1a1f36;
    margin: 0 0 20px;
}

.hcta-title-a2c10aa7 span {
    color: #5c38e8;
}

.hcta-desc-a2c10aa7 {
    font-size: 18px;
    color: #4b5563;
    margin: 0 0 30px;
    max-width: 500px;
    line-height: 1.5;
}

.hcta-btn-a2c10aa7 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #5c38e8;
    color: #fff;
    padding: 16px 36px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(92, 56, 232, 0.2);
}

.hcta-btn-a2c10aa7:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(92, 56, 232, 0.3);
    color: #fff;
}

.hcta-btn-icon-a2c10aa7 svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.hcta-trust-a2c10aa7 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hcta-avatars-a2c10aa7 {
    display: flex;
}

.hcta-avatars-a2c10aa7 img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
    object-fit: cover;
}

.hcta-avatars-a2c10aa7 img:first-child {
    margin-left: 0;
}

.hcta-stars-a2c10aa7 {
    color: #facc15;
    font-size: 18px;
    letter-spacing: 2px;
}

.hcta-trust-text-a2c10aa7 {
    font-size: 14px;
    color: #4b5563;
    font-weight: 500;
}

.hcta-feature-a2c10aa7 {
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.hcta-feature-a2c10aa7:hover {
    transform: translateX(-5px);
}

.hcta-ficon-wrapper-a2c10aa7 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5c38e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hcta-ficon-wrapper-a2c10aa7 svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.hcta-ftitle-a2c10aa7 {
    font-size: 15px;
    font-weight: 700;
    color: #1a1f36;
    margin: 0 0 2px;
}

.hcta-fdesc-a2c10aa7 {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 991px) {
    .hcta-wrapper-a2c10aa7 {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }
    .hcta-col-left-a2c10aa7, .hcta-col-right-a2c10aa7 {
        width: 100%;
        align-items: center;
    }
    .hcta-feature-a2c10aa7 {
        width: 100%;
        max-width: 350px;
    }
    .hcta-title-a2c10aa7 {
        font-size: 36px;
    }
}
