:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;margin:0;padding:0;width:100%}.App{min-height:100vh;width:100%;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#0067ff}.logo-icon{width:32px;height:32px;object-fit:contain}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#0067ff}.hero{min-height:100vh;width:100vw;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#0067ff,#0053b7,#29bcfc);overflow:hidden;margin:0;padding:0}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#0067ff,#0053b7,#29bcfc)}.ai-particles{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(41,188,252,.2) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,103,255,.15) 0%,transparent 50%);animation:float 8s ease-in-out infinite}.particle{position:absolute;width:4px;height:4px;background:#29bcfc99;border-radius:50%;animation:floatParticle 12s linear infinite}.particle:nth-child(1){left:10%;animation-delay:0s;animation-duration:15s}.particle:nth-child(2){left:20%;animation-delay:2s;animation-duration:12s}.particle:nth-child(3){left:30%;animation-delay:4s;animation-duration:18s}.particle:nth-child(4){left:40%;animation-delay:1s;animation-duration:14s}.particle:nth-child(5){left:60%;animation-delay:3s;animation-duration:16s}.particle:nth-child(6){left:70%;animation-delay:5s;animation-duration:13s}.particle:nth-child(7){left:80%;animation-delay:1.5s;animation-duration:17s}.particle:nth-child(8){left:90%;animation-delay:3.5s;animation-duration:11s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes floatParticle{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) translate(50px);opacity:0}}.hero-content{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text h1{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(45deg,#29bcfc,#0067ff,#29bcfc);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradientShift 3s ease-in-out infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.subtitle{font-size:1.5rem;font-weight:600;color:#fffc;margin-bottom:1.5rem;font-style:italic}.hero-text p{font-size:1.2rem;color:#ffffffe6;margin-bottom:2rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-height:48px;touch-action:manipulation}.btn-primary{background:linear-gradient(45deg,#29bcfc,#0067ff);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0067ff4d}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.btn-icon{width:20px;height:20px}.ai-visualization{display:flex;justify-content:center;align-items:center;height:400px}.neural-network{position:relative;width:300px;height:300px}.node{position:absolute;width:20px;height:20px;background:linear-gradient(45deg,#29bcfc,#0067ff);border-radius:50%;animation:pulse 2s ease-in-out infinite}.node:nth-child(1){top:20%;left:20%;animation-delay:0s}.node:nth-child(2){top:20%;right:20%;animation-delay:.5s}.node:nth-child(3){bottom:20%;left:20%;animation-delay:1s}.node:nth-child(4){bottom:20%;right:20%;animation-delay:1.5s}.connection{position:absolute;height:2px;background:linear-gradient(90deg,#29bcfc99,#0067ff33);animation:flow 3s ease-in-out infinite}.connection:nth-child(5){top:30%;left:30%;width:40%;transform:rotate(45deg);animation-delay:0s}.connection:nth-child(6){top:30%;right:30%;width:40%;transform:rotate(-45deg);animation-delay:1s}.connection:nth-child(7){bottom:30%;left:50%;width:20%;animation-delay:2s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@keyframes flow{0%,to{opacity:.3}50%{opacity:1}}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.section-header p{font-size:1.2rem;color:#666}.about{padding:6rem 0;background:#f8fafc;width:100%}@media (max-width: 768px){.about{padding:4rem 0}}@media (max-width: 480px){.about{padding:3rem 0}}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text h3{font-size:2rem;font-weight:700;color:#333;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.7}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.stat{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.stat:hover{border-color:#0067ff33;transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:800;color:#0067ff;margin-bottom:.5rem;transition:all .3s ease}.stat-label{font-size:1rem;color:#666;font-weight:500}.about-visual{display:flex;justify-content:center;align-items:center;height:400px;width:100%}.about-graphic{position:relative;width:300px;height:300px;margin:0 auto}.graphic-circle{position:absolute;top:50%;left:50%;width:200px;height:200px;border:2px solid rgba(0,103,255,.3);border-radius:50%;transform:translate(-50%,-50%);margin:0}.circle-dot{position:absolute;width:12px;height:12px;background:linear-gradient(45deg,#29bcfc,#0067ff);border-radius:50%;box-shadow:0 0 20px #29bcfc80}.circle-dot:nth-child(1){top:-6px;left:50%;transform:translate(-50%)}.circle-dot:nth-child(2){right:-6px;top:50%;transform:translateY(-50%)}.circle-dot:nth-child(3){bottom:-6px;left:50%;transform:translate(-50%)}.circle-dot:nth-child(4){left:-6px;top:50%;transform:translateY(-50%)}.graphic-center{position:absolute;top:50%;left:50%;width:80px;height:80px;background:linear-gradient(45deg,#0067ff,#0053b7);border-radius:50%;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0067ff4d;margin:0}.center-icon{width:40px;height:40px;color:#fff}.ai-approach{padding:6rem 0;background:#f8fafc;width:100%}.approach-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.approach-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(0,103,255,.1);position:relative;overflow:hidden}.approach-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.approach-card.ai-coding{background:linear-gradient(135deg,#8b5cf60d,#8b5cf61a)}.approach-card.intelligent-automation{background:linear-gradient(135deg,#0067ff0d,#0067ff1a)}.approach-card.quality-assurance{background:linear-gradient(135deg,#10b9810d,#10b9811a)}.approach-icon{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative}.approach-card.ai-coding .approach-icon{background:linear-gradient(45deg,#8b5cf6,#a855f7)}.approach-card.intelligent-automation .approach-icon{background:linear-gradient(45deg,#0067ff,#0053b7)}.approach-card.quality-assurance .approach-icon{background:linear-gradient(45deg,#10b981,#059669)}.approach-icon .icon{width:35px;height:35px;color:#fff}.approach-card h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.approach-card p{color:#666;line-height:1.6;font-size:1rem}.services{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0);width:100%;position:relative;overflow:hidden}.services:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 20%,rgba(41,188,252,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.1) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(16,185,129,.1) 0%,transparent 50%);pointer-events:none}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:2}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#29bcfc,#0067ff,#8b5cf6,#10b981);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026;border-color:#0067ff33}.service-card:hover:before{opacity:1}.service-card:nth-child(1){background:linear-gradient(135deg,#29bcfc0d,#29bcfc1a)}.service-card:nth-child(2){background:linear-gradient(135deg,#8b5cf60d,#8b5cf61a)}.service-card:nth-child(3){background:linear-gradient(135deg,#10b9810d,#10b9811a)}.service-card:nth-child(4){background:linear-gradient(135deg,#ff9f400d,#ff9f401a)}.service-icon{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;box-shadow:0 8px 25px #00000026}.service-card:nth-child(1) .service-icon{background:linear-gradient(45deg,#29bcfc,#0067ff)}.service-card:nth-child(2) .service-icon{background:linear-gradient(45deg,#8b5cf6,#a855f7)}.service-card:nth-child(3) .service-icon{background:linear-gradient(45deg,#10b981,#059669)}.service-card:nth-child(4) .service-icon{background:linear-gradient(45deg,#f59e0b,#d97706)}.service-icon .icon{width:35px;height:35px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.service-card h3{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem;position:relative}.service-card:nth-child(1) h3{color:#0067ff}.service-card:nth-child(2) h3{color:#8b5cf6}.service-card:nth-child(3) h3{color:#10b981}.service-card:nth-child(4) h3{color:#f59e0b}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.6}.service-card ul{list-style:none}.service-card li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#666;transition:color .3s ease}.service-card li:hover{color:#333}.check{width:18px;height:18px;color:#10b981;filter:drop-shadow(0 1px 2px rgba(16,185,129,.3))}.technologies{padding:6rem 0;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);width:100%;position:relative;overflow:hidden}.technologies:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 10% 20%,rgba(41,188,252,.08) 0%,transparent 50%),radial-gradient(circle at 90% 80%,rgba(139,92,246,.08) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(16,185,129,.08) 0%,transparent 50%),radial-gradient(circle at 30% 70%,rgba(255,159,64,.08) 0%,transparent 50%);pointer-events:none}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;position:relative;z-index:2}.tech-category{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.tech-category:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;opacity:0;transition:opacity .3s ease}.tech-category:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.tech-category:hover:before{opacity:1}.tech-category:nth-child(1){background:linear-gradient(135deg,#29bcfc0d,#29bcfc1a)}.tech-category:nth-child(1):before{background:linear-gradient(90deg,#29bcfc,#0067ff)}.tech-category:nth-child(2){background:linear-gradient(135deg,#8b5cf60d,#8b5cf61a)}.tech-category:nth-child(2):before{background:linear-gradient(90deg,#8b5cf6,#a855f7)}.tech-category:nth-child(3){background:linear-gradient(135deg,#10b9810d,#10b9811a)}.tech-category:nth-child(3):before{background:linear-gradient(90deg,#10b981,#059669)}.tech-category:nth-child(4){background:linear-gradient(135deg,#ff9f400d,#ff9f401a)}.tech-category:nth-child(4):before{background:linear-gradient(90deg,#f59e0b,#d97706)}.tech-category:nth-child(5){background:linear-gradient(135deg,#ef44440d,#ef44441a)}.tech-category:nth-child(5):before{background:linear-gradient(90deg,#ef4444,#dc2626)}.tech-category:nth-child(6){background:linear-gradient(135deg,#22c55e0d,#22c55e1a)}.tech-category:nth-child(6):before{background:linear-gradient(90deg,#22c55e,#16a34a)}.tech-category:nth-child(7){background:linear-gradient(135deg,#a855f70d,#a855f71a)}.tech-category:nth-child(7):before{background:linear-gradient(90deg,#a855f7,#9333ea)}.tech-category:nth-child(8){background:linear-gradient(135deg,#6366f10d,#6366f11a)}.tech-category:nth-child(8):before{background:linear-gradient(90deg,#6366f1,#4f46e5)}.tech-icon{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 8px 25px #00000026}.tech-category:nth-child(1) .tech-icon{background:linear-gradient(45deg,#29bcfc,#0067ff)}.tech-category:nth-child(2) .tech-icon{background:linear-gradient(45deg,#8b5cf6,#a855f7)}.tech-category:nth-child(3) .tech-icon{background:linear-gradient(45deg,#10b981,#059669)}.tech-category:nth-child(4) .tech-icon{background:linear-gradient(45deg,#f59e0b,#d97706)}.tech-category:nth-child(5) .tech-icon{background:linear-gradient(45deg,#ef4444,#dc2626)}.tech-category:nth-child(6) .tech-icon{background:linear-gradient(45deg,#22c55e,#16a34a)}.tech-category:nth-child(7) .tech-icon{background:linear-gradient(45deg,#a855f7,#9333ea)}.tech-category:nth-child(8) .tech-icon{background:linear-gradient(45deg,#6366f1,#4f46e5)}.tech-icon .icon{width:30px;height:30px;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.tech-category h3{font-size:1.4rem;font-weight:700;margin-bottom:1.5rem;text-align:center;position:relative}.tech-category:nth-child(1) h3{color:#0067ff}.tech-category:nth-child(2) h3{color:#8b5cf6}.tech-category:nth-child(3) h3{color:#10b981}.tech-category:nth-child(4) h3{color:#f59e0b}.tech-category:nth-child(5) h3{color:#ef4444}.tech-category:nth-child(6) h3{color:#22c55e}.tech-category:nth-child(7) h3{color:#a855f7}.tech-category:nth-child(8) h3{color:#6366f1}.tech-tags{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.tech-tag{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;padding:.6rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:600;border:2px solid rgba(0,0,0,.1);transition:all .3s ease;box-shadow:0 4px 15px #0000001a}.tech-tag:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;background:#fff}.testimonials{padding:6rem 0;background:linear-gradient(135deg,#fef7ff,#f3e8ff);width:100%;position:relative;overflow:hidden}.testimonials:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(139,92,246,.08) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(41,188,252,.08) 0%,transparent 50%),radial-gradient(circle at 50% 20%,rgba(16,185,129,.08) 0%,transparent 50%);pointer-events:none}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;position:relative;z-index:2;max-width:1200px;margin:0 auto}.testimonial-card{background:#fff;padding:3rem;border-radius:25px;box-shadow:0 15px 40px #0000001a;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6,#29bcfc,#10b981);opacity:0;transition:opacity .3s ease}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px #00000026;border-color:#8b5cf633}.testimonial-card:hover:before{opacity:1}.testimonial-content{margin-bottom:2rem}.quote-icon{width:60px;height:60px;background:linear-gradient(45deg,#8b5cf6,#a855f7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 8px 25px #8b5cf64d}.quote-icon svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.testimonial-text{font-size:1.1rem;line-height:1.8;color:#333;font-style:italic;margin:0;position:relative}.testimonial-text:before{content:'"';font-size:4rem;color:#8b5cf633;position:absolute;top:-1rem;left:-.5rem;font-family:serif}.testimonial-author{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid rgba(139,92,246,.1)}.author-info h4{font-size:1.2rem;font-weight:700;color:#333;margin:0 0 .25rem}.author-info p{color:#666;margin:0;font-size:.95rem}.author-rating{display:flex;align-items:center}.stars{display:flex;gap:.25rem}.star{color:#fbbf24;font-size:1.2rem;filter:drop-shadow(0 1px 2px rgba(251,191,36,.3))}@media (max-width: 768px){.testimonials{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.testimonial-card{padding:2rem}.testimonial-text{font-size:1rem;line-height:1.7}.testimonial-text:before{font-size:3rem;top:-.5rem;left:-.25rem}.testimonial-author{flex-direction:column;align-items:flex-start;gap:1rem}.author-rating{align-self:flex-end}.quote-icon{width:50px;height:50px}}.contact{padding:6rem 0;background:#f8fafc;width:100%}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 15px #0000001a}.contact-icon{width:24px;height:24px;color:#0067ff}.contact-item h4{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.25rem}.contact-item p{color:#666}.contact-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:border-color .3s ease;min-height:48px;touch-action:manipulation}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0067ff}.form-group textarea{resize:vertical;min-height:120px}.form-message{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;text-align:center}.form-message.success{background:#10b9811a;color:#10b981;border:1px solid rgba(16,185,129,.2)}.form-message.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem;width:100%}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-brand .logo{color:#0067ff;margin-bottom:1rem}.footer-brand p{color:#9ca3af;line-height:1.6}.footer-links h4,.footer-contact h4,.footer-social h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-links a:hover{color:#0067ff}.footer-contact p{display:flex;align-items:center;gap:.5rem;color:#9ca3af;margin-bottom:.5rem}.footer-icon{width:16px;height:16px}.footer-social{display:flex;flex-direction:column}.social-links{display:flex;flex-direction:column;gap:.5rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#9ca3af;text-decoration:none;transition:all .3s ease;padding:.5rem 0}.social-link:hover{color:#0067ff;transform:translate(5px)}.social-link svg{width:20px;height:20px;transition:transform .3s ease}.social-link:hover svg{transform:scale(1.1)}.footer-bottom{border-top:1px solid #374151;padding-top:1rem;text-align:center;color:#9ca3af}.mobile-menu-btn{display:none;background:none;border:none;color:#333;cursor:pointer;padding:.5rem}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.1);box-shadow:0 5px 15px #0000001a;z-index:1000}.mobile-menu a{display:block;padding:1rem 2rem;color:#333;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.05);transition:background-color .3s ease}.mobile-menu a:hover{background-color:#0067ff1a;color:#0067ff}.mobile-menu a:last-child{border-bottom:none}@media (max-width: 1024px){.hero-content{gap:3rem}.hero-text h1{font-size:3rem}.services-grid,.tech-categories,.approach-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.nav-links{display:none}.mobile-menu-btn,.mobile-menu{display:block}.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem;padding:2rem 1rem}.hero-text h1{font-size:2.5rem;line-height:1.1}.subtitle{font-size:1.2rem}.hero-text p{font-size:1rem;padding:0 1rem}.about-content{grid-template-columns:1fr;gap:3rem;padding:0 1rem}.about-text{text-align:center;order:2}.about-text h3{font-size:1.8rem;margin-bottom:1rem}.about-text p{font-size:1rem;margin-bottom:2rem}.about-visual{height:250px;order:1;margin-bottom:2rem;width:100%;display:flex;justify-content:center;align-items:center}.about-graphic{width:200px;height:200px;margin:0 auto}.graphic-circle{width:120px;height:120px}.graphic-center{width:50px;height:50px}.center-icon{width:25px;height:25px}.circle-dot{width:8px;height:8px}.stats{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.stat{padding:1rem}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}.tech-categories{grid-template-columns:1fr;gap:1.5rem}.tech-category{padding:1.5rem}.approach-cards{grid-template-columns:1fr;gap:1.5rem}.approach-card{padding:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.contact-form{padding:1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center;padding:0 1rem}.social-links{align-items:center}.social-link{justify-content:center}.hero-buttons{flex-direction:column;align-items:center;gap:1rem}.btn-primary,.btn-secondary{width:100%;max-width:300px;justify-content:center;padding:1rem 1.5rem;font-size:1rem}.ai-visualization{height:250px}.neural-network{width:200px;height:200px}}@media (max-width: 480px){.container,.nav-container{padding:0 15px}.logo{font-size:1.2rem}.logo-icon{width:28px;height:28px}.hero-text h1{font-size:2rem;margin-bottom:1rem}.subtitle{font-size:1rem;margin-bottom:1rem}.hero-text p{font-size:.9rem;padding:0 .5rem}.section-header h2{font-size:1.8rem;line-height:1.2;margin-bottom:.5rem}.section-header p{font-size:1rem;line-height:1.4}.service-card,.contact-form,.tech-category,.approach-card{padding:1rem}.stats{grid-template-columns:1fr;gap:.5rem}.stat{padding:1rem}.stat-number{font-size:2rem}.about-content{gap:2rem;padding:0 .5rem}.about-text h3{font-size:1.5rem;line-height:1.3}.about-text p{font-size:.9rem;line-height:1.6}.about-visual{height:200px;margin-bottom:1.5rem;width:100%;display:flex;justify-content:center;align-items:center}.about-graphic{width:150px;height:150px;margin:0 auto}.graphic-circle{width:100px;height:100px}.graphic-center{width:40px;height:40px}.center-icon{width:20px;height:20px}.circle-dot{width:6px;height:6px}.btn-primary,.btn-secondary{padding:.8rem 1.2rem;font-size:.9rem}.tech-tags{gap:.5rem}.tech-tag{padding:.4rem .8rem;font-size:.8rem}.contact-item{padding:1rem}.form-group input,.form-group textarea{padding:.8rem;font-size:.9rem}.ai-visualization{height:200px}.neural-network{width:150px;height:150px}.node{width:15px;height:15px}}
