.about-hero{padding:60px 0}.about-hero-content{max-width:800px;margin:0 auto;text-align:center}.about-hero-content.with-image{display:grid;max-width:1100px;align-items:center;grid-template-columns:minmax(0,1fr) minmax(320px,480px);grid-gap:48px;gap:48px;text-align:left}.about-hero-content h2{margin-bottom:24px;color:var(--text-dark);font-size:36px;font-weight:700}.about-hero-lead{color:var(--text-gray);font-size:18px;line-height:1.8;margin-bottom:20px}.about-hero-image{overflow:hidden;border-radius:12px;box-shadow:var(--shadow-lg)}.about-hero-image img{display:block;width:100%;height:320px;object-fit:cover}@media (max-width:768px){.about-hero-content.with-image{grid-template-columns:1fr;text-align:center}.about-hero-image img{height:260px}}.about-history{padding:80px 0;background:var(--bg-light)}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{position:absolute;top:0;bottom:0;left:50%;width:2px;content:"";background:linear-gradient(to bottom,var(--gradient-start),var(--gradient-mid),var(--gradient-end));transform:translateX(-50%)}.timeline-item{position:relative;display:flex;justify-content:flex-end;width:50%;padding:20px 40px 20px 0}.timeline-item:nth-child(2n){justify-content:flex-start;margin-left:50%;padding-right:0;padding-left:40px}.timeline-item.timeline-item--left,.timeline-item.timeline-item--left:nth-child(2n){justify-content:flex-end;margin-left:0;padding:20px 40px 20px 0}.timeline-item.timeline-item--right,.timeline-item.timeline-item--right:nth-child(2n){justify-content:flex-start;margin-left:50%;padding:20px 0 20px 40px}.timeline-dot{position:absolute;top:28px;right:-8px;width:16px;height:16px;border:3px solid #fff;border-radius:50%;background:var(--primary-color);box-shadow:var(--shadow-md)}.timeline-item:nth-child(2n) .timeline-dot{right:auto;left:-8px}.timeline-item.timeline-item--left .timeline-dot{right:-8px;left:auto}.timeline-item.timeline-item--right .timeline-dot{right:auto;left:-8px}.timeline-content{max-width:340px;padding:24px;border-radius:12px;background:#fff;box-shadow:var(--shadow-md)}.timeline-year{display:inline-block;margin-bottom:12px;padding:4px 12px;color:#fff;font-size:14px;font-weight:600;border-radius:4px;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-mid))}.timeline-content h3{margin-bottom:8px;color:var(--text-dark);font-size:18px;font-weight:600}.timeline-content p{color:var(--text-gray);font-size:14px}@media (max-width:1024px){.timeline:before{left:20px}.timeline-item,.timeline-item.timeline-item--left,.timeline-item.timeline-item--right,.timeline-item:nth-child(2n){justify-content:flex-start;width:100%;margin-left:0;padding:20px 0 20px 50px}.timeline-dot,.timeline-item.timeline-item--left .timeline-dot,.timeline-item.timeline-item--right .timeline-dot,.timeline-item:nth-child(2n) .timeline-dot{right:auto;left:12px}}