.gsap-hero-c51e6535 {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    text-align: center;
}

.gsap-hero-bg-c51e6535 {
    position: absolute;
    top: -20%;
    left: -5%;
    width: 110%;
    height: 140%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    will-change: transform;
}

.gsap-hero-overlay-c51e6535 {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.gsap-hero-content-c51e6535 {
    position: relative;
    z-index: 3;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gsap-hero-title-c51e6535 {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    perspective: 1000px;
}

.gsap-hero-subtitle-c51e6535 {
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}
