.program-page { padding: 145px 0 70px; }
.program-hero { max-width: 700px; margin-bottom: 32px; }
.eyebrow { color: #5c22ff; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.program-hero h1 { margin: 10px 0; color: #18214d; font-size: clamp(34px, 5vw, 52px); font-weight: 800; }
.program-hero p { margin: 0; color: #5d6685; font-size: 18px; }
.schedule-status { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; padding: 14px 18px; border: 1px solid rgba(92, 34, 255, .13); border-radius: 10px; background: rgba(255,255,255,.72); color: #4e5879; }
.schedule-status strong { color: #18214d; font-size: 13px; }
.schedule-live-dot { width: 9px; height: 9px; border-radius: 50%; background: #f03742; box-shadow: 0 0 0 5px rgba(240,55,66,.15); animation: schedulePulse 1.5s infinite; }
@keyframes schedulePulse { 50% { transform: scale(.75); opacity: .65; } }
.timeline { max-width: 900px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 39px; top: 15px; bottom: 15px; width: 2px; background: linear-gradient(#5c22ff, #a994ff); }
.timeline-item { position: relative; display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding-bottom: 20px; }
.hour { width: 80px; height: 80px; display: grid; place-items: center; border: 5px solid #f3efff; border-radius: 50%; background: #5c22ff; color: #fff; font-style: normal; font-size: 14px; font-weight: 800; z-index: 1; }
.timeline-content { min-height: 136px; padding: 23px 25px; border: 1px solid rgba(65, 58, 132, .11); border-radius: 14px; background: rgba(255,255,255,.9); box-shadow: 0 8px 25px rgba(33, 41, 90, .05); }
.timeline-content span { color: #6a2eff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.timeline-content h2 { margin: 4px 0 7px; color: #19214f; font-size: 23px; font-weight: 800; }
.timeline-content p { margin: 0; color: #616a88; line-height: 1.55; }
.timeline-content small { display: inline-block; margin-top: 13px; color: #263260; font-weight: 700; }
@media (max-width: 768px) { .program-page { padding-top: 120px; } .timeline::before { left: 29px; } .timeline-item { grid-template-columns: 60px 1fr; gap: 14px; } .hour { width: 60px; height: 60px; border-width: 4px; font-size: 12px; } .timeline-content { padding: 19px; } .timeline-content h2 { font-size: 20px; } }
