*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#1f2937;background-color:#fff}#app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}html{scroll-behavior:smooth}.container{max-width:1450px;margin:0 auto;padding:0 .5rem}@media (min-width: 768px){.container{padding:0 1.5rem}}@media (min-width: 1024px){.container{padding:0 2rem}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:500;transition:all .2s;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px}.btn:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn.btn-outline{background:transparent;color:#3b82f6;border:2px solid #3b82f6}.btn.btn-outline:hover{background:#3b82f6;color:#fff}.btn.btn-ghost{background:transparent;color:#6b7280}.btn.btn-ghost:hover{background:#f3f4f6;color:#1f2937}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.text-4xl{font-size:36px}.text-5xl{font-size:48px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#1f2937}.text-secondary{color:#6b7280}.text-light{color:#9ca3af}.text-white{color:#fff}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mx-auto{margin-left:auto;margin-right:auto}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.border{border:1px solid #e5e7eb}.border-t{border-top:1px solid #e5e7eb}.border-b{border-bottom:1px solid #e5e7eb}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-full{border-radius:9999px}.shadow{box-shadow:0 1px 2px #0000000d}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-lg{font-size:18px}.md\:text-xl{font-size:20px}.md\:text-5xl{font-size:48px}.md\:py-20{padding-top:5rem;padding-bottom:5rem}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:text-6xl{font-size:60px}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}}.header[data-v-d814f696]{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e1e8ed;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}.container[data-v-d814f696]{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-brand .logo[data-v-d814f696]{display:flex;align-items:center;text-decoration:none;color:#2c3e50;font-weight:700;font-size:1.5rem;transition:all .3s ease}.nav-brand .logo[data-v-d814f696]:hover{transform:scale(1.05)}.logo-icon[data-v-d814f696]{width:2rem;height:2rem;margin-right:.5rem;color:#4a90e2}.nav-links[data-v-d814f696]{display:flex;list-style:none;margin:0;padding:0;gap:4rem}.nav-links a[data-v-d814f696]{text-decoration:none;color:#7f8c8d;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-links a[data-v-d814f696]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#4a90e2,#7b68ee);transition:width .3s ease}.nav-links a[data-v-d814f696]:hover,.nav-links a.router-link-active[data-v-d814f696]{color:#4a90e2}.nav-links a[data-v-d814f696]:hover:after,.nav-links a.router-link-active[data-v-d814f696]:after{width:100%}.nav-actions[data-v-d814f696]{display:flex;align-items:center;gap:1rem}.lang-toggle[data-v-d814f696]{background:none;border:1px solid #e1e8ed;border-radius:8px;padding:.5rem .75rem;cursor:pointer;transition:all .3s ease;color:#7f8c8d;font-weight:500}.lang-toggle[data-v-d814f696]:hover{border-color:#4a90e2;color:#4a90e2;transform:translateY(-1px)}.btn[data-v-d814f696]{padding:.5rem 1rem;border-radius:8px;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease;font-size:.9rem}.btn.btn-outline[data-v-d814f696]{background:transparent;border:1px solid #4a90e2;color:#4a90e2}.btn.btn-outline[data-v-d814f696]:hover{background:#4a90e2;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #4a90e24d}.btn.btn-primary[data-v-d814f696]{background:linear-gradient(135deg,#4a90e2,#7b68ee);color:#fff}.btn.btn-primary[data-v-d814f696]:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4a90e266}.mobile-menu-btn[data-v-d814f696]{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#2c3e50;transition:color .3s ease}.mobile-menu-btn[data-v-d814f696]:hover{color:#4a90e2}.mobile-menu[data-v-d814f696]{display:none;position:absolute;top:100%;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e1e8ed;box-shadow:0 4px 20px #0000001a}.mobile-nav[data-v-d814f696]{padding:1rem}.mobile-nav a[data-v-d814f696]{display:block;padding:.75rem 0;text-decoration:none;color:#7f8c8d;border-bottom:1px solid #e1e8ed;transition:color .3s ease}.mobile-nav a[data-v-d814f696]:hover{color:#4a90e2}.mobile-nav a[data-v-d814f696]:last-child{border-bottom:none}.mobile-actions[data-v-d814f696]{display:flex;gap:1rem;margin-top:1rem}.mobile-actions .btn[data-v-d814f696]{flex:1;text-align:center}@media (max-width: 768px){.nav[data-v-d814f696]{display:none}.mobile-menu-btn[data-v-d814f696],.mobile-menu[data-v-d814f696]{display:block}.lang-toggle[data-v-d814f696],.nav-actions .btn[data-v-d814f696]{display:none}}@media (max-width: 480px){.container[data-v-d814f696]{padding:0 1rem}.logo-text[data-v-d814f696]{font-size:1.25rem}}.footer[data-v-06617e19]{background-color:#111827;color:#fff;padding:2rem 0 0}.footer-content[data-v-06617e19]{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width: 768px){.footer-content[data-v-06617e19]{grid-template-columns:repeat(4,1fr)}}@media (min-width: 768px){.footer-section.company-info[data-v-06617e19]{grid-column:span 1}}.company-brand[data-v-06617e19]{display:flex;align-items:center;justify-content:center;justify-content:flex-start;margin-bottom:1rem;gap:.5rem}.brand-icon[data-v-06617e19]{width:2rem;height:2rem;color:#3b82f6}.brand-name[data-v-06617e19]{font-size:1.25rem;font-weight:700}.company-description[data-v-06617e19]{color:#9ca3af;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.social-links[data-v-06617e19]{display:flex;gap:1rem}.social-link[data-v-06617e19]{color:#9ca3af;transition:color .2s}.social-link[data-v-06617e19]:hover{color:#fff}.social-icon[data-v-06617e19]{width:1.25rem;height:1.25rem}.footer-title[data-v-06617e19]{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links[data-v-06617e19]{list-style:none;padding:0;margin:0}.footer-links li[data-v-06617e19]{margin-bottom:.5rem}.footer-link[data-v-06617e19]{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-link[data-v-06617e19]:hover{color:#fff}.footer-bottom[data-v-06617e19]{padding:2rem 0;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem}@media (min-width: 768px){.footer-bottom[data-v-06617e19]{flex-direction:row;gap:0}}.copyright[data-v-06617e19]{color:#9ca3af;font-size:.875rem;margin:0}.bottom-links[data-v-06617e19]{display:flex;gap:1.5rem}.bottom-link[data-v-06617e19]{color:#9ca3af;text-decoration:none;font-size:.875rem;transition:color .2s}.bottom-link[data-v-06617e19]:hover{color:#fff}#app[data-v-7b3552e7]{min-height:100vh;display:flex;flex-direction:column}main[data-v-7b3552e7]{flex:1}.banner-wrapper[data-v-1927438c]{margin-top:100px;min-height:810px;display:flex;align-items:end;justify-content:center;padding:0 8px 5px}.banner-container[data-v-1927438c]{width:100%;max-width:1450px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.banner-content[data-v-1927438c]{background-color:#191b1f;border-radius:40px;display:flex;justify-content:space-between;align-items:center;padding:60px 80px;color:#fff;position:relative;overflow:hidden;min-height:400px;box-shadow:0 20px 40px #0000004d}.left-section[data-v-1927438c]{flex:1;z-index:2;max-width:850px}.headline[data-v-1927438c]{font-size:36px;font-weight:700;line-height:1.3;margin:0 0 24px;letter-spacing:.5px}.pricing-block[data-v-1927438c]{display:flex;align-items:baseline;gap:12px;margin-bottom:8px;font-family:sans-serif}.price-old[data-v-1927438c]{color:#6e737a;text-decoration:line-through;font-size:20px;font-weight:500}.price-new[data-v-1927438c]{font-size:32px;font-weight:700;color:#fff}.unit[data-v-1927438c]{font-size:20px;font-weight:400}.bonus-text[data-v-1927438c]{color:#4ce5bf;font-size:28px;font-weight:500;margin-bottom:30px}.feature-list[data-v-1927438c]{list-style:none;padding:0;margin:0 0 40px}.feature-list li[data-v-1927438c]{display:flex;align-items:center;margin-bottom:12px;font-size:15px;color:#d1d5db}.check-icon[data-v-1927438c]{width:16px;height:16px;margin-right:10px;color:#fff;opacity:.8}.cta-container[data-v-1927438c]{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.cta-button[data-v-1927438c]{background-color:#fc4958;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.cta-button[data-v-1927438c]:hover{background-color:#e03e4b}.guarantee[data-v-1927438c]{display:flex;align-items:center;font-size:13px;color:#fff;font-weight:500;white-space:nowrap}.shield-icon[data-v-1927438c]{width:18px;height:18px;margin-right:6px;stroke:#fff;opacity:.9}.right-section[data-v-1927438c]{flex:1;display:flex;justify-content:flex-end;align-items:flex-end;margin-right:-60px;margin-bottom:-80px;pointer-events:none}.hero-image[data-v-1927438c]{max-width:120%;height:auto;object-fit:contain}@media (max-width: 960px){.banner-content[data-v-1927438c]{flex-direction:column;padding:50px 30px;text-align:center;overflow:hidden}.left-section[data-v-1927438c]{margin-bottom:40px;max-width:100%}.feature-list li[data-v-1927438c],.pricing-block[data-v-1927438c],.cta-container[data-v-1927438c]{justify-content:center}.right-section[data-v-1927438c]{margin-right:0;margin-bottom:-40px;justify-content:center;width:100%}.hero-image[data-v-1927438c]{max-width:100%;height:auto}}.carousel-wrapper[data-v-12d5ffea]{width:100%;max-width:1450px;height:80px;margin:0 auto;overflow:hidden;position:relative;background:#fff;display:flex;align-items:center}.carousel-track[data-v-12d5ffea]{display:flex;align-items:center;will-change:transform}.logo-item[data-v-12d5ffea]{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding:0 20px;box-sizing:border-box}.logo-item img[data-v-12d5ffea],.logo-svg[data-v-12d5ffea]{width:136px;height:auto;max-height:40px;object-fit:contain;filter:grayscale(100%) opacity(.6);transition:filter .3s;color:#16191c}.logo-item img[data-v-12d5ffea]:hover,.logo-svg[data-v-12d5ffea]:hover{filter:grayscale(0%) opacity(1)}.blur-overlay[data-v-12d5ffea]{position:absolute;top:0;bottom:0;width:150px;z-index:2;pointer-events:none}.left[data-v-12d5ffea]{left:0;background:linear-gradient(to right,#fff 10%,#fff0);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);-webkit-mask:linear-gradient(to right,black,transparent);mask:linear-gradient(to right,black,transparent)}.right[data-v-12d5ffea]{right:0;background:linear-gradient(to left,#fff 10%,#fff0);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);-webkit-mask:linear-gradient(to left,black,transparent);mask:linear-gradient(to left,black,transparent)}.second-banner-wrapper[data-v-f2c645e4]{display:flex;flex-direction:column;align-items:center;padding:20px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.header-section[data-v-f2c645e4]{text-align:center;max-width:780px;margin-bottom:60px}.section-title[data-v-f2c645e4]{font-size:48px;font-weight:800;color:#191b1f;margin:0 0 24px;line-height:1.2}.section-desc[data-v-f2c645e4]{font-size:20px;line-height:1.6;color:#525866;margin:0}@media (max-width: 960px){.second-banner-wrapper[data-v-f2c645e4]{padding:40px 20px}.header-section[data-v-f2c645e4]{margin-bottom:40px}.section-title[data-v-f2c645e4]{font-size:32px}.section-desc[data-v-f2c645e4]{font-size:16px}}.grid-container[data-v-f2c645e4]{width:100%;max-width:1200px;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.card[data-v-f2c645e4]{position:relative;overflow:hidden}.dark-card[data-v-f2c645e4]{background-color:#191b1f;color:#fff}.teal-card[data-v-f2c645e4]{background-color:#2be7c6;color:#191b1f}.gray-card[data-v-f2c645e4]{background-color:#f5f7f9;color:#191b1f}.white-card[data-v-f2c645e4]{background-color:#fff;color:#191b1f}.row-top[data-v-f2c645e4]{display:flex;min-height:400px}.row-top .text-card[data-v-f2c645e4]{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center}.row-top .text-card h2[data-v-f2c645e4]{font-size:32px;font-weight:700;margin-bottom:24px;line-height:1.2}.row-top .text-card p[data-v-f2c645e4]{font-size:16px;line-height:1.6;margin-bottom:40px;opacity:.9;color:#d1d5db}.row-top .text-card .learn-more[data-v-f2c645e4]{color:#fff;text-decoration:none;font-weight:600;font-size:15px;display:inline-block}.row-top .text-card .learn-more[data-v-f2c645e4]:hover{text-decoration:underline}.row-top .image-card[data-v-f2c645e4]{flex:1}.row-top .image-card img[data-v-f2c645e4]{width:100%;height:100%;object-fit:cover;display:block}.row-bottom[data-v-f2c645e4]{display:flex;min-height:400px}.row-bottom .teal-card[data-v-f2c645e4]{flex:5;padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:space-between}.row-bottom .teal-card h3[data-v-f2c645e4]{font-size:20px;font-weight:700;margin-bottom:20px;line-height:1.4;max-width:300px}.row-bottom .teal-card .illustration-exp[data-v-f2c645e4]{width:100%;max-width:280px;height:auto;margin-top:auto;display:block}.row-bottom .gray-card[data-v-f2c645e4]{flex:4;padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center}.row-bottom .gray-card .illustration-speed[data-v-f2c645e4]{height:160px;width:auto;margin-bottom:30px}.row-bottom .gray-card p[data-v-f2c645e4]{font-size:15px;line-height:1.6;max-width:240px}.row-bottom .col-right[data-v-f2c645e4]{flex:3;display:flex;flex-direction:column}.row-bottom .col-right .small-card[data-v-f2c645e4]{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px;text-align:center}.row-bottom .col-right .small-card .stat-number[data-v-f2c645e4]{font-size:42px;font-weight:700;display:block;margin-bottom:8px;line-height:1}.row-bottom .col-right .small-card .stat-label[data-v-f2c645e4]{font-size:14px;font-weight:500;opacity:.8}.row-bottom .col-right .small-card .icon-countries[data-v-f2c645e4]{width:80px;height:80px;margin-top:20px}@media (max-width: 960px){.grid-container[data-v-f2c645e4]{max-width:100%;border-radius:24px}.row-top[data-v-f2c645e4]{flex-direction:column-reverse;min-height:auto}.row-top .image-card[data-v-f2c645e4]{height:300px}.row-top .text-card[data-v-f2c645e4]{padding:40px 30px}.row-bottom[data-v-f2c645e4]{flex-direction:column;min-height:auto}.row-bottom .teal-card[data-v-f2c645e4],.row-bottom .gray-card[data-v-f2c645e4],.row-bottom .col-right[data-v-f2c645e4]{flex:auto;width:100%;min-height:300px}.row-bottom .col-right[data-v-f2c645e4]{flex-direction:column}.row-bottom .col-right .small-card[data-v-f2c645e4]{min-height:200px}}.third-banner-wrapper[data-v-4c9802bb]{display:flex;flex-direction:column;align-items:center;padding:40px 20px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.header-section[data-v-4c9802bb]{text-align:center;max-width:780px;margin-bottom:60px}.section-title[data-v-4c9802bb]{font-size:48px;font-weight:800;color:#191b1f;margin:0 0 24px;line-height:1.2}.section-desc[data-v-4c9802bb]{font-size:20px;line-height:1.6;color:#525866;margin:0}.banner-container[data-v-4c9802bb]{width:100%;max-width:1200px;display:flex;border-radius:24px;overflow:hidden;min-height:400px;box-shadow:0 20px 40px #0000001a}.left-section[data-v-4c9802bb]{flex:1;background-color:#f5f7f9;position:relative;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.left-section .hero-image[data-v-4c9802bb]{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block;transform:scale(1.05) translateY(5%)}.right-section[data-v-4c9802bb]{flex:1;background-color:#191b1f;color:#fff;display:flex;align-items:center;padding:60px}.right-section .content[data-v-4c9802bb]{max-width:400px}.right-section h2[data-v-4c9802bb]{font-size:38px;font-weight:700;margin-bottom:24px;line-height:1.2;color:#fff}.right-section p[data-v-4c9802bb]{font-size:16px;line-height:1.6;margin-bottom:40px;color:#d1d5db}.right-section .learn-more[data-v-4c9802bb]{color:#fff;text-decoration:none;font-weight:600;font-size:15px;display:inline-block;transition:opacity .2s}.right-section .learn-more[data-v-4c9802bb]:hover{opacity:.8}@media (max-width: 960px){.third-banner-wrapper[data-v-4c9802bb]{padding:40px 20px}.header-section[data-v-4c9802bb]{margin-bottom:40px}.section-title[data-v-4c9802bb]{font-size:32px}.section-desc[data-v-4c9802bb]{font-size:16px}.banner-container[data-v-4c9802bb]{flex-direction:column;max-width:100%}.left-section[data-v-4c9802bb]{min-height:300px}.left-section .hero-image[data-v-4c9802bb]{transform:none;height:auto;max-height:400px;object-fit:contain}.right-section[data-v-4c9802bb]{padding:40px 30px;text-align:center}.right-section .content[data-v-4c9802bb]{max-width:100%}.right-section h2[data-v-4c9802bb]{font-size:28px}}.fourth-banner-wrapper[data-v-9612a5b9]{display:flex;flex-direction:column;align-items:center;padding:80px 20px 20px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.header-section[data-v-9612a5b9]{text-align:center;max-width:780px;margin-bottom:60px}.section-title[data-v-9612a5b9]{font-size:48px;font-weight:800;color:#191b1f;margin:0 0 24px;line-height:1.2}.section-desc[data-v-9612a5b9]{font-size:20px;line-height:1.6;color:#525866;margin:0}.grid-container[data-v-9612a5b9]{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;border-radius:24px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.grid-item[data-v-9612a5b9]{padding:60px;display:flex;flex-direction:column;justify-content:center;min-height:400px}.dark-card-one[data-v-9612a5b9]{background-color:#121315;color:#fff}.dark-card[data-v-9612a5b9]{background-color:#2b2d31;color:#fff}.teal-card[data-v-9612a5b9]{background-color:#2be7c6;padding:0;align-items:center;justify-content:flex-end;overflow:hidden}.gray-card[data-v-9612a5b9]{background-color:#f5f7f9;color:#35373b}h2[data-v-9612a5b9]{font-size:32px;font-weight:700;margin-bottom:24px;line-height:1.2}h3[data-v-9612a5b9]{font-size:20px;font-weight:700;margin-top:24px;margin-bottom:24px;line-height:1.4}p[data-v-9612a5b9]{font-size:16px;line-height:1.6;margin-bottom:40px;opacity:.9}.dark-card p[data-v-9612a5b9]{color:#d1d5db}.gray-card p[data-v-9612a5b9]{color:#4b5563}.learn-more[data-v-9612a5b9]{color:#fff;text-decoration:none;font-weight:600;font-size:15px;display:inline-block;margin-top:auto}.learn-more[data-v-9612a5b9]:hover{text-decoration:underline}.dark-link[data-v-9612a5b9]{color:#191b1f}.pill-badge[data-v-9612a5b9]{display:inline-flex;align-items:center;padding:6px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.3);font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:24px;width:fit-content}.light-badge[data-v-9612a5b9]{border:1px solid rgba(0,0,0,.1);background-color:transparent;color:#191b1f}.pill-icon[data-v-9612a5b9]{width:14px;height:14px;margin-right:8px}.image-card[data-v-9612a5b9]{position:relative}.image-card .hero-image[data-v-9612a5b9]{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.alert-card .alert-icon[data-v-9612a5b9]{width:180px;height:auto;margin-bottom:20px}@media (max-width: 960px){.fourth-banner-wrapper[data-v-9612a5b9]{padding:40px 20px}.header-section[data-v-9612a5b9]{margin-bottom:40px}.section-title[data-v-9612a5b9]{font-size:32px}.section-desc[data-v-9612a5b9]{font-size:16px}.grid-container[data-v-9612a5b9]{grid-template-columns:1fr;max-width:100%}.grid-item[data-v-9612a5b9]{padding:40px 30px;min-height:350px}.image-card[data-v-9612a5b9]{min-height:300px;order:-1}}.carousel-wrapper[data-v-bdf8673f]{width:100%;max-width:1200px;margin:0 auto;padding:50px 0;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,sans-serif;text-align:center}.track-viewport[data-v-bdf8673f]{height:260px;position:relative;overflow:hidden;display:flex;align-items:center}.track-inner[data-v-bdf8673f]{display:flex;align-items:center;will-change:transform}.item-card[data-v-bdf8673f]{flex-shrink:0;width:180px;height:180px;margin-right:40px;position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;transform:scale(.8);filter:grayscale(10%) opacity(.6);transition:all .8s cubic-bezier(.25,.8,.25,1)}.avatar-box[data-v-bdf8673f]{width:110px;height:110px;border-radius:50%;overflow:hidden;position:relative;z-index:2;background:#fff}.avatar-box img[data-v-bdf8673f]{width:100%;height:100%;object-fit:cover}.item-card.is-center[data-v-bdf8673f]{transform:scale(1);filter:grayscale(0%) opacity(1);pointer-events:none;z-index:10}.item-card.is-center .avatar-box[data-v-bdf8673f]{animation:popUp-bdf8673f 1s cubic-bezier(.25,.8,.25,1) forwards}@keyframes popUp-bdf8673f{0%{transform:scale(.8)}to{transform:scale(1.4)}}.timer-ring[data-v-bdf8673f]{position:absolute;width:170px;height:170px;z-index:1;animation:fadeIn-bdf8673f .5s}.timer-ring svg[data-v-bdf8673f]{width:100%;height:100%;transform:rotate(-90deg)}.timer-ring circle[data-v-bdf8673f]{fill:none;stroke:#4ce5bf;stroke-width:3;stroke-linecap:round;stroke-dasharray:302;stroke-dashoffset:302;animation:progress-bdf8673f 8s linear forwards}@keyframes progress-bdf8673f{to{stroke-dashoffset:0}}@keyframes fadeIn-bdf8673f{0%{opacity:0}to{opacity:1}}.text-area[data-v-bdf8673f]{margin-top:30px;padding:0 20px}.desc[data-v-bdf8673f],.name-tag[data-v-bdf8673f],.subs[data-v-bdf8673f]{animation:blurIn-bdf8673f 1s ease forwards}.desc[data-v-bdf8673f]{font-size:24px;font-weight:700;color:#191b1f;margin-bottom:15px}.name-tag[data-v-bdf8673f]{display:inline-block;background:#e5f9f6;padding:6px 12px;border-radius:6px;font-weight:800;font-size:13px;margin-bottom:8px;opacity:0;animation-delay:.1s}.subs[data-v-bdf8673f]{font-size:13px;color:#666;opacity:0;animation-delay:.2s}@keyframes blurIn-bdf8673f{0%{opacity:0;filter:blur(8px);transform:translateY(10px)}to{opacity:1;filter:blur(0);transform:translateY(0)}}@media (max-width: 600px){.desc[data-v-bdf8673f]{font-size:18px}.item-card[data-v-bdf8673f]{width:130px;height:130px;margin-right:15px}.avatar-box[data-v-bdf8673f]{width:80px;height:80px}.timer-ring[data-v-bdf8673f]{width:120px;height:120px}.track-viewport[data-v-bdf8673f]{height:180px}}.download-banner-wrapper[data-v-10a7cea5]{display:flex;flex-direction:column;align-items:center;padding:80px 20px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;scroll-margin-top:50px}.header-section[data-v-10a7cea5]{text-align:center;max-width:900px;margin-bottom:60px}.section-title[data-v-10a7cea5]{font-size:42px;font-weight:700;color:#191b1f;margin:0 0 24px;line-height:1.2}.section-desc[data-v-10a7cea5]{font-size:18px;line-height:1.6;color:#525866;margin:0}.cards-container[data-v-10a7cea5]{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;max-width:1200px}.download-card[data-v-10a7cea5]{background-color:#f5f7f9;border-radius:16px;padding:32px;text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease;cursor:pointer}.download-card[data-v-10a7cea5]:hover{transform:scale(1.05);box-shadow:0 10px 30px #00000014}.card-top[data-v-10a7cea5]{margin-bottom:40px}.platform-icon[data-v-10a7cea5]{width:32px;height:32px;display:block}.card-bottom[data-v-10a7cea5]{display:flex;justify-content:space-between;align-items:flex-end}.text-group[data-v-10a7cea5]{display:flex;flex-direction:column}.download-label[data-v-10a7cea5]{font-size:14px;color:#6e737a;margin-bottom:8px}.platform-name[data-v-10a7cea5]{font-size:18px;font-weight:600;color:#191b1f}.download-icon[data-v-10a7cea5]{color:#191b1f;margin-bottom:2px}.download-icon svg[data-v-10a7cea5]{width:20px;height:20px}@media (max-width: 960px){.download-banner-wrapper[data-v-10a7cea5]{padding:40px 20px}.header-section[data-v-10a7cea5]{margin-bottom:40px}.section-title[data-v-10a7cea5]{font-size:28px}.section-desc[data-v-10a7cea5]{font-size:16px}.cards-container[data-v-10a7cea5]{grid-template-columns:1fr;gap:16px}.download-card[data-v-10a7cea5]{min-height:auto;padding:24px;flex-direction:row;align-items:center}.download-card[data-v-10a7cea5]:hover{transform:scale(1.02)}.card-top[data-v-10a7cea5]{margin-bottom:0;margin-right:20px}.card-bottom[data-v-10a7cea5]{flex:1;align-items:center}.text-group[data-v-10a7cea5]{flex:1}}.hero-section[data-v-dca69ae7]{background:#fff;color:#fff;padding:.5rem 0}.hero-content[data-v-dca69ae7]{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.hero-content[data-v-dca69ae7]{grid-template-columns:1fr 1fr}}.hero-title[data-v-dca69ae7]{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width: 1024px){.hero-title[data-v-dca69ae7]{font-size:3.75rem}}.hero-subtitle[data-v-dca69ae7]{font-size:1.25rem;margin-bottom:2rem;color:#ffffffe6}@media (min-width: 1024px){.hero-subtitle[data-v-dca69ae7]{font-size:1.5rem}}.hero-actions[data-v-dca69ae7]{display:flex;flex-direction:column;gap:1rem}@media (min-width: 768px){.hero-actions[data-v-dca69ae7]{flex-direction:row}}.logo-section[data-v-dca69ae7]{margin-top:30px}.btn-white[data-v-dca69ae7]{background:transparent;color:#fff;border:2px solid white}.btn-white[data-v-dca69ae7]:hover{background:#fff;color:#3b82f6}.connection-card[data-v-dca69ae7]{background:#ffffff1a;border-radius:1rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.connection-icon[data-v-dca69ae7]{width:6rem;height:6rem;margin:0 auto 1rem}.connection-title[data-v-dca69ae7]{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.connection-status[data-v-dca69ae7]{display:flex;align-items:center;justify-content:center;gap:.5rem}.status-indicator[data-v-dca69ae7]{width:.75rem;height:.75rem;background:#10b981;border-radius:50%;animation:pulse-dca69ae7 2s infinite}.status-text[data-v-dca69ae7]{color:#10b981;font-weight:500}.features-section[data-v-dca69ae7]{padding:1rem 0;background:#fff}.section-header[data-v-dca69ae7]{text-align:center;margin-bottom:4rem}.section-title[data-v-dca69ae7]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 1024px){.section-title[data-v-dca69ae7]{font-size:2.5rem}}.section-subtitle[data-v-dca69ae7]{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.features-grid[data-v-dca69ae7]{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.features-grid[data-v-dca69ae7]{grid-template-columns:repeat(3,1fr)}}.feature-card[data-v-dca69ae7]{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:transform .2s,box-shadow .2s}.feature-card[data-v-dca69ae7]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.feature-icon[data-v-dca69ae7]{width:3rem;height:3rem;color:#3b82f6;margin-bottom:1rem}.feature-title[data-v-dca69ae7]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.feature-description[data-v-dca69ae7]{color:#6b7280}.stats-section[data-v-dca69ae7]{padding:1rem 0;color:#fff}.stats-grid[data-v-dca69ae7]{display:grid;grid-template-columns:1fr;gap:2rem;text-align:center}@media (min-width: 768px){.stats-grid[data-v-dca69ae7]{grid-template-columns:repeat(4,1fr)}}.stat-number[data-v-dca69ae7]{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label[data-v-dca69ae7]{color:#fffc}.pricing-preview[data-v-dca69ae7]{padding:1rem 0}.pricing-card[data-v-dca69ae7]{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:2rem;border-radius:1rem;max-width:32rem;margin:0 auto}.price-display[data-v-dca69ae7]{font-size:3.75rem;font-weight:700;margin-bottom:.5rem}.price-period[data-v-dca69ae7]{color:#fffc;margin-bottom:1.5rem}@keyframes pulse-dca69ae7{0%,to{opacity:1}50%{opacity:.5}}.products-page[data-v-8f2fef6e]{min-height:100vh}.hero-section[data-v-8f2fef6e]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 0}.hero-content[data-v-8f2fef6e]{text-align:center;max-width:56rem;margin:0 auto}.hero-title[data-v-8f2fef6e]{font-size:2.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width: 1024px){.hero-title[data-v-8f2fef6e]{font-size:3.5rem}}.hero-subtitle[data-v-8f2fef6e]{font-size:1.25rem;color:#ffffffe6;max-width:48rem;margin:0 auto}@media (min-width: 1024px){.hero-subtitle[data-v-8f2fef6e]{font-size:1.375rem}}.features-section[data-v-8f2fef6e]{padding:6rem 0}.feature-block[data-v-8f2fef6e]{margin-bottom:6rem}.feature-block[data-v-8f2fef6e]:last-child{margin-bottom:0}@media (min-width: 1024px){.feature-block.reverse .feature-content .feature-visual[data-v-8f2fef6e]{order:1}.feature-block.reverse .feature-content .feature-text[data-v-8f2fef6e]{order:2}}.feature-content[data-v-8f2fef6e]{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width: 1024px){.feature-content[data-v-8f2fef6e]{grid-template-columns:1fr 1fr}}.feature-title[data-v-8f2fef6e]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}@media (min-width: 1024px){.feature-title[data-v-8f2fef6e]{font-size:2.25rem}}.feature-description[data-v-8f2fef6e]{font-size:1.125rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.feature-list[data-v-8f2fef6e]{display:flex;flex-direction:column;gap:1rem}.feature-item[data-v-8f2fef6e]{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.75rem}.feature-check[data-v-8f2fef6e]{width:1.5rem;height:1.5rem;color:#10b981;flex-shrink:0}.feature-icon[data-v-8f2fef6e]{width:1.5rem;height:1.5rem;flex-shrink:0}.feature-icon.zap[data-v-8f2fef6e]{color:#f59e0b}.feature-icon.activity[data-v-8f2fef6e]{color:#10b981}.feature-icon.map[data-v-8f2fef6e]{color:#3b82f6}.encryption-card[data-v-8f2fef6e]{background:linear-gradient(135deg,#1f2937,#111827);color:#fff;padding:3rem 2rem;border-radius:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.encryption-icon[data-v-8f2fef6e]{width:5rem;height:5rem;color:#60a5fa;margin:0 auto 1.5rem}.encryption-standard[data-v-8f2fef6e]{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.encryption-label[data-v-8f2fef6e]{color:#9ca3af}.network-card[data-v-8f2fef6e]{background:linear-gradient(135deg,#dbeafe,#bfdbfe);padding:3rem 2rem;border-radius:1.5rem;text-align:center;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.network-icon[data-v-8f2fef6e]{width:5rem;height:5rem;color:#3b82f6;margin:0 auto 1.5rem}.stat-main[data-v-8f2fef6e]{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.stat-label[data-v-8f2fef6e]{color:#6b7280;margin-bottom:.75rem}.stat-highlight[data-v-8f2fef6e]{font-size:1.125rem;font-weight:600;color:#3b82f6}.devices-section[data-v-8f2fef6e]{padding:6rem 0;background:#f9fafb}.section-header[data-v-8f2fef6e]{text-align:center;margin-bottom:4rem}.section-title[data-v-8f2fef6e]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 1024px){.section-title[data-v-8f2fef6e]{font-size:2.5rem}}.section-subtitle[data-v-8f2fef6e]{font-size:1.125rem;color:#6b7280;max-width:42rem;margin:0 auto}.devices-grid[data-v-8f2fef6e]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.devices-grid[data-v-8f2fef6e]{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.devices-grid[data-v-8f2fef6e]{grid-template-columns:repeat(6,1fr)}}.device-item[data-v-8f2fef6e]{background:#fff;padding:2rem 1rem;border-radius:1rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;transition:transform .2s,box-shadow .2s}.device-item[data-v-8f2fef6e]:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.device-icon[data-v-8f2fef6e]{width:3rem;height:3rem;color:#6b7280;margin:0 auto 1rem}.device-name[data-v-8f2fef6e]{font-size:.875rem;font-weight:500;color:#1f2937}.cta-section[data-v-8f2fef6e]{background:linear-gradient(135deg,#111827,#1f2937);color:#fff;padding:6rem 0}.cta-content[data-v-8f2fef6e]{text-align:center;max-width:42rem;margin:0 auto}.cta-title[data-v-8f2fef6e]{font-size:2rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 1024px){.cta-title[data-v-8f2fef6e]{font-size:2.5rem}}.cta-subtitle[data-v-8f2fef6e]{font-size:1.25rem;color:#fffc;margin-bottom:2.5rem}.cta-actions[data-v-8f2fef6e]{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width: 768px){.cta-actions[data-v-8f2fef6e]{flex-direction:row;justify-content:center}}.btn-white[data-v-8f2fef6e]{background:transparent;color:#fff;border:2px solid white}.btn-white[data-v-8f2fef6e]:hover{background:#fff;color:#1f2937}.pricing-wrapper[data-v-10fc7c9f]{padding:70px 24px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#191b1f}.container[data-v-10fc7c9f]{max-width:1265px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.main-title[data-v-10fc7c9f]{font-size:42px;font-weight:800;margin-bottom:46px;text-align:center}.mobile-guarantee-badge[data-v-10fc7c9f]{display:none}.tabs-container[data-v-10fc7c9f]{display:flex;background-color:#f5f7f9;border-radius:14px;padding:5px;margin-bottom:35px}.tab-item[data-v-10fc7c9f]{padding:12px 46px;border-radius:10px;cursor:pointer;font-weight:600;font-size:17px;color:#6e737a;transition:all .2s}.tab-item.active[data-v-10fc7c9f]{background-color:#fff;color:#191b1f;box-shadow:0 2px 8px #0000000d}.info-banner[data-v-10fc7c9f]{background-color:#f5f7f9;padding:18px 28px;border-radius:14px;margin-bottom:46px;font-size:17px;text-align:center;max-width:920px;line-height:1.5}.cards-grid[data-v-10fc7c9f]{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;width:100%;align-items:flex-end}.plan-card[data-v-10fc7c9f]{border:1px solid #e5e7eb;border-radius:18px;background-color:#fff;position:relative;transition:transform .3s cubic-bezier(.25,.8,.25,1),box-shadow .3s ease;overflow:hidden;display:flex;flex-direction:column}.plan-card[data-v-10fc7c9f]:hover{transform:scale(1.03);box-shadow:0 20px 40px #00000014;z-index:2}.plan-card.popular-card[data-v-10fc7c9f]{border-color:#2be7c6;box-shadow:0 10px 30px #2be7c626}.plan-card.popular-card[data-v-10fc7c9f]:hover{box-shadow:0 20px 50px #2be7c640}.popular-header[data-v-10fc7c9f]{background-color:#2be7c6;color:#191b1f;text-align:center;padding:10px;font-weight:700;font-size:16px}.card-content[data-v-10fc7c9f]{padding:36px 28px;display:flex;flex-direction:column;height:100%}.plan-name[data-v-10fc7c9f]{font-size:21px;font-weight:600;margin:0 0 18px}.mobile-price[data-v-10fc7c9f]{display:none}.save-badge[data-v-10fc7c9f]{display:inline-block;background-color:#fce7f3;color:#9d174d;font-size:14px;font-weight:700;padding:5px 10px;border-radius:5px;margin-bottom:10px}.price-large[data-v-10fc7c9f]{font-size:42px;font-weight:800;line-height:1.1;margin-bottom:5px}.price-large .unit[data-v-10fc7c9f]{font-size:18px;font-weight:500;color:#6e737a}.bonus-text[data-v-10fc7c9f]{color:#fc4958;font-weight:700;font-size:16px;margin-bottom:14px}.plan-desc[data-v-10fc7c9f]{font-size:15px;color:#6e737a;margin-bottom:28px;line-height:1.4}.sub-desc[data-v-10fc7c9f]{font-size:13px;opacity:.8;margin-top:5px}.action-section[data-v-10fc7c9f]{margin-bottom:18px}.mobile-compare-toggle[data-v-10fc7c9f]{display:none}.cta-btn[data-v-10fc7c9f]{width:100%;padding:16px;border-radius:12px;font-weight:700;font-size:18px;cursor:pointer;transition:background-color .2s;background-color:#fff;border:1px solid #191b1f;color:#191b1f}.cta-btn[data-v-10fc7c9f]:hover{background-color:#f3f4f6}.cta-btn.btn-primary[data-v-10fc7c9f]{background-color:#2be7c6;border-color:#2be7c6}.cta-btn.btn-primary[data-v-10fc7c9f]:hover{background-color:#22d3b3}.guarantee-text[data-v-10fc7c9f]{display:flex;align-items:center;justify-content:center;font-size:14px;color:#6e737a;margin-bottom:35px}.guarantee-text .shield-icon[data-v-10fc7c9f]{width:16px;height:16px;margin-right:7px}.features-list[data-v-10fc7c9f]{border-top:1px solid #e5e7eb;padding-top:28px;margin-top:auto}.features-title[data-v-10fc7c9f]{font-weight:700;font-size:16px;margin-bottom:18px}.feature-item[data-v-10fc7c9f]{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:16px;color:#4b5563}.feature-item.included[data-v-10fc7c9f]{color:#191b1f}.check-svg[data-v-10fc7c9f]{width:21px;height:21px;color:#2be7c6}.dash-icon[data-v-10fc7c9f]{color:#d1d5db;font-weight:700}.incogni-icon[data-v-10fc7c9f]{font-weight:900;margin-right:5px;font-size:12px;border:1px solid #ccc;border-radius:5px;padding:0 3px}.see-all-features[data-v-10fc7c9f]{margin-top:18px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center}.see-all-features .chevron-down[data-v-10fc7c9f]{margin-left:5px}@media (max-width: 960px){.pricing-wrapper[data-v-10fc7c9f]{padding:46px 18px}.main-title[data-v-10fc7c9f]{font-size:28px;margin-bottom:12px}.mobile-guarantee-badge[data-v-10fc7c9f]{display:flex;align-items:center;margin-bottom:35px;font-size:16px;font-weight:600;color:#4b5563}.mobile-guarantee-badge .badge-icon[data-v-10fc7c9f]{background-color:#fc4958;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;margin-right:10px}.tabs-container[data-v-10fc7c9f]{width:100%;justify-content:space-between}.tabs-container .tab-item[data-v-10fc7c9f]{flex:1;text-align:center;padding:12px 0}.cards-grid[data-v-10fc7c9f]{grid-template-columns:1fr;gap:18px}.plan-card[data-v-10fc7c9f]{background-color:#f9fafb;border:none}.plan-card[data-v-10fc7c9f]:hover{transform:none}.card-content[data-v-10fc7c9f]{padding:24px}.card-header-group[data-v-10fc7c9f]{margin-bottom:24px}.title-row[data-v-10fc7c9f]{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.plan-name[data-v-10fc7c9f]{font-size:18px;margin:0}.mobile-price[data-v-10fc7c9f]{display:block;font-size:24px;font-weight:700}.mobile-price .unit[data-v-10fc7c9f]{font-size:16px;font-weight:400;color:#6e737a}.desktop-price-section[data-v-10fc7c9f]{display:none}.plan-desc[data-v-10fc7c9f]{margin-bottom:0;font-size:14px}.action-section[data-v-10fc7c9f]{display:flex;align-items:center;gap:14px;margin-bottom:0}.mobile-compare-toggle[data-v-10fc7c9f]{display:flex;align-items:center;font-size:16px;font-weight:600;color:#191b1f;cursor:pointer;white-space:nowrap}.mobile-compare-toggle .chevron-icon[data-v-10fc7c9f]{width:18px;height:18px;margin-left:5px;transition:transform .3s}.mobile-compare-toggle .chevron-icon.rotated[data-v-10fc7c9f]{transform:rotate(180deg)}.cta-btn[data-v-10fc7c9f]{padding:12px;font-size:16px}.desktop-only[data-v-10fc7c9f]{display:none!important}.features-list[data-v-10fc7c9f]{border-top:none;padding-top:0;margin-top:24px;overflow:hidden;transition:max-height .3s ease}.features-list.mobile-collapsed[data-v-10fc7c9f]{display:none}}.price-second-wrapper[data-v-f5a58d5b]{padding:80px 20px;background-color:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#191b1f}.container[data-v-f5a58d5b]{max-width:1200px;margin:0 auto}.top-section[data-v-f5a58d5b]{text-align:center;margin-bottom:100px}.section-title[data-v-f5a58d5b]{font-size:36px;font-weight:800;margin-bottom:16px;color:#191b1f}.section-subtitle[data-v-f5a58d5b]{font-size:16px;color:#4b5563;margin-bottom:48px}.features-grid[data-v-f5a58d5b]{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.feature-card[data-v-f5a58d5b]{background:#fff;border-radius:24px;padding:40px 32px;text-align:left;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:transform .3s ease}.feature-card[data-v-f5a58d5b]:hover{transform:translateY(-5px)}.icon-wrapper[data-v-f5a58d5b]{margin-bottom:24px}.icon-wrapper img[data-v-f5a58d5b]{width:48px;height:48px}.card-title[data-v-f5a58d5b]{font-size:20px;font-weight:700;margin-bottom:16px;line-height:1.4}.card-desc[data-v-f5a58d5b]{font-size:15px;line-height:1.6;color:#6e737a}.bottom-section[data-v-f5a58d5b]{display:flex;align-items:center;justify-content:space-between;gap:60px;padding:0 20px}.content-side[data-v-f5a58d5b]{flex:1;max-width:600px}.comparison-title[data-v-f5a58d5b]{font-size:36px;font-weight:800;margin-bottom:24px;color:#191b1f}.comparison-desc[data-v-f5a58d5b]{font-size:16px;line-height:1.8;color:#4b5563}.image-side[data-v-f5a58d5b]{flex:1;display:flex;justify-content:flex-end}.image-bg[data-v-f5a58d5b]{position:relative;background-color:#2be7c6;border-radius:24px;padding:0;width:100%;max-width:500px;height:300px;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.image-bg img[data-v-f5a58d5b]{max-width:100%;max-height:100%;object-fit:contain;position:absolute;bottom:0;right:14%}@media (max-width: 960px){.price-second-wrapper[data-v-f5a58d5b]{padding:40px 20px}.section-title[data-v-f5a58d5b]{font-size:28px}.features-grid[data-v-f5a58d5b]{grid-template-columns:1fr;gap:20px}.feature-card[data-v-f5a58d5b]{padding:32px 24px}.bottom-section[data-v-f5a58d5b]{flex-direction:column-reverse;flex-direction:column;gap:40px;padding:0}.content-side[data-v-f5a58d5b]{text-align:left;max-width:100%}.comparison-title[data-v-f5a58d5b]{font-size:28px}.image-side[data-v-f5a58d5b]{width:100%;justify-content:center}.image-bg[data-v-f5a58d5b]{height:250px;width:100%}.image-bg img[data-v-f5a58d5b]{max-width:100%;position:relative;bottom:auto;right:auto}}.price-end-wrapper[data-v-22902639]{padding:80px 20px;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#191b1f}.container[data-v-22902639]{max-width:1200px;margin:0 auto}.header-section[data-v-22902639]{text-align:center;margin-bottom:60px}.main-title[data-v-22902639]{font-size:36px;font-weight:800;margin-bottom:24px}.sub-title[data-v-22902639]{font-size:16px;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.6}.tabs-wrapper[data-v-22902639]{display:flex;justify-content:center;margin-bottom:50px}.tabs-header[data-v-22902639]{display:flex;border-bottom:1px solid #e5e7eb}.tab-item[data-v-22902639]{padding:16px 32px;font-size:18px;font-weight:600;color:#6e737a;cursor:pointer;position:relative;transition:color .2s}.tab-item[data-v-22902639]:hover,.tab-item.active[data-v-22902639]{color:#191b1f}.tab-item.active[data-v-22902639]:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#191b1f}.reviews-grid[data-v-22902639]{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:80px}.review-card[data-v-22902639]{background-color:#f9fafb;border-radius:24px;padding:40px 32px;display:flex;flex-direction:column;height:100%}.tech-card .card-logo[data-v-22902639]{height:30px;margin-bottom:24px}.tech-card .card-logo img[data-v-22902639]{height:100%;width:auto;max-width:100%}.tech-card .card-quote[data-v-22902639]{font-size:15px;line-height:1.6;color:#4b5563;margin-bottom:24px;flex-grow:1;font-style:italic}.tech-card .card-stars[data-v-22902639]{display:flex;gap:4px;color:#191b1f}.tech-card .card-stars .star-icon[data-v-22902639]{width:20px;height:20px}.influencer-card[data-v-22902639]{justify-content:space-between}.influencer-card .influencer-quote[data-v-22902639]{font-size:15px;line-height:1.6;color:#4b5563;margin-bottom:32px}.influencer-card .influencer-profile[data-v-22902639]{display:flex;align-items:center;gap:16px}.influencer-card .avatar[data-v-22902639]{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.influencer-card .avatar img[data-v-22902639]{width:100%;height:100%;object-fit:cover}.influencer-card .info .name[data-v-22902639]{font-weight:700;font-size:16px;color:#191b1f;margin-bottom:2px}.influencer-card .info .sub[data-v-22902639]{font-size:13px;color:#6e737a}.footer-section[data-v-22902639]{text-align:center}.footer-text[data-v-22902639]{font-size:14px;color:#4b5563;margin-bottom:40px}.logos-grid[data-v-22902639]{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px}.logos-grid .logo-item img[data-v-22902639]{height:40px;width:auto;opacity:.8;filter:grayscale(100%);transition:filter .3s}.logos-grid .logo-item img[data-v-22902639]:hover{filter:grayscale(0%)}.fade-in[data-v-22902639]{animation:fadeIn-22902639 .5s ease-in-out}@keyframes fadeIn-22902639{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 960px){.price-end-wrapper[data-v-22902639]{padding:40px 20px}.main-title[data-v-22902639]{font-size:28px}.reviews-grid[data-v-22902639]{grid-template-columns:1fr;gap:16px}.logos-grid[data-v-22902639]{gap:24px}.logos-grid .logo-item img[data-v-22902639]{height:30px}.tab-item[data-v-22902639]{padding:12px 20px;font-size:16px}}.page-container[data-v-7ff9923c]{min-height:100vh}.hero-section[data-v-7ff9923c]{background:#fff;color:#fff;padding:1.5rem 0}.hero-content[data-v-7ff9923c]{text-align:center}.hero-title[data-v-7ff9923c]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 1024px){.hero-title[data-v-7ff9923c]{font-size:3.75rem}}.hero-subtitle[data-v-7ff9923c]{font-size:1.25rem;color:#ffffffe6;max-width:48rem;margin:0 auto}@media (min-width: 1024px){.hero-subtitle[data-v-7ff9923c]{font-size:1.5rem}}.pricing-section[data-v-7ff9923c]{padding:1rem 0;background:#f9fafb}.billing-toggle-container[data-v-7ff9923c]{text-align:center;margin-bottom:4rem}.billing-toggle[data-v-7ff9923c]{display:inline-flex;align-items:center;background:#f3f4f6;border-radius:.5rem;padding:.25rem}.toggle-btn[data-v-7ff9923c]{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;color:#6b7280;background:transparent;transition:all .2s;position:relative}.toggle-btn[data-v-7ff9923c]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.toggle-btn.active[data-v-7ff9923c]{background:#fff;color:#1f2937;box-shadow:0 1px 2px #0000000d}.save-badge[data-v-7ff9923c]{margin-left:.5rem;background:#10b981;color:#fff;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;font-weight:500}.pricing-grid[data-v-7ff9923c]{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.pricing-grid[data-v-7ff9923c]{grid-template-columns:repeat(3,1fr)}}.pricing-card[data-v-7ff9923c]{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;border:2px solid #e5e7eb;position:relative;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.pricing-card[data-v-7ff9923c]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.pricing-card.featured[data-v-7ff9923c]{border-color:#3b82f6;box-shadow:0 25px 50px -12px #3b82f640;transform:scale(1.05)}@media (max-width: 1023px){.pricing-card.featured[data-v-7ff9923c]{transform:none}}.popular-badge[data-v-7ff9923c]{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:.5rem 1.5rem;border-radius:9999px;font-size:.875rem;font-weight:500}.card-header[data-v-7ff9923c]{text-align:center;margin-bottom:2rem}.plan-title[data-v-7ff9923c]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.price-container[data-v-7ff9923c]{margin-bottom:1.5rem}.price[data-v-7ff9923c]{font-size:2.5rem;font-weight:700;color:#1f2937}.price-period[data-v-7ff9923c]{color:#6b7280;margin-left:.5rem}.plan-description[data-v-7ff9923c]{color:#6b7280}.features-list[data-v-7ff9923c]{list-style:none;padding:0;margin:0 0 2rem;flex:1}.feature-item[data-v-7ff9923c]{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.75rem;margin-bottom:1rem}.feature-icon[data-v-7ff9923c]{width:1.25rem;height:1.25rem;color:#10b981;flex-shrink:0}.plan-button[data-v-7ff9923c]{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:500;transition:all .2s;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px;width:100%;background:#1f2937;color:#fff}.plan-button[data-v-7ff9923c]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.plan-button[data-v-7ff9923c]:hover{background:#314158}.plan-button.primary[data-v-7ff9923c]{background:#3b82f6}.plan-button.primary[data-v-7ff9923c]:hover{background:#2563eb}.guarantee-section[data-v-7ff9923c]{padding:0rem 0;background:#fff}.guarantee-content[data-v-7ff9923c]{text-align:center;max-width:64rem;margin:0 auto}.guarantee-icon[data-v-7ff9923c]{width:4rem;height:4rem;color:#16a34a;margin:0 auto 1.5rem}.guarantee-title[data-v-7ff9923c]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 1024px){.guarantee-title[data-v-7ff9923c]{font-size:2.25rem}}.guarantee-description[data-v-7ff9923c]{font-size:1.125rem;color:#6b7280}.faq-section[data-v-7ff9923c]{padding:5rem 0;background:#f9fafb}.section-title[data-v-7ff9923c]{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}@media (min-width: 1024px){.section-title[data-v-7ff9923c]{font-size:2.25rem}}.faq-list[data-v-7ff9923c]{max-width:64rem;margin:0 auto}.faq-item[data-v-7ff9923c]{border-bottom:1px solid #e5e7eb;padding-bottom:2rem;margin-bottom:2rem}.faq-item[data-v-7ff9923c]:last-child{border-bottom:none;margin-bottom:0}.faq-question[data-v-7ff9923c]{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;background:none;border:none;cursor:pointer;padding:0}.faq-question h3[data-v-7ff9923c]{font-size:1.125rem;font-weight:600;color:#1f2937}.faq-icon[data-v-7ff9923c]{width:1.25rem;height:1.25rem;color:#6b7280;transition:transform .2s}.faq-icon.active[data-v-7ff9923c]{transform:rotate(180deg)}.faq-answer[data-v-7ff9923c]{margin-top:1rem;color:#6b7280;line-height:1.6}.page-container[data-v-ce504682]{min-height:100vh}.hero-section[data-v-ce504682]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5rem 0}.hero-content[data-v-ce504682]{text-align:center}.hero-title[data-v-ce504682]{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 1024px){.hero-title[data-v-ce504682]{font-size:3.75rem}}.hero-subtitle[data-v-ce504682]{font-size:1.25rem;color:#ffffffe6;max-width:48rem;margin:0 auto}@media (min-width: 1024px){.hero-subtitle[data-v-ce504682]{font-size:1.5rem}}.download-section[data-v-ce504682]{padding:5rem 0}.auto-detect-container[data-v-ce504682]{text-align:center;margin-bottom:4rem}.auto-detect-card[data-v-ce504682]{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #bae6fd;border-radius:1rem;padding:2rem;max-width:32rem;margin:0 auto}.auto-detect-icon[data-v-ce504682]{width:4rem;height:4rem;color:#3b82f6;margin:0 auto 1rem}.auto-detect-title[data-v-ce504682]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.auto-detect-description[data-v-ce504682]{color:#6b7280;margin-bottom:1.5rem}.auto-detect-button[data-v-ce504682]{display:inline-flex;border-radius:8px;font-weight:500;transition:all .2s;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}.auto-detect-button[data-v-ce504682]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.auto-detect-button[data-v-ce504682]:hover{background:#2563eb;transform:translateY(-2px)}.platforms-header[data-v-ce504682]{text-align:center;margin-bottom:3rem}.section-title[data-v-ce504682]{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width: 1024px){.section-title[data-v-ce504682]{font-size:2.25rem}}.section-subtitle[data-v-ce504682]{font-size:1.125rem;color:#6b7280}.platforms-grid[data-v-ce504682]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.platforms-grid[data-v-ce504682]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.platforms-grid[data-v-ce504682]{grid-template-columns:repeat(3,1fr)}}.platform-card[data-v-ce504682]{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;text-align:center;transition:transform .2s,box-shadow .2s}.platform-card[data-v-ce504682]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.platform-icon[data-v-ce504682]{width:4rem;height:4rem;margin:0 auto 1rem}.platform-icon.windows[data-v-ce504682]{color:#3b82f6}.platform-icon.macos[data-v-ce504682]{color:#6b7280}.platform-icon.linux[data-v-ce504682]{color:#ea580c}.platform-icon.ios[data-v-ce504682]{color:#3b82f6}.platform-icon.android[data-v-ce504682]{color:#16a34a}.platform-icon.router[data-v-ce504682]{color:#9333ea}.platform-name[data-v-ce504682]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.platform-version[data-v-ce504682]{color:#6b7280;margin-bottom:1.5rem}.platform-button[data-v-ce504682]{display:inline-flex;border-radius:8px;font-weight:500;transition:all .2s;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px;width:100%;color:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem}.platform-button[data-v-ce504682]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.platform-button.windows[data-v-ce504682]{background:#3b82f6}.platform-button.windows[data-v-ce504682]:hover{background:#2563eb}.platform-button.macos[data-v-ce504682]{background:#1f2937}.platform-button.macos[data-v-ce504682]:hover{background:#314158}.platform-button.linux[data-v-ce504682]{background:#ea580c}.platform-button.linux[data-v-ce504682]:hover{background:#c2410c}.platform-button.ios[data-v-ce504682]{background:#3b82f6}.platform-button.ios[data-v-ce504682]:hover{background:#2563eb}.platform-button.android[data-v-ce504682]{background:#16a34a}.platform-button.android[data-v-ce504682]:hover{background:#15803d}.platform-button.router[data-v-ce504682]{background:#9333ea}.platform-button.router[data-v-ce504682]:hover{background:#7c3aed}.button-icon[data-v-ce504682]{width:1.25rem;height:1.25rem}.extensions-section[data-v-ce504682]{padding:5rem 0;background:#f9fafb}.extensions-header[data-v-ce504682]{text-align:center;margin-bottom:3rem}.extensions-grid[data-v-ce504682]{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.extensions-grid[data-v-ce504682]{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.extensions-grid[data-v-ce504682]{grid-template-columns:repeat(4,1fr)}}.extension-card[data-v-ce504682]{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;text-align:center;transition:transform .2s,box-shadow .2s}.extension-card[data-v-ce504682]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.extension-icon[data-v-ce504682]{width:3rem;height:3rem;margin:0 auto 1rem}.extension-icon.chrome[data-v-ce504682]{color:#3b82f6}.extension-icon.firefox[data-v-ce504682]{color:#f97316}.extension-icon.safari[data-v-ce504682]{color:#3b82f6}.extension-icon.edge[data-v-ce504682]{color:#1e40af}.extension-name[data-v-ce504682]{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.extension-button[data-v-ce504682]{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;text-decoration:none;cursor:pointer;border:none;font-size:14px;padding:12px 24px;width:100%;color:#fff;font-weight:500;padding:.5rem 1rem}.extension-button[data-v-ce504682]:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.extension-button.chrome[data-v-ce504682]{background:#3b82f6}.extension-button.chrome[data-v-ce504682]:hover{background:#2563eb}.extension-button.firefox[data-v-ce504682]{background:#f97316}.extension-button.firefox[data-v-ce504682]:hover{background:#ea580c}.extension-button.safari[data-v-ce504682]{background:#3b82f6}.extension-button.safari[data-v-ce504682]:hover{background:#2563eb}.extension-button.edge[data-v-ce504682]{background:#1e40af}.extension-button.edge[data-v-ce504682]:hover{background:#1e3a8a}.setup-section[data-v-ce504682]{padding:5rem 0}.setup-header[data-v-ce504682]{text-align:center;margin-bottom:3rem;max-width:64rem;margin-left:auto;margin-right:auto}.setup-steps[data-v-ce504682]{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media (min-width: 1024px){.setup-steps[data-v-ce504682]{grid-template-columns:repeat(3,1fr)}}.step-item[data-v-ce504682]{text-align:center}.step-number[data-v-ce504682]{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:#dbeafe;border-radius:50%;margin:0 auto 1rem}.step-number span[data-v-ce504682]{font-size:1.5rem;font-weight:700;color:#3b82f6}.step-title[data-v-ce504682]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.step-description[data-v-ce504682]{color:#6b7280;line-height:1.6}.page-container[data-v-e75ddf46]{background:#fff;min-height:100vh}.hero-section[data-v-e75ddf46]{padding:120px 0 80px;background:linear-gradient(135deg,#4a90e2,#7b68ee);color:#fff;text-align:center}.hero-section .hero-content[data-v-e75ddf46]{max-width:800px;margin:0 auto}.hero-section .hero-title[data-v-e75ddf46]{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}@media (max-width: 768px){.hero-section .hero-title[data-v-e75ddf46]{font-size:2.5rem}}@media (max-width: 480px){.hero-section .hero-title[data-v-e75ddf46]{font-size:2rem}}.hero-section .hero-subtitle[data-v-e75ddf46]{font-size:1.25rem;opacity:.9;margin-bottom:3rem;line-height:1.6}@media (max-width: 480px){.hero-section .hero-subtitle[data-v-e75ddf46]{font-size:1.1rem}}.search-container[data-v-e75ddf46]{max-width:600px;margin:0 auto}.search-container .search-box[data-v-e75ddf46]{position:relative;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;padding:4px;transition:all .3s ease}.search-container .search-box[data-v-e75ddf46]:hover{background:#ffffff26;border-color:#ffffff4d}.search-container .search-box[data-v-e75ddf46]:focus-within{background:#fff3;border-color:#fff6;box-shadow:0 0 20px #fff3}.search-container .search-icon[data-v-e75ddf46]{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#ffffffb3;z-index:2}.search-container .search-input[data-v-e75ddf46]{width:100%;background:transparent;border:none;color:#fff;font-size:1.1rem;padding:16px 20px 16px 60px;border-radius:50px}.search-container .search-input[data-v-e75ddf46]::placeholder{color:#fff9}.search-container .search-input[data-v-e75ddf46]:focus{outline:none}.section-header[data-v-e75ddf46]{text-align:center;margin-bottom:4rem}.section-header .section-title[data-v-e75ddf46]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}@media (max-width: 768px){.section-header .section-title[data-v-e75ddf46]{font-size:2rem}}.section-header .section-subtitle[data-v-e75ddf46]{font-size:1.1rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.6}.quick-help-section[data-v-e75ddf46]{padding:80px 0}.quick-help-section .quick-help-grid[data-v-e75ddf46]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.quick-help-section .help-card[data-v-e75ddf46]{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014;border:1px solid #e1e8ed}.quick-help-section .help-card[data-v-e75ddf46]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.quick-help-section .help-icon[data-v-e75ddf46]{width:64px;height:64px;margin:0 auto 1.5rem;padding:16px;border-radius:16px}.quick-help-section .help-icon.setup[data-v-e75ddf46]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.quick-help-section .help-icon.speed[data-v-e75ddf46]{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.quick-help-section .help-icon.security[data-v-e75ddf46]{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff}.quick-help-section .help-title[data-v-e75ddf46]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.quick-help-section .help-description[data-v-e75ddf46]{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.quick-help-section .help-link[data-v-e75ddf46]{color:#4a90e2;text-decoration:none;font-weight:600;transition:color .3s ease}.quick-help-section .help-link[data-v-e75ddf46]:hover{color:#7b68ee}.faq-section[data-v-e75ddf46]{padding:80px 0;background:#f8fafc}.faq-section .faq-header[data-v-e75ddf46]{text-align:center;margin-bottom:4rem}.faq-section .faq-list[data-v-e75ddf46]{max-width:800px;margin:0 auto}.faq-section .faq-item[data-v-e75ddf46]{background:#fff;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 10px #0000000f;overflow:hidden;border:1px solid #e1e8ed}.faq-section .faq-question[data-v-e75ddf46]{width:100%;background:none;border:none;padding:1.5rem 2rem;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s ease}.faq-section .faq-question[data-v-e75ddf46]:hover{background:#f8fafc}.faq-section .faq-question h3[data-v-e75ddf46]{font-size:1.1rem;font-weight:600;color:#2c3e50;margin:0}.faq-section .faq-icon[data-v-e75ddf46]{transition:transform .3s ease;color:#7f8c8d}.faq-section .faq-icon.active[data-v-e75ddf46]{transform:rotate(180deg)}.faq-section .faq-answer[data-v-e75ddf46]{padding:0 2rem 1.5rem;color:#7f8c8d;line-height:1.6;animation:fadeInDown-e75ddf46 .3s ease}.contact-section[data-v-e75ddf46]{padding:80px 0}.contact-section .contact-header[data-v-e75ddf46]{text-align:center;margin-bottom:4rem}.contact-section .contact-grid[data-v-e75ddf46]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.contact-section .contact-card[data-v-e75ddf46]{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 20px #00000014;border:1px solid #e1e8ed}.contact-section .contact-card[data-v-e75ddf46]:hover{transform:translateY(-8px);box-shadow:0 12px 40px #00000026}.contact-section .contact-icon[data-v-e75ddf46]{width:64px;height:64px;margin:0 auto 1.5rem;padding:16px;border-radius:16px;background:linear-gradient(135deg,#4a90e2,#7b68ee);color:#fff}.contact-section .contact-title[data-v-e75ddf46]{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:1rem}.contact-section .contact-description[data-v-e75ddf46]{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.contact-section .contact-button[data-v-e75ddf46]{background:linear-gradient(135deg,#4a90e2,#7b68ee);color:#fff;border:none;padding:12px 32px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-section .contact-button[data-v-e75ddf46]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4a90e24d}.contact-section .contact-button.chat[data-v-e75ddf46]{background:linear-gradient(135deg,#10b981,#059669)}.contact-section .contact-button.chat[data-v-e75ddf46]:hover{box-shadow:0 8px 25px #10b9814d}.contact-section .contact-button.email[data-v-e75ddf46]{background:linear-gradient(135deg,#f59e0b,#d97706)}.contact-section .contact-button.email[data-v-e75ddf46]:hover{box-shadow:0 8px 25px #f59e0b4d}.contact-section .phone-number[data-v-e75ddf46]{font-size:1.25rem;font-weight:600;color:#4a90e2;margin-top:1rem}.knowledge-section[data-v-e75ddf46]{padding:80px 0;background:#f8fafc}.knowledge-section .knowledge-header[data-v-e75ddf46]{text-align:center;margin-bottom:4rem}.knowledge-section .knowledge-grid[data-v-e75ddf46]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:3rem}.knowledge-section .knowledge-card[data-v-e75ddf46]{background:#fff;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 2px 15px #0000000f;border:1px solid #e1e8ed}.knowledge-section .knowledge-card[data-v-e75ddf46]:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f}.knowledge-section .knowledge-icon[data-v-e75ddf46]{width:48px;height:48px;margin:0 auto 1rem;padding:12px;border-radius:12px}.knowledge-section .knowledge-icon.getting-started[data-v-e75ddf46]{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.knowledge-section .knowledge-icon.mobile[data-v-e75ddf46]{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.knowledge-section .knowledge-icon.desktop[data-v-e75ddf46]{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.knowledge-section .knowledge-icon.troubleshooting[data-v-e75ddf46]{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.knowledge-section .knowledge-title[data-v-e75ddf46]{font-size:1.25rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.knowledge-section .knowledge-count[data-v-e75ddf46]{color:#7f8c8d;font-size:.9rem}@keyframes fadeInDown-e75ddf46{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section[data-v-e75ddf46]{padding:80px 0 60px}.quick-help-section[data-v-e75ddf46],.faq-section[data-v-e75ddf46],.contact-section[data-v-e75ddf46],.knowledge-section[data-v-e75ddf46]{padding:60px 0}.help-card[data-v-e75ddf46],.contact-card[data-v-e75ddf46]{padding:2rem}.knowledge-card[data-v-e75ddf46]{padding:1.5rem}}@media (max-width: 480px){.search-container[data-v-e75ddf46]{margin:0 1rem}.help-card[data-v-e75ddf46],.contact-card[data-v-e75ddf46],.knowledge-card[data-v-e75ddf46]{padding:1.5rem}.faq-question[data-v-e75ddf46]{padding:1rem 1.5rem}.faq-question h3[data-v-e75ddf46]{font-size:1rem}.faq-answer[data-v-e75ddf46]{padding:0 1.5rem 1rem}}.terms-page[data-v-cae65fd1]{padding:100px 0;background-color:#fff;color:#191b1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container[data-v-cae65fd1]{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper[data-v-cae65fd1]{display:flex;gap:60px;position:relative}.main-content[data-v-cae65fd1]{flex:1;max-width:800px}.page-title[data-v-cae65fd1]{font-size:42px;font-weight:800;margin-bottom:40px}.summary-box[data-v-cae65fd1]{background-color:#e8f7f8;border-radius:12px;padding:24px;display:flex;gap:20px;margin-bottom:40px;align-items:flex-start}.summary-icon[data-v-cae65fd1]{flex-shrink:0;width:24px;height:24px;color:#4b5563}.summary-icon svg[data-v-cae65fd1]{width:100%;height:100%}.summary-text[data-v-cae65fd1]{font-size:16px;line-height:1.6;color:#4b5563}.intro-text[data-v-cae65fd1]{font-size:16px;line-height:1.8;color:#191b1f;margin-bottom:40px}.intro-text p[data-v-cae65fd1]{margin-bottom:20px}.term-section[data-v-cae65fd1]{margin-bottom:60px;scroll-margin-top:100px}.section-title[data-v-cae65fd1]{font-size:24px;font-weight:700;margin-bottom:20px}.section-summary-box[data-v-cae65fd1]{background-color:#e8f7f8;border-radius:8px;padding:16px;display:flex;gap:12px;margin-bottom:20px;align-items:flex-start}.summary-icon-small[data-v-cae65fd1]{flex-shrink:0;width:20px;height:20px;color:#4b5563}.summary-icon-small svg[data-v-cae65fd1]{width:100%;height:100%}.summary-text-small[data-v-cae65fd1]{font-size:15px;line-height:1.5;color:#4b5563;font-weight:500}.section-content[data-v-cae65fd1]{font-size:16px;line-height:1.8;color:#191b1f}.section-content[data-v-cae65fd1] p{margin-bottom:16px}.section-content[data-v-cae65fd1] ul{padding-left:20px;margin-bottom:16px}.section-content[data-v-cae65fd1] ul li{margin-bottom:8px;list-style-type:disc}.sidebar[data-v-cae65fd1]{width:300px;flex-shrink:0}@media (max-width: 960px){.sidebar[data-v-cae65fd1]{display:none}}.sidebar-content[data-v-cae65fd1]{position:sticky;top:100px}.sidebar-title[data-v-cae65fd1]{font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.quick-links[data-v-cae65fd1]{list-style:none;padding:0;margin:0}.quick-links li[data-v-cae65fd1]{margin-bottom:12px}.quick-links li a[data-v-cae65fd1]{color:#4b5563;text-decoration:none;font-size:14px;line-height:1.4;transition:color .2s;display:block}.quick-links li a[data-v-cae65fd1]:hover{color:#2be7c6}@media (max-width: 960px){.content-wrapper[data-v-cae65fd1]{flex-direction:column}.main-content[data-v-cae65fd1]{max-width:100%}}.privacy-page[data-v-80dce4e4]{padding:100px 0;background-color:#fff;color:#191b1f;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.container[data-v-80dce4e4]{max-width:1200px;margin:0 auto;padding:0 20px}.content-wrapper[data-v-80dce4e4]{display:flex;gap:60px;position:relative}.main-content[data-v-80dce4e4]{flex:1;max-width:800px}.page-title[data-v-80dce4e4]{font-size:42px;font-weight:800;margin-bottom:10px}.last-updated[data-v-80dce4e4]{font-size:14px;color:#6b7280;margin-bottom:30px}.summary-box[data-v-80dce4e4]{background-color:#e8f7f8;border-radius:12px;padding:24px;display:flex;gap:20px;margin-bottom:40px;align-items:flex-start}.summary-icon[data-v-80dce4e4]{flex-shrink:0;width:24px;height:24px;color:#4b5563}.summary-icon svg[data-v-80dce4e4]{width:100%;height:100%}.summary-text[data-v-80dce4e4]{font-size:16px;line-height:1.6;color:#4b5563}.intro-text[data-v-80dce4e4]{font-size:16px;line-height:1.8;color:#191b1f;margin-bottom:40px}.intro-text p[data-v-80dce4e4]{margin-bottom:20px}.term-section[data-v-80dce4e4]{margin-bottom:60px;scroll-margin-top:100px}.section-title[data-v-80dce4e4]{font-size:24px;font-weight:700;margin-bottom:20px}.section-summary-box[data-v-80dce4e4]{background-color:#e8f7f8;border-radius:8px;padding:16px;display:flex;gap:12px;margin-bottom:20px;align-items:flex-start}.summary-icon-small[data-v-80dce4e4]{flex-shrink:0;width:20px;height:20px;color:#4b5563}.summary-icon-small svg[data-v-80dce4e4]{width:100%;height:100%}.summary-text-small[data-v-80dce4e4]{font-size:15px;line-height:1.5;color:#4b5563;font-weight:500}.section-content[data-v-80dce4e4]{font-size:16px;line-height:1.8;color:#191b1f}.section-content[data-v-80dce4e4] p{margin-bottom:16px}.section-content[data-v-80dce4e4] h3{font-size:20px;font-weight:700;margin-top:30px;margin-bottom:16px}.section-content[data-v-80dce4e4] h4{font-size:18px;font-weight:600;margin-top:24px;margin-bottom:12px}.section-content[data-v-80dce4e4] ul{padding-left:20px;margin-bottom:16px}.section-content[data-v-80dce4e4] ul li{margin-bottom:8px;list-style-type:disc}.section-content[data-v-80dce4e4] .table-container{overflow-x:auto;margin-bottom:24px;border:1px solid #e5e7eb;border-radius:8px}.section-content[data-v-80dce4e4] table{width:100%;border-collapse:collapse;min-width:600px}.section-content[data-v-80dce4e4] table th,.section-content[data-v-80dce4e4] table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb;vertical-align:top}.section-content[data-v-80dce4e4] table th{background-color:#f9fafb;font-weight:600;color:#374151}.section-content[data-v-80dce4e4] table tr:last-child td{border-bottom:none}.sidebar[data-v-80dce4e4]{width:300px;flex-shrink:0}@media (max-width: 960px){.sidebar[data-v-80dce4e4]{display:none}}.sidebar-content[data-v-80dce4e4]{position:sticky;top:100px}.sidebar-title[data-v-80dce4e4]{font-size:18px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #e5e7eb}.quick-links[data-v-80dce4e4]{list-style:none;padding:0;margin:0}.quick-links li[data-v-80dce4e4]{margin-bottom:12px}.quick-links li a[data-v-80dce4e4]{color:#4b5563;text-decoration:none;font-size:14px;line-height:1.4;transition:color .2s;display:block}.quick-links li a[data-v-80dce4e4]:hover{color:#2be7c6}@media (max-width: 960px){.content-wrapper[data-v-80dce4e4]{flex-direction:column}.main-content[data-v-80dce4e4]{max-width:100%}}
