.hh-wrapper-69b77f8e {
    position: relative;
    width: 100%;
    min-height: 100vh; /* Mempertahankan tinggi penuh layar */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Memposisikan konten di tengah secara vertikal */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    font-family: sans-serif;
    border-radius: {{SIZE}}{{UNIT}}; /* To be handled by elementor controls if added, fallback here */
}
.hh-overlay-69b77f8e {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(75, 40, 100, 0.7);
    z-index: 1;
}
.hh-content-69b77f8e {
    position: relative;
    z-index: 2;
    padding: 150px 60px; /* Padding ditingkatkan */
    color: white;
    max-width: 1000px; /* Lebar maksimal ditingkatkan */
    margin: auto;
    text-align: left; /* Teks rata kiri */
}
.hh-content-69b77f8e h1 {
    font-size: 5rem; /* Ukuran font H1 diperbesar */
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}
.hh-content-69b77f8e h2 {
    font-size: 2.8rem; /* Ukuran font H2 diperbesar */
    margin-bottom: 35px;
    color: white;
    font-weight: 500;
}
.hh-desc-69b77f8e {
    font-size: 1.4rem; /* Ukuran font deskripsi diperbesar */
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px; /* Lebar maksimal deskripsi ditingkatkan */
}
.hh-hero-cta-69b77f8e a {
    background-color: #3b1b54;
    color: white;
    padding: 20px 40px; /* Padding tombol diperbesar */
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 18px; /* Ukuran font tombol diperbesar */
}
@media (max-width: 768px) {
    .hh-content-69b77f8e h1 {
        font-size: 3rem;
    }
    .hh-content-69b77f8e h2 {
        font-size: 1.8rem;
    }
    .hh-content-69b77f8e {
        padding: 100px 30px;
    }
}