.process-timeline{position:relative;max-width:1100px;margin:60px auto 0;padding:40px 0}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-80px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{from{opacity:0;transform:translateX(80px)}to{opacity:1;transform:translateX(0)}}.process-timeline__item--left .process-timeline__content,.process-timeline__item--right .process-timeline__content{opacity:0}.process-timeline__item--left .process-timeline__content.animate-in{animation:slideInFromLeft 0.6s cubic-bezier(0.4,0,0.2,1) forwards}.process-timeline__item--right .process-timeline__content.animate-in{animation:slideInFromRight 0.6s cubic-bezier(0.4,0,0.2,1) forwards}.process-timeline__item:nth-child(1) .process-timeline__content.animate-in{animation-delay:0.1s}.process-timeline__item:nth-child(2) .process-timeline__content.animate-in{animation-delay:0.2s}.process-timeline__item:nth-child(3) .process-timeline__content.animate-in{animation-delay:0.3s}.process-timeline__item:nth-child(4) .process-timeline__content.animate-in{animation-delay:0.4s}.process-timeline__item:nth-child(5) .process-timeline__content.animate-in{animation-delay:0.5s}.process-timeline__item:nth-child(6) .process-timeline__content.animate-in{animation-delay:0.6s}.process-timeline__line-center{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#242a37 0%,#242a37 50%,#d1d5db 100%);transform:translateX(-50%);z-index:0}.process-timeline__item{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;margin-bottom:60px;position:relative;align-items:center}.process-timeline__item:last-child{margin-bottom:0}.process-timeline__spacer{min-width:0}.process-timeline__marker{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.process-timeline__number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#070707 0%,#040404 100%);color:white;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;box-shadow:0 4px 16px rgba(0,0,0,0.4);border:4px solid #f3f4f4}.process-timeline__content{background:white;border-radius:12px;padding:28px;box-shadow:0 2px 12px rgba(0,0,0,0.08);transition:all 0.3s ease;position:relative}.process-timeline__item--left .process-timeline__content::after{content:'';position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:12px solid white;border-top:12px solid transparent;border-bottom:12px solid transparent}.process-timeline__item--right .process-timeline__content::before{content:'';position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:0;height:0;border-right:12px solid white;border-top:12px solid transparent;border-bottom:12px solid transparent}.process-timeline__item--left .process-timeline__content{border-right:3px solid #000000}.process-timeline__item--right .process-timeline__content{border-left:3px solid #000000}.process-timeline__content:hover{box-shadow:0 6px 20px rgba(0,0,0,0.12);transform:scale(1.02)}.process-timeline__icon{width:48px;height:48px;background:linear-gradient(135deg,#fff5f0 0%,#ffe8dc 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.process-timeline__icon i{width:28px;height:28px;color:#FF6B2C}.process-timeline__title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:12px;line-height:1.4}.process-timeline__text{font-size:0.9375rem;line-height:1.7;color:#4a5568;margin:0}@media (max-width:768px){.process-timeline{padding:20px 16px;margin-top:30px;max-width:100%}.process-timeline__line-center{left:28px;width:2px}.process-timeline__item{grid-template-columns:auto 1fr;gap:16px;margin-bottom:32px;align-items:flex-start}.process-timeline__item:last-child{margin-bottom:0}.process-timeline__spacer{display:none}.process-timeline__item--right{grid-template-columns:auto 1fr}.process-timeline__item--right .process-timeline__content{order:2}.process-timeline__item--right .process-timeline__marker{order:1}.process-timeline__marker{margin-top:4px}.process-timeline__number{width:48px;height:48px;font-size:1.25rem;border-width:3px}.process-timeline__content{padding:20px 18px;border-radius:10px}.process-timeline__content::after,.process-timeline__content::before{display:none}.process-timeline__item--left .process-timeline__content,.process-timeline__item--right .process-timeline__content{border-right:none;border-left:3px solid #FF6B2C}.process-timeline__content:hover{transform:scale(1)}.process-timeline__icon{width:44px;height:44px;margin-bottom:12px;border-radius:8px}.process-timeline__icon i{width:26px;height:26px}.process-timeline__title{font-size:1.0625rem;margin-bottom:10px;line-height:1.3}.process-timeline__text{font-size:0.875rem;line-height:1.6}}@media (max-width:1024px) and (min-width:769px){.process-timeline{max-width:900px;padding:30px 20px}.process-timeline__item{margin-bottom:50px;gap:20px}.process-timeline__content{padding:24px}.process-timeline__title{font-size:1.125rem}.process-timeline__text{font-size:0.9rem}}