.programs-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%)}.programs-list,.programs-table{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.program-item{display:grid;grid-template-columns:80px 1fr 120px;grid-template-rows:auto auto;gap:0 1.5rem;padding:1.5rem;background:#fff;border-left:5px solid var(--color-primary,#dc143c);border-radius:.5rem;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease;align-items:center}.program-item:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-2px)}.program-number{grid-row:1/3;grid-column:1;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,var(--color-primary,#dc143c) 0%,#b30a2d 100%);color:#fff;font-size:2rem;font-weight:700;border-radius:50%;box-shadow:0 2px 8px rgba(220,20,60,.3)}.program-title{grid-column:2;grid-row:1;font-size:1.1rem;font-weight:600;color:#1a1a1a;line-height:1.4;padding-right:1rem}.program-item:hover .program-title{color:var(--color-primary,#dc143c)}.program-hours{grid-column:3;grid-row:1/3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;background:#f0f0f0;border-radius:.375rem;text-align:center}.program-hours::first-line{font-size:1.75rem;font-weight:700;color:var(--color-primary,#dc143c)}.program-hours-label{display:block;font-size:.85rem;color:#666;font-weight:500;margin-top:.25rem}.program-description{grid-column:2;grid-row:2;font-size:.95rem;color:#666;line-height:1.5;margin-top:.5rem}.section-title{text-align:center;margin-bottom:2rem}.section-title h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.section-title .subtitle{font-size:1rem;color:#666;font-weight:500}.learning-format{padding:3rem 0;background:#fff}.format-card{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:2.5rem;border-radius:.75rem;border-left:5px solid var(--color-primary,#dc143c);box-shadow:0 2px 8px rgba(0,0,0,.08)}.format-card h3{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.format-card h3 i{color:var(--color-primary,#dc143c);font-size:1.75rem}.format-card>p{font-size:1rem;line-height:1.6;color:#666;margin-bottom:2rem}.format-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.highlight-item{display:flex;gap:1rem;padding:1.25rem;background:#fff;border-radius:.5rem;border:1px solid #e0e0e0;transition:all .3s ease}.highlight-item:hover{border-color:var(--color-primary,#dc143c);box-shadow:0 2px 8px rgba(220,20,60,.1)}.highlight-item i{font-size:1.75rem;color:var(--color-primary,#dc143c);flex-shrink:0;margin-top:.25rem}.highlight-item>div{flex:1}.highlight-item strong{display:block;font-size:1rem;color:#1a1a1a;margin-bottom:.5rem}.highlight-item p{font-size:.95rem;color:#666;line-height:1.5;margin:0}.categories-section{padding:3rem 0;background:#f8f9fa}.category-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.category-card{background:#fff;padding:2rem;border-radius:.75rem;border-top:4px solid var(--color-primary,#dc143c);box-shadow:0 2px 8px rgba(0,0,0,.08);transition:all .3s ease}.category-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.12);transform:translateY(-4px)}.category-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.category-card h3 i{color:var(--color-primary,#dc143c);font-size:1.5rem}.category-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.category-list li{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem;line-height:1.5;color:#666}.category-list i{color:var(--color-primary,#dc143c);flex-shrink:0;margin-top:.25rem;font-size:1rem}.category-list span{flex:1}.intro-section{padding:2rem 0;background:#fff}.intro-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.legal-info{padding:1.5rem;background:#f0f8ff;border-left:4px solid var(--color-primary,#dc143c);border-radius:.5rem}.legal-info p{margin-bottom:1rem;font-size:.95rem;line-height:1.6;color:#333}.legal-info p:last-child{margin-bottom:0}.legal-info strong{font-weight:700;color:#1a1a1a}.legal-info i{color:var(--color-primary,#dc143c);margin-right:.5rem;width:1.2rem}@media (max-width:768px){.programs-section{padding:2rem 0}.program-item{grid-template-columns:70px 1fr;gap:1rem 1rem}.program-number{width:70px;height:70px;font-size:1.5rem;grid-row:1/3;grid-column:1}.program-title{grid-column:2;grid-row:1;font-size:1rem}.program-hours{grid-column:2;grid-row:2;margin-top:.5rem;padding:.5rem}.program-description{grid-column:1/3;grid-row:3;margin-top:.75rem}.section-title h2{font-size:1.5rem}.category-cards{gap:1.5rem}.format-highlights{grid-template-columns:1fr}.format-card{padding:1.5rem}.format-card h3{font-size:1.25rem}}@media (max-width:480px){.programs-section{padding:1.5rem 0}.program-item{grid-template-columns:60px 1fr;padding:1rem;gap:.75rem 1rem}.program-number{width:60px;height:60px;font-size:1.25rem}.program-title{font-size:.9rem}.program-hours{padding:.375rem;font-size:.85rem}.section-title h2{font-size:1.25rem}.section-title .subtitle{font-size:.9rem}.category-card{padding:1.5rem}.category-card h3{font-size:1.1rem}.legal-info{padding:1rem}.legal-info p{font-size:.9rem}}@media print{.category-card,.program-item{page-break-inside:avoid;box-shadow:none;border:1px solid #ddd}}