.hero-57b2b53c-wrapper {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    font-family: inherit;
    overflow: hidden;
}

.hero-57b2b53c-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 15, 45, 0.95) 0%, rgba(10, 15, 45, 0.8) 45%, rgba(10, 15, 45, 0) 100%);
    z-index: 1;
}

.hero-57b2b53c-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.hero-57b2b53c-content {
    max-width: 600px;
}

.hero-57b2b53c-subtitle {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-57b2b53c-title {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
}

.hero-57b2b53c-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-57b2b53c-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.hero-57b2b53c-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.hero-57b2b53c-btn-primary {
    color: #fff !important;
}

.hero-57b2b53c-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    filter: brightness(1.1);
}

.hero-57b2b53c-btn-outline {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
}

.hero-57b2b53c-btn-outline:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.hero-57b2b53c-features {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.hero-57b2b53c-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-57b2b53c-feature-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.hero-57b2b53c-feature-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.hero-57b2b53c-feature-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .hero-57b2b53c-title {
        font-size: 36px;
    }
    .hero-57b2b53c-overlay {
        background: linear-gradient(180deg, rgba(10, 15, 45, 0.9) 0%, rgba(10, 15, 45, 0.8) 100%);
    }
}
