@keyframes heroFadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroScaleIn{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.program-hero .section-label{animation:heroFadeUp .55s cubic-bezier(.16,1,.3,1) both;animation-delay:50ms}.program-hero .section-title{animation:heroFadeUp .55s cubic-bezier(.16,1,.3,1) both;animation-delay:.18s}.program-hero .section-subtitle{max-width:650px;animation:heroFadeUp .55s cubic-bezier(.16,1,.3,1) both;animation-delay:.3s}.program-hero-badge{display:inline-block;margin-top:1rem;padding:.3rem 1rem;background:var(--amber);color:var(--deep);border-radius:20px;font-family:var(--font-mono);font-size:.85rem;font-weight:600;animation:heroFadeUp .55s cubic-bezier(.16,1,.3,1) both;animation-delay:.4s}.program-hero-img{max-width:700px;margin:2rem auto 0;border-radius:var(--radius);overflow:hidden;animation:heroScaleIn .65s cubic-bezier(.16,1,.3,1) both;animation-delay:.5s}.program-hero-img img{width:100%;height:auto;display:block}@media (prefers-reduced-motion:reduce){.program-hero .section-label,.program-hero .section-subtitle,.program-hero .section-title,.program-hero-badge,.program-hero-img{animation:none}}.program-learn{padding:4rem 0}.program-learn .section-header-center{margin-bottom:2rem}.program-learn-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:0 auto}.program-learn-item{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius-sm)}.program-learn-icon{flex-shrink:0;width:36px;height:36px;background:var(--program-accent,rgba(232,163,23,.12));border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.program-learn-text h3{font-family:var(--font-display);font-size:1rem;font-weight:700;margin-bottom:.25rem}.program-learn-text p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.program-ages{padding:4rem 0;background:var(--deep)}.program-ages .section-header-center{margin-bottom:2rem}.program-cta-section{padding:4rem 0;text-align:center}.program-cta-section .section-title{margin-bottom:.5rem}.program-cta-section .section-subtitle{max-width:550px;margin:0 auto 1.5rem}@media (max-width:768px){.program-learn-grid{grid-template-columns:1fr}}