.hero-07fb958d {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 4% 80px 4%;
    box-sizing: border-box;
    z-index: 1;
}

.hero-07fb958d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-07fb958d-content {
    max-width: 800px;
    z-index: 2;
    text-align: left;
}

.hero-07fb958d-subtitle {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.hero-07fb958d-title {
    font-size: clamp(32px, 5vw, 68px);
    line-height: 1.15;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.hero-07fb958d-title-white {
    display: block;
}

.hero-07fb958d-title-yellow {
    display: block;
}

.hero-07fb958d-desc {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.6;
    margin: 0 0 40px 0;
    font-weight: 300;
    max-width: 600px;
}

.hero-07fb958d-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.hero-07fb958d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hero-07fb958d-btn-primary {
    padding: 16px 36px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.hero-07fb958d-btn-primary:hover {
    transform: translateY(-2px);
    opacity: 0.95;
}

.hero-07fb958d-btn-secondary {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
}

.hero-07fb958d-btn-secondary:hover {
    opacity: 0.8;
    padding-bottom: 8px;
}

@media (max-width: 768px) {
    .hero-07fb958d {
        padding: 60px 20px;
        justify-content: center;
    }
    .hero-07fb958d-content {
        text-align: center;
    }
    .hero-07fb958d-buttons {
        justify-content: center;
        gap: 20px;
    }
    .hero-07fb958d-desc {
        margin-left: auto;
        margin-right: auto;
    }
}
