: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;min-width:320px;min-height:100vh;background-color:#fff;color:#333}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{scroll-behavior:smooth}.app{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header .container{display:flex;justify-content:space-between;align-items:center;padding:1rem 20px}.logo h2{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.8rem;font-weight:700}.nav{display:flex;gap:2rem}.nav a{text-decoration:none;color:#555;font-weight:500;transition:color .3s ease}.nav a:hover{color:#667eea}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:120px 0 80px;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:12px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid transparent}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:#f8f9ff;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.btn-secondary{background:transparent;color:#fff;border-color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.services{padding:80px 0;background:#f8f9ff}.services h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#333}.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:15px;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.service-card p{color:#666;line-height:1.7}.about{padding:80px 0;background:#fff}.about-content h2{font-size:2.5rem;margin-bottom:2rem;text-align:center;color:#333}.about-content p{font-size:1.1rem;color:#666;max-width:800px;margin:0 auto 1.5rem;text-align:center;line-height:1.8}.clients{padding:80px 0;background:#f8f9ff}.clients h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:#333}.clients-subtitle{text-align:center;font-size:1.2rem;color:#666;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.clients-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.client-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.client-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #00000026}.client-logo{font-size:3rem;margin-bottom:1.5rem}.client-card h3{font-size:1.5rem;margin-bottom:1rem;color:#333}.client-card p{color:#666;line-height:1.7}.contact{padding:80px 0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.contact h2{font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact>.container>p{font-size:1.2rem;margin-bottom:3rem;opacity:.9;text-align:center}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto}.contact-info h3{font-size:1.5rem;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{display:inline-flex;align-items:center;gap:.5rem;padding:12px 25px;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:50px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-link:hover{background:#fff3;transform:translateY(-2px)}.contact-form-container h3{font-size:1.5rem;margin-bottom:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;opacity:.9}.form-group input,.form-group textarea{padding:12px 16px;border:none;border-radius:8px;font-size:1rem;background:#ffffffe6;color:#333;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;background:#fff;box-shadow:0 0 0 3px #ffffff4d}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.submit-btn{padding:12px 30px;background:#fff;color:#667eea;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn:hover:not(:disabled){background:#f8f9ff;transform:translateY(-2px);box-shadow:0 10px 25px #0003}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{padding:12px 16px;border-radius:8px;font-weight:500;margin-top:1rem}.form-message.success{background:#22c55e33;border:2px solid rgba(34,197,94,.5);color:#dcfce7}.form-message.error{background:#ef444433;border:2px solid rgba(239,68,68,.5);color:#fecaca}.footer{background:#333;color:#fff;padding:2rem 0;text-align:center}.footer p{opacity:.8}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.services h2,.about-content h2,.clients h2,.contact h2{font-size:2rem}.nav{gap:1rem}.hero-buttons{flex-direction:column;align-items:center}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-links{flex-direction:row;justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.header .container{flex-direction:column;gap:1rem}.hero{padding:140px 0 60px}.hero-content h1{font-size:2rem}.services,.about,.clients,.contact{padding:60px 0}.contact-links{flex-direction:column;align-items:center}}@media (prefers-color-scheme: dark){.app{background-color:#121212;color:#e0e0e0}.header{background:#1e1e1e;box-shadow:0 2px 10px #0000004d}.nav a{color:#b0b0b0}.nav a:hover{color:#8a9cff}.services{background:#181818}.services h2,.about-content h2,.clients h2{color:#e0e0e0}.service-card{background:#2a2a2a;box-shadow:0 5px 20px #0000004d}.service-card h3{color:#e0e0e0}.service-card p{color:#b0b0b0}.about{background:#121212}.about-content p{color:#b0b0b0}.clients{background:#181818}.clients-subtitle{color:#b0b0b0}.client-card{background:#2a2a2a;box-shadow:0 5px 20px #0000004d}.client-card h3{color:#e0e0e0}.client-card p{color:#b0b0b0}.footer{background:#0a0a0a}.footer p{color:#b0b0b0}}
