.hero-section-wrapper-5449189c {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.hero-overlay-5449189c {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.hero-content-5449189c {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem;
}
.hero-headline-5449189c {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: inherit;
}
.hero-subheadline-5449189c {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}
.hero-actions-5449189c {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}
.hero-btn-primary-5449189c, .hero-btn-secondary-5449189c {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 4px;
}
.hero-btn-primary-5449189c {
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
}
.hero-btn-primary-5449189c:hover {
    background-color: transparent;
    color: #ffffff;
}
.hero-btn-secondary-5449189c {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
}
.hero-btn-secondary-5449189c:hover {
    background-color: #ffffff;
    color: #000000;
}
