.hero-banner-22c9c183 {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: flex-end;
    padding: 100px 40px 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hero-banner-overlay-22c9c183 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(140, 100, 180, 0.4) 0%, rgba(140, 100, 180, 0.95) 100%);
    z-index: 1;
}

.hero-banner-content-22c9c183 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
    color: #ffffff;
}

.hero-banner-left-22c9c183 {
    flex: 1 1 50%;
    min-width: 300px;
}

.hero-banner-right-22c9c183 {
    flex: 1 1 30%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.hero-banner-title-22c9c183 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin: 0;
    color: #5B2D8A;
    font-weight: 600;
}

.hero-banner-desc-22c9c183 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}

.hero-banner-btn-22c9c183 {
    display: inline-block;
    padding: 12px 28px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    font-weight: 500;
}

.hero-banner-btn-22c9c183:hover {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

@media (max-width: 768px) {
    .hero-banner-22c9c183 {
        padding: 60px 20px;
        align-items: center;
        min-height: 600px;
    }
    .hero-banner-content-22c9c183 {
        flex-direction: column;
        align-items: flex-start;
    }
}
