/* ============================================================
   ABOUT.CSS — ProshopGames Sobre Nosotros
   ============================================================ */

.about-page {
    background: #f0f4fa;
    min-height: 100vh;
    padding: 0 0 4rem;
}

/* ---------- Hero ---------- */
.about-hero {
    position: relative;
    width: 100%;
    background: linear-gradient(135deg, #0a1628 0%, #0f2044 60%, #0a1628 100%);
    overflow: hidden;
    padding: 4rem 0 3.5rem;
    margin-bottom: 3rem;
}

.about-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url('/static/img/banner.png');
    background-size: cover;
    background-position: center 25%;
    opacity: 0.12;
    filter: saturate(0.5);
}

.about-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero__eyebrow {
    display: inline-block;
    background: #0070CC;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .35rem .9rem;
    border-radius: 6px;
    margin-bottom: 1.1rem;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeUp .55s ease forwards .1s;
}

.about-hero__title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    color: #fff;
    letter-spacing: -.02em;
    line-height: 1.1;
    margin-bottom: .75rem;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp .55s ease forwards .22s;
}

.about-hero__title span {
    color: #4A90E2;
    -webkit-text-fill-color: #4A90E2 !important;
}

.about-hero__sub {
    color: rgba(255,255,255,.6);
    font-size: 1rem;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(16px);
    animation: fadeUp .55s ease forwards .34s;
}

/* ---------- Stats bar ---------- */
.about-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
    border: 1.5px solid #e8ecf3;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp .6s ease forwards .45s;
}

.about-stat {
    flex: 1;
    min-width: 160px;
    text-align: center;
    padding: 1.8rem 1rem;
    border-right: 1px solid #eef0f4;
    position: relative;
    transition: background .22s ease;
}

.about-stat:last-child { border-right: none; }
.about-stat:hover { background: #f8faff; }

.about-stat__number {
    font-size: 2rem;
    font-weight: 900;
    color: #0070CC;
    line-height: 1;
    margin-bottom: .3rem;
    display: block;
    letter-spacing: -.03em;
}

.about-stat__label {
    font-size: .78rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .06em;
}

/* ---------- Cards de features ---------- */
.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 2.5rem;
}

.about-feature-card {
    background: #fff;
    border-radius: 20px;
    padding: 1.8rem 1.6rem;
    border: 1.5px solid #e8ecf3;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
    display: flex;
    gap: 1.1rem;
    align-items: flex-start;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    opacity: 0;
    transform: translateY(28px);
}

.about-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,.1);
    border-color: #4A90E2;
}

/* Animación escalonada */
.about-feature-card:nth-child(1) { animation: fadeUp .55s ease forwards .5s; }
.about-feature-card:nth-child(2) { animation: fadeUp .55s ease forwards .62s; }
.about-feature-card:nth-child(3) { animation: fadeUp .55s ease forwards .74s; }
.about-feature-card:nth-child(4) { animation: fadeUp .55s ease forwards .86s; }

.about-feature-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #EEF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: background .22s ease, transform .22s ease;
}

.about-feature-card:hover .about-feature-card__icon {
    background: #0070CC;
    transform: scale(1.1) rotate(-4deg);
}

.about-feature-card:hover .about-feature-card__icon i {
    color: #fff !important;
}

.about-feature-card__icon i {
    color: #0070CC;
    transition: color .22s ease;
}

.about-feature-card__body {}

.about-feature-card__title {
    font-size: .95rem;
    font-weight: 800;
    color: #0a0e1a;
    margin-bottom: .4rem;
    background: none !important;
    -webkit-text-fill-color: #0a0e1a !important;
}

.about-feature-card__text {
    font-size: .82rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* ---------- Pagos ---------- */
.about-pagos {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 2.5rem;
    border: 1.5px solid #e8ecf3;
    box-shadow: 0 2px 12px rgba(0,0,0,.04);
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp .55s ease forwards .95s;
}

.about-pagos__title {
    font-size: 1rem;
    font-weight: 800;
    color: #0a0e1a;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: .6rem;
    background: none !important;
    -webkit-text-fill-color: #0a0e1a !important;
}

.about-pagos__title::before {
    content: '';
    width: 4px;
    height: 1.1rem;
    background: #0070CC;
    border-radius: 4px;
    display: inline-block;
}

.about-pagos__grid {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
}

.about-pago-item {
    display: flex;
    align-items: center;
    gap: .55rem;
    background: #f8faff;
    border: 1.5px solid #e8ecf3;
    border-radius: 10px;
    padding: .6rem 1rem;
    font-size: .84rem;
    font-weight: 600;
    color: #374151;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
    cursor: default;
}

.about-pago-item:hover {
    border-color: #0070CC;
    background: #EEF4FF;
    transform: translateY(-2px);
}

.about-pago-item i {
    color: #0070CC;
    font-size: 1rem;
}

/* ---------- Social CTA ---------- */
.about-social {
    background: linear-gradient(135deg, #0a1628 0%, #0f2044 100%);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    animation: fadeUp .55s ease forwards 1.05s;
}

.about-social::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/static/img/banner.png');
    background-size: cover;
    background-position: center;
    opacity: .07;
}

.about-social__content { position: relative; z-index: 1; }

.about-social__title {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: .5rem;
    background: none !important;
    -webkit-text-fill-color: #fff !important;
}

.about-social__sub {
    color: rgba(255,255,255,.55);
    font-size: .88rem;
    margin-bottom: 1.6rem;
}

.about-social__btns {
    display: flex;
    justify-content: center;
    gap: .85rem;
    flex-wrap: wrap;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .75rem 1.6rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: .88rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-social:hover {
    transform: translateY(-3px);
    filter: brightness(1.1);
    text-decoration: none;
}

.btn-social--whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    box-shadow: 0 4px 16px rgba(37,211,102,.35);
}

.btn-social--instagram {
    background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: #fff;
    box-shadow: 0 4px 16px rgba(220,39,67,.35);
}

.btn-social--tiktok {
    background: #fff;
    color: #0a0e1a;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

/* ---------- Keyframes ---------- */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
    .about-hero { padding: 3rem 0 2.5rem; }
    .about-stats { border-radius: 16px; }
    .about-stat { min-width: 130px; padding: 1.4rem .75rem; }
    .about-stat__number { font-size: 1.6rem; }
    .about-pagos { padding: 1.5rem; }
    .about-social { padding: 2rem 1.25rem; }
}

@media (max-width: 480px) {
    .about-features { grid-template-columns: 1fr; }
    .about-stat { padding: 1.2rem .5rem; }
}

.about-page { background: var(--background-color); }
.about-stats { background: var(--card-background); }
.about-stat:hover { background: var(--card-background); }
.about-feature-card { background: var(--card-background); }
.about-pagos { background: var(--card-background); }
.about-pago-item { background: var(--background-color); border-color: var(--border-color); color: var(--text-color); }
.about-pago-item:hover { background: var(--card-background); }
.about-stat__label { color: var(--text-secondary); }
.about-feature-card__text { color: var(--text-secondary); }
.about-feature-card__title { -webkit-text-fill-color: var(--text-color) !important; }
.about-pagos__title { -webkit-text-fill-color: var(--text-color) !important; }