.timeline-section{flex-direction:column;align-items:center;width:100vw;margin-left:-50vw;margin-right:-50vw;padding:80px 0;display:flex;position:relative;left:50%;right:50%;overflow-x:hidden}.timeline-main-title{color:var(--background);text-align:center;margin-bottom:4rem;font-size:2rem}.ladder-container{width:100%;padding:20px 0;position:relative}.ladder-rail{background:linear-gradient(to bottom,var(--primary),var(--border));width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.ladder-step{box-sizing:border-box;width:50%;padding:20px 40px;position:relative}.ladder-step:nth-child(2n){text-align:right;left:0}.ladder-step:nth-child(odd){text-align:left;left:50%}.ladder-node{background-color:var(--background);border:3px solid var(--accent);z-index:2;border-radius:50%;width:16px;height:16px;position:absolute;top:30px}.ladder-step:nth-child(2n) .ladder-node{right:-8px}.ladder-step:nth-child(odd) .ladder-node{left:-8px}.step-content{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem;transition:transform .3s}.step-content:hover{border-color:var(--accent);transform:translateY(-5px)}.step-date{color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:600;display:block}.step-title{color:#fff;margin-bottom:.25rem;font-size:1.25rem}.step-location{color:var(--muted-foreground);margin-bottom:.75rem;font-size:1rem}.step-desc{color:var(--muted-foreground);font-size:.9rem;line-height:1.5}@media (max-width:768px){.ladder-rail{left:20px}.ladder-step{width:100%;padding:20px 20px 20px 50px;text-align:left!important;left:0!important}.ladder-node{left:12px!important}}
.about-section{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:60vh;padding:80px 24px;display:flex}.about-container{text-align:center;width:100%;max-width:1000px}.about-content-wrapper{text-align:left;flex-direction:row;justify-content:space-between;align-items:center;gap:40px;margin-bottom:4rem;display:flex}.about-title{color:var(--foreground);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about-text{color:var(--muted-foreground);flex:1;max-width:65ch;font-size:1.25rem;line-height:1.8}.about-image{flex:1;max-width:400px;height:auto}@media (max-width:768px){.about-content-wrapper{text-align:center;flex-direction:column;gap:20px}.about-section{padding:60px 20px}.about-title{font-size:2rem}.about-text{max-width:100%;font-size:1.1rem;line-height:1.6}.about-image{order:2;max-width:300px}}
