:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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;display:flex;place-items:center;min-width:320px;min-height:100vh}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}.app{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#333}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;left:0;right:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.nav-brand h1{font-size:1.5rem;font-weight:700;color:#2c3e50}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#667eea}.main{flex:1;margin-top:80px}.hero{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:8rem 2rem;text-align:center;min-height:80vh;display:flex;align-items:center;justify-content:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:300;margin-bottom:1rem;line-height:1.2;letter-spacing:-.02em}.highlight{font-weight:700;color:#fff}.hero-subtitle{font-size:1.3rem;margin-bottom:1.5rem;opacity:.85;font-weight:300}.hero-description{font-size:1.15rem;margin-bottom:3rem;opacity:.9;line-height:1.8;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#fff;color:#2c3e50}.btn-primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#2c3e50;transform:translateY(-2px)}.section{padding:6rem 2rem}.section-alt{background:#f8f9fa}.problem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.problem-card{background:#fff5f5;padding:2rem;border-radius:8px;border-left:4px solid #e53e3e}.problem-card h3{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.problem-card p{color:#5a6c7d;line-height:1.6}.solution-content{max-width:900px;margin:0 auto}.solution-intro{font-size:1.2rem;text-align:center;margin-bottom:3rem;color:#2c3e50;line-height:1.8}.solution-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.step{text-align:center;position:relative}.step-number{display:inline-block;width:60px;height:60px;background:#2c3e50;color:#fff;border-radius:50%;line-height:60px;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.step h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.step p{color:#5a6c7d;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-3px);box-shadow:0 5px 20px #0000001a}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.service-card p{color:#5a6c7d;line-height:1.6;margin-bottom:1.5rem}.service-card ul{list-style:none;padding:0}.service-card li{color:#5a6c7d;position:relative;padding:.5rem 0 .5rem 1.5rem}.service-card li:before{content:"✓";position:absolute;left:0;color:#48bb78;font-weight:700}.container{max-width:1200px;margin:0 auto}.section h2{font-size:2rem;text-align:center;margin-bottom:3rem;color:#2c3e50;font-weight:300;letter-spacing:-.02em}.about-wrapper{max-width:900px;margin:0 auto}.about-content{text-align:center}.about-intro{font-size:1.2rem;line-height:1.8;margin-bottom:3rem;color:#2c3e50}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0}@media (min-width: 769px){.about-stats{grid-template-columns:repeat(6,1fr)}}.stat{text-align:center}.stat-number{display:block;font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.stat-label{display:block;color:#5a6c7d;font-size:.9rem}.about-content p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#5a6c7d}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.skill-category{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef;transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{transform:translateY(-3px);box-shadow:0 5px 20px #0000001a}.skill-category h3{font-size:1.3rem;margin-bottom:1.5rem;color:#2c3e50;text-align:center}.skill-category ul{list-style:none}.skill-category li{padding:.5rem 0;color:#5a6c7d;font-weight:500;text-align:center}.contact-content{max-width:700px;margin:0 auto;text-align:center}.contact-intro{font-size:1.2rem;line-height:1.8;margin-bottom:2rem;color:#2c3e50}.contact-links{display:flex;flex-direction:column;gap:1rem;align-items:center}.contact-link{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:#2c3e50;border-radius:50px;text-decoration:none;color:#fff;font-weight:500;transition:all .3s ease}.contact-link:hover{transform:translateY(-2px);background:#34495e;box-shadow:0 5px 20px #0003}.contact-link span{font-size:1.2rem}.footer{background:#2c3e50;color:#fff;padding:2rem;text-align:center}.footer p{opacity:.8}@media (max-width: 768px){.nav{padding:1rem}.nav-links{gap:1rem}.hero{padding:4rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-actions{flex-direction:column;align-items:center}.section{padding:4rem 1rem}.section h2{font-size:2rem}.problem-grid,.solution-steps,.services-grid{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem}.expertise-grid,.clients-grid{grid-template-columns:1fr}.contact-links{gap:.8rem}.contact-link{min-width:auto;width:100%;max-width:300px}}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.expertise-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef}.expertise-card h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.expertise-card p{color:#5a6c7d;margin-bottom:1.5rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tags span{background:#e9ecef;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;color:#2c3e50;white-space:nowrap}.clients-intro{text-align:center;margin-bottom:3rem}.clients-intro p{font-size:1.1rem;color:#5a6c7d}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.client-category{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d}.client-category h3{font-size:1.2rem;margin-bottom:1.5rem;color:#2c3e50}.client-category ul{list-style:none;padding:0}.client-category li{padding:.5rem 0;color:#5a6c7d;border-bottom:1px solid #f0f0f0}.client-category li:last-child{border-bottom:none}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;border:1px solid #e9ecef;position:relative}.testimonial-card:before{content:'"';position:absolute;top:1rem;left:1.5rem;font-size:4rem;color:#e9ecef;font-family:Georgia,serif;line-height:1}.testimonial-content{position:relative;z-index:1;margin-bottom:2rem}.testimonial-content p{font-size:1.05rem;line-height:1.7;color:#5a6c7d;font-style:italic}.testimonial-author h4{font-size:1.1rem;color:#2c3e50;margin-bottom:.3rem}.testimonial-author p{font-size:.9rem;color:#7a8b9c;margin-bottom:.3rem}.testimonial-date{font-size:.85rem;color:#a0aec0}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr}}html{scroll-behavior:smooth}
