/* =========================================================
   CÍVICA INTEGRA 360 / SMA AMANALCO - PÁGINA CONÓCENOS
   Estilos exclusivos de app/views/conocenos.php.
========================================================= */

.ci360-conocenos {
    background:
        radial-gradient(circle at top left, rgba(14, 165, 166, 0.12), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--sma-humo) 46%, #ffffff 100%);
    overflow: hidden;
}

/* HERO PREMIUM */
.ci360-conocenos-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    padding: 168px 0 98px;
    color: #ffffff;
    background:
        radial-gradient(circle at 16% 18%, rgba(240, 201, 106, 0.22), transparent 26%),
        radial-gradient(circle at 82% 18%, rgba(14, 165, 166, 0.28), transparent 30%),
        linear-gradient(135deg, #07162f 0%, #0b1f3f 44%, #123d6a 100%);
}

.ci360-hero-noise {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
}

.ci360-hero-orbit {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(240, 201, 106, 0.18);
    pointer-events: none;
}

.ci360-hero-orbit-one {
    width: 420px;
    height: 420px;
    right: 6%;
    top: 22%;
    box-shadow: inset 0 0 80px rgba(14, 165, 166, 0.08);
}

.ci360-hero-orbit-two {
    width: 260px;
    height: 260px;
    right: 15%;
    top: 34%;
    border-color: rgba(14, 165, 166, 0.24);
}

.ci360-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 22px;
    font-size: 0.84rem;
    font-weight: 900;
}

.ci360-breadcrumb a {
    color: var(--sma-dorado-claro);
}

.ci360-breadcrumb span {
    color: rgba(255, 255, 255, 0.72);
}

.ci360-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(240, 201, 106, 0.26);
    backdrop-filter: blur(14px);
}

.ci360-kicker::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sma-dorado-claro);
    box-shadow: 0 0 20px rgba(240, 201, 106, 0.8);
}

.ci360-conocenos-hero h1 {
    max-width: 880px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(2.7rem, 5.4vw, 5.4rem);
    font-weight: 950;
    line-height: 0.96;
    letter-spacing: -0.062em;
}

.ci360-hero-lead {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.1rem;
    line-height: 1.82;
}

.ci360-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 34px;
}

.ci360-btn-glass {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.ci360-btn-glass:hover {
    color: var(--sma-azul-profundo);
    background: #ffffff;
    border-color: #ffffff;
}

/* TARJETA DERECHA DEL HERO */
.ci360-command-card {
    position: relative;
    padding: 34px;
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 250, 250, 0.94));
    border: 1px solid rgba(240, 201, 106, 0.28);
    box-shadow:
        0 36px 96px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    color: var(--sma-texto);
    overflow: hidden;
}

.ci360-command-card::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--sma-dorado-claro), #0ea5a6, var(--sma-azul));
}

.ci360-command-card::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 166, 0.20), transparent 70%);
}

.ci360-command-top {
    position: relative;
    z-index: 2;
    margin-bottom: 26px;
}

.ci360-command-top span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--sma-dorado-oscuro);
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ci360-command-top h2 {
    margin: 0 0 12px;
    color: var(--sma-azul-profundo);
    font-size: clamp(2rem, 4vw, 3.1rem);
    font-weight: 950;
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.ci360-command-top p {
    margin: 0;
    color: var(--sma-gris);
    line-height: 1.65;
}

.ci360-command-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ci360-command-item {
    min-height: 132px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: 0 14px 34px rgba(7, 22, 47, 0.06);
}

.ci360-command-item small {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--sma-dorado-oscuro);
    font-weight: 950;
}

.ci360-command-item strong {
    display: block;
    color: var(--sma-azul-profundo);
    font-weight: 950;
    margin-bottom: 6px;
}

.ci360-command-item p {
    margin: 0;
    color: var(--sma-gris);
    font-size: 0.9rem;
    line-height: 1.5;
}

.ci360-command-status {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 20px;
    color: var(--sma-azul-profundo);
    background: rgba(14, 165, 166, 0.10);
    border: 1px solid rgba(14, 165, 166, 0.18);
}

.ci360-command-status span {
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: #0ea5a6;
    box-shadow: 0 0 18px rgba(14, 165, 166, 0.9);
}

.ci360-command-status p {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 850;
    line-height: 1.45;
}

/* SECCIONES */
.ci360-conocenos-section {
    background: linear-gradient(180deg, #ffffff, var(--sma-humo));
}

.ci360-conocenos-alt {
    background:
        radial-gradient(circle at top left, rgba(240, 201, 106, 0.18), transparent 28%),
        linear-gradient(180deg, var(--sma-humo), #ffffff);
}

/* TARJETAS PREMIUM */
.ci360-premium-card {
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 166, 0.10), transparent 30%),
        #ffffff;
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: 0 24px 64px rgba(7, 22, 47, 0.09);
    transition: all 0.28s ease;
    overflow: hidden;
}

.ci360-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(7, 22, 47, 0.15);
}

.ci360-card-number {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-weight: 950;
    background: linear-gradient(135deg, var(--sma-azul-profundo), var(--sma-azul), #0ea5a6);
    box-shadow: 0 16px 34px rgba(7, 22, 47, 0.18);
}

.ci360-premium-card h3 {
    color: var(--sma-azul-profundo);
    font-weight: 950;
    letter-spacing: -0.025em;
}

.ci360-premium-card p {
    color: var(--sma-gris);
    line-height: 1.7;
}

/* =========================================================
   ORGANIGRAMA PREMIUM - INTEGRACIÓN INSTITUCIONAL
========================================================= */

.ci360-orgchart-premium {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 0 0;
}

.ci360-org-node {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 166, 0.13), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 252, 0.96));
    border: 1px solid rgba(31, 63, 115, 0.12);
    box-shadow:
        0 28px 78px rgba(7, 22, 47, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.86);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.ci360-org-node:hover {
    transform: translateY(-8px);
    border-color: rgba(14, 165, 166, 0.32);
    box-shadow:
        0 38px 96px rgba(7, 22, 47, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.ci360-org-node-main {
    max-width: 850px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 26px;
    padding: 38px;
    border-radius: 38px;
    z-index: 3;
}

.ci360-org-node-main::before,
.ci360-org-child::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--sma-dorado-claro), #0ea5a6, var(--sma-azul));
}

.ci360-org-node-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    right: -110px;
    bottom: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 166, 0.22), transparent 70%);
}

.ci360-org-emblem {
    width: 110px;
    height: 110px;
    display: grid;
    place-items: center;
    border-radius: 34px;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 950;
    letter-spacing: 0.04em;
    background:
        radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.30), transparent 28%),
        linear-gradient(135deg, var(--sma-azul-profundo), var(--sma-azul), #0ea5a6);
    box-shadow:
        0 24px 54px rgba(7, 22, 47, 0.24),
        0 0 0 8px rgba(14, 165, 166, 0.08);
    animation: ci360-soft-float 5s ease-in-out infinite;
}

.ci360-org-content {
    position: relative;
    z-index: 2;
}

.ci360-org-node span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--sma-dorado-oscuro);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ci360-org-node h3 {
    margin: 0 0 12px;
    color: var(--sma-azul-profundo);
    font-size: clamp(1.45rem, 2.7vw, 2.35rem);
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.ci360-org-node p {
    margin: 0;
    color: var(--sma-gris);
    line-height: 1.72;
}

/* Líneas del organigrama */
.ci360-org-vertical-line {
    position: relative;
    width: 3px;
    height: 58px;
    margin: 0 auto;
    background: linear-gradient(180deg, #0ea5a6, var(--sma-dorado-claro));
    border-radius: 999px;
    overflow: hidden;
}

.ci360-org-horizontal-line {
    position: relative;
    width: calc(100% - 240px);
    height: 3px;
    margin: 0 auto 34px;
    background: linear-gradient(90deg, transparent, rgba(14, 165, 166, 0.85), var(--sma-dorado-claro), rgba(14, 165, 166, 0.85), transparent);
    border-radius: 999px;
    overflow: hidden;
}

.ci360-org-vertical-line::after,
.ci360-org-horizontal-line::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
    animation: ci360-line-flow 2.8s linear infinite;
}

/* Nodos inferiores */
.ci360-org-children {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ci360-org-child {
    min-height: 340px;
    padding: 32px;
    border-radius: 34px;
}

.ci360-org-child-featured {
    transform: translateY(18px);
    border-color: rgba(240, 201, 106, 0.36);
    background:
        radial-gradient(circle at top right, rgba(240, 201, 106, 0.20), transparent 34%),
        linear-gradient(145deg, #ffffff, #f8fbfc);
}

.ci360-org-child-featured:hover {
    transform: translateY(8px);
}

.ci360-org-child-icon {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 24px;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 950;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.30), transparent 28%),
        linear-gradient(135deg, var(--sma-azul-profundo), #0ea5a6);
    box-shadow: 0 20px 44px rgba(7, 22, 47, 0.18);
}

.ci360-org-child-featured .ci360-org-child-icon {
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.32), transparent 28%),
        linear-gradient(135deg, var(--sma-dorado), var(--sma-azul-profundo));
}

/* Animaciones suaves */
@keyframes ci360-soft-float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@keyframes ci360-line-flow {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

/* Responsive del organigrama */
@media (max-width: 991px) {
    .ci360-org-node-main {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ci360-org-emblem {
        margin: 0 auto;
    }

    .ci360-org-horizontal-line {
        display: none;
    }

    .ci360-org-children {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .ci360-org-child-featured {
        transform: none;
    }

    .ci360-org-child-featured:hover {
        transform: translateY(-8px);
    }
}

@media (max-width: 575px) {
    .ci360-org-node-main,
    .ci360-org-child {
        padding: 24px;
        border-radius: 26px;
    }

    .ci360-org-emblem {
        width: 88px;
        height: 88px;
        border-radius: 28px;
    }

    .ci360-org-child {
        min-height: auto;
    }
}

/* RESPONSIVE EXCLUSIVO DE CONÓCENOS */
@media (max-width: 991px) {
    .ci360-conocenos-hero {
        min-height: auto;
        padding: 138px 0 76px;
        text-align: center;
    }

    .ci360-breadcrumb,
    .ci360-hero-actions {
        justify-content: center;
    }

    .ci360-hero-lead,
    .ci360-conocenos-hero h1 {
        margin-left: auto;
        margin-right: auto;
    }

    .ci360-command-card {
        max-width: 620px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .ci360-conocenos-hero {
        padding: 120px 0 60px;
    }

    .ci360-command-card,
    .ci360-premium-card {
        padding: 24px;
        border-radius: 24px;
    }

    .ci360-command-grid {
        grid-template-columns: 1fr;
    }

    .ci360-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* =========================================================
   TÍTULOS PREMIUM DE SECCIÓN - CONÓCENOS
   Homologa los encabezados internos con apariencia institucional.
========================================================= */

.ci360-conocenos .section-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 11px 18px;
    border-radius: 999px;
    color: var(--sma-azul-profundo);
    background:
        linear-gradient(135deg, rgba(240, 201, 106, 0.30), rgba(14, 165, 166, 0.12));
    border: 1px solid rgba(201, 151, 43, 0.26);
    box-shadow: 0 14px 34px rgba(7, 22, 47, 0.08);
    font-size: clamp(0.95rem, 1.2vw, 1.16rem);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.ci360-conocenos .section-heading span::before,
.ci360-conocenos .section-heading span::after {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--sma-dorado);
    box-shadow: 0 0 18px rgba(201, 151, 43, 0.62);
}

.ci360-conocenos .section-heading h2 {
    color: var(--sma-azul-profundo);
    font-size: clamp(2.1rem, 4.5vw, 4.2rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.055em;
}

.ci360-conocenos .section-heading p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.04rem;
    line-height: 1.75;
}

/* =========================================================
   INTEGRANTES INTEGRADOS EN CONÓCENOS
   Tarjetas institucionales preparadas para futuro CMS.
========================================================= */

.ci360-members-zone {
    background:
        radial-gradient(circle at bottom left, rgba(14, 165, 166, 0.12), transparent 30%),
        linear-gradient(180deg, #ffffff, #fbf6e8);
}

.ci360-members-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ci360-profile-card {
    position: relative;
    height: 100%;
    padding: 30px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(240, 201, 106, 0.24);
    box-shadow: 0 24px 64px rgba(7, 22, 47, 0.09);
    transition: all 0.28s ease;
}

.ci360-profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(7, 22, 47, 0.15);
}

.ci360-profile-top {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 18px;
    align-items: center;
    margin-bottom: 20px;
}

.ci360-profile-avatar {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    border-radius: 28px;
    color: #ffffff;
    font-weight: 950;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.30), transparent 28%),
        linear-gradient(135deg, var(--sma-azul-profundo), var(--sma-azul), #0ea5a6);
    box-shadow: 0 20px 44px rgba(7, 22, 47, 0.20);
}

.ci360-profile-top span {
    display: inline-flex;
    margin-bottom: 8px;
    color: var(--sma-dorado-oscuro);
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.ci360-profile-top h3 {
    margin: 0;
    color: var(--sma-azul-profundo);
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.ci360-profile-representation,
.ci360-profile-description {
    color: var(--sma-gris);
    line-height: 1.72;
}

.ci360-profile-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.ci360-profile-info div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(14, 165, 166, 0.08);
    border: 1px solid rgba(14, 165, 166, 0.10);
}

.ci360-profile-info strong {
    display: block;
    margin-bottom: 6px;
    color: var(--sma-azul-profundo);
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ci360-profile-info p {
    margin: 0;
    color: var(--sma-gris);
    font-size: 0.88rem;
    line-height: 1.4;
}

/* Espaciado más compacto en Conócenos */
.ci360-conocenos .section-padding {
    padding-top: 68px;
    padding-bottom: 68px;
}

@media (max-width: 991px) {
    .ci360-members-grid {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin: 0 auto;
    }

    .ci360-conocenos .section-padding {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

@media (max-width: 575px) {
    .ci360-profile-card {
        padding: 24px;
        border-radius: 24px;
    }

    .ci360-profile-top,
    .ci360-profile-info {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ci360-profile-avatar {
        margin: 0 auto;
    }

    .ci360-conocenos .section-padding {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

/* =========================================================
   AJUSTE FINAL - CONÓCENOS
   Corrige separación entre secciones, fotografías temporales
   y mantiene el hero en su estado premium original.
========================================================= */

/* Mantiene el hero con la altura premium original */
.ci360-conocenos-hero {
    min-height: 720px;
    padding: 168px 0 98px;
}

/* Separación uniforme entre secciones */
.ci360-conocenos .section-padding {
    padding-top: 76px;
    padding-bottom: 76px;
}

.ci360-conocenos .section-heading {
    margin-bottom: 44px;
}

/* Separación equilibrada entre comités */
.ci360-committee-block + .ci360-committee-block {
    margin-top: 72px;
}

/* Ajuste visual para que cada bloque de comité respire */
.ci360-committee-block {
    position: relative;
}

/* Fotografías temporales compactas */
.ci360-profile-photo {
    position: relative;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.42), transparent 28%),
        linear-gradient(135deg, rgba(18, 61, 106, 0.12), rgba(14, 165, 166, 0.18));
    border: 1px solid rgba(14, 165, 166, 0.16);
    overflow: hidden;
}

.ci360-profile-photo::after {
    content: "";
}

.ci360-profile-photo svg {
    width: 46px;
    height: 46px;
    color: var(--sma-azul-profundo);
    opacity: 0.66;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Tarjetas de integrantes más proporcionadas */
.ci360-profile-card {
    padding: 24px;
    border-radius: 28px;
}

.ci360-profile-top {
    grid-template-columns: 60px 1fr;
    gap: 14px;
    margin-bottom: 16px;
}

.ci360-profile-avatar {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    font-size: 0.82rem;
}

.ci360-profile-top h3 {
    font-size: 1.08rem;
}

.ci360-profile-representation,
.ci360-profile-description {
    font-size: 0.92rem;
    line-height: 1.6;
}

.ci360-profile-info {
    margin: 16px 0;
}

/* Responsive */
@media (max-width: 991px) {
    .ci360-conocenos-hero {
        min-height: auto;
        padding: 138px 0 76px;
    }

    .ci360-conocenos .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ci360-committee-block + .ci360-committee-block {
        margin-top: 56px;
    }
}

@media (max-width: 575px) {
    .ci360-conocenos-hero {
        padding: 120px 0 60px;
    }

    .ci360-conocenos .section-padding {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .ci360-committee-block + .ci360-committee-block {
        margin-top: 44px;
    }

    .ci360-profile-photo {
        width: 92px;
        height: 92px;
        border-radius: 28px;
    }

    .ci360-profile-photo svg {
        width: 42px;
        height: 42px;
    }
}



/* =========================================================
   AJUSTE PUNTUAL - CONÓCENOS
   Centrado CSM y ajuste vertical de secciones específicas.
========================================================= */

/* ---------------------------------------------------------
   Centrar los 2 integrantes finales de la Comisión de Selección
   En escritorio: 3 arriba y 2 centrados abajo.
--------------------------------------------------------- */
#integrantes-csm .ci360-members-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

#integrantes-csm .ci360-profile-card {
    grid-column: span 2;
}

#integrantes-csm .ci360-profile-card:nth-last-child(2) {
    grid-column: 2 / span 2;
}

#integrantes-csm .ci360-profile-card:nth-last-child(1) {
    grid-column: 4 / span 2;
}

/* ---------------------------------------------------------
   Recorrer ligeramente hacia arriba secciones específicas.
--------------------------------------------------------- */
#ci360-que-es {
    padding-top: 46px !important;
}

#ci360-integracion {
    padding-top: 48px !important;
}

#ci360-integrantes {
    padding-top: 50px !important;
}

/* Ajuste del primer bloque: Comité Coordinador Municipal */
#integrantes-ccm {
    margin-top: -6px;
}

/* Mantener separación razonable entre comités */
.ci360-committee-block + .ci360-committee-block {
    margin-top: 58px !important;
}

/* Responsive: en tablet y móvil vuelve a una sola columna */
@media (max-width: 991px) {
    #integrantes-csm .ci360-members-grid {
        grid-template-columns: 1fr;
    }

    #integrantes-csm .ci360-profile-card,
    #integrantes-csm .ci360-profile-card:nth-last-child(2),
    #integrantes-csm .ci360-profile-card:nth-last-child(1) {
        grid-column: auto;
    }

    #ci360-que-es,
    #ci360-integracion,
    #ci360-integrantes {
        padding-top: 42px !important;
    }

    #integrantes-ccm {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    #ci360-que-es,
    #ci360-integracion,
    #ci360-integrantes {
        padding-top: 36px !important;
    }

    .ci360-committee-block + .ci360-committee-block {
        margin-top: 44px !important;
    }
}