.header[data-v-9c84f827]{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e5e7eb;width:100%;position:fixed;top:0}.nav[data-v-9c84f827]{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.nav-brand h2[data-v-9c84f827]{color:#3b82f6;font-weight:700}.burger-menu[data-v-9c84f827]{cursor:pointer;z-index:1001;flex-direction:column;display:none}.burger-line[data-v-9c84f827]{background:#1f2937;width:25px;height:3px;margin:3px 0;transition:all .3s}.burger-line.active[data-v-9c84f827]:first-child{transform:rotate(45deg)translate(6px,6px)}.burger-line.active[data-v-9c84f827]:nth-child(2){opacity:0}.burger-line.active[data-v-9c84f827]:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.nav-links[data-v-9c84f827]{align-items:center;gap:2rem;display:flex}.nav-link[data-v-9c84f827]{color:#4b5563;font-weight:500;text-decoration:none;transition:color .3s}.nav-link[data-v-9c84f827]:hover{color:#3b82f6}.nav-actions[data-v-9c84f827]{gap:1rem;display:flex}.btn-primary[data-v-9c84f827]{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:.5rem;padding:.5rem 1rem;font-weight:500}.btn-secondary[data-v-9c84f827]{color:#4b5563;cursor:pointer;background:0 0;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem 1rem;font-weight:500}@media (width<=768px){.burger-menu[data-v-9c84f827]{display:flex}.nav-links[data-v-9c84f827]{background:#fff;flex-direction:column;justify-content:center;gap:2rem;width:80%;height:100vh;padding:2rem;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-2px 0 10px #0000001a}.nav-links.nav-links-open[data-v-9c84f827]{right:0}.nav-actions[data-v-9c84f827]{flex-direction:column;width:100%}.btn-primary[data-v-9c84f827],.btn-secondary[data-v-9c84f827]{width:100%}}.footer[data-v-272d8856]{color:#fff;background:#1f2937;padding:3rem 0 1rem}.container[data-v-272d8856]{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content[data-v-272d8856]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3[data-v-272d8856],.footer-section h4[data-v-272d8856]{color:#3b82f6;margin-bottom:1rem}.footer-section p[data-v-272d8856]{opacity:.8;margin-bottom:.5rem}.footer-bottom[data-v-272d8856]{text-align:center;opacity:.7;border-top:1px solid #374151;padding-top:1rem}@media (width<=768px){.footer-content[data-v-272d8856]{text-align:center;grid-template-columns:1fr}.footer[data-v-272d8856]{padding:2rem 0 1rem}}.chat-widget[data-v-aad3dca6]{z-index:10000;position:fixed;bottom:20px;right:20px}.chat-button[data-v-aad3dca6]{cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:relative;box-shadow:0 4px 20px #0000004d}.chat-notification[data-v-aad3dca6]{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;display:flex;position:absolute;top:-5px;right:-5px}.chat-window[data-v-aad3dca6]{background:#fff;border-radius:15px;flex-direction:column;width:350px;height:500px;display:flex;position:absolute;bottom:70px;right:0;overflow:hidden;box-shadow:0 10px 40px #0003}.chat-header[data-v-aad3dca6]{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.chat-header-info[data-v-aad3dca6]{align-items:center;gap:12px;display:flex}.chat-avatar[data-v-aad3dca6]{border:2px solid #ffffff4d;border-radius:12px;width:40px;height:40px;overflow:hidden}.chat-avatar img[data-v-aad3dca6]{object-fit:cover;width:100%;height:100%}.chat-header-text h3[data-v-aad3dca6]{margin:0 0 4px;font-size:16px}.chat-status[data-v-aad3dca6]{align-items:center;gap:6px;font-size:12px;display:flex}.status-dot[data-v-aad3dca6]{background:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-aad3dca6}@keyframes pulse-aad3dca6{0%,to{opacity:1}50%{opacity:.5}}.close-btn[data-v-aad3dca6]{color:#fff;cursor:pointer;background:0 0;border:none;font-size:24px}.chat-messages[data-v-aad3dca6]{background:#f8fafc;flex:1;padding:20px;overflow-y:auto}.message[data-v-aad3dca6]{margin-bottom:15px}.message.client[data-v-aad3dca6]{text-align:right}.message.admin[data-v-aad3dca6]{text-align:left}.message-content[data-v-aad3dca6]{border-radius:15px;max-width:80%;padding:10px 15px;font-size:14px;display:inline-block}.message.client .message-content[data-v-aad3dca6]{color:#fff;background:#667eea;border-bottom-right-radius:5px}.message.admin .message-content[data-v-aad3dca6]{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:5px}.message-time[data-v-aad3dca6]{color:#6b7280;margin-top:4px;font-size:11px}.chat-input[data-v-aad3dca6]{background:#fff;border-top:1px solid #e5e7eb;gap:10px;padding:15px;display:flex}.chat-input input[data-v-aad3dca6]{border:1px solid #d1d5db;border-radius:25px;outline:none;flex:1;padding:10px 15px}.chat-input input[data-v-aad3dca6]:focus{border-color:#667eea}.chat-input button[data-v-aad3dca6]{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:50%;width:40px;height:40px}@media (width<=480px){.chat-window[data-v-aad3dca6]{width:calc(100vw - 40px);right:20px}}.hero-section[data-v-93295895]{align-items:center;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-background[data-v-93295895]{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-image[data-v-93295895]{object-fit:cover;width:100%;height:100%}.hero-overlay[data-v-93295895]{background:#00000080;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content[data-v-93295895]{z-index:2;width:100%;position:relative}.container[data-v-93295895]{max-width:1200px;margin:0 auto;padding:0 20px}.hero-title[data-v-93295895]{color:#fff;margin-bottom:20px;font-size:3.5rem;font-weight:800}.hero-subtitle[data-v-93295895]{color:#ffffffe6;max-width:600px;margin-bottom:40px;font-size:1.5rem}.hero-cta[data-v-93295895]{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50px;padding:16px 40px;font-size:1.1rem;font-weight:600}@media (width<=768px){.hero-title[data-v-93295895]{font-size:2rem}.hero-subtitle[data-v-93295895]{font-size:1rem}.hero-cta[data-v-93295895]{padding:12px 30px}}.features-section[data-v-5ce788fe]{background:#f8fafc;padding:80px 20px}.container[data-v-5ce788fe]{max-width:1200px;margin:0 auto}.section-title[data-v-5ce788fe]{text-align:center;margin-bottom:50px;font-size:2.5rem}.features-grid[data-v-5ce788fe]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.feature-card[data-v-5ce788fe]{text-align:center;background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.feature-image-container[data-v-5ce788fe]{border-radius:12px;width:100%;height:200px;margin-bottom:20px;overflow:hidden}.feature-image[data-v-5ce788fe]{object-fit:cover;width:100%;height:100%}.feature-icon[data-v-5ce788fe]{margin-bottom:15px;font-size:48px}.feature-title[data-v-5ce788fe]{margin-bottom:10px;font-size:1.3rem}.feature-description[data-v-5ce788fe]{color:#6b7280;line-height:1.6}@media (width<=768px){.features-section[data-v-5ce788fe]{padding:50px 15px}.section-title[data-v-5ce788fe]{font-size:1.8rem}.features-grid[data-v-5ce788fe]{grid-template-columns:1fr}.feature-image-container[data-v-5ce788fe]{height:180px}}.products-section[data-v-11bda63a]{background:#fff;padding:80px 20px}.container[data-v-11bda63a]{max-width:1200px;margin:0 auto}.section-title[data-v-11bda63a]{text-align:center;margin-bottom:50px;font-size:2.5rem}.products-grid[data-v-11bda63a]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.product-card[data-v-11bda63a]{background:#fff;border-radius:16px;transition:transform .3s;overflow:hidden;box-shadow:0 4px 20px #00000014}.product-card[data-v-11bda63a]:hover{transform:translateY(-5px)}.product-image-container[data-v-11bda63a]{width:100%;height:220px;overflow:hidden}.product-image[data-v-11bda63a]{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card:hover .product-image[data-v-11bda63a]{transform:scale(1.05)}.product-content[data-v-11bda63a]{text-align:center;padding:25px}.product-name[data-v-11bda63a]{margin-bottom:10px;font-size:1.3rem}.product-description[data-v-11bda63a]{color:#6b7280}@media (width<=768px){.products-section[data-v-11bda63a]{padding:50px 15px}.section-title[data-v-11bda63a]{font-size:1.8rem}.products-grid[data-v-11bda63a]{grid-template-columns:1fr}.product-image-container[data-v-11bda63a]{height:200px}}.how-it-works-section[data-v-4aa873af]{background:#f8fafc;padding:80px 20px}.container[data-v-4aa873af]{max-width:1200px;margin:0 auto}.section-title[data-v-4aa873af]{text-align:center;margin-bottom:50px;font-size:2.5rem}.steps[data-v-4aa873af]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.step[data-v-4aa873af]{text-align:center;padding:30px}.step-number[data-v-4aa873af]{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;font-size:1.5rem;font-weight:700;display:flex}.step-image-container[data-v-4aa873af]{border-radius:20px;width:200px;height:200px;margin:0 auto 20px;overflow:hidden}.step-image[data-v-4aa873af]{object-fit:cover;width:100%;height:100%}.step-title[data-v-4aa873af]{margin-bottom:10px;font-size:1.3rem}.step-description[data-v-4aa873af]{color:#6b7280}@media (width<=768px){.steps[data-v-4aa873af]{grid-template-columns:1fr;gap:30px}.step-image-container[data-v-4aa873af]{width:150px;height:150px}}.testimonials-section[data-v-4838fc55]{background:#fff;padding:80px 20px}.container[data-v-4838fc55]{max-width:1200px;margin:0 auto}.section-title[data-v-4838fc55]{text-align:center;margin-bottom:50px;font-size:2.5rem}.testimonials-grid[data-v-4838fc55]{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;display:grid}.testimonial-card[data-v-4838fc55]{text-align:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:30px}.avatar-container[data-v-4838fc55]{border-radius:50%;width:80px;height:80px;margin:0 auto 20px;overflow:hidden}.testimonial-avatar[data-v-4838fc55]{object-fit:cover;width:100%;height:100%}.avatar-placeholder[data-v-4838fc55]{color:#fff;background:#3b82f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:30px;font-weight:700;display:flex}.testimonial-text[data-v-4838fc55]{color:#4b5563;margin-bottom:20px;font-style:italic;line-height:1.6}.testimonial-author[data-v-4838fc55]{color:#1f2937;font-size:1.1rem}@media (width<=768px){.testimonials-grid[data-v-4838fc55]{grid-template-columns:1fr}}.download-section[data-v-eae02fef]{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:80px 20px}.container[data-v-eae02fef]{max-width:800px;margin:0 auto}.section-title[data-v-eae02fef]{margin-bottom:20px;font-size:2.5rem}.section-subtitle[data-v-eae02fef]{opacity:.9;margin-bottom:30px;font-size:1.2rem}.download-btn[data-v-eae02fef]{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:50px;padding:15px 40px;font-size:1.1rem;font-weight:600;transition:transform .3s}.download-btn[data-v-eae02fef]:hover{transform:translateY(-2px)}.file-info[data-v-eae02fef]{opacity:.8;margin-top:20px;font-size:.9rem}@media (width<=768px){.section-title[data-v-eae02fef]{font-size:1.8rem}.section-subtitle[data-v-eae02fef]{font-size:1rem}.download-btn[data-v-eae02fef]{padding:12px 30px}}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}#app{min-height:100vh}@media (width<=768px){body{font-size:14px}}
