.timeline-hero{text-align:center;padding:120px 0 60px;width:100%}.timeline-title{font-family:Recoleta,Open Sans,Helvetica Neue,sans-serif;font-weight:700;text-transform:uppercase;color:var(--text-color);font-size:4em;margin-bottom:20px;border-bottom:1px solid var(--text-color);padding-bottom:30px;display:inline-block;min-width:400px}.timeline-subtitle{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);font-size:1.2em;max-width:600px;margin:30px auto 0;line-height:1.6}.next-course-widget{width:100%;max-width:700px;margin:0 auto 50px;padding:0 20px}.widget-content{position:relative;background:linear-gradient(135deg,#73a19226,#8a733e1a);border:2px solid var(--text-color);border-radius:15px;padding:30px;display:flex;align-items:center;gap:25px;box-shadow:0 8px 25px #3d554d26;transition:all .3s ease}.widget-vine{position:absolute;top:0;right:0;height:65px;width:auto;transform:translateY(-20%);pointer-events:none}.widget-content:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3d554d40}.widget-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--text-color);border-radius:12px;color:var(--background-color)}.widget-body{flex:1;min-height:60px;display:flex;align-items:center}.widget-loading{width:100%;display:flex;justify-content:center;align-items:center}.widget-spinner{width:30px;height:30px;border:3px solid rgba(61,85,77,.2);border-top-color:var(--text-color);border-radius:50%;animation:widget-spin .8s linear infinite}@keyframes widget-spin{to{transform:rotate(360deg)}}.widget-next-course{width:100%}.widget-label{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;font-size:.85em;color:var(--text-color-alt);text-transform:uppercase;letter-spacing:1px;font-weight:700;margin-bottom:8px}.widget-info{display:flex;align-items:baseline;gap:15px;flex-wrap:wrap}.widget-date{font-family:Recoleta,Open Sans,Helvetica Neue,sans-serif;font-size:1.6em;font-weight:700;color:var(--text-color);line-height:1.2}.widget-time{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;font-size:1.2em;color:var(--text-color-hover);font-weight:600}.widget-title{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;font-size:1em;color:var(--text-color);margin-top:5px;line-height:1.4}.widget-location{display:flex;align-items:center;gap:5px;font-size:.9em;color:var(--text-color);margin-top:4px}.widget-location-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}.widget-vacation{width:100%;text-align:center}.widget-vacation-icon{font-size:2.5em;margin-bottom:10px}.widget-vacation-label{font-family:Recoleta,Open Sans,Helvetica Neue,sans-serif;font-size:1.4em;font-weight:700;color:var(--text-color);margin-bottom:8px}.widget-vacation-dates{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;font-size:1.1em;color:var(--text-color-alt);font-weight:600}.widget-vacation-message{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;font-size:.95em;color:var(--text-color);margin-top:8px;font-style:italic}.timeline-section{width:100%;max-width:900px;margin:60px auto 80px;padding:0 20px;position:relative}.timeline-loading,.timeline-error,.timeline-empty{text-align:center;padding:80px 20px}.timeline-loading{display:flex;flex-direction:column;align-items:center;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid rgba(61,85,77,.2);border-top-color:var(--text-color);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.timeline-loading p,.timeline-empty p{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);font-size:1.1em}.timeline-error{background:#ff64641a;border:1px solid rgba(255,100,100,.3);border-radius:10px;padding:40px 20px}.error-message{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;color:#c54545;font-size:1.1em;margin-bottom:20px}.retry-button{margin-top:10px}.timeline{position:relative;padding:40px 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent 0%,var(--text-color) 10%,var(--text-color) 90%,transparent 100%);transform:translate(-50%)}.timeline-item{position:relative;margin-bottom:60px;display:flex;align-items:center;opacity:0;animation:fadeInUp .6s ease forwards}.timeline-item:nth-child(1){animation-delay:.1s}.timeline-item:nth-child(2){animation-delay:.2s}.timeline-item:nth-child(3){animation-delay:.3s}.timeline-item:nth-child(4){animation-delay:.4s}.timeline-item:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(2n){flex-direction:row-reverse}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:10px}.timeline-dot{width:20px;height:20px;background:var(--background-color);border:3px solid var(--text-color);border-radius:50%;transition:all .3s ease}.timeline-item:hover .timeline-dot{background:var(--text-color);transform:scale(1.3);box-shadow:0 0 20px #3d554d66}.timeline-date{font-family:Recoleta,Open Sans,Helvetica Neue,sans-serif;font-size:.9em;color:var(--text-color-alt);font-weight:700;white-space:nowrap;background:var(--background-color);padding:5px 15px;border-radius:20px;border:1px solid var(--text-color-alt)}.timeline-content{width:calc(50% - 60px);background:#ffffffb3;border:1px solid var(--text-color);border-radius:12px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.timeline-content:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 30px #3d554d33;background:#ffffffe6}.timeline-image{width:100%;height:200px;overflow:hidden;position:relative}.timeline-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.timeline-content:hover .timeline-image img{transform:scale(1.1)}.timeline-body{padding:25px}.timeline-event-title{font-family:Recoleta,Open Sans,Helvetica Neue,sans-serif;font-weight:700;color:var(--text-color);font-size:1.4em;margin-bottom:15px;line-height:1.3}.timeline-event-description{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color);font-size:1em;line-height:1.6;margin-bottom:15px}.timeline-read-more{font-family:Nunito,Open Sans,Helvetica Neue,sans-serif;color:var(--text-color-hover);font-size:.95em;font-weight:600;display:inline-flex;align-items:center;gap:5px;transition:gap .3s ease}.timeline-content:hover .timeline-read-more{gap:10px}.timeline-read-more:after{content:"→";font-size:1.2em}@media(max-width:768px){.next-course-widget{padding:0 15px;margin-bottom:40px}.widget-content{padding:25px 20px;flex-direction:column;text-align:center;gap:20px}.widget-icon{width:50px;height:50px}.widget-icon svg{width:30px;height:30px}.widget-date{font-size:1.4em}.widget-time{font-size:1.1em}.widget-info{flex-direction:column;gap:8px;align-items:center}.timeline-hero{padding:100px 20px 40px}.timeline-title{font-size:2.5em;min-width:auto;width:90%}.timeline-subtitle{font-size:1em;padding:0 10px}.timeline:before{left:30px}.timeline-item{flex-direction:row!important;padding-left:70px}.timeline-marker{left:30px;flex-direction:row;gap:15px}.timeline-date{font-size:.8em;padding:4px 10px}.timeline-content{width:100%}.timeline-image{height:180px}.timeline-body{padding:20px}.timeline-event-title{font-size:1.2em}}@media(max-width:480px){.timeline-title{font-size:2em}.timeline-subtitle{font-size:.95em}.timeline-section{padding:0 10px}.timeline:before{left:15px}.timeline-item{padding-left:45px;margin-bottom:40px}.timeline-marker{left:15px;flex-direction:column;gap:5px}.timeline-dot{width:16px;height:16px;border-width:2px}.timeline-date{font-size:.75em;padding:3px 8px}.timeline-image{height:150px}.timeline-body{padding:15px}.timeline-event-title{font-size:1.1em}.timeline-event-description{font-size:.95em}}
