@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#0b1220}#root{width:100%;min-height:100vh}p{margin:0}button,input,textarea{font-family:inherit}.page{min-height:100vh;background:#0f172a;color:#e2e8f0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{padding:2rem 0;border-bottom:1px solid #334155}.logo{font-size:1.5rem;font-weight:700;color:#3b82f6}.hero{padding:6rem 0 4rem;text-align:center}.hero h1{font-size:clamp(2.5rem,6vw,3.75rem);font-weight:800;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:1.25rem;color:#94a3b8;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.875rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;border:none;cursor:pointer}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d}.btn-secondary{border:2px solid #334155;color:#e2e8f0;background:transparent}.btn-secondary:hover{border-color:#3b82f6;background:#3b82f61a}.stats{border-top:1px solid #334155;border-bottom:1px solid #334155;margin:4rem 0;padding:3rem 0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#3b82f6;margin-bottom:.5rem}.stat-label{color:#94a3b8;font-size:.95rem}section{padding:5rem 0}h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{text-align:center;color:#94a3b8;margin-bottom:3rem;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2rem;transition:all .3s ease}.service-card:hover{transform:translateY(-5px);border-color:#3b82f6;box-shadow:0 20px 40px #0000004d}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#3b82f6}.service-card p{color:#94a3b8;margin-bottom:1.5rem}.service-card ul{list-style:none;padding:0;margin:0}.service-card li{color:#e2e8f0;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-card li:before{content:"→";position:absolute;left:0;color:#3b82f6}.tech-stack{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2.5rem;margin:3rem 0}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.tech-category h4{color:#3b82f6;margin-bottom:.75rem;font-size:1.1rem}.tech-category p{color:#94a3b8;font-size:.95rem}.experience-box{background:#1e293b;border-left:4px solid #3b82f6;padding:2rem;border-radius:.5rem;margin:2rem 0}.experience-box p{color:#94a3b8;margin-bottom:1rem}.experience-box p:last-child{margin-bottom:0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.process-step{position:relative;padding-left:4rem}.process-number{position:absolute;left:0;top:0;width:3rem;height:3rem;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.process-step h3{margin-bottom:.75rem;color:#3b82f6}.process-step p{color:#94a3b8}.cta-section{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:4rem 2rem;text-align:center;margin:5rem 0}.cta-section p{color:#94a3b8;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:3rem 0;text-align:left}.benefit{padding-left:2rem;position:relative;color:#e2e8f0}.benefit:before{content:"✓";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.25rem}.contact-form-section{padding-top:0}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.contact-highlight{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:2.2rem;display:grid;gap:1.5rem}.contact-highlight h3{margin:0;color:#e2e8f0}.contact-highlight p{color:#94a3b8;margin:0}.contact-meta{display:flex;flex-direction:column;gap:.2rem}.contact-meta span{font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.contact-meta a{color:#3b82f6;text-decoration:none}.contact-form{background:#94a3b814;border:1px solid rgba(148,163,184,.2);border-radius:1rem;padding:2.2rem;display:grid;gap:1.2rem}.field{display:grid;gap:.55rem}.field label{font-size:.85rem;color:#94a3b8d9;letter-spacing:.08em;text-transform:uppercase}.field input,.field textarea{width:100%;padding:.85rem 1rem;border-radius:.85rem;border:1px solid rgba(148,163,184,.35);background:#0f172ad9;color:#f8fafc;font-size:1rem;font-family:inherit;transition:border .2s ease,box-shadow .2s ease}.field textarea{resize:vertical;min-height:140px}.field input:focus,.field textarea:focus{outline:none;border-color:#3b82f6b3;box-shadow:0 0 0 3px #3b82f633}.form-feedback{margin:0;font-size:.92rem}.form-feedback.success{color:#34d399}.form-feedback.error{color:#f87171}.footer{border-top:1px solid #334155;padding:3rem 0;margin-top:5rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#3b82f6;margin-bottom:1rem}.footer-section p,.footer-section a{color:#94a3b8;text-decoration:none;display:block;margin-bottom:.5rem}.footer-section a:hover{color:#3b82f6}.footer-meta{font-size:.85rem;color:#94a3b8b3;text-align:center}@media(max-width:768px){.hero h1{font-size:2.5rem}.subtitle{font-size:1.1rem}h2{font-size:2rem}.stats-grid,.services-grid,.process-steps,.benefits,.contact-grid,.footer-content{grid-template-columns:1fr}}
