.phh-container-cc190ba5 {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
    min-height: 500px;
}

.phh-overlay-cc190ba5 {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, #282164 0%, transparent 100%);
    z-index: 1;
}

.phh-content-cc190ba5 {
    position: relative;
    z-index: 2;
    padding: 60px;
    width: 100%;
    max-width: 800px;
    text-align: left;
}

.phh-heading-cc190ba5 {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 24px 0;
    letter-spacing: -1px;
}

.phh-subtext-cc190ba5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 600px;
}

/* Responsive */
@media (max-width: 1024px) {
    .phh-container-cc190ba5 {
        min-height: 400px;
    }
    .phh-content-cc190ba5 {
        padding: 40px;
    }
    .phh-heading-cc190ba5 {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .phh-container-cc190ba5 {
        min-height: 350px;
        justify-content: center;
    }
    .phh-content-cc190ba5 {
        padding: 30px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .phh-heading-cc190ba5 {
        font-size: 36px;
    }
    .phh-subtext-cc190ba5 {
        font-size: 16px;
        text-align: center;
    }
}