.service-page-container{max-width:1200px;margin:60px auto;padding:0 20px}.service-hero{text-align:center;margin-bottom:60px;padding:60px 40px;background:linear-gradient(135deg,#f9fafb 0,#fff 100%);border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.service-hero h1{font-size:42px;font-weight:600;color:#111827;margin:0 0 16px 0;line-height:1.2;letter-spacing:-.02em}.service-hero p{font-size:18px;color:#6b7280;margin:0;max-width:700px;margin:0 auto;line-height:1.7}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:60px}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#019ede 0,#0174b8 100%);transform:scaleY(0);transform-origin:bottom;transition:transform .3s ease}.service-card:hover::before{transform:scaleY(1)}.service-card:hover{border-color:#019ede;box-shadow:0 8px 24px rgba(1,158,222,.12);transform:translateY(-4px)}.service-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#019ede 0,#0174b8 100%);border-radius:8px;margin-bottom:20px;color:#fff;font-size:24px;transition:all .3s ease}.service-card:hover .service-icon{transform:scale(1.1) rotate(5deg)}.service-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px 0;line-height:1.4}.service-description{font-size:15px;color:#6b7280;margin:0;line-height:1.6}.service-cta{background:linear-gradient(135deg,#019ede 0,#0174b8 100%);border-radius:8px;padding:60px 40px;text-align:center;color:#fff;box-shadow:0 8px 24px rgba(1,158,222,.25)}.service-cta h2{font-size:32px;font-weight:600;margin:0 0 16px 0;line-height:1.2;letter-spacing:-.01em;color:#fff}.service-cta p{font-size:18px;margin:0 0 32px 0;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;color:#fff}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-cta-primary,.btn-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;border-radius:6px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.btn-cta-primary{background:#fff;color:#019ede}.btn-cta-primary:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.btn-cta-secondary{background:0 0;color:#fff;border-color:rgba(255,255,255,.3)}.btn-cta-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5)}.btn-cta-primary svg,.btn-cta-secondary svg{width:20px;height:20px}.service-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0;background:#fff;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06);overflow:hidden;margin-bottom:60px}.stat-item{text-align:center;padding:40px 20px;background:#fff;border-right:1px solid #f3f4f6;transition:all .3s ease}.stat-item:last-child{border-right:none}.stat-item:hover{background:#f9fafb}.stat-number{font-size:48px;font-weight:700;color:#019ede;margin:0 0 8px 0;line-height:1;font-family:Barlow,sans-serif}.stat-label{font-size:14px;font-weight:600;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:1px}@media (max-width:992px){.service-hero{padding:50px 30px}.service-hero h1{font-size:36px}.service-hero p{font-size:16px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-cta h2{font-size:28px}.service-cta p{font-size:16px}.service-stats{grid-template-columns:repeat(2,1fr)}.stat-item:nth-child(2),.stat-item:nth-child(4){border-right:none}.stat-item:first-child,.stat-item:nth-child(2){border-bottom:1px solid #f3f4f6}}@media (max-width:768px){.service-page-container{margin:40px auto}.service-hero{padding:40px 20px;margin-bottom:40px}.service-hero h1{font-size:32px;margin-bottom:12px}.service-hero p{font-size:15px}.services-grid{grid-template-columns:1fr;gap:20px;margin-bottom:40px}.service-card{padding:28px}.service-cta{padding:40px 20px}.service-cta h2{font-size:24px}.service-cta p{font-size:15px;margin-bottom:24px}.cta-buttons{flex-direction:column}.btn-cta-primary,.btn-cta-secondary{width:100%;max-width:300px}.service-stats{grid-template-columns:1fr;margin-bottom:40px}.stat-item{border-right:none;border-bottom:1px solid #f3f4f6}.stat-item:last-child{border-bottom:none}.stat-number{font-size:40px}.stat-label{font-size:13px}}@media (max-width:480px){.service-hero h1{font-size:28px}.service-icon{width:48px;height:48px;font-size:20px}.service-title{font-size:17px}.stat-number{font-size:36px}}.service-card{animation:fadeInUp .6s ease forwards;opacity:0}.service-card:first-child{animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}.service-card:nth-child(7){animation-delay:.7s}.service-card:nth-child(8){animation-delay:.8s}.service-card:nth-child(9){animation-delay:.9s}.service-card:nth-child(10){animation-delay:1s}.service-card:nth-child(11){animation-delay:1.1s}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}