/* Sección Sobre Nosotros */
section#about-us {
    background: linear-gradient(180deg, rgba(24, 0, 173, 0.03) 0%, rgba(0, 191, 99, 0.02) 100%);
    padding: var(--spacing-xxl) var(--spacing-lg);
    position: relative;
    overflow: hidden;
}

section#about-us::before,
section#about-us::after {
    content: '';
    position: absolute;
    width: 580px;
    height: 580px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 191, 99, 0.08), transparent 60%);
    filter: blur(70px);
    z-index: 0;
}

section#about-us::before {
    bottom: -200px;
    left: -240px;
}

section#about-us::after {
    top: -180px;
    right: -200px;
    background: radial-gradient(circle, rgba(24, 0, 173, 0.07), transparent 65%);
}

.about-header {
    text-align: center;
    margin-bottom: var(--spacing-xxl);
    position: relative;
    z-index: 1;
}

.about-badge {
    display: inline-block;
    padding: 10px 24px;
    background: rgba(24, 0, 173, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: var(--spacing-lg);
    border: 1px solid rgba(0, 191, 99, 0.25);
    color: var(--color-primary);
    animation: slideUp 0.6s ease-out;
}

.about-header h1,
.about-header h2 {
    font-size: var(--font-size-h2);
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: var(--spacing-md);
    font-weight: 900;
    letter-spacing: -0.03em;
    text-shadow: 0 16px 36px rgba(24, 0, 173, 0.22);
}

.about-lead {
    font-size: 1.15rem;
    color: #1f2735;
    max-width: 700px;
    margin: 0 auto;
    letter-spacing: 0.01em;
    font-weight: 500;
}

/* Contenido principal */
.about-content {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-text-block {
    margin-bottom: var(--spacing-xxl);
    padding: var(--spacing-xl);
    background: rgba(255, 255, 255, 0.92);
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(24, 0, 173, 0.15);
    box-shadow: 0 20px 60px rgba(12, 17, 30, 0.08);
    backdrop-filter: blur(12px);
    animation: slideUp 0.7s ease-out 0.1s both;
}

.about-text-block h3 {
    color: var(--color-primary);
    margin-bottom: var(--spacing-md);
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.about-text-block p {
    color: #1f2735;
    line-height: 1.9;
    margin-bottom: var(--spacing-md);
    letter-spacing: 0.01em;
}

.about-text-block strong {
    color: var(--color-primary);
    font-weight: 700;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: var(--spacing-lg) 0;
}

.about-list li {
    color: #1f2735;
    padding: var(--spacing-sm) 0;
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    font-weight: 500;
    line-height: 1.8;
}

.about-list li::before {
    margin-right: 10px;
    font-weight: bold;
}

/* Misión, Visión y Valores */
.mission-vision-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-xxl);
}

.mvv-card {
    background: rgba(255, 255, 255, 0.93);
    padding: var(--spacing-xl);
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(24, 0, 173, 0.18);
    box-shadow: 0 18px 50px rgba(12, 17, 30, 0.1);
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

.mvv-card-wide {
    grid-column: 1 / -1;
}

.mvv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(24, 0, 173, 0.16);
    border-color: rgba(0, 191, 99, 0.4);
}

.mvv-card h3 {
    color: var(--color-primary);
    margin-bottom: var(--spacing-md);
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.mvv-card p {
    color: #1f2735;
    line-height: 1.8;
    margin: 0;
    letter-spacing: 0.01em;
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--spacing-md);
}

.values-list li {
    color: #1f2735;
    padding: var(--spacing-sm);
    font-size: 1rem;
    line-height: 1.7;
}

.values-list li strong {
    color: var(--color-primary);
    font-weight: 700;
}

/* Valores */
.about-values {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: var(--spacing-xl);
    margin-bottom: var(--spacing-xxl);
}

.value-card {
    background: rgba(255, 255, 255, 0.93);
    padding: var(--spacing-lg);
    border-radius: var(--border-radius-lg);
    border: 1px solid rgba(24, 0, 173, 0.18);
    box-shadow: 0 18px 50px rgba(12, 17, 30, 0.1);
    backdrop-filter: blur(10px);
    text-align: center;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.7s ease-out;
}

.value-card:nth-child(1) {
    animation-delay: 0.15s;
}

.value-card:nth-child(2) {
    animation-delay: 0.25s;
}

.value-card:nth-child(3) {
    animation-delay: 0.35s;
}

.value-card:nth-child(4) {
    animation-delay: 0.45s;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 26px 70px rgba(24, 0, 173, 0.18);
    border-color: rgba(0, 191, 99, 0.35);
}

.value-card::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(135deg, rgba(24, 0, 173, 0.06), rgba(0, 191, 99, 0.06));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.value-card:hover::before {
    opacity: 1;
}

.value-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: var(--spacing-md);
    filter: drop-shadow(0 8px 20px rgba(24, 0, 173, 0.2));
}

.value-card h4 {
    color: var(--color-primary);
    margin-bottom: var(--spacing-sm);
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.value-card p {
    color: #1f2735;
    font-size: 0.95rem;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

/* CTA Final */
.about-cta {
    background: linear-gradient(135deg, rgba(24, 0, 173, 0.95) 0%, rgba(0, 191, 99, 0.85) 100%);
    padding: var(--spacing-xxl) var(--spacing-xl);
    border-radius: var(--border-radius-lg);
    color: var(--color-white);
    text-align: center;
    box-shadow: 0 24px 70px rgba(24, 0, 173, 0.28);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.8s ease-out 0.55s both;
}

.about-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    animation: shimmer 3s infinite;
}

.about-cta h3 {
    color: var(--color-white);
    font-size: 1.8rem;
    margin-bottom: var(--spacing-md);
    position: relative;
    z-index: 1;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.about-cta p {
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: var(--spacing-md);
    line-height: 1.8;
    position: relative;
    z-index: 1;
    letter-spacing: 0.01em;
}

.about-cta strong {
    color: #fefeff;
    font-weight: 800;
}

.cta-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: var(--spacing-xl);
    position: relative;
    z-index: 1;
}

.cta-buttons .btn-primary,
.cta-buttons .btn-secondary {
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-primary);
    font-weight: 800;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-primary:hover,
.cta-buttons .btn-secondary:hover {
    background: #fefeff;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.25);
}

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

@keyframes shimmer {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

/* Equipo */
.team-members {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: var(--spacing-lg);
    margin-top: var(--spacing-lg);
}

.team-member {
    background: rgba(24, 0, 173, 0.06);
    padding: var(--spacing-lg);
    border-radius: var(--border-radius);
    border: 1px solid rgba(24, 0, 173, 0.15);
    text-align: center;
    transition: var(--transition);
}

.team-member:hover {
    background: rgba(24, 0, 173, 0.1);
    border-color: rgba(0, 191, 99, 0.4);
    transform: translateY(-4px);
}

.team-member h4 {
    color: var(--color-primary);
    margin-bottom: var(--spacing-xs);
    font-size: 1.15rem;
    font-weight: 700;
}

.team-role {
    color: var(--color-gray);
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    section#about-us {
        padding: var(--spacing-xl) var(--spacing-lg);
    }

    .about-header h1,
    .about-header h2 {
        font-size: 2.2rem;
    }

    .about-lead {
        font-size: 1rem;
    }

    .about-text-block {
        padding: var(--spacing-lg);
        margin-bottom: var(--spacing-xl);
    }

    .about-text-block h3 {
        font-size: 1.5rem;
    }

    .mission-vision-values {
        grid-template-columns: 1fr;
    }

    .values-list {
        grid-template-columns: 1fr;
    }

    .about-values {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }

    .about-cta {
        padding: var(--spacing-xl) var(--spacing-lg);
    }

    .about-cta h3 {
        font-size: 1.4rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons .btn {
        width: 100%;
    }
}
