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

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

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

.nosotros-hero-title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.nosotros-hero-description {
    margin: 20px auto 0;
    max-width: 640px;
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.6;
    opacity: 0.95;
    color: #ffffff;
}

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

    .nosotros-hero-description {
        padding: 0 16px;
    }
}
