/* =========================================================
   PÁGINA NOSOTROS - ESTILO PREMIUM B2B
========================================================= */

.about-page {
    background: #ffffff;
    color: #1e293b;
    font-family: Inter, system-ui, -apple-system, sans-serif;
    overflow: hidden;
}

/* GLOBAL */
.about-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.about-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid #f1f5f9;
}

.about-section__header {
    max-width: 780px;
    margin: 0 auto 56px;
    text-align: center;
}

.about-section__header span,
.about-section__label span,
.about-objectives__intro span {
    display: inline-block;
    margin-bottom: 12px;
    color: #0ea5e9;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-section__header h2,
.about-story__content h2,
.about-objectives__intro h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: #0f172a;
}

.about-section__header p,
.about-story__content p,
.about-objectives__intro p {
    margin: 16px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.75;
}

/* HERO SECTION (DARK PREMIUM) */
.about-hero {
    position: relative;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 24px 100px;
    background: 
        radial-gradient(circle at 18% 22%, rgba(14, 165, 233, 0.15), transparent 30%),
        radial-gradient(circle at 82% 70%, rgba(2, 132, 199, 0.1), transparent 35%),
        linear-gradient(135deg, #020617 0%, #0f172a 100%);
    color: #ffffff;
    text-align: center;
}

.about-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.about-logo-wrap {
    width: 92px;
    height: 92px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.about-logo {
    max-width: 68px;
    max-height: 68px;
    object-fit: contain;
}

.about-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    border: 1px solid rgba(14, 165, 233, 0.2);
    color: #38bdf8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-hero h1 {
    margin: 0 auto;
    font-size: clamp(34px, 5.2vw, 62px);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 900;
    color: #ffffff;
}

.about-hero p {
    max-width: 720px;
    margin: 24px auto 0;
    color: #94a3b8;
    font-size: 18px;
    line-height: 1.7;
}

/* HERO STATS (GLASSMORPHISM) */
.about-stats {
    margin: 48px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
    gap: 20px;
}

.about-stat {
    padding: 24px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.about-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(14, 165, 233, 0.4);
}

.about-stat strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
    color: #0ea5e9;
}

.about-stat span {
    display: block;
    margin-top: 10px;
    color: #94a3b8;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.about-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(40px);
    opacity: 0.4;
    animation: aboutFloat 6s ease-in-out infinite alternate;
}

.about-orb--one {
    width: 250px;
    height: 250px;
    left: 8%;
    top: 15%;
    background: rgba(14, 165, 233, 0.25);
}

.about-orb--two {
    width: 280px;
    height: 280px;
    right: 8%;
    bottom: 10%;
    background: rgba(2, 132, 199, 0.2);
    animation-delay: 1.5s;
}

/* SECCIÓN 1: QUIÉNES SOMOS */
.about-story {
    background: #ffffff;
}

.about-story__grid {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 48px;
}

.about-story__content {
    border-left: 4px solid #0ea5e9;
    padding-left: 36px;
}

.about-story__content h2 {
    margin-bottom: 24px;
}

.about-story__content p {
    font-size: 16px;
    color: #334155;
    margin-bottom: 20px;
}

.about-story__content p:last-child {
    margin-bottom: 0;
}

/* SECCIÓN 2: EJES DE OPERACIÓN */
.about-ejes {
    background: #f8fafc;
}

.about-ejes__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.about-eje-card {
    position: relative;
    padding: 40px 32px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    border-left: 3px solid transparent;
}

.about-eje-card:hover {
    transform: translateY(-6px);
    border-color: #cbd5e1;
    border-left: 3px solid #0ea5e9;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.about-eje-card__num {
    font-size: 13px;
    font-weight: 800;
    color: #0ea5e9;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.about-eje-card h3 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.about-eje-card p {
    margin: 0;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.65;
}

/* SECCIÓN 3: FILOSOFÍA (MISIÓN / VISIÓN) */
.about-mv {
    background: #0f172a;
    color: #ffffff;
}

.about-mv .about-section__header h2 {
    color: #ffffff;
}

.about-mv__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.about-card {
    position: relative;
    min-height: 280px;
    padding: 48px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-card--dark {
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.07) 0%, rgba(15, 23, 42, 0.1) 100%);
    border-color: rgba(14, 165, 233, 0.2);
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.about-card__number {
    font-size: 13px;
    font-weight: 800;
    color: #38bdf8;
    margin-bottom: 24px;
    letter-spacing: 0.1em;
}

.about-card h3 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.03em;
}

.about-card p {
    margin: 0;
    color: #94a3b8;
    font-size: 15.5px;
    line-height: 1.75;
}

/* SECCIÓN 4: VALORES */
.about-values {
    background: #ffffff;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.about-value {
    padding: 36px 28px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.about-value:hover {
    transform: translateY(-6px);
    border-color: rgba(14, 165, 233, 0.3);
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}

.about-value__icon {
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
    font-size: 13px;
    font-weight: 800;
}

.about-value h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.about-value p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

/* SECCIÓN 5: ALIANZAS Y MARCAS */
.about-alianzas {
    background: #f8fafc;
}

.about-alianzas__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 40px;
    margin-bottom: 80px;
}

.about-alianza-pilar h4 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    border-left: 3px solid #0ea5e9;
    padding-left: 14px;
}

.about-alianza-pilar p {
    margin: 0;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.65;
}

/* MARQUEE INFINITO */
.about-brands-marquee-section {
    border-top: 1px solid #e2e8f0;
    padding-top: 56px;
}

.marquee-title {
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748b;
    margin-bottom: 36px;
}

.about-brand-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 16px 0;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
}

/* Degradados difuminados a los lados */
.about-brand-marquee::before,
.about-brand-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}

.about-brand-marquee::before {
    left: 0;
    background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}

.about-brand-marquee::after {
    right: 0;
    background: linear-gradient(270deg, #ffffff 0%, transparent 100%);
}

.about-brand-marquee-track {
    display: flex;
    width: max-content;
    animation: aboutMarquee 26s linear infinite;
}

.about-brand-logo {
    padding: 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.about-brand-logo img {
    max-height: 52px;
    max-width: 150px;
    object-fit: contain;
    filter: grayscale(1) opacity(0.5);
    transition: filter 0.3s ease, transform 0.3s ease;
}

.about-brand-logo:hover img {
    filter: grayscale(0) opacity(1);
    transform: scale(1.05);
}

@keyframes aboutMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* SECCIÓN 6: CUMPLIMIENTO REGULATORIO */
.about-compliance {
    background: #ffffff;
}

.about-compliance__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.about-compliance-card {
    display: flex;
    gap: 20px;
    padding: 30px;
    border-radius: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.about-compliance-card__icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
}

.about-compliance-card__body h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.about-compliance-card__body p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
}

/* SECCIÓN 7: CTA ATENCIÓN CORPORATIVO */
.about-cta-section {
    background: #ffffff;
    border-bottom: none;
    padding-bottom: 120px;
}

.about-cta {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 60px 48px;
    border-radius: 36px;
    background: linear-gradient(135deg, #020617 0%, #0f172a 100%);
    border: 1px solid rgba(14, 165, 233, 0.2);
    box-shadow: 0 25px 60px rgba(2, 6, 23, 0.35);
    text-align: center;
    color: #ffffff;
    overflow: hidden;
}

.about-cta__glow {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
    filter: blur(30px);
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.about-cta h2 {
    position: relative;
    z-index: 1;
    margin: 0 auto 16px;
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 900;
    letter-spacing: -0.03em;
    max-width: 780px;
    line-height: 1.25;
}

.about-cta p {
    position: relative;
    z-index: 1;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 1.7;
    color: #94a3b8;
    max-width: 720px;
}

.about-cta__actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 30px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.about-btn--primary {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.1);
}

.about-btn--primary:hover {
    transform: translateY(-2px);
    background: #0ea5e9;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(14, 165, 233, 0.4);
}

.about-btn--secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.about-btn--secondary:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* ANIMATIONS & INTERACTIVE CLASS */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }

@keyframes aboutFloat {
    0% { transform: translateY(0) scale(1); }
    100% { transform: translateY(-15px) scale(1.03); }
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .about-section {
        padding: 80px 0;
    }
    
    .about-story__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    
    .about-story__content {
        padding-left: 24px;
    }

    .about-ejes__grid,
    .about-values__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .about-mv__grid,
    .about-compliance__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }

    .about-hero {
        padding: 100px 24px 80px;
    }

    .about-hero h1 {
        font-size: 36px;
    }

    .about-hero p {
        font-size: 16px;
    }

    .about-stats {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-ejes__grid,
    .about-values__grid,
    .about-alianzas__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-card {
        padding: 32px;
    }

    .about-cta {
        padding: 44px 24px;
    }

    .about-btn {
        width: 100%;
    }
}