/* ============================================
   HERO NOSOTROS - AMAYALAB
   Profesional, impactante, genera confianza
   ============================================ */

.nosotros-hero {
    position: relative;
    width: 100%;
    min-height: 85vh;
    background: linear-gradient(160deg, #060E1A 0%, #0A1F3A 40%, #0D2B4E 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-top: 85px;
}

/* ===== FONDO DECORATIVO ===== */
.nosotros-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nosotros-particulas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particula-nos {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgba(15, 129, 242, 0.5);
    border-radius: 50%;
    animation: particulaFlotarNos linear infinite;
    opacity: 0;
    box-shadow: 0 0 6px rgba(15, 129, 242, 0.4);
}

.particula-nos:nth-child(even) {
    background: rgba(37, 211, 102, 0.4);
    box-shadow: 0 0 6px rgba(37, 211, 102, 0.3);
}

.particula-nos:nth-child(3n) {
    background: rgba(255, 255, 255, 0.5);
    width: 1.5px;
    height: 1.5px;
}

.nosotros-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at 20% 30%, rgba(15, 129, 242, 0.08) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 60%, rgba(10, 93, 176, 0.06) 0%, transparent 50%);
    z-index: 2;
}

/* ===== CONTENIDO ===== */
.nosotros-hero-contenido {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2.5rem;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 3rem;
    align-items: center;
    width: 100%;
}

/* ===== TEXTO ===== */
.nosotros-hero-texto {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nosotros-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(15, 129, 242, 0.1);
    border: 1px solid rgba(15, 129, 242, 0.2);
    color: #FFFFFF;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    width: fit-content;
    margin-bottom: 1.8rem;
    backdrop-filter: blur(8px);
}

.nosotros-hero-badge i {
    color: #0F81F2;
}

.nosotros-hero-titulo {
    font-size: 4rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -1px;
}

.texto-gradiente {
    background: linear-gradient(135deg, #0F81F2 0%, #25D366 50%, #0F81F2 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradienteMovilNos 4s ease-in-out infinite;
}

.nosotros-hero-descripcion {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 550px;
}

.nosotros-hero-descripcion strong {
    color: #FFFFFF;
    font-weight: 600;
}

/* ===== DATOS ===== */
.nosotros-hero-datos {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
}

.dato-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dato-numero {
    font-size: 2rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1;
    letter-spacing: -1px;
}

.dato-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.dato-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}

/* ===== BOTÓN ===== */
.nosotros-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #25D366;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    width: fit-content;
    transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1.2);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.35);
}

.nosotros-hero-btn:hover {
    background: #128C7E;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 211, 102, 0.5);
}

/* ===== DECORACIÓN DERECHA ===== */
.nosotros-hero-decor {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
}

.decor-circulo-grande {
    position: absolute;
    width: 320px;
    height: 320px;
    border: 2px solid rgba(15, 129, 242, 0.12);
    border-radius: 50%;
    animation: pulsoDecor 4s ease-in-out infinite;
}

.decor-circulo-medio {
    position: absolute;
    width: 220px;
    height: 220px;
    border: 2px solid rgba(37, 211, 102, 0.1);
    border-radius: 50%;
    animation: pulsoDecor 4s ease-in-out infinite 1s;
}

.decor-icono-central {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 129, 242, 0.1), rgba(10, 93, 176, 0.05));
    border: 2px solid rgba(15, 129, 242, 0.2);
    border-radius: 50%;
    font-size: 2.8rem;
    color: #0F81F2;
    animation: iconoFlotar 3s ease-in-out infinite;
}

/* ===== ANIMACIONES ===== */
@keyframes particulaFlotarNos {
    0% { transform: translateY(100vh) scale(0); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

@keyframes gradienteMovilNos {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes pulsoDecor {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.08); opacity: 0.8; }
}

@keyframes iconoFlotar {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ===== AOS ===== */
[data-aos] {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1.2);
}
[data-aos="fade-up"] { transform: translateY(40px); }
[data-aos="fade-left"] { transform: translateX(40px); }
[data-aos].aos-animate { opacity: 1; transform: translateY(0) translateX(0); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1080px) {
    .nosotros-hero-contenido {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .nosotros-hero-titulo { font-size: 3rem; }
    .nosotros-hero-descripcion { margin-left: auto; margin-right: auto; }
    .nosotros-hero-datos { justify-content: center; }
    .nosotros-hero-btn { margin: 0 auto; }
    .nosotros-hero-badge { margin-left: auto; margin-right: auto; }
    .nosotros-hero-decor { display: none; }
}

@media (max-width: 768px) {
    .nosotros-hero {
        min-height: 75vh;
        margin-top: 72px;
    }
    
    .nosotros-hero-contenido { padding: 3rem 1.5rem; }
    .nosotros-hero-titulo { font-size: 2.3rem; }
    .nosotros-hero-descripcion { font-size: 1rem; }
    .dato-numero { font-size: 1.5rem; }
    .dato-divider { display: none; }
    .nosotros-hero-datos { gap: 1.5rem; }
}

@media (max-width: 480px) {
    .nosotros-hero-titulo { font-size: 1.9rem; }
    .nosotros-hero-datos { flex-direction: column; gap: 1rem; }
}