.premium-hero-143222d3-wrapper {
    position: relative;
    width: 100%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    box-sizing: border-box;
}

.premium-hero-143222d3-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.premium-hero-143222d3-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.premium-hero-headline {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.premium-hero-subheadline {
    font-size: 1.25rem;
    margin-bottom: 40px;
    line-height: 1.6;
}

.premium-hero-button {
    display: inline-block;
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.premium-hero-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .premium-hero-143222d3-wrapper {
        min-height: 60vh;
        padding: 60px 20px;
    }
    
    .premium-hero-headline {
        font-size: 2.5rem;
    }
    
    .premium-hero-subheadline {
        font-size: 1.1rem;
    }
}