h1,h2,h3,p{margin-bottom:var(--spacing)}.nav-links a,.nav-links a:hover,body{color:var(--text-color)}.btn,.services-hero,footer,section{overflow:hidden}.btn,.services-hero h1{z-index:1;position:relative}.service-link,a{text-decoration:none}.btn,.container,.process-grid,.process-step,.service-card,.services-hero,.services-hero h1,.step-number,footer,section{position:relative}:root{--primary-color:#0066cc;--secondary-color:#2c3e50;--accent-color:#0066cc;--text-color:#333;--light-text:#666;--background-color:#ffffff;--section-bg:#f8f9fa;--border-color:#eee;--shadow-color:rgba(0, 0, 0, 0.1);--spacing:20px;--max-width:1200px;--transition:all 0.3s ease}.btn,a{transition:var(--transition)}[data-theme=dark]{--primary-color:#4dabf7;--secondary-color:#86868b;--accent-color:#4dabf7;--text-color:#ffffff;--light-text:#cccccc;--background-color:#1a1a1a;--section-bg:#222222;--border-color:#333333;--shadow-color:rgba(0, 0, 0, 0.3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;background-color:var(--background-color);overflow-x:hidden}h1,h2,h3{font-weight:600}h1{font-size:48px;line-height:1.1}h2{font-size:32px;margin-top:60px}h3{font-size:24px}p{color:var(--light-text)}a{color:var(--accent-color)}.nav-links a{transition:none}footer{background:#222;color:#fff;padding:60px 0 30px}.footer-links a{color:rgba(255,255,255,.7);transition:color .3s}.btn,.footer-column p,.footer-links a:hover{color:#fff}.footer-column h3{font-size:1.2rem;margin-bottom:1rem}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;background-color:var(--accent-color);padding:12px 24px;border-radius:30px;font-weight:500}.advantage-card,.service-card,.technology-card{transition:transform .3s}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.btn::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:rgba(255,255,255,.2);transition:.5s;z-index:-1}.btn:hover::after{left:100%}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes slideInLeft{from{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInRight{from{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}.animate-fadeIn{animation:1s forwards fadeIn}.animate-fadeInUp{animation:1s forwards fadeInUp}.animate-scaleIn{animation:1s forwards scaleIn}.animate-slideInLeft{animation:1s forwards slideInLeft}.animate-slideInRight{animation:1s forwards slideInRight}.delay-1{animation-delay:.2s;opacity:0}.delay-2{animation-delay:.4s;opacity:0}.delay-3{animation-delay:.6s;opacity:0}.delay-4{animation-delay:.8s;opacity:0}section{width:100%;background:var(--background-color)}.section-header{text-align:center;margin-bottom:4rem;width:100%}.services-hero{padding:150px 0 100px;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff}.services-hero h1{font-size:3.5rem;margin-bottom:1rem}.services-hero .hero-subtitle{font-size:1.2rem;max-width:600px;margin:0 auto;opacity:.9}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin:4rem 0}.service-card{background-color:var(--background-color);padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px var(--shadow-color);display:flex;flex-direction:column;height:100%;z-index:3}.advantage-card:hover,.service-card:hover,.technology-card:hover{transform:translateY(-5px)}.service-icon{width:60px;height:60px;background-color:var(--section-bg);border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-icon i{font-size:1.8rem;color:var(--primary-color)}.process-step h3,.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--text-color)}.service-card p{color:var(--light-text);line-height:1.6;margin-bottom:1.5rem}.service-features{list-style:none;margin:1.5rem 0;padding:0;flex-grow:1}.service-features li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;color:var(--text-color);font-size:.95rem}.service-features i,.service-link,.service-price span,.technology-icon i{color:var(--primary-color)}.service-features i{font-size:.9rem}.service-price{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color)}.service-price span{font-size:1.2rem;font-weight:600}.service-link{font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.service-link::after{content:'→'}.technologies{padding:100px 0;background:var(--section-bg)}.technologies-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:4rem}.technology-card{background:var(--background-color);padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 15px var(--shadow-color)}.technology-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--section-bg);border-radius:20px}.advantage-icon,.step-number{width:60px;height:60px;align-items:center}.technology-icon i{font-size:2.5rem}.technology-card h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--text-color)}.technology-card p{color:var(--light-text);font-size:.9rem}.advantages{padding:100px 0;background:var(--background-color)}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem}.advantage-card{background:var(--section-bg);padding:2rem;border-radius:15px;text-align:center}.advantage-icon{margin:0 auto 1.5rem;display:flex;justify-content:center;background:var(--primary-color);border-radius:50%}.advantage-icon i{font-size:1.8rem;color:#fff}.advantage-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-color)}.advantage-card p{color:var(--light-text);font-size:.95rem}.services-cta{padding:100px 0;text-align:center;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff}.process,.process-step{background:var(--background-color)}.services-cta h2{font-size:2.5rem;margin-bottom:1.5rem}.services-cta p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center}.process{padding:8rem 0}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-grid::before{content:'';position:absolute;top:100px;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--primary-color) 0,var(--primary-color) 25%,var(--primary-color) 50%,var(--primary-color) 75%,var(--primary-color) 100%);opacity:.2;z-index:0}.process-step{padding:3rem 2rem;border-radius:25px;text-align:center;transition:.4s;z-index:1;border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px var(--shadow-color)}.process-step:hover{transform:translateY(-10px);box-shadow:0 15px 40px var(--shadow-color);border-color:rgba(255,255,255,.1)}.step-number{background:linear-gradient(135deg,var(--primary-color),#4dabf7);color:#fff;border-radius:50%;display:flex;justify-content:center;font-size:1.5rem;font-weight:600;margin:0 auto 2rem}.process-step p{color:var(--light-text);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6;min-height:180px}.process-features{list-style:none;padding:0;text-align:left}.process-features li{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;color:var(--text-color);font-size:1rem}.process-features i{color:var(--primary-color)}@media (max-width:992px){.services-grid{grid-template-columns:1fr}.advantages-grid,.technologies-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1200px){.process-grid{grid-template-columns:repeat(2,1fr)}.process-grid::before{display:none}}@media (max-width:768px){.services-hero h1{font-size:2.5rem}.advantages-grid,.process-grid,.technologies-grid{grid-template-columns:1fr}.process-step,.service-card{padding:2rem}.service-features li{font-size:.9rem}.service-price{flex-direction:column;gap:1rem;text-align:center}}