.institution-page {
    max-width: 56rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

.inst-back-link {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #C8102E;
    text-decoration: none;
}

.inst-back-link:hover { text-decoration: underline; }

.inst-hero {
    margin-bottom: 3rem;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #1A5C4A 0%, #0f3d32 100%);
    color: #fff;
}

.inst-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.85;
    margin-bottom: 0.5rem;
}

.inst-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.75rem;
}

.inst-tagline {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    color: #fde68a;
}

.inst-sub {
    font-size: 0.9rem;
    opacity: 0.9;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.inst-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.inst-hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.15s, opacity 0.15s;
}

.inst-hero-btn:hover { transform: translateY(-1px); }

.inst-hero-btn--primary {
    background: #C8102E;
    color: #fff;
}

.inst-hero-btn--outline {
    background: rgba(255,255,255,0.12);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.35);
}

.inst-section {
    margin-bottom: 3rem;
}

.inst-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1A5C4A;
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #C8102E;
    display: inline-block;
}

.inst-lead {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #374151;
}

.inst-mvv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.inst-mvv-card {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.inst-mvv-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.inst-mvv-card--mission h3 { color: #C8102E; }
.inst-mvv-card--vision h3 { color: #1A5C4A; }
.inst-mvv-card--values h3 { color: #b45309; }

.inst-mvv-card p {
    font-size: 0.95rem;
    line-height: 1.65;
    color: #4b5563;
}

.inst-values {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.inst-value-chip {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 0.85rem;
    font-weight: 700;
}

.inst-pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.inst-pillar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.inst-pillar i { font-size: 1.75rem; }
.inst-pillar--red { background: linear-gradient(135deg, #C8102E, #991b1b); }
.inst-pillar--green { background: linear-gradient(135deg, #1A5C4A, #14503f); }
.inst-pillar--yellow { background: linear-gradient(135deg, #d97706, #b45309); }
.inst-pillar--dark { background: linear-gradient(135deg, #374151, #1f2937); }

.inst-areas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
}

.inst-area-card {
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.inst-area-card h3 {
    font-size: 0.95rem;
    font-weight: 800;
    color: #1A5C4A;
    margin-bottom: 0.75rem;
}

.inst-area-card ul {
    list-style: disc;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #4b5563;
}

.inst-timeline {
    position: relative;
    padding-left: 1.5rem;
    border-left: 3px solid #C8102E;
}

.inst-timeline-item {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.inst-timeline-item::before {
    content: '';
    position: absolute;
    left: -1.85rem;
    top: 0.35rem;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #C8102E;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #C8102E;
}

.inst-timeline-year {
    font-size: 1.25rem;
    font-weight: 800;
    color: #C8102E;
    margin-bottom: 0.5rem;
}

.inst-timeline-body ul {
    list-style: none;
    padding: 0;
}

.inst-timeline-body li {
    position: relative;
    padding: 0.4rem 0 0.4rem 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #374151;
    border-bottom: 1px solid #f3f4f6;
}

.inst-timeline-body li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #1A5C4A;
    font-weight: 700;
}

.inst-provinces {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.inst-province-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    background: #ecfdf5;
    color: #1A5C4A;
    font-weight: 700;
    font-size: 0.9rem;
}

.inst-province-chip i { color: #C8102E; }

.inst-cta {
    margin-top: 2rem;
    padding: 2rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #C8102E 0%, #991b1b 100%);
    color: #fff;
    text-align: center;
}

.inst-cta h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.inst-cta p {
    opacity: 0.9;
    margin-bottom: 1.25rem;
    line-height: 1.6;
}

.inst-empty {
    color: #6b7280;
    font-style: italic;
}

.inst-values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
    gap: 0.75rem;
}

.inst-value-card {
    padding: 0.75rem 1rem;
    background: #fffbeb;
    border-radius: 0.5rem;
    border-left: 3px solid #f59e0b;
}

.inst-value-card strong {
    display: block;
    font-size: 0.85rem;
    color: #92400e;
    margin-bottom: 0.25rem;
}

.inst-value-card p {
    font-size: 0.8rem;
    color: #4b5563;
    line-height: 1.45;
    margin: 0;
}

.inst-list {
    margin: 0.75rem 0 0;
    padding-left: 1.25rem;
    color: #374151;
    line-height: 1.7;
}

.inst-list li { margin-bottom: 0.35rem; }

.inst-section--governance .inst-section-title {
    margin-bottom: 0.5rem;
}

.inst-gov-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
    align-items: start;
}

.inst-gov-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    height: 100%;
}

.inst-gov-card-header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, #1A5C4A 0%, #14503f 100%);
    color: #fff;
}

.inst-gov-card-header i {
    font-size: 1.1rem;
    opacity: 0.9;
}

.inst-gov-card-header h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.inst-gov-members {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inst-gov-member {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 0.5rem;
    padding: 0.65rem 1.15rem;
    border-bottom: 1px solid #f3f4f6;
    font-size: 0.85rem;
}

.inst-gov-member:last-child {
    border-bottom: none;
}

.inst-gov-role {
    color: #6b7280;
    font-weight: 600;
}

.inst-gov-name {
    color: #111827;
    font-weight: 700;
    text-align: right;
}

.inst-data-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.inst-data-card {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.1rem 1.25rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    border-left: 4px solid #1A5C4A;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.inst-data-label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.inst-data-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1A5C4A;
    line-height: 1.4;
}

.inst-milestones {
    position: relative;
    margin-top: 1.5rem;
    padding-left: 0.5rem;
}

.inst-milestones::before {
    content: '';
    position: absolute;
    left: 1.15rem;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
    background: linear-gradient(to bottom, #C8102E, #1A5C4A);
    border-radius: 2px;
}

.inst-milestone {
    position: relative;
    display: flex;
    gap: 1.25rem;
    margin-bottom: 1.75rem;
    padding-left: 2.5rem;
}

.inst-milestone-marker {
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #C8102E;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.8rem;
    color: #C8102E;
    z-index: 1;
    box-shadow: 0 0 0 4px #fef2f2;
}

.inst-milestone--current .inst-milestone-marker {
    background: #C8102E;
    color: #fff;
    border-color: #C8102E;
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.15);
}

.inst-milestone-body {
    flex: 1;
    padding: 0.85rem 1.1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.65rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.inst-milestone--current .inst-milestone-body {
    border-color: #fecaca;
    background: #fffbfb;
}

.inst-milestone-period {
    display: block;
    font-size: 0.95rem;
    font-weight: 800;
    color: #C8102E;
    margin-bottom: 0.35rem;
}

.inst-milestone-text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #374151;
}

.inst-section--mvv .inst-mvv-card {
    max-width: 42rem;
}

@media (max-width: 640px) {
    .institution-page { padding: 2rem 1rem 3rem; }
    .inst-title { font-size: 1.75rem; }
    .inst-hero { padding: 1.75rem 1.25rem; }
}
