.service-page{background:linear-gradient(135deg,#1a1a2e,#16213e);position:relative;overflow:hidden;padding:2rem 0;isolation:isolate}.service-page:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#00ffff1a,#ff00ff1a),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,255,255,.1) 2px,rgba(0,255,255,.1) 4px);z-index:1}.service-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:2rem;background:#140028cc;border-radius:1rem;border:1px solid rgba(0,255,255,.3);box-shadow:0 0 30px #0ff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-title{font-family:Orbitron,sans-serif;font-size:2.5rem;color:#fff;text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 3px #0ff,0 0 4px #0ff,0 0 5px #0ff;margin-bottom:2rem;text-align:center;animation:neon-pulse 2.5s ease-in-out infinite alternate;display:flex;align-items:center;justify-content:center;gap:1rem;perspective:1200px;font-weight:600;letter-spacing:.05em;line-height:1.2;will-change:text-shadow}.animated-orb{display:inline-block;width:1.2em;height:1.2em;background:radial-gradient(circle at 30% 30%,#0ff,#06f);border-radius:50%;position:relative;animation:glow-pulse 2s ease-in-out infinite alternate;will-change:box-shadow}.animated-orb:before,.animated-orb:after{content:"";position:absolute;top:50%;left:50%;width:150%;height:150%;border-radius:50%;transform-style:preserve-3d;animation:orbit3d 4s linear infinite}.animated-orb:before{border:2px solid rgba(0,255,255,.3);transform:translate(-50%,-50%) rotateX(60deg) rotateY(0);animation-delay:-2s}.animated-orb:after{border:1px solid rgba(255,0,255,.3);transform:translate(-50%,-50%) rotateX(0) rotateY(60deg);animation-delay:-1s}@keyframes orbit3d{0%{transform:translate(-50%,-50%) rotateX(0) rotateY(0) rotate(0);box-shadow:0 0 20px #0ff3,0 0 40px #00ffff1a}50%{transform:translate(-50%,-50%) rotateX(180deg) rotateY(180deg) rotate(180deg);box-shadow:0 0 30px #00ffff4d,0 0 60px #0ff3}to{transform:translate(-50%,-50%) rotateX(360deg) rotateY(360deg) rotate(360deg);box-shadow:0 0 20px #0ff3,0 0 40px #00ffff1a}}@keyframes glow-pulse{0%{box-shadow:0 0 10px #00ffff80,0 0 20px #00ffff4d,0 0 30px #0ff3}to{box-shadow:0 0 20px #00ffffb3,0 0 40px #00ffff80,0 0 60px #00ffff4d}}.service-quote{font-style:italic;color:#fffffff2;border-left:4px solid #0ff;padding:1.5rem;margin:2rem 0;text-shadow:0 0 5px rgba(0,255,255,.3),0 0 10px rgba(0,255,255,.2);background:#00ffff0d;border-radius:0 .5rem .5rem 0;position:relative;font-size:1.2rem;line-height:1.6;animation:quote-glow 3s ease-in-out infinite alternate}.typing-container{display:flex;flex-direction:column;gap:.5rem;position:relative;max-width:90%;margin:0 auto}.typing-line{display:inline-block;position:relative;color:#fffffff2;overflow:hidden;white-space:nowrap;width:0;will-change:width}.typing-line:nth-child(1){animation:typing 2s steps(40,end) forwards}.typing-line:nth-child(2){animation:typing 2s steps(40,end) 2s forwards}.typing-line:nth-child(3){animation:typing 2s steps(40,end) 4s forwards}.typing-line:nth-child(4){animation:typing 2s steps(40,end) 6s forwards}@keyframes typing{0%{width:0;will-change:width}to{width:100%;will-change:width}}.service-section{margin:3rem 0}.service-section h2{font-size:2rem;font-weight:600;margin:2.5rem 0 1.5rem;color:#fffffff2;position:relative;padding-left:1rem;text-shadow:0 0 10px rgba(0,255,255,.3),0 0 20px rgba(0,255,255,.2)}.service-section h2:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#0ff,#00ffff80);border-radius:2px;box-shadow:0 0 10px #00ffff80,0 0 20px #00ffff4d}.service-section h2:after{content:"";position:absolute;left:0;right:0;bottom:-.5rem;height:1px;background:linear-gradient(to right,transparent,rgba(0,255,255,.3),transparent)}.service-section h3{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;color:#f0f;position:relative;padding-left:.75rem;text-shadow:0 0 8px rgba(255,0,255,.2),0 0 15px rgba(255,0,255,.1);display:flex;align-items:center;gap:.5rem}.service-section h3:before{content:">";color:#f0f;font-size:1.2em;text-shadow:0 0 5px rgba(255,0,255,.5),0 0 10px rgba(255,0,255,.3);opacity:.8;transition:all .3s ease}.service-section h3:hover:before{opacity:1;transform:translate(.25rem);text-shadow:0 0 8px rgba(255,0,255,.7),0 0 15px rgba(255,0,255,.5)}.service-section h3:after{content:"";position:absolute;left:0;right:0;bottom:-.25rem;height:1px;background:linear-gradient(to right,transparent,rgba(255,0,255,.2),transparent)}.service-list{list-style:none;padding:0;margin:1.5rem 0}.service-list li{color:#ffffffe6;margin:1rem 0;padding-left:1.5rem;position:relative;text-shadow:0 0 5px rgba(0,255,255,.2)}.service-list li:before{content:">";position:absolute;left:0;color:#0ff;text-shadow:0 0 5px #0ff}.service-cta{display:flex;gap:1rem;justify-content:center;margin-top:3rem;flex-wrap:wrap}.service-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;will-change:transform,box-shadow}.service-button.primary{background:#00ff001a;color:#fff;border:1px solid rgba(0,255,0,.3);text-shadow:0 0 2px #fff}.service-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#00ffff1a,#ff00ff1a);opacity:0;transition:opacity .3s ease;will-change:opacity}.service-button:hover:before{opacity:1}.service-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00ffff4d,0 0 30px #0ff3}.service-button.primary:hover{background:#0f03;box-shadow:0 0 15px #00ff004d}.service-button.secondary{background:#ff00ff1a;color:#fff;border:1px solid rgba(255,0,255,.3);text-shadow:0 0 2px #fff}.service-button.secondary:hover{background:#f0f3;box-shadow:0 0 15px #ff00ff4d}[data-theme=light] .service-button{background:#00ff000d;color:#1a1a2e;border:1px solid rgba(0,255,0,.2)}[data-theme=light] .service-button:hover{background:#00ff001a;box-shadow:0 0 20px #0f03,0 0 40px #00ff000d}@keyframes neon-pulse{0%{text-shadow:0 0 1px #fff,0 0 2px #fff,0 0 3px #0ff,0 0 4px #0ff,0 0 5px #0ff}to{text-shadow:0 0 .5px #fff,0 0 1px #fff,0 0 1.5px #0ff,0 0 2px #0ff,0 0 2.5px #0ff}}.service-section p{font-size:1.1rem;line-height:1.8;margin:1.25rem 0;color:#ffffffe6;position:relative;padding:.5rem 0;text-shadow:0 0 5px rgba(0,255,255,.1);transition:all .3s ease}.service-section p:before{content:"";position:absolute;left:-1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,transparent,rgba(0,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.service-section p:hover:before{opacity:1}.service-section p:hover{color:#fff;text-shadow:0 0 5px rgba(0,255,255,.2),0 0 10px rgba(0,255,255,.1);transform:translate(.25rem)}[data-theme=light] .service-section p{color:#000000d9;text-shadow:0 0 5px rgba(0,255,255,.05)}[data-theme=light] .service-section p:hover{color:#000;text-shadow:0 0 5px rgba(0,255,255,.1),0 0 10px rgba(0,255,255,.05)}@media (max-width: 768px){.service-content{max-width:95%;padding:1.5rem}.service-title{font-size:2rem}.service-section h2{font-size:1.8rem}.service-section h3{font-size:1.3rem}.service-quote{padding:1.2rem;margin:1.5rem 0}.typing-container{max-width:95%}.typing-line:nth-child(1){animation:typing 1.8s steps(40,end) forwards}.typing-line:nth-child(2){animation:typing 1.8s steps(40,end) 1.8s forwards}.typing-line:nth-child(3){animation:typing 1.8s steps(40,end) 3.6s forwards}.typing-line:nth-child(4){animation:typing 1.8s steps(40,end) 5.4s forwards}.service-section p{font-size:1rem;line-height:1.5}.service-cta{flex-direction:column;gap:1rem}.service-button{width:100%;padding:.8rem 1.5rem}}@media (max-width: 480px){.service-content{padding:1rem}.service-title{font-size:1.8rem}.service-quote{padding:1rem;margin:1rem 0;font-size:1.1rem}.typing-container{max-width:100%}.typing-line:nth-child(1){animation:typing 1.5s steps(40,end) forwards}.typing-line:nth-child(2){animation:typing 1.5s steps(40,end) 1.5s forwards}.typing-line:nth-child(3){animation:typing 1.5s steps(40,end) 3s forwards}.typing-line:nth-child(4){animation:typing 1.5s steps(40,end) 4.5s forwards}.service-section h3{font-size:1.2rem;padding-left:.8rem}.service-section h3:before{width:3px}.service-section p{font-size:.95rem;padding:.8rem}.service-cta{gap:.8rem}.service-button{padding:.7rem 1.2rem;font-size:.95rem}}.service-page[data-theme=light],.service-page.light{background:linear-gradient(135deg,#f0f4f8,#e9ecef)}.service-content[data-theme=light],.service-content.light{background:#ffffffe6;border:1px solid rgba(0,255,255,.2);box-shadow:0 0 30px #00ffff1a}.service-title[data-theme=light],.service-title.light{color:#1a1a2e;text-shadow:0 0 1px #1a1a2e,0 0 2px #0ff,0 0 3px #0ff}.service-section h2[data-theme=light],.service-section h2.light{color:#000000e6;text-shadow:0 0 10px rgba(0,255,255,.2),0 0 20px rgba(0,255,255,.1)}.service-section h2:before [data-theme=light],.service-section h2:before .light{background:linear-gradient(to bottom,#0ff,#00ffff4d);box-shadow:0 0 10px #00ffff4d,0 0 20px #0ff3}.service-section h2:after [data-theme=light],.service-section h2:after .light{background:linear-gradient(to right,transparent,rgba(0,255,255,.2),transparent)}.service-section h3[data-theme=light],.service-section h3.light{color:#f0f;text-shadow:0 0 8px rgba(255,0,255,.15),0 0 15px rgba(255,0,255,.1)}.service-section h3:before [data-theme=light],.service-section h3:before .light{color:#f0f;text-shadow:0 0 5px rgba(255,0,255,.3),0 0 10px rgba(255,0,255,.2)}.service-section h3:hover:before [data-theme=light],.service-section h3:hover.light{text-shadow:0 0 8px rgba(255,0,255,.4),0 0 15px rgba(255,0,255,.3)}.service-section h3:after [data-theme=light],.service-section h3:after .light{background:linear-gradient(to right,transparent,rgba(255,0,255,.15),transparent)}.service-list li[data-theme=light],.service-list li.light{color:#1a1a2e}.service-button[data-theme=light],.service-button.light{background:linear-gradient(45deg,#0ff,#00f);box-shadow:0 0 10px #0ff3,0 0 20px #00ffff1a}.service-button:hover[data-theme=light],.service-button:hover.light{box-shadow:0 0 15px #00ffff4d,0 0 30px #0ff3}[data-theme=light] .service-button.secondary{background:#ff00ff0d;color:#1a1a2e;border:1px solid rgba(255,0,255,.2)}[data-theme=light] .service-button.secondary:hover{background:#ff00ff1a;box-shadow:0 0 20px #f0f3,0 0 40px #ff00ff0d}@keyframes quote-glow{0%{box-shadow:0 0 10px #0ff3,0 0 20px #00ffff1a}to{box-shadow:0 0 15px #00ffff4d,0 0 30px #0ff3}}.other-services{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(0,255,255,.2)}.other-services h2{font-size:1.8rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:0 0 10px rgba(0,255,255,.3),0 0 20px rgba(0,255,255,.2)}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem}.service-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#00ffff0d;border:1px solid rgba(0,255,255,.2);border-radius:.5rem;text-decoration:none;color:#fff;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#00ffff1a,#ff00ff1a);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0ff3,0 0 30px #00ffff1a;border-color:#0ff6}.service-card:hover:before{opacity:1}.service-icon{width:48px;height:48px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#0ff;filter:drop-shadow(0 0 8px rgba(0,255,255,.5));transition:all .3s ease}.service-svg{width:100%;height:100%}.service-card:hover .service-icon{transform:scale(1.1);filter:drop-shadow(0 0 12px rgba(0,255,255,.8));color:#fff}.service-name{font-size:1.1rem;font-weight:500;text-align:center;text-shadow:0 0 10px rgba(0,255,255,.3)}@media (max-width: 768px){.service-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.service-card{padding:1.2rem}.service-icon{width:40px;height:40px}.service-name{font-size:1rem}}@media (max-width: 480px){.service-grid{grid-template-columns:1fr}.service-card{padding:1rem}.service-icon{width:36px;height:36px}.service-name{font-size:.95rem}}
