.hero-container-9aa2917d {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    overflow: hidden;
    text-align: center;
}

.hero-overlay-9aa2917d {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-content-9aa2917d {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-tagline-9aa2917d {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero-title-9aa2917d {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-desc-9aa2917d {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 650px;
}

.hero-btn-9aa2917d {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-btn-9aa2917d:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .hero-container-9aa2917d {
        min-height: 70vh;
    }
    .hero-title-9aa2917d {
        font-size: 38px;
        margin-bottom: 16px;
    }
    .hero-desc-9aa2917d {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .hero-btn-9aa2917d {
        padding: 14px 28px;
        font-size: 15px;
    }
}
