.hero-container-9055127a {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

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

.hero-inner-9055127a {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.hero-content-col-9055127a {
    max-width: 620px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    animation: fadeInUp9055127a 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-label-9055127a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.hero-label-9055127a::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 3px;
    border-radius: 2px;
}

.hero-title-9055127a {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 24px 0;
    letter-spacing: -1.5px;
}

.hero-desc-9055127a {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px 0;
}

.hero-actions-9055127a {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.hero-btn-9055127a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    border: none;
    cursor: pointer;
}

.hero-btn-9055127a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.hero-btn-9055127a:active {
    transform: translateY(0);
}

.hero-btn-icon-9055127a {
    width: 18px;
    height: 18px;
    transition: transform 0.3s ease;
}

.hero-btn-9055127a:hover .hero-btn-icon-9055127a {
    transform: translateX(4px);
}

/* Animations */
@keyframes fadeInUp9055127a {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive breakpoints */
@media (max-width: 991px) {
    .hero-title-9055127a {
        font-size: 48px;
    }
    .hero-desc-9055127a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .hero-inner-9055127a {
        justify-content: center;
        text-align: center;
    }
    .hero-content-col-9055127a {
        align-items: center;
    }
    .hero-title-9055127a {
        font-size: 38px;
        letter-spacing: -1px;
    }
    .hero-label-9055127a {
        justify-content: center;
    }
}
