.hero-wrapper-4fcf1158 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.hero-bg-layer-4fcf1158 {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 140%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    will-change: transform;
    pointer-events: none;
}

.hero-overlay-4fcf1158 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.hero-content-4fcf1158 {
    position: relative;
    z-index: 3;
    padding: 40px 20px;
    max-width: 1200px;
    width: 100%;
}

.hero-heading-4fcf1158 {
    margin: 0 0 15px 0;
    font-size: 3rem;
}

.hero-subheading-4fcf1158 {
    margin: 0 0 30px 0;
    font-size: 1.25rem;
}

.hero-button-4fcf1158 {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.hero-button-4fcf1158:hover {
    opacity: 0.85;
}

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .hero-bg-layer-4fcf1158 {
        top: 0;
        height: 100%;
        transform: none !important;
    }
}
