.about-hero{padding:120px 0 60px;background:var(--color-gradient-hero);overflow:hidden}.about-content{max-width:800px;margin:0 auto;line-height:1.8}.timeline{position:relative;padding:40px 0}.timeline:before{content:"";position:absolute;left:50%;width:2px;height:100%;background:var(--color-border)}.timeline-item{width:50%;padding:20px 40px;position:relative}.timeline-item:nth-child(odd){left:0;text-align:right}.timeline-item:nth-child(2n){left:50%;text-align:left}.timeline-dot{position:absolute;width:16px;height:16px;background:var(--color-cyan);border-radius:50%;top:30px}.timeline-item:nth-child(odd) .timeline-dot{right:-8px}.timeline-item:nth-child(2n) .timeline-dot{left:-8px}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.value-item{text-align:center;padding:32px}.value-icon{width:64px;height:64px;margin:0 auto 24px;background:#00b7d91a;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--color-cyan)}.value-item h3{font-family:Space Grotesk,sans-serif;font-size:1.25rem;margin-bottom:12px}.value-item p{color:var(--color-text-secondary);line-height:1.6}@media(max-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.timeline:before{left:20px}.timeline-item{width:100%;left:0!important;text-align:left;padding-left:60px}.timeline-item .timeline-dot{left:12px!important;right:auto!important}.values-grid{grid-template-columns:1fr}}
