.services-page{padding-top:100px}.page-title{font-size:3rem;font-weight:700;text-align:center;margin-bottom:20px;color:var(--text)}.page-subtitle{font-size:1.5rem;text-align:center;color:var(--text-secondary);margin-bottom:60px}.services-list{display:flex;flex-direction:column;gap:30px}.service-item{display:flex;gap:30px;background:#fff;padding:40px;border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .6s ease-out both}.service-item:first-child{animation-delay:.1s}.service-item:nth-child(2){animation-delay:.2s}.service-item:nth-child(3){animation-delay:.3s}.service-item:nth-child(4){animation-delay:.4s}.service-item:nth-child(5){animation-delay:.5s}.service-item:nth-child(6){animation-delay:.6s}.service-item:nth-child(7){animation-delay:.7s}.service-item:nth-child(8){animation-delay:.8s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-item{transition:var(--transition-smooth)}.service-item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(28,168,168,.15);border-left:4px solid var(--primary);background:linear-gradient(90deg,#fff,#fafafa)}.service-item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--primary);transition:var(--transition-smooth)}.service-item:hover .service-item-icon{color:var(--primary-hover);transform:scale(1.05)}.service-item-content{flex:1 1}.service-item-title{font-size:1.75rem;font-weight:600;margin-bottom:15px;color:var(--text)}.service-item-description{font-size:1.1rem;color:var(--text-secondary);line-height:1.8}@media (max-width:768px){.services-page{padding-top:80px}.page-title{font-size:2rem}.page-subtitle{font-size:1.2rem}.service-item{flex-direction:column;text-align:center;padding:30px 20px}.service-item-icon{margin:0 auto}}