.timeline-container{position:relative;max-width:800px;margin:0 auto}.timeline-path{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:0}.timeline-path,.timeline-path svg{width:100%;height:100%}.itinerary-card{background:#fef6e7;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);width:100%;max-width:350px;position:relative;z-index:1;transition:transform .3s ease}.itinerary-card:hover{transform:scale(1.05)}.timeline-dot{width:1.5rem;height:1.5rem;background:#951910;border-radius:50%;border:3px solid #fff;position:absolute;top:1.5rem;z-index:2}.day-number{width:2.5rem;height:2.5rem;background:#951910;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}@media(max-width:768px){.timeline-path{display:none}.itinerary-card{max-width:100%;margin-left:2rem}.timeline-dot{left:-1.5rem}}