.hp-daf2d7cd-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
}

.hp-daf2d7cd-layer {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    pointer-events: none;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.hp-daf2d7cd-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    will-change: transform;
}

.hp-daf2d7cd-content {
    position: relative;
    z-index: 99;
    text-align: center;
    color: #fff;
    padding: 2rem;
    will-change: transform;
    transition: transform 0.1s ease-out;
}

.hp-daf2d7cd-headline {
    font-size: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hp-daf2d7cd-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.hp-daf2d7cd-btn {
    display: inline-block;
    padding: 1rem 2rem;
    background: #fff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    transition: background 0.3s;
}

.hp-daf2d7cd-btn:hover {
    background: #eee;
}

@media (max-width: 768px) {
    .hp-disable-mobile .hp-daf2d7cd-layer,
    .hp-disable-mobile .hp-daf2d7cd-content {
        transform: none !important;
        transition: none !important;
    }
}
