/* =========================================================
   CÍVICA INTEGRA 360 / SMA AMANALCO - PROGRAMA Y RESULTADOS
   Estilos exclusivos de app/views/programa-resultados.php.
   Diseño institucional, responsive, ciudadano y preparado para CMS.
========================================================= */

.ci360-programa {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 8%, rgba(240, 201, 106, 0.12), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(14, 165, 166, 0.11), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f5f8fc 46%, #ffffff 100%);
}

/* =========================================================
   HERO PREMIUM COMPACTO
========================================================= */

.ci360-programa-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    padding: 152px 0 82px;
    color: #ffffff;
    background:
        radial-gradient(circle at 14% 20%, rgba(240, 201, 106, 0.22), transparent 25%),
        radial-gradient(circle at 86% 18%, rgba(14, 165, 166, 0.26), transparent 32%),
        linear-gradient(135deg, #07162f 0%, #102a50 48%, #0f4f66 100%);
    isolation: isolate;
}

.ci360-programa-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    z-index: -2;
    height: 150px;
    background: linear-gradient(180deg, transparent 0%, rgba(245, 248, 252, 0.96) 100%);
    pointer-events: none;
}

.ci360-programa-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -4;
    opacity: 0.20;
    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: 48px 48px;
    mask-image: linear-gradient(to bottom, #000 42%, transparent 100%);
}

.ci360-programa-orb {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.ci360-programa-orb-one {
    width: 370px;
    height: 370px;
    right: 7%;
    top: 18%;
    border: 1px solid rgba(240, 201, 106, 0.20);
    box-shadow: inset 0 0 90px rgba(14, 165, 166, 0.08);
}

.ci360-programa-orb-two {
    width: 220px;
    height: 220px;
    right: 18%;
    top: 39%;
    border: 1px solid rgba(255, 255, 255, 0.20);
}

/* Ruta de navegación */
.ci360-programa-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.84rem;
    font-weight: 900;
}

.ci360-programa-breadcrumb a {
    color: var(--sma-dorado-claro);
    transition: var(--sma-transicion);
}

.ci360-programa-breadcrumb a:hover {
    color: #ffffff;
}

.ci360-programa-breadcrumb span {
    color: rgba(255, 255, 255, 0.72);
}

/* Etiquetas */
.ci360-programa-kicker,
.ci360-programa-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ci360-programa-kicker {
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(240, 201, 106, 0.26);
    backdrop-filter: blur(14px);
}

.ci360-programa-kicker::before,
.ci360-programa-section-tag::before {
    content: "";
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--sma-dorado-claro);
    box-shadow: 0 0 20px rgba(240, 201, 106, 0.78);
}

.ci360-programa-hero h1 {
    max-width: 920px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(2.45rem, 5vw, 4.95rem);
    font-weight: 950;
    line-height: 0.99;
    letter-spacing: -0.058em;
}

.ci360-programa-lead {
    max-width: 780px;
    margin: 0;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1.06rem;
    line-height: 1.78;
}

.ci360-programa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.ci360-programa-btn-glass {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
}

.ci360-programa-btn-glass:hover {
    color: var(--sma-azul-profundo);
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-3px);
}

/* =========================================================
   PANEL DERECHO DEL HERO
========================================================= */

.ci360-programa-panel {
    position: relative;
    padding: 32px;
    border-radius: 34px;
    color: var(--sma-texto);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), 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.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.94);
    overflow: hidden;
}

.ci360-programa-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 8px;
    background: linear-gradient(90deg, var(--sma-dorado-claro), #0ea5a6, #1f6f8d);
}

.ci360-programa-panel::after {
    content: "";
    position: absolute;
    right: -60px;
    bottom: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 166, 0.18), transparent 70%);
    pointer-events: none;
}

.ci360-programa-panel > span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--sma-dorado-oscuro);
    font-size: 0.74rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ci360-programa-panel h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: var(--sma-azul-profundo);
    font-size: clamp(1.8rem, 3.4vw, 2.65rem);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.052em;
}

.ci360-programa-panel p {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    color: var(--sma-gris);
    line-height: 1.68;
}

.ci360-programa-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.ci360-programa-stats div {
    min-height: 112px;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(31, 63, 115, 0.10);
}

.ci360-programa-stats strong {
    display: block;
    margin-bottom: 4px;
    color: var(--sma-azul-profundo);
    font-size: 1.8rem;
    font-weight: 950;
    line-height: 1;
}

.ci360-programa-stats span {
    color: var(--sma-gris);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
}

/* =========================================================
   INTRODUCCIÓN
========================================================= */

.ci360-programa-intro {
    position: relative;
    padding: 70px 0 42px;
}

.ci360-programa-section-tag {
    margin-bottom: 18px;
    color: var(--sma-azul-profundo);
    background: rgba(14, 165, 166, 0.08);
    border: 1px solid rgba(14, 165, 166, 0.16);
}

.ci360-programa-intro h2,
.ci360-programa-section-head h2,
.ci360-programa-cms h2 {
    margin: 0 0 16px;
    color: var(--sma-azul-profundo);
    font-size: clamp(2rem, 4vw, 3.55rem);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -0.054em;
}

.ci360-programa-intro p,
.ci360-programa-section-head p,
.ci360-programa-cms p {
    margin: 0;
    color: var(--sma-gris);
    font-size: 1rem;
    line-height: 1.78;
}

.ci360-programa-alert {
    position: relative;
    padding: 26px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(239, 250, 250, 0.84));
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: var(--sma-sombra-suave);
    overflow: hidden;
}

.ci360-programa-alert::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    bottom: 22px;
    width: 5px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0ea5a6, var(--sma-dorado-claro));
}

.ci360-programa-alert strong {
    display: block;
    margin-bottom: 8px;
    color: var(--sma-azul-profundo);
    font-size: 1.06rem;
    font-weight: 950;
}

.ci360-programa-alert p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--sma-gris);
    line-height: 1.7;
}

/* =========================================================
   ENCABEZADOS DE SECCIÓN
========================================================= */

.ci360-programa-section-head {
    max-width: 880px;
    margin: 0 auto 42px;
    text-align: center;
}

.ci360-programa-section-head .ci360-programa-section-tag {
    justify-content: center;
}

/* =========================================================
   DOCUMENTO RECTOR DEL PAT
========================================================= */

.ci360-programa-documento {
    position: relative;
    padding: 44px 0 76px;
}

.ci360-programa-documento-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 340px;
    gap: 34px;
    align-items: center;
    padding: 34px;
    border-radius: 36px;
    background:
        radial-gradient(circle at top right, rgba(240, 201, 106, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.94));
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow:
        0 28px 78px rgba(7, 22, 47, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.ci360-programa-documento-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 8px;
    background: linear-gradient(180deg, var(--sma-dorado-claro), #0ea5a6, var(--sma-azul));
}

.ci360-programa-documento-content {
    position: relative;
    z-index: 2;
}

.ci360-programa-documento-content h2 {
    margin: 0 0 16px;
    color: var(--sma-azul-profundo);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: -0.054em;
}

.ci360-programa-documento-content p {
    max-width: 820px;
    margin: 0;
    color: var(--sma-gris);
    font-size: 1rem;
    line-height: 1.78;
}

.ci360-programa-documento-meta {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.ci360-programa-documento-meta div {
    padding: 15px;
    border-radius: 18px;
    background: rgba(244, 247, 251, 0.94);
    border: 1px solid rgba(31, 63, 115, 0.08);
}

.ci360-programa-documento-meta span {
    display: block;
    margin-bottom: 6px;
    color: var(--sma-gris);
    font-size: 0.72rem;
    font-weight: 850;
}

.ci360-programa-documento-meta strong {
    display: block;
    color: var(--sma-azul-profundo);
    font-size: 0.86rem;
    font-weight: 950;
    line-height: 1.32;
}

.ci360-programa-documento-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.ci360-programa-link-primary,
.ci360-programa-link-secondary,
.ci360-programa-link-muted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 900;
    transition: var(--sma-transicion);
}

.ci360-programa-link-primary {
    color: var(--sma-azul-profundo);
    background: linear-gradient(135deg, var(--sma-dorado-claro), var(--sma-dorado));
    box-shadow: 0 12px 28px rgba(215, 168, 63, 0.22);
}

.ci360-programa-link-primary:hover {
    color: var(--sma-azul-profundo);
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(215, 168, 63, 0.30);
}

.ci360-programa-link-secondary {
    color: var(--sma-azul-profundo);
    background: rgba(14, 165, 166, 0.10);
    border: 1px solid rgba(14, 165, 166, 0.16);
}

.ci360-programa-link-secondary:hover {
    color: #ffffff;
    background: var(--sma-azul);
}

.ci360-programa-link-muted {
    color: rgba(104, 115, 133, 0.78);
    background: rgba(104, 115, 133, 0.08);
    border: 1px dashed rgba(104, 115, 133, 0.22);
}

.ci360-programa-documento-visual {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.ci360-programa-document {
    position: relative;
    width: 240px;
    min-height: 315px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
    border-radius: 26px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.18), transparent 34%),
        linear-gradient(160deg, #07162f 0%, #0f4f66 62%, #b98222 100%);
    box-shadow:
        0 30px 70px rgba(7, 22, 47, 0.30),
        inset 0 1px 0 rgba(255, 255, 255, 0.30);
    overflow: hidden;
}

.ci360-programa-document::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 56px solid rgba(255, 255, 255, 0.22);
    border-left: 56px solid transparent;
}

.ci360-programa-document span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    background: linear-gradient(180deg, var(--sma-dorado-claro), #0ea5a6);
}

.ci360-programa-document strong {
    display: block;
    font-size: 3.4rem;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.07em;
}

.ci360-programa-document small {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    font-weight: 900;
}


/* =========================================================
   EJES ESTRATÉGICOS
========================================================= */

.ci360-programa-ejes {
    position: relative;
    padding: 58px 0 84px;
}

.ci360-programa-ejes-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.ci360-programa-eje-card {
    position: relative;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(240, 201, 106, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 253, 0.94));
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: 0 20px 54px rgba(7, 22, 47, 0.09);
    overflow: hidden;
    transition: var(--sma-transicion);
}

.ci360-programa-eje-card::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 7px;
    background: linear-gradient(90deg, var(--sma-dorado-claro), #0ea5a6, var(--sma-azul));
}

.ci360-programa-eje-card::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -54px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(14, 165, 166, 0.14), transparent 70%);
    pointer-events: none;
}

.ci360-programa-eje-card:hover {
    transform: translateY(-7px);
    border-color: rgba(14, 165, 166, 0.22);
    box-shadow: 0 30px 80px rgba(7, 22, 47, 0.14);
}

.ci360-programa-eje-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 18px;
}

.ci360-programa-eje-top span,
.ci360-programa-eje-top strong {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ci360-programa-eje-top span {
    color: var(--sma-azul-profundo);
    background: rgba(14, 165, 166, 0.10);
    border: 1px solid rgba(14, 165, 166, 0.15);
}

.ci360-programa-eje-top strong {
    color: var(--sma-dorado-oscuro);
    text-align: right;
    background: rgba(240, 201, 106, 0.18);
    border: 1px solid rgba(215, 168, 63, 0.20);
}

.ci360-programa-eje-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: var(--sma-azul-profundo);
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.ci360-programa-eje-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    color: var(--sma-gris);
    line-height: 1.66;
}

.ci360-programa-progress {
    position: relative;
    z-index: 2;
    margin-top: auto;
}

.ci360-programa-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
}

.ci360-programa-progress-head span {
    color: var(--sma-gris);
    font-size: 0.76rem;
    font-weight: 850;
}

.ci360-programa-progress-head strong {
    color: var(--sma-azul-profundo);
    font-size: 0.92rem;
    font-weight: 950;
}

.ci360-programa-progress-bar {
    position: relative;
    height: 10px;
    border-radius: 999px;
    background: rgba(31, 63, 115, 0.10);
    overflow: hidden;
}

.ci360-programa-progress-bar span {
    display: block;
    height: 100%;
    min-width: 8px;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--sma-dorado-claro), #0ea5a6);
}

/* =========================================================
   ACTIVIDADES Y RESULTADOS
========================================================= */

.ci360-programa-actividades {
    position: relative;
    padding: 78px 0 88px;
    background:
        radial-gradient(circle at 12% 8%, rgba(240, 201, 106, 0.13), transparent 28%),
        radial-gradient(circle at 90% 22%, rgba(14, 165, 166, 0.12), transparent 32%),
        linear-gradient(180deg, #ffffff 0%, #f6f9fc 48%, #ffffff 100%);
}

.ci360-programa-activity-list {
    display: grid;
    gap: 18px;
}

.ci360-programa-activity-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
    padding: 24px;
    border-radius: 30px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 253, 0.94));
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: 0 20px 54px rgba(7, 22, 47, 0.08);
    overflow: hidden;
    transition: var(--sma-transicion);
}

.ci360-programa-activity-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 7px;
    background: linear-gradient(180deg, var(--sma-dorado-claro), #0ea5a6, var(--sma-azul));
}

.ci360-programa-activity-card:hover {
    transform: translateY(-5px);
    border-color: rgba(14, 165, 166, 0.22);
    box-shadow: 0 30px 78px rgba(7, 22, 47, 0.13);
}

.ci360-programa-activity-main {
    position: relative;
    z-index: 2;
}

.ci360-programa-activity-main > span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    color: var(--sma-azul-profundo);
    background: rgba(14, 165, 166, 0.10);
    border: 1px solid rgba(14, 165, 166, 0.15);
    font-size: 0.68rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.ci360-programa-activity-main h3 {
    margin: 0 0 12px;
    color: var(--sma-azul-profundo);
    font-size: clamp(1.18rem, 2vw, 1.55rem);
    font-weight: 950;
    line-height: 1.14;
    letter-spacing: -0.035em;
}

.ci360-programa-activity-goal {
    margin-top: 18px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(14, 165, 166, 0.08);
    border: 1px solid rgba(14, 165, 166, 0.14);
}

.ci360-programa-activity-goal span {
    display: block;
    margin-bottom: 7px;
    color: var(--sma-dorado-oscuro);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.ci360-programa-activity-goal strong {
    display: block;
    color: var(--sma-azul-profundo);
    font-size: 0.9rem;
    font-weight: 900;
    line-height: 1.48;
}

.ci360-programa-activity-evidence {
    grid-column: 1 / -1;
}


.ci360-programa-activity-main p {
    margin: 0;
    color: var(--sma-gris);
    line-height: 1.68;
}

.ci360-programa-activity-meta {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ci360-programa-activity-meta div {
    padding: 14px;
    border-radius: 18px;
    background: rgba(244, 247, 251, 0.94);
    border: 1px solid rgba(31, 63, 115, 0.08);
}

.ci360-programa-activity-meta span {
    display: block;
    margin-bottom: 6px;
    color: var(--sma-gris);
    font-size: 0.72rem;
    font-weight: 850;
}

.ci360-programa-activity-meta strong {
    display: block;
    color: var(--sma-azul-profundo);
    font-size: 0.86rem;
    font-weight: 950;
    line-height: 1.32;
}

/* =========================================================
   PREPARACIÓN CMS
========================================================= */

.ci360-programa-cms {
    position: relative;
    padding: 76px 0 92px;
    background:
        radial-gradient(circle at top right, rgba(240, 201, 106, 0.16), transparent 30%),
        linear-gradient(135deg, #f7fbff 0%, #ffffff 58%, #eefafa 100%);
}

.ci360-programa-cms-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.ci360-programa-cms-grid div {
    position: relative;
    padding: 20px 20px 20px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(31, 63, 115, 0.10);
    box-shadow: 0 16px 42px rgba(7, 22, 47, 0.07);
    overflow: hidden;
}

.ci360-programa-cms-grid div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 0 999px 999px 0;
    background: linear-gradient(180deg, #0ea5a6, var(--sma-dorado-claro));
}

.ci360-programa-cms-grid strong {
    display: block;
    margin-bottom: 7px;
    color: var(--sma-azul-profundo);
    font-size: 1rem;
    font-weight: 950;
}

.ci360-programa-cms-grid span {
    display: block;
    color: var(--sma-gris);
    line-height: 1.55;
}

/* =========================================================
   ACCESIBILIDAD
========================================================= */

.ci360-programa a:focus-visible,
.ci360-programa button:focus-visible {
    outline: 3px solid rgba(240, 201, 106, 0.75);
    outline-offset: 4px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199.98px) {
    .ci360-programa-ejes-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ci360-programa-hero {
        min-height: 620px;
    }
}

@media (max-width: 991.98px) {
    .ci360-programa-hero {
        min-height: auto;
        padding: 138px 0 74px;
    }

    .ci360-programa-panel {
        margin-top: 8px;
    }

    .ci360-programa-intro {
        padding-top: 54px;
    }

    .ci360-programa-documento-card,
    .ci360-programa-activity-card {
        grid-template-columns: 1fr;
    }

    .ci360-programa-documento-visual {
        order: -1;
    }

    .ci360-programa-documento-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ci360-programa-cms-grid {
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .ci360-programa-hero {
        padding: 124px 0 62px;
    }

    .ci360-programa-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.45rem);
        letter-spacing: -0.052em;
    }

    .ci360-programa-lead {
        font-size: 1rem;
        line-height: 1.68;
    }

    .ci360-programa-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ci360-programa-actions .btn {
        width: 100%;
    }

    .ci360-programa-panel,
    .ci360-programa-alert,
    .ci360-programa-eje-card,
    .ci360-programa-activity-card {
        border-radius: 26px;
    }

    .ci360-programa-stats,
    .ci360-programa-documento-meta,
    .ci360-programa-activity-meta,
    .ci360-programa-cms-grid {
        grid-template-columns: 1fr;
    }

    .ci360-programa-stats div {
        min-height: auto;
    }

    .ci360-programa-ejes-grid {
        grid-template-columns: 1fr;
    }

    .ci360-programa-documento,
    .ci360-programa-ejes,
    .ci360-programa-actividades,
    .ci360-programa-cms {
        padding-top: 58px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575.98px) {
    .ci360-programa-hero {
        padding-top: 112px;
    }

    .ci360-programa-breadcrumb {
        font-size: 0.78rem;
    }

    .ci360-programa-kicker,
    .ci360-programa-section-tag {
        padding: 8px 12px;
        font-size: 0.68rem;
        letter-spacing: 0.09em;
    }

    .ci360-programa-panel,
    .ci360-programa-alert,
    .ci360-programa-documento-card,
    .ci360-programa-eje-card,
    .ci360-programa-activity-card {
        padding: 22px;
    }

    .ci360-programa-document {
        width: 100%;
        max-width: 230px;
        min-height: 290px;
    }

    .ci360-programa-documento-actions .ci360-programa-link-primary,
    .ci360-programa-documento-actions .ci360-programa-link-secondary,
    .ci360-programa-documento-actions .ci360-programa-link-muted {
        width: 100%;
    }

    .ci360-programa-panel h2 {
        font-size: 1.82rem;
    }

    .ci360-programa-eje-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .ci360-programa-eje-top strong {
        text-align: left;
    }

    .ci360-programa-activity-meta div {
        padding: 13px;
    }
}