:root{--service-primary: #0A0E1A;--service-accent: #1FE4C8;--service-gold: #F4C542;--service-text: #1a1a1a;--service-text-light: #666}.service-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:60px 40px}.service-hero__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.service-hero__content{max-width:1000px;text-align:center;animation:fadeInUp 1s ease .3s both}.service-hero__title{font-size:clamp(2rem,8vw,5rem);font-weight:900;color:#fff;margin:0 0 20px;letter-spacing:-.02em}.service-hero__subtitle{font-size:clamp(1rem,3vw,1.5rem);color:var(--service-accent);margin:0;letter-spacing:.05em}.service-overview{padding:100px 40px;background:#f8f9fa}.service-overview__content{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(1.5rem,5vw,3rem);font-weight:800;color:var(--service-primary);text-align:center;margin:0 0 40px}.section-lead{font-size:1.125rem;color:var(--service-text-light);text-align:center;max-width:600px;margin:0 auto 60px;line-height:1.7}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px}.overview-item{background:#fff;padding:40px 30px;border-radius:16px;text-align:center;transition:all .3s ease;border:1px solid #e0e0e0;animation:fadeInUp .8s ease backwards}.overview-item:nth-child(1){animation-delay:.1s}.overview-item:nth-child(2){animation-delay:.2s}.overview-item:nth-child(3){animation-delay:.3s}.overview-item:nth-child(4){animation-delay:.4s}.overview-item:nth-child(5){animation-delay:.5s}.overview-item:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1fe4c81a;border-color:var(--service-accent)}.overview-item__icon{font-size:3rem;margin-bottom:20px}.overview-item h3{font-size:1.25rem;font-weight:700;color:var(--service-primary);margin:0 0 15px}.overview-item p{font-size:.95rem;color:var(--service-text-light);margin:0;line-height:1.6}.service-list{padding:100px 40px}.service-list__content{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin-top:60px}.service-card{background:linear-gradient(135deg,#f8f9fa,#fff);padding:40px;border-radius:12px;border-left:4px solid var(--service-accent);transition:all .3s ease;animation:fadeInUp .8s ease backwards}.service-card:nth-child(1){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:hover{transform:translate(8px);box-shadow:0 8px 30px #00000014}.service-card__number{display:inline-block;font-size:2rem;font-weight:900;color:var(--service-accent);margin-bottom:15px;opacity:.8}.service-card h3{font-size:1.125rem;font-weight:700;color:var(--service-primary);margin:0 0 15px}.service-card p{font-size:.9rem;color:var(--service-text-light);margin:0;line-height:1.7}.service-cta{background:linear-gradient(135deg,var(--service-primary) 0%,#1a2a3a 100%);padding:80px 40px;text-align:center}.service-cta__content{max-width:700px;margin:0 auto}.service-cta h2{font-size:clamp(1.5rem,4vw,2.5rem);color:#fff;margin:0 0 20px;font-weight:800}.service-cta p{font-size:1.05rem;color:#ffffffd9;margin:0 0 30px;line-height:1.7}.service-cta__btn{display:inline-block;padding:18px 50px;background:var(--service-accent);color:var(--service-primary);text-decoration:none;border-radius:50px;font-weight:700;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;letter-spacing:.05em}.service-cta__btn:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1fe4c84d;background:#0dd9b8}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.service-hero{min-height:70vh;padding:40px 20px}.service-hero__title{font-size:clamp(1.5rem,6vw,3rem)}.service-overview,.service-list{padding:60px 20px}.overview-grid,.services-grid{gap:20px}.section-title{font-size:2rem}.service-cta{padding:60px 20px}.service-cta h2{font-size:1.5rem}.service-cta__btn{padding:14px 40px;font-size:.9rem}}
