.mh-8d0d1db0-wrapper {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 100px 20px;
}

.mh-8d0d1db0-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}

.mh-8d0d1db0-bg-text {
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25vw;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
    line-height: 1;
}

.mh-8d0d1db0-content {
    position: relative;
    z-index: 3;
    text-align: center;
    max-width: 900px;
    width: 100%;
}

.mh-8d0d1db0-subtitle {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.mh-8d0d1db0-title {
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1.1;
    font-weight: 800;
    margin: 0 0 30px;
}

.mh-8d0d1db0-desc {
    font-size: 18px;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}
