:root{--color-primary: #6366f1;--color-primary-dark: #1a1a2e;--color-accent: #8b5cf6;--color-accent-light: #06b6d4;--color-text: #1a1a2e;--color-text-muted: #4a4a68;--color-text-light: #6b7280;--color-border: #e5e7eb;--color-bg: #ffffff;--color-bg-alt: #f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}#root{min-height:100vh}body{margin:0;min-width:320px;background-color:var(--color-bg);color:var(--color-text)}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{line-height:1.2}section[id]{scroll-margin-top:80px}::selection{background:#6366f133;color:var(--color-text)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;display:flex;gap:.25rem}.logo-text{color:#1a1a2e}.logo-accent{color:#6366f1}.nav{display:flex;align-items:center;gap:2rem}.nav a{color:var(--color-text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s;position:relative}.nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#6366f1;transition:width .2s}.nav a:hover{color:#6366f1}.nav a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.menu-toggle span{display:block;width:25px;height:2px;background:#1a1a2e;transition:all .3s}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem 2rem;gap:1rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s;border-bottom:1px solid rgba(0,0,0,.05)}.nav.active{opacity:1;visibility:visible;transform:translateY(0)}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:6rem 2rem 4rem}.hero-background{position:absolute;inset:0;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s infinite ease-in-out}.orb-1{width:600px;height:600px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:-200px;right:-100px;animation-delay:0s}.orb-2{width:400px;height:400px;background:linear-gradient(135deg,#06b6d4,#6366f1);bottom:-100px;left:-100px;animation-delay:-7s}.orb-3{width:300px;height:300px;background:linear-gradient(135deg,#f472b6,#6366f1);top:50%;left:50%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-content{position:relative;z-index:1;max-width:900px;text-align:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.title-line{display:block;color:var(--color-text)}.title-line.accent{background:linear-gradient(135deg,#6366f1,#8b5cf6,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn{padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 20px #6366f166}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #6366f180}.btn-secondary{background:#fff;color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:#6366f1;color:#6366f1}.hero-stats{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap}.stat{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:800;color:var(--color-text)}.stat-label{font-size:.9rem;color:var(--color-text-light)}@media(max-width:768px){.hero-stats{gap:2rem}.stat-number{font-size:2rem}}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;padding:.5rem 1rem;background:#6366f11a;color:#6366f1;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--color-text);margin-bottom:1rem}.section-description{font-size:1.125rem;color:var(--color-text-light);max-width:500px;margin:0 auto}.services{padding:6rem 2rem;background:var(--color-bg-alt)}.services-container{max-width:1200px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--color-border);transition:all .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014;border-color:transparent}.service-icon{font-size:2.5rem;margin-bottom:1.5rem}.service-title{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:.75rem}.service-description{color:var(--color-text-light);line-height:1.7}@media(max-width:768px){.services-grid{grid-template-columns:1fr}}.products{padding:6rem 2rem;background:var(--color-bg)}.products-container{max-width:800px;margin:0 auto}.products-list{display:flex;flex-direction:column;gap:1rem}.product-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem 0;text-decoration:none;border-bottom:1px solid var(--color-border);transition:all .2s}.product-item:hover{padding-left:.5rem}.product-item:hover .product-title{color:var(--color-primary)}.product-item:hover .product-arrow{transform:translate(4px);color:var(--color-primary)}.product-icon{font-size:2rem;flex-shrink:0}.product-info{flex:1}.product-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.25rem;transition:color .2s}.product-description{color:var(--color-text-light);font-size:.95rem;line-height:1.5}.product-arrow{font-size:1.25rem;color:var(--color-text-light);flex-shrink:0;transition:all .2s}@media(max-width:768px){.product-item{gap:1rem}.product-icon{font-size:1.5rem}}.about{padding:6rem 2rem;background:#1a1a2e;color:#fff}.about-container{max-width:800px;margin:0 auto;text-align:center}.about-content .section-tag{background:#6366f133}.about-content .section-title{color:#fff;margin-bottom:1.5rem}.about-description{color:#ffffffb3;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem}.about-details{display:flex;gap:3rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);justify-content:center}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.875rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.detail-value{font-size:1.25rem;font-weight:700;color:#fff}@media(max-width:600px){.about-details{flex-direction:column;gap:1.5rem}}.contact{padding:6rem 2rem;background:var(--color-bg-alt)}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:flex;justify-content:center}.contact-info{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.info-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid var(--color-border);transition:all .3s;min-width:200px;text-align:center}.info-card:hover{border-color:#6366f1;transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.info-icon{font-size:2rem;margin-bottom:1rem}.info-card h3{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.info-card p{color:var(--color-text-light);font-size:.95rem}@media(max-width:600px){.contact-info{flex-direction:column;align-items:center}.info-card{width:100%;max-width:300px}}.footer{background:#1a1a2e;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-main{display:flex;justify-content:space-between;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand .logo{font-size:1.5rem;font-weight:700;text-decoration:none;display:inline-flex;gap:.25rem;margin-bottom:1rem}.footer-brand .logo-text{color:#fff}.footer-brand .logo-accent{color:#6366f1}.footer-description{color:#fff9;max-width:300px;line-height:1.7}.footer-links{display:flex;gap:4rem}.footer-column h4{font-size:.875rem;text-transform:uppercase;letter-spacing:1px;color:#fff6;margin-bottom:1.25rem}.footer-column a{display:block;color:#fffc;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-column a:hover{color:#6366f1}.footer-bottom{padding-top:2rem;text-align:center}.footer-bottom p{color:#fff6;font-size:.875rem}@media(max-width:768px){.footer-main{flex-direction:column;text-align:center;gap:3rem}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-description{text-align:center}.footer-links{justify-content:center;gap:3rem}}.language-switcher{background:transparent;border:1px solid var(--color-border);padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:all .2s}.language-switcher:hover{border-color:#6366f1;color:#6366f1}
