.header[data-v-133f04b1]{position:fixed;top:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav[data-v-133f04b1]{padding:0 2rem}.nav-container[data-v-133f04b1]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:70px}.logo[data-v-133f04b1]{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#2563eb}.logo-img[data-v-133f04b1]{width:40px;height:40px;object-fit:contain}.logo-text[data-v-133f04b1]{background:linear-gradient(135deg,#222,#222);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu[data-v-133f04b1]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-133f04b1]{text-decoration:none;color:#374151;font-weight:500;transition:color .3s ease;position:relative}.nav-link[data-v-133f04b1]:hover{color:#2563eb}.nav-link[data-v-133f04b1]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#2563eb;transition:width .3s ease}.nav-link[data-v-133f04b1]:hover:after{width:100%}.mobile-menu-toggle[data-v-133f04b1]{display:none;flex-direction:column;cursor:pointer;gap:4px}.mobile-menu-toggle span[data-v-133f04b1]{width:25px;height:3px;background:#374151;transition:all .3s ease;border-radius:2px}@media (max-width: 768px){.nav[data-v-133f04b1]{padding:0 1rem}.nav-menu[data-v-133f04b1]{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0000001a}.nav-menu.active[data-v-133f04b1]{transform:translateY(0);opacity:1;visibility:visible}.mobile-menu-toggle[data-v-133f04b1]{display:flex}.mobile-menu-toggle.active span[data-v-133f04b1]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active span[data-v-133f04b1]:nth-child(2){opacity:0}.mobile-menu-toggle.active span[data-v-133f04b1]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}.banner[data-v-6473dba1]{min-height:100vh;display:flex;align-items:center;position:relative;background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:120px 2rem 80px}.banner-content[data-v-6473dba1]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.banner-text[data-v-6473dba1]{animation:fadeInUp-6473dba1 1s ease-out}.banner-title[data-v-6473dba1]{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1e293b}.highlight[data-v-6473dba1]{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.banner-subtitle[data-v-6473dba1]{font-size:1.5rem;font-weight:600;color:#475569;margin-bottom:1rem}.banner-description[data-v-6473dba1]{font-size:1.1rem;line-height:1.7;color:#64748b;margin-bottom:2.5rem}.banner-buttons[data-v-6473dba1]{display:flex;gap:1rem;flex-wrap:wrap}.btn[data-v-6473dba1]{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block;border:2px solid transparent}.btn-primary[data-v-6473dba1]{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 15px #2563eb4d}.btn-primary[data-v-6473dba1]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #2563eb66}.btn-secondary[data-v-6473dba1]{background:transparent;color:#2563eb;border-color:#2563eb}.btn-secondary[data-v-6473dba1]:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.banner-image[data-v-6473dba1]{display:flex;justify-content:center;animation:fadeInRight-6473dba1 1s ease-out}.floating-card[data-v-6473dba1]{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 40px #0000001a;transform:rotate(5deg);transition:transform .3s ease}.floating-card[data-v-6473dba1]:hover{transform:rotate(0) scale(1.05)}.hero-image[data-v-6473dba1]{width:100%;max-width:400px;height:auto;border-radius:15px}.bg-decoration[data-v-6473dba1]{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:1}.circle[data-v-6473dba1]{position:absolute;border-radius:50%;background:linear-gradient(135deg,#2563eb1a,#1d4ed80d)}.circle-1[data-v-6473dba1]{width:200px;height:200px;top:10%;right:10%;animation:float-6473dba1 6s ease-in-out infinite}.circle-2[data-v-6473dba1]{width:150px;height:150px;bottom:20%;left:5%;animation:float-6473dba1 8s ease-in-out infinite reverse}.circle-3[data-v-6473dba1]{width:100px;height:100px;top:60%;right:20%;animation:float-6473dba1 10s ease-in-out infinite}@keyframes fadeInUp-6473dba1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight-6473dba1{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float-6473dba1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width: 768px){.banner[data-v-6473dba1]{padding:100px 1rem 60px}.banner-content[data-v-6473dba1]{grid-template-columns:1fr;gap:2rem;text-align:center}.banner-title[data-v-6473dba1]{font-size:2.5rem}.banner-subtitle[data-v-6473dba1]{font-size:1.2rem}.banner-buttons[data-v-6473dba1]{justify-content:center}.floating-card[data-v-6473dba1]{transform:rotate(0);max-width:300px;margin:0 auto}.circle-1[data-v-6473dba1],.circle-2[data-v-6473dba1],.circle-3[data-v-6473dba1]{display:none}}.products-section[data-v-d177051b]{padding:80px 0;background:#f8fafc}.container[data-v-d177051b]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-d177051b]{text-align:center;margin-bottom:4rem}.section-title[data-v-d177051b]{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle[data-v-d177051b]{font-size:1.2rem;color:#64748b;max-width:600px;margin:0 auto}.products-grid[data-v-d177051b]{display:grid;gap:4rem}.product-card[data-v-d177051b]{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.product-card[data-v-d177051b]:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.product-header[data-v-d177051b]{text-align:center;margin-bottom:3rem}.product-name[data-v-d177051b]{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.product-description[data-v-d177051b]{font-size:1.1rem;color:#64748b;line-height:1.6;max-width:600px;margin:0 auto}.product-images[data-v-d177051b]{margin-bottom:3rem}.main-image[data-v-d177051b]{text-align:center;margin-bottom:2rem}.app-main-img[data-v-d177051b]{max-width:300px;height:auto;border-radius:15px;box-shadow:0 10px 30px #0003}.screenshots-grid[data-v-d177051b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.screenshot-item[data-v-d177051b]{position:relative;cursor:pointer;border-radius:10px;overflow:hidden;transition:transform .3s ease}.screenshot-item[data-v-d177051b]:hover{transform:scale(1.05)}.screenshot-img[data-v-d177051b]{width:100%;height:auto;display:block}.screenshot-overlay[data-v-d177051b]{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.screenshot-item:hover .screenshot-overlay[data-v-d177051b]{opacity:1}.zoom-icon[data-v-d177051b]{width:24px;height:24px;color:#fff}.product-features[data-v-d177051b]{background:#f8fafc;border-radius:15px;padding:2rem}.features-title[data-v-d177051b]{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem;text-align:center}.features-list[data-v-d177051b]{list-style:none;padding:0;margin:0}.feature-item[data-v-d177051b]{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:#374151;font-weight:500}.feature-icon[data-v-d177051b]{width:20px;height:20px;color:#10b981;flex-shrink:0}.lightbox[data-v-d177051b]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem}.lightbox-content[data-v-d177051b]{position:relative;max-width:90vw;max-height:90vh}.lightbox-close[data-v-d177051b]{position:absolute;top:-50px;right:0;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:50%;transition:background .3s ease}.lightbox-close[data-v-d177051b]:hover{background:#fff3}.lightbox-close svg[data-v-d177051b]{width:24px;height:24px}.lightbox-image img[data-v-d177051b]{max-width:100%;max-height:70vh;object-fit:contain;border-radius:10px}.lightbox-nav[data-v-d177051b]{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none}.nav-btn[data-v-d177051b]{background:#fff3;border:none;color:#fff;cursor:pointer;padding:1rem;border-radius:50%;transition:background .3s ease;pointer-events:auto}.nav-btn[data-v-d177051b]:hover{background:#ffffff4d}.nav-btn svg[data-v-d177051b]{width:24px;height:24px}.lightbox-counter[data-v-d177051b]{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);color:#fff;font-size:1rem;font-weight:500}@media (max-width: 768px){.products-section[data-v-d177051b]{padding:60px 0}.container[data-v-d177051b]{padding:0 1rem}.product-card[data-v-d177051b]{padding:2rem 1.5rem}.product-name[data-v-d177051b]{font-size:1.5rem}.screenshots-grid[data-v-d177051b]{grid-template-columns:repeat(2,1fr)}.lightbox[data-v-d177051b]{padding:1rem}.lightbox-nav[data-v-d177051b]{display:none}}.footer[data-v-38fdf27e]{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:60px 0 0}.container[data-v-38fdf27e]{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content[data-v-38fdf27e]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section[data-v-38fdf27e]{display:flex;flex-direction:column}.company-info[data-v-38fdf27e]{margin-bottom:1rem}.company-name[data-v-38fdf27e]{font-size:1.8rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.company-description[data-v-38fdf27e]{color:#cbd5e1;line-height:1.6;font-size:.95rem}.footer-title[data-v-38fdf27e]{font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;color:#f1f5f9}.contact-info[data-v-38fdf27e]{display:flex;flex-direction:column;gap:1rem}.contact-item[data-v-38fdf27e]{display:flex;align-items:center;gap:.75rem;color:#cbd5e1;font-size:.95rem}.contact-icon[data-v-38fdf27e]{width:18px;height:18px;color:#60a5fa;flex-shrink:0}.footer-links[data-v-38fdf27e]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a[data-v-38fdf27e]{color:#cbd5e1;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a[data-v-38fdf27e]:hover{color:#60a5fa}.social-links[data-v-38fdf27e]{display:flex;gap:1rem}.social-link[data-v-38fdf27e]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#cbd5e1;text-decoration:none;transition:all .3s ease}.social-link[data-v-38fdf27e]:hover{background:#60a5fa;color:#fff;transform:translateY(-2px)}.social-link svg[data-v-38fdf27e]{width:20px;height:20px}.footer-bottom[data-v-38fdf27e]{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content[data-v-38fdf27e]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p[data-v-38fdf27e]{color:#94a3b8;font-size:.9rem;margin:0}.filing-info[data-v-38fdf27e]{display:flex;gap:2rem;flex-wrap:wrap}.filing-item[data-v-38fdf27e]{margin:0;display:flex;align-items:center}.filing-link[data-v-38fdf27e]{color:#94a3b8;text-decoration:none;font-size:.85rem;transition:color .3s ease;display:inline-flex;align-items:center;gap:6px;line-height:1.2;vertical-align:middle}.filing-link[data-v-38fdf27e]:hover{color:#60a5fa}.ga-icon[data-v-38fdf27e]{width:14px;height:14px;display:block}@media (max-width: 768px){.footer[data-v-38fdf27e]{padding:40px 0 0}.container[data-v-38fdf27e]{padding:0 1rem}.footer-content[data-v-38fdf27e]{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content[data-v-38fdf27e]{flex-direction:column;text-align:center;gap:1.5rem}.filing-info[data-v-38fdf27e]{justify-content:center;gap:1rem}.social-links[data-v-38fdf27e],.contact-item[data-v-38fdf27e]{justify-content:center}}@media (max-width: 480px){.filing-info[data-v-38fdf27e]{flex-direction:column;gap:.5rem}.filing-link[data-v-38fdf27e]{font-size:.8rem}}#app[data-v-f073c600]{min-height:100vh;display:flex;flex-direction:column}main[data-v-f073c600]{flex:1}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{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;line-height:1.6;color:#374151;background-color:#fff;overflow-x:hidden}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{border:none;background:none;cursor:pointer;font-family:inherit}input,textarea{font-family:inherit;border:none;outline:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:#1e293b}p{margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-gray-900{color:#111827}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-white{background-color:#fff}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.transition{transition:all .15s ease-in-out}.transition-all{transition:all .3s ease}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (max-width: 640px){.sm\:grid-1{grid-template-columns:1fr}.sm\:text-sm{font-size:.875rem}.sm\:text-center{text-align:center}.sm\:p-4{padding:1rem}}@media (max-width: 768px){.md\:grid-1{grid-template-columns:1fr}.md\:grid-2{grid-template-columns:repeat(2,1fr)}.md\:text-center{text-align:center}.md\:flex-col{flex-direction:column}.md\:p-6{padding:1.5rem}}@media (max-width: 1024px){.lg\:grid-1{grid-template-columns:1fr}.lg\:grid-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-3{grid-template-columns:repeat(3,1fr)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.animate-fadeIn{animation:fadeIn .6s ease-out}.animate-slideInUp{animation:slideInUp .6s ease-out}.animate-slideInDown{animation:slideInDown .6s ease-out}.animate-slideInLeft{animation:slideInLeft .6s ease-out}.animate-slideInRight{animation:slideInRight .6s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce{animation:bounce 1s infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.page-enter-active,.page-leave-active{transition:opacity .3s ease}.page-enter-from,.page-leave-to{opacity:0}*:focus{outline:2px solid #3b82f6;outline-offset:2px}::selection{background-color:#3b82f6;color:#fff}@media print{*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.no-print{display:none!important}}@media (prefers-contrast: high){*{border-color:currentColor!important}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
