.schedule-timeline-section{padding:5rem 0;background:linear-gradient(135deg,#0f172a,#1e293b);position:relative;overflow:hidden}.schedule-timeline-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(34,197,94,.15) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(59,130,246,.1) 0%,transparent 50%);z-index:1}.schedule-timeline-section .container{position:relative;z-index:2}.schedule-timeline-section .section-title{color:#fff}.schedule-timeline-section .section-subtitle{color:#fffc}.timeline-container{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem;position:relative}.timeline-container:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#22c55e,#3b82f6,#8b5cf6);transform:translate(-50%);border-radius:1.5px}.timeline-item{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center;position:relative}.timeline-item:nth-child(2n) .timeline-content{order:3;text-align:left}.timeline-item:nth-child(2n) .timeline-time{order:2}.timeline-item:nth-child(2n) .timeline-empty{order:1}.timeline-item:nth-child(odd) .timeline-content{order:1;text-align:right}.timeline-item:nth-child(odd) .timeline-time{order:2}.timeline-item:nth-child(odd) .timeline-empty{order:3}.timeline-empty{display:block}.timeline-time{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,#1e293b,#334155);border:4px solid;border-image:linear-gradient(135deg,#22c55e,#3b82f6,#8b5cf6) 1;border-radius:50%;box-shadow:0 10px 30px #0000004d;transition:all .4s ease}.timeline-time:hover{transform:scale(1.1);box-shadow:0 20px 40px #22c55e4d}.timeline-time-content{text-align:center;color:#fff}.timeline-time-hours{font-size:.875rem;font-weight:700;margin-bottom:.25rem;background:linear-gradient(135deg,#22c55e,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.timeline-time-period{font-size:.75rem;color:#ffffffb3;font-weight:500}.timeline-content{background:#ffffff0d;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;transition:all .4s ease;position:relative;overflow:hidden}.timeline-content:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#22c55e,#3b82f6,#8b5cf6);transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.timeline-content:hover:before{transform:scaleX(1)}.timeline-content:hover{background:#ffffff14;border-color:#22c55e4d;transform:translateY(-4px);box-shadow:0 20px 40px #0003}.timeline-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem;display:flex;align-items:center;gap:.75rem}.timeline-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:10px;color:#fff;flex-shrink:0}.timeline-description{font-size:1rem;color:#fffc;margin-bottom:1.5rem;line-height:1.6}.timeline-activities{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.timeline-activity{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:.75rem;transition:all .3s ease;border:1px solid transparent}.timeline-activity:hover{background:#22c55e1a;border-color:#22c55e4d;transform:translate(4px)}.timeline-activity-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;color:#fff;flex-shrink:0;transition:all .3s ease}.timeline-activity:hover .timeline-activity-icon{transform:scale(1.1)}.timeline-activity-text{font-size:.875rem;color:#ffffffe6;font-weight:500}@media(max-width:1024px){.timeline-container:before{left:2rem}.timeline-item{grid-template-columns:auto 1fr;gap:1.5rem;text-align:left!important}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{order:2;text-align:left}.timeline-item:nth-child(2n) .timeline-time,.timeline-item:nth-child(odd) .timeline-time{order:1}.timeline-empty{display:none}.timeline-time{width:80px;height:80px;margin-left:1rem}.timeline-time-hours{font-size:.75rem}.timeline-time-period{font-size:.625rem}}@media(max-width:768px){.schedule-timeline-section{padding:3rem 0}.timeline-container{margin-top:2rem;gap:1.5rem}.timeline-content{padding:1.5rem;border-radius:1.25rem}.timeline-title{font-size:1.25rem;flex-direction:column;text-align:center;gap:.5rem}.timeline-activities{grid-template-columns:1fr;gap:.5rem}.timeline-activity{padding:.625rem .75rem}.timeline-time{width:70px;height:70px}}@media(max-width:480px){.timeline-container:before{left:1.5rem}.timeline-time{width:60px;height:60px;margin-left:.5rem}.timeline-time-hours{font-size:.625rem}.timeline-time-period{font-size:.5rem}.timeline-content{padding:1.25rem}.timeline-title{font-size:1.125rem}.timeline-description{font-size:.875rem}}
