/* ============================================================
   TUOI — Quiénes somos (página completa)
   ============================================================ */

.qs-page {
    padding: 5rem 0 6rem;
    border-top: 1px solid rgba(42, 44, 41, 0.08);
}

.qs-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5rem;
    max-width: 1100px;
    margin: 0 auto 7rem;
    padding: 0 5%;
}

.qs-section > .qs-text,
.qs-section > .qs-img { flex: 1; }

.qs-section--reverse { flex-direction: row-reverse; }

.qs-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.10);
}

.qs-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

.qs-text .section-label {
    color: var(--naranja);
    margin-bottom: 0.75rem;
    display: block;
}

.qs-text h2 {
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.25;
    margin-bottom: 1.25rem;
    color: var(--texto-oscuro);
}

.qs-text p {
    font-size: 1rem;
    line-height: 1.85;
    color: #4a4c49;
    margin-bottom: 1.1rem;
    text-align: justify;
}

.qs-list {
    list-style: none;
    margin: 0.5rem 0 1.25rem;
}

.qs-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    font-size: 0.95rem;
    color: #333;
}

.qs-list li:last-child { border-bottom: none; }

.qs-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--naranja);
    margin-top: 0.45rem;
    flex-shrink: 0;
}

.qs-cierre {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 5%;
}

.qs-cierre p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4c49;
    margin-bottom: 2rem;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 768px) {
    .qs-section,
    .qs-section--reverse { flex-direction: column; gap: 2rem; margin-bottom: 4rem; }
    .qs-img img          { height: 280px; }
}
