: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}html,body{scroll-behavior:smooth;width:100%}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;width:100%}#root{width:100%;display:flex;justify-content:center;align-items:center}.App{width:100%;max-width:1200px;margin:0 auto}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#3498db}.btn{display:inline-block;padding:12px 28px;border-radius:4px;text-decoration:none;cursor:pointer;font-size:1rem;transition:all .3s ease;border:none;outline:none}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#3498db;border:2px solid #3498db}.btn-secondary:hover{background:#3498db;color:#fff;transform:translateY(-2px)}.btn-outline{background:transparent;color:#3498db;border:2px solid #3498db}.btn-outline:hover{background:#3498db;color:#fff}@media (max-width: 768px){.container{padding:0 15px}.section-title{font-size:2rem}.App{width:100%}}.language-switcher{display:flex;align-items:center;gap:5px}.lang-btn{background:transparent;border:1px solid #3498db;color:#3498db;padding:5px 10px;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.lang-btn:hover,.lang-btn.active{background:#3498db;color:#fff}.lang-separator{color:#3498db;margin:0 5px}.header{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.logo h2{color:#2c3e50;font-size:1.8rem}.nav ul{display:flex;list-style:none}.nav ul li{margin-left:2rem}.nav ul li a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav ul li a:hover{color:#3498db}.header-controls{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}@media (max-width: 768px){.nav{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:rgba(255,255,255,.98);transition:.3s}.nav.nav-open{left:0}.nav ul{flex-direction:column;padding:2rem}.nav ul li{margin:1rem 0}.header-controls{margin-right:1rem}.menu-toggle{display:flex}}.hero-section{height:100vh;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);display:flex;align-items:center;justify-content:center;text-align:center;padding-top:70px}.hero-content h1{font-size:3.5rem;color:#2c3e50;margin-bottom:1rem;animation:fadeInDown 1s ease}.hero-content p{font-size:1.2rem;color:#555;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease}.cta-buttons{animation:fadeIn 1.5s ease}.cta-buttons .btn{margin:0 .5rem}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1rem}.cta-buttons .btn{display:block;width:100%;margin:.5rem}}.services-section{padding:100px 0;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:2rem}.service-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2c3e50}.service-card p{color:#666;line-height:1.6}@media (max-width: 768px){.services-section{padding:60px 0}.services-grid{grid-template-columns:1fr}}.products-section{padding:100px 0;background:#f9f9f9}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:2rem}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.product-card:hover{transform:translateY(-10px)}.product-image-container{height:200px;overflow:hidden}.product-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image-container img{transform:scale(1.1)}.product-info{padding:20px}.product-info h3{font-size:1.3rem;margin-bottom:10px;color:#2c3e50}.product-info p{color:#666;margin-bottom:15px;line-height:1.6}@media (max-width: 768px){.products-section{padding:60px 0}.products-grid{grid-template-columns:1fr}}.about-section{padding:100px 0;background:#fff}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.about-text h2{font-size:2.5rem;margin-bottom:1.5rem;color:#2c3e50}.about-text p{margin-bottom:1.5rem;color:#666;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:2rem}.stat-item{text-align:center;padding:20px;background:#f8f9fa;border-radius:8px}.stat-item h3{font-size:2rem;color:#3498db;margin-bottom:.5rem}.stat-item p{margin:0;color:#666}.about-image img{width:100%;border-radius:10px;box-shadow:0 10px 30px #00000026}@media (max-width: 768px){.about-section{padding:60px 0}.about-content,.stats{grid-template-columns:1fr}}.contact-section{padding:100px 0;background:#f9f9f9}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:2rem}.contact-info{display:flex;flex-direction:column;gap:30px}.contact-item h3{font-size:1.3rem;margin-bottom:.5rem;color:#2c3e50}.contact-item p{color:#666}.contact-form .form-group{margin-bottom:20px}.contact-form input,.contact-form textarea{width:100%;padding:12px 15px;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#3498db}.contact-form textarea{resize:vertical}@media (max-width: 768px){.contact-section{padding:60px 0}.contact-content{grid-template-columns:1fr}}.footer{background:#2c3e50;color:#fff;padding:50px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:#3498db}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bbb;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#3498db}.footer-bottom{border-top:1px solid #444;padding-top:20px;text-align:center;color:#bbb}@media (max-width: 768px){.footer-content{grid-template-columns:1fr}}
