:root{--primary: #2563eb;--secondary: #1e293b;--accent: #38bdf8;--bg: #f8fafc;--text: #0f172a;--light: #ffffff;--radius: 10px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;line-height:1.6;color:var(--text);background:var(--bg)}header{background:var(--secondary);color:var(--light);padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}header h1{font-size:1.4rem;font-weight:700}nav a{color:var(--light);text-decoration:none;margin-left:1rem;font-size:.95rem}nav a:hover{color:var(--accent)}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--primary),var(--accent));color:var(--light)}.hero h2{font-size:2.2rem;margin-bottom:1rem}.hero p{max-width:600px;margin:0 auto 2rem;font-size:1.1rem;opacity:.95}.hero a{background:var(--light);color:var(--primary);padding:.8rem 1.4rem;border-radius:var(--radius);font-weight:600;text-decoration:none;transition:background .3s}.hero a:hover{background:#e2e8f0}section{padding:3rem 1.5rem;max-width:1100px;margin:0 auto}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.card{background:var(--light);border-radius:var(--radius);padding:1.5rem;box-shadow:0 4px 12px #0000000f;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #00000014}.card h3{color:var(--primary);margin-bottom:.6rem}footer{background:var(--secondary);color:var(--light);text-align:center;padding:1.5rem;font-size:.9rem}footer a{color:var(--accent);text-decoration:none}@media(max-width:640px){header{flex-direction:column;align-items:flex-start}nav{margin-top:.5rem}.hero h2{font-size:1.8rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1a1a1a;background:#fff;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#2563eb;letter-spacing:-.5px;display:flex;align-items:center;gap:.75rem}.logo svg{width:32px;height:32px}nav{display:flex;gap:2.5rem}nav a{color:#666;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}nav a:hover{color:#2563eb}.hero{padding:10rem 0 8rem;background:#fafafa}.hero .container{display:flex;flex-direction:column}.hero-content{max-width:100%;margin-bottom:4rem}.badge{display:inline-block;background:#eff6ff;color:#2563eb;padding:.5rem 1.2rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:2rem;border-radius:50px}.hero h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-1.5px;color:#1e293b}.hero p{font-size:1.25rem;color:#666;margin-bottom:2.5rem;line-height:1.7}.cta-group{display:flex;gap:1rem;margin-bottom:0}.btn-primary{background:#2563eb;color:#fff;padding:1.1rem 2.5rem;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-block;border:none;cursor:pointer;border-radius:8px}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 35px #2563eb40}.btn-secondary{background:#fff;color:#2563eb;padding:1.1rem 2.5rem;text-decoration:none;font-weight:600;font-size:.95rem;border:2px solid #e5e7eb;transition:all .3s ease;display:inline-block;box-sizing:border-box;border-radius:8px}.btn-secondary:hover{background:#f8fafc;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;padding-top:4rem;margin-top:4rem;border-top:2px solid #e5e7eb}.stat h3{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat p{color:#666;font-size:.95rem}#services{padding:8rem 0;background:#fff}.section-header{text-align:center;margin-bottom:5rem}.section-header h2{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#1e293b;letter-spacing:-1px}.section-header p{font-size:1.15rem;color:#666}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:#fff;padding:3rem;border:2px solid #f1f5f9;transition:all .3s ease;border-radius:12px}.service-card:hover{border-color:#2563eb;transform:translateY(-5px);box-shadow:0 20px 50px #2563eb1a}.icon{font-size:2.5rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.service-card p{color:#666;margin-bottom:1.5rem;line-height:1.7}.service-card ul{list-style:none;padding:0}.service-card ul li{color:#666;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.9rem}.service-card ul li:last-child{border-bottom:none}.work-section{padding:8rem 0;background:#fff}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.project-card{background:#fff;border:none;overflow:hidden;transition:all .4s ease;border-radius:16px;box-shadow:0 4px 20px #0000000f}.project-card:hover{transform:translateY(-10px);box-shadow:0 30px 60px #00000026}.project-image{background:#f1f5f9;color:#475569;height:280px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;position:relative}.project-card:nth-child(1) .project-image{background:#f1f5f9}.project-card:nth-child(2) .project-image{background:#f1f5f9}.project-card:nth-child(3) .project-image{background:#f1f5f9}.project-info{padding:2.5rem;background:#fff}.project-info h3{font-size:1.6rem;font-weight:700;margin-bottom:1rem;color:#1e293b;line-height:1.3}.project-info p{color:#64748b;margin-bottom:2rem;line-height:1.8;font-size:.95rem}.tech-stack{display:flex;gap:.75rem;flex-wrap:wrap}.tech-stack span{background:#f1f5f9;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;color:#475569;border-radius:8px;transition:all .3s ease}.tech-stack span:hover{background:#e0e7ff;color:#2563eb;transform:translateY(-2px)}#about{padding:8rem 0;background:#fff}.process-section{padding:8rem 0;background:#f8fafc}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.process-step{text-align:center;padding:2rem}.step-number{font-size:3rem;font-weight:700;color:#2563eb;margin-bottom:1.5rem;opacity:.3}.process-step h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.process-step p{color:#64748b;line-height:1.7;font-size:.95rem}.tech-section{padding:8rem 0;background:#fff}.tech-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.tech-category h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b}.tech-items{display:flex;flex-direction:column;gap:.75rem}.tech-item{background:#f8fafc;padding:1rem 1.5rem;border-radius:8px;font-weight:600;color:#475569;font-size:.95rem;transition:all .3s ease;border:2px solid transparent}.tech-item:hover{background:#eff6ff;color:#2563eb;border-color:#2563eb;transform:translate(5px)}.about-content{max-width:900px;margin:0 auto}.about-text h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;letter-spacing:-1px}.about-text>p{font-size:1.25rem;color:#666;margin-bottom:3rem;line-height:1.7}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.feature{padding:2rem;background:#f8fafc;border-radius:12px;transition:all .3s ease}.feature:hover{background:#eff6ff;transform:translateY(-3px)}.feature h4{font-size:1.15rem;font-weight:700;margin-bottom:.75rem;color:#1e293b}.feature p{color:#666;line-height:1.7;font-size:.95rem}.contact-section{padding:8rem 0;background:#f8fafc}.contact-content-center{max-width:700px;margin:0 auto;text-align:center}.contact-content-center h2{font-size:3rem;font-weight:700;margin-bottom:1.5rem;color:#1e293b;letter-spacing:-1px}.contact-content-center p{font-size:1.15rem;color:#666;margin-bottom:3rem;line-height:1.7}.contact-info{display:flex;justify-content:center;gap:4rem}.info-item{text-align:center}.info-item strong{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:1px;color:#999;margin-bottom:.5rem}.info-item a{color:#2563eb;text-decoration:none;font-size:1.15rem;font-weight:600}.info-item a:hover{text-decoration:underline}.info-item p{color:#1e293b;font-size:1.15rem;font-weight:600;margin:0}footer{background:#1e293b;color:#fff;padding:3rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-left .logo{color:#fff;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.footer-left p{color:#999;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#999;text-decoration:none;font-size:.9rem;transition:color .2s}.footer-links a:hover{color:#fff}@media(max-width:1024px){.services-grid,.projects-grid{grid-template-columns:1fr}.process-grid,.tech-categories{grid-template-columns:repeat(2,1fr)}.contact-info{flex-direction:column;gap:2rem}}@media(max-width:768px){.container{padding:0 1.5rem}header .container{flex-direction:column;gap:1rem}nav{gap:1.5rem;font-size:.9rem}.hero{padding:4rem 0 3rem}.hero h1{font-size:2rem;letter-spacing:-1px}.hero p{font-size:1rem}.cta-group{flex-direction:column;width:100%}.cta-group a{width:100%;text-align:center}.hero-stats{grid-template-columns:1fr;gap:2rem}.stat h3{font-size:2.5rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}#services,#work,.process-section,.tech-section,#about,.contact-section{padding:4rem 0}.process-grid,.tech-categories,.features{grid-template-columns:1fr}.about-text h2,.contact-content-center h2{font-size:2rem}.about-text>p,.contact-content-center p{font-size:1rem}.footer-content{flex-direction:column;gap:2rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}
