/* mb-acerca.css — Acerca de MataderosBarrial */

.mb-acerca { background: #ffffff; }

.acerca-hero {
    padding: 58px 0 46px;
    background: radial-gradient(circle at top left, rgba(0,168,150,.10), transparent 34%), linear-gradient(180deg, #ffffff 0%, #f7faf9 100%);
    border-bottom: 1px solid rgba(0,0,0,.06);
    text-align: center;
}

.acerca-kicker {
    display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px;
    padding: 6px 14px; border-radius: 999px; background: rgba(0,168,150,.10);
    color: #007f71; font-size: .82rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
}

.acerca-hero h1 {
    margin: 0; color: #111827; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: 1.08; font-weight: 850;
}

.acerca-lead {
    max-width: 760px; margin: 18px auto 0; color: #4b5563; font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.75;
}

.acerca-section { padding: 58px 0; }

.acerca-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 44px; align-items: start; }

.acerca-texto h2, .acerca-comunidad h2, .section-title-acerca h2 {
    color: #111827; font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1.15; margin-bottom: 18px;
}

.acerca-texto p, .acerca-comunidad p { color: #374151; font-size: 1.04rem; line-height: 1.82; margin-bottom: 18px; }

.acerca-cita {
    margin: 30px 0; padding: 24px 26px; border-left: 5px solid #00a896; border-radius: 0 18px 18px 0;
    background: #f1fbf8; color: #1f2937; font-size: 1.05rem; line-height: 1.75; font-style: italic;
    box-shadow: 0 10px 24px rgba(0,0,0,.05);
}

.acerca-lateral { position: sticky; top: 96px; }

.acerca-sello { padding: 28px; border-radius: 24px; background: #111827; color: #ffffff; box-shadow: 0 18px 45px rgba(17,24,39,.18); }

.acerca-sello-icon {
    width: 66px; height: 66px; display: grid; place-items: center; border-radius: 18px;
    background: rgba(255,255,255,.10); font-size: 2rem; margin-bottom: 18px;
}

.acerca-sello h3 { font-size: 1.25rem; margin-bottom: 10px; }
.acerca-sello p { color: rgba(255,255,255,.78); line-height: 1.7; margin: 0; }

.acerca-valores { padding: 58px 0; background: #f8faf9; border-top: 1px solid rgba(0,0,0,.05); border-bottom: 1px solid rgba(0,0,0,.05); }

.section-title-acerca { text-align: center; max-width: 760px; margin: 0 auto 34px; }
.section-title-acerca p { color: #6b7280; font-size: 1.05rem; line-height: 1.65; }

.valores-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }

.valor-card {
    padding: 24px; border-radius: 22px; background: #ffffff; border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 12px 26px rgba(0,0,0,.05); transition: transform .18s ease, box-shadow .18s ease;
}
.valor-card:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(0,0,0,.09); }

.valor-icon {
    width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px;
    background: rgba(0,168,150,.10); font-size: 1.7rem; margin-bottom: 16px;
}
.valor-card h3 { color: #111827; font-size: 1.12rem; margin-bottom: 8px; }
.valor-card p { color: #4b5563; line-height: 1.65; margin: 0; }

.acerca-comunidad { padding: 58px 0 70px; }

.acerca-comunidad-card {
    padding: 38px; border-radius: 26px; background: linear-gradient(135deg, rgba(0,168,150,.10), rgba(255,255,255,1)), #ffffff;
    border: 1px solid rgba(0,168,150,.16); box-shadow: 0 18px 44px rgba(0,0,0,.07); text-align: center;
}
.acerca-comunidad-card p { max-width: 780px; margin-left: auto; margin-right: auto; }
.acerca-actions { margin-top: 26px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

@media (max-width: 900px) {
    .acerca-layout { grid-template-columns: 1fr; }
    .acerca-lateral { position: static; }
    .valores-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .valores-grid { grid-template-columns: 1fr; }
    .acerca-comunidad-card { padding: 28px 20px; }
    .acerca-actions .btn { width: 100%; }
}
