.empleos-hero {
    background: #031233;
    color: #ffffff;
    padding: 120px 0 56px;
    position: relative;
    overflow: hidden;
}

.empleos-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.empleos-hero-content {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.empleos-hero-title {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.empleos-hero-description {
    margin: 16px auto 0;
    max-width: 640px;
    font-size: 1.1rem;
    line-height: 1.6;
    opacity: 0.95;
    color: #ffffff;
}

@media (max-width: 768px) {
    .empleos-hero {
        padding: 104px 0 44px;
    }

    .empleos-hero-title {
        font-size: 2.1rem;
    }

    .empleos-hero-description {
        font-size: 1rem;
        padding: 0 12px;
    }
}
