.programmes-page{background-color:var(--primary-white);min-height:100vh}.programmes-intro{text-align:center;padding:6rem 0}.intro-content{max-width:800px;margin:0 auto}.intro-content h2{color:var(--primary-blue);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.intro-content p{color:var(--gray-600);font-size:1.2rem;line-height:1.8}.programmes-grid-section{background-color:var(--gray-50);padding:4rem 0 8rem}.programmes-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.programme-card{background:var(--primary-white);color:inherit;border-radius:16px;flex-direction:column;text-decoration:none;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000a}.programme-image-wrapper{height:220px;position:relative;overflow:hidden}.programme-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.programme-card:hover .programme-image-wrapper img{transform:scale(1.05)}.programme-icon-overlay{background-color:var(--primary-yellow);width:48px;height:48px;color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 10px #0000001a}.programme-content{flex-direction:column;flex:1;padding:2rem;display:flex}.programme-content h3{color:var(--primary-blue);margin-bottom:1rem;font-size:1.5rem;font-weight:800;display:inline-block}.programme-card:hover .programme-content h3{text-decoration:underline;-webkit-text-decoration-color:var(--primary-yellow);text-decoration-color:var(--primary-yellow);text-underline-offset:4px}.programme-content p{color:var(--gray-600);flex:1;margin-bottom:0;font-size:1rem;line-height:1.6}.featured-programme-section{background-color:var(--primary-white);padding:8rem 0}.featured-content-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.featured-image{border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.featured-image img{width:100%;height:auto;display:block}.featured-badge{background-color:var(--primary-yellow);color:var(--primary-blue);text-transform:uppercase;letter-spacing:1px;border-radius:30px;padding:.5rem 1rem;font-size:.85rem;font-weight:800;position:absolute;top:2rem;left:2rem}.featured-text h2{color:var(--primary-blue);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.2}.featured-text p{color:var(--gray-600);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.programmes-cta{text-align:center;background-color:var(--primary-blue);color:var(--primary-white);padding:8rem 0}.cta-content{max-width:600px;margin:0 auto}.cta-content h2{color:var(--primary-yellow);margin-bottom:1.5rem;font-size:2.5rem;font-weight:800}.cta-content p{opacity:.9;margin-bottom:2.5rem;font-size:1.1rem}.cta-actions{justify-content:center;gap:1rem;display:flex}@media (max-width:1200px){.programmes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:992px){.featured-content-wrapper{grid-template-columns:1fr;gap:3rem}.featured-text h2{font-size:2.5rem}}@media (max-width:768px){.programmes-grid{grid-template-columns:1fr}.intro-content h2,.cta-content h2{font-size:2rem}.cta-actions{flex-direction:column}}
