.prog-list-section{padding:var(--space-page-top) var(--space-x) var(--space-section-y);background:var(--bg-main)}.prog-list-header{margin:0 auto 3.5rem;max-width:700px;text-align:center}.prog-list-subtitle{margin-top:1rem;font-size:1.1rem;color:var(--text-muted);line-height:1.6}.prog-list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.prog-list-card{display:flex;flex-direction:column;background:var(--bg-card);border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.prog-list-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}.prog-list-card--sep{border-top:4px solid #059669}.prog-list-card--bootcamp{border-top:4px solid #2563eb}.prog-list-card--diploma{border-top:4px solid #7c3aed}.prog-list-card-image{width:100%;aspect-ratio:5/3;overflow:hidden}.prog-list-img{width:100%;height:100%;object-fit:cover}.prog-list-card-body{flex:1;padding:1.75rem}.prog-list-card-body h3{font-size:1.25rem;font-weight:700;color:var(--text-main);margin-bottom:.5rem}.prog-list-card-subtitulo{font-size:.85rem;font-weight:600;color:var(--text-muted);margin-bottom:.75rem}.prog-list-card-desc{font-size:.92rem;line-height:1.6;color:var(--text-muted);margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.prog-list-card-duracion{display:inline-block;font-size:.8rem;font-weight:700;color:var(--text-main);background:#f1f5f9;padding:.3rem .75rem;border-radius:50px}.prog-list-card-cta{padding:1rem 1.75rem;font-weight:700;font-size:.92rem;color:#334155;border-top:1px solid var(--border)}.prog-list-card--sep:hover .prog-list-card-cta{color:#059669}.prog-list-card--bootcamp:hover .prog-list-card-cta{color:#2563eb}.prog-list-card--diploma:hover .prog-list-card-cta{color:#7c3aed}@media (max-width:600px){.prog-list-section{padding:var(--space-page-top-mobile) var(--space-x) var(--space-section-y-mobile)}}