/* Cuadro de Honor de Presidentes */
.honor-intro-grid{max-width:920px;margin:0 auto;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:2.5rem}.honor-medallion{width:150px;height:150px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));color:var(--green-accent);border:8px solid var(--green-light);box-shadow:var(--shadow-lg)}.honor-medallion i{width:64px;height:64px}.honor-intro h2,.honor-cta h2{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2rem);text-transform:uppercase;color:var(--blue-primary);margin-bottom:.8rem}.honor-intro p{color:var(--text-muted);line-height:1.75;margin-bottom:.8rem}.honor-list{list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:900px;margin:0 auto;padding:0}.honor-list li{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);font-family:var(--font-nav);font-size:1rem;font-weight:700;color:var(--text);box-shadow:var(--shadow-sm);transition:var(--transition)}.honor-list li:hover{border-color:var(--green-accent);transform:translateY(-3px);box-shadow:var(--shadow-md)}.honor-number{font-family:var(--font-display);font-size:1.1rem;color:var(--green-dark);padding-right:1rem;border-right:1px solid var(--border)}.honor-cta{max-width:1020px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:2rem 2.25rem;background:linear-gradient(135deg,var(--blue-primary),var(--blue-dark));border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);color:#fff}.honor-cta>i{width:42px;height:42px;color:var(--green-accent)}.honor-cta h2{color:#fff;font-size:1.35rem;margin-bottom:.4rem}.honor-cta p{color:rgba(255,255,255,.8);font-size:.9rem;line-height:1.55;max-width:590px}@media (max-width:720px){.honor-intro-grid{grid-template-columns:1fr;gap:1.5rem}.honor-medallion{width:110px;height:110px}.honor-medallion i{width:48px;height:48px}.honor-list{grid-template-columns:1fr}.honor-cta{grid-template-columns:1fr;padding:1.75rem}.honor-cta .btn{justify-self:start}}@media (max-width:420px){.honor-list li{padding:1rem}.honor-cta .btn{width:100%;justify-content:center}}
