.navbar[data-v-34159844]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #00000014;padding:0 5%;height:70px;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease}.navbar.scrolled[data-v-34159844]{box-shadow:0 2px 20px #0000001a}.logo[data-v-34159844]{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-image[data-v-34159844]{height:40px;width:auto;object-fit:contain;flex-shrink:0}.logo-text[data-v-34159844]{font-size:20px;font-weight:700;color:var(--primary-blue);letter-spacing:1px}.logo-text span[data-v-34159844]{color:var(--accent-yellow)}.nav-links[data-v-34159844]{display:flex;list-style:none;gap:35px}.nav-links a[data-v-34159844]{text-decoration:none;color:var(--gray-text);font-weight:500;font-size:15px;padding:8px 0;position:relative;transition:color .3s ease;cursor:pointer}.nav-links a[data-v-34159844]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-yellow);transition:width .3s ease}.nav-links a[data-v-34159844]:hover{color:var(--primary-blue)}.nav-links a[data-v-34159844]:hover:after{width:100%}.nav-cta[data-v-34159844]{background:var(--accent-yellow);color:var(--white)!important;padding:10px 24px!important;border-radius:25px;font-weight:600!important;transition:all .3s ease!important}.nav-cta[data-v-34159844]:hover{background:#d97706!important;transform:translateY(-2px);box-shadow:0 4px 15px #f59e0b66}.nav-cta[data-v-34159844]:after{display:none!important}.mobile-menu-btn[data-v-34159844]{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:5px}.mobile-menu-btn span[data-v-34159844]{width:25px;height:3px;background:var(--primary-blue);border-radius:3px;transition:all .3s ease}.mobile-menu-btn.active span[data-v-34159844]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span[data-v-34159844]:nth-child(2){opacity:0}.mobile-menu-btn.active span[data-v-34159844]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.nav-links[data-v-34159844]{position:fixed;top:70px;left:0;right:0;background:var(--white);flex-direction:column;padding:30px;gap:20px;box-shadow:0 10px 30px #0000001a;transform:translateY(-150%);transition:transform .3s ease}.nav-links.active[data-v-34159844]{transform:translateY(0)}.mobile-menu-btn[data-v-34159844]{display:flex}}.footer[data-v-e6a72786]{background:#0a1628;color:#fff;padding:80px 5% 30px}.footer-container[data-v-e6a72786]{max-width:1400px;margin:0 auto 60px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px}.footer-brand[data-v-e6a72786]{padding-right:30px}.brand-header[data-v-e6a72786]{display:flex;align-items:center;gap:12px;margin-bottom:18px}.brand-logo[data-v-e6a72786]{height:40px;width:auto;object-fit:contain}.brand-title[data-v-e6a72786]{font-size:20px;font-weight:600;color:#fff;letter-spacing:.5px;margin:0}.footer-brand p[data-v-e6a72786]{font-size:13px;color:#ffffffa6;line-height:1.9;margin-bottom:25px;font-weight:400}.social-links[data-v-e6a72786]{display:flex;gap:10px}.social-icon[data-v-e6a72786]{width:36px;height:36px;background:#3a3f4b;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-icon[data-v-e6a72786]:hover{background:#4a5060;transform:translateY(-2px)}.social-icon svg[data-v-e6a72786]{width:18px;height:18px;fill:#fff}.footer-column h4[data-v-e6a72786]{font-size:18px;font-weight:600;margin-bottom:25px;color:#fff}.footer-links[data-v-e6a72786]{list-style:none;display:flex;flex-direction:column;gap:15px}.footer-links a[data-v-e6a72786]{color:#fff9;text-decoration:none;font-size:14px;transition:all .3s ease;display:flex;align-items:center;gap:10px;cursor:pointer}.footer-links a[data-v-e6a72786]:hover{color:#f59e0b}.footer-links a svg[data-v-e6a72786]{width:16px;height:16px;fill:currentColor}.footer-contact-item[data-v-e6a72786]{display:flex;align-items:flex-start;gap:15px;margin-bottom:20px}.footer-contact-icon[data-v-e6a72786]{width:40px;height:40px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-contact-icon svg[data-v-e6a72786]{width:18px;height:18px;fill:#f59e0b}.footer-contact-text[data-v-e6a72786]{font-size:14px;color:#fff9;line-height:1.7}.footer-contact-text span[data-v-e6a72786]{display:block;color:#fff6;font-size:12px;margin-bottom:3px}.footer-bottom[data-v-e6a72786]{border-top:1px solid rgba(255,255,255,.1);padding-top:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-bottom p[data-v-e6a72786]{font-size:14px;color:#ffffff80}.footer-bottom-links[data-v-e6a72786]{display:flex;gap:30px}.footer-bottom-links a[data-v-e6a72786]{font-size:14px;color:#ffffff80;text-decoration:none;transition:color .3s ease}.footer-bottom-links a[data-v-e6a72786]:hover{color:#f59e0b}@media (max-width: 1200px){.footer-container[data-v-e6a72786]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-container[data-v-e6a72786]{grid-template-columns:1fr;gap:40px}.footer-bottom[data-v-e6a72786]{flex-direction:column;text-align:center}}#app{min-height:100vh;display:flex;flex-direction:column}.hero[data-v-49606ab4]{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:100px 5% 80px;background:linear-gradient(180deg,#f8fafc,#fff,#eff6ff);position:relative;overflow:hidden}.hero[data-v-49606ab4]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(245,158,11,.06) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(139,92,246,.04) 0%,transparent 60%);pointer-events:none;z-index:1}.particles[data-v-49606ab4]{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden;z-index:0}.particle[data-v-49606ab4]{position:absolute;border-radius:50%;opacity:0;animation:float-up-49606ab4 linear infinite}.particle-1[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:5%;animation-duration:12s;animation-delay:0s}.particle-2[data-v-49606ab4]{width:8px;height:8px;background:#f59e0b66;left:15%;animation-duration:15s;animation-delay:1s}.particle-3[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:25%;animation-duration:11s;animation-delay:2s}.particle-4[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:35%;animation-duration:14s;animation-delay:3s}.particle-5[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:45%;animation-duration:13s;animation-delay:4s}.particle-6[data-v-49606ab4]{width:9px;height:9px;background:#f59e0b66;left:55%;animation-duration:16s;animation-delay:5s}.particle-7[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:65%;animation-duration:12s;animation-delay:6s}.particle-8[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:75%;animation-duration:15s;animation-delay:7s}.particle-9[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:85%;animation-duration:13s;animation-delay:8s}.particle-10[data-v-49606ab4]{width:8px;height:8px;background:#f59e0b66;left:95%;animation-duration:14s;animation-delay:9s}.particle-11[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:10%;animation-duration:11s;animation-delay:.5s}.particle-12[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:20%;animation-duration:13s;animation-delay:1.5s}.particle-13[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:30%;animation-duration:12s;animation-delay:2.5s}.particle-14[data-v-49606ab4]{width:8px;height:8px;background:#f59e0b66;left:40%;animation-duration:15s;animation-delay:3.5s}.particle-15[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:50%;animation-duration:14s;animation-delay:4.5s}.particle-16[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:60%;animation-duration:11s;animation-delay:5.5s}.particle-17[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:70%;animation-duration:13s;animation-delay:6.5s}.particle-18[data-v-49606ab4]{width:9px;height:9px;background:#f59e0b66;left:80%;animation-duration:16s;animation-delay:7.5s}.particle-19[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:90%;animation-duration:12s;animation-delay:8.5s}.particle-20[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:3%;animation-duration:14s;animation-delay:9.5s}.particle-21[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:12%;animation-duration:11s;animation-delay:2s}.particle-22[data-v-49606ab4]{width:8px;height:8px;background:#f59e0b66;left:22%;animation-duration:13s;animation-delay:3s}.particle-23[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:32%;animation-duration:15s;animation-delay:4s}.particle-24[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:42%;animation-duration:12s;animation-delay:5s}.particle-25[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:52%;animation-duration:14s;animation-delay:6s}.particle-26[data-v-49606ab4]{width:9px;height:9px;background:#f59e0b66;left:62%;animation-duration:11s;animation-delay:7s}.particle-27[data-v-49606ab4]{width:5px;height:5px;background:#8b5cf64d;left:72%;animation-duration:13s;animation-delay:8s}.particle-28[data-v-49606ab4]{width:7px;height:7px;background:#06b6d466;left:82%;animation-duration:15s;animation-delay:9s}.particle-29[data-v-49606ab4]{width:6px;height:6px;background:#3b82f666;left:92%;animation-duration:12s;animation-delay:10s}.particle-30[data-v-49606ab4]{width:8px;height:8px;background:#f59e0b66;left:98%;animation-duration:14s;animation-delay:11s}@keyframes float-up-49606ab4{0%{transform:translateY(calc(100vh + 50px)) scale(.5);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-20px) scale(1);opacity:0}}@keyframes fadeInUp-49606ab4{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown-49606ab4{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce-49606ab4{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@keyframes scrollWheel-49606ab4{0%{top:8px;opacity:1}to{top:20px;opacity:0}}@keyframes floatCard-49606ab4{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-content[data-v-49606ab4]{position:relative;z-index:2;max-width:900px}.hero-badge[data-v-49606ab4]{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#eff6ff,#fff);color:#0f4c81;padding:10px 24px;border-radius:30px;font-size:14px;font-weight:600;margin-bottom:30px;box-shadow:0 4px 15px #3b82f61a;animation:fadeInDown-49606ab4 .8s ease-out}.hero-badge svg[data-v-49606ab4]{width:18px;height:18px;fill:#f59e0b}.hero h1[data-v-49606ab4]{font-size:56px;font-weight:800;line-height:1.2;margin-bottom:25px;color:#1e293b;animation:fadeInUp-49606ab4 .8s ease-out .2s both}.hero h1 span[data-v-49606ab4]{background:linear-gradient(135deg,#0f4c81,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p[data-v-49606ab4]{font-size:20px;color:#64748b;line-height:1.8;margin-bottom:45px;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp-49606ab4 .8s ease-out .4s both}.hero-buttons[data-v-49606ab4]{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:fadeInUp-49606ab4 .8s ease-out .6s both}.hero-visual[data-v-49606ab4]{position:relative;margin-top:60px;animation:fadeInUp-49606ab4 1s ease-out .8s both;z-index:2}.hero-cards-container[data-v-49606ab4]{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.hero-mini-card[data-v-49606ab4]{background:#fff;padding:20px 30px;border-radius:16px;box-shadow:0 10px 40px #00000014;display:flex;align-items:center;gap:15px;transition:all .3s ease;animation:floatCard-49606ab4 4s ease-in-out infinite}.hero-mini-card[data-v-49606ab4]:nth-child(2){animation-delay:-1s}.hero-mini-card[data-v-49606ab4]:nth-child(3){animation-delay:-2s}.hero-mini-card[data-v-49606ab4]:hover{transform:translateY(-5px);box-shadow:0 15px 50px #0000001f}.hero-mini-icon[data-v-49606ab4]{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.hero-mini-icon.blue[data-v-49606ab4]{background:linear-gradient(135deg,#0f4c81,#3b82f6)}.hero-mini-icon.yellow[data-v-49606ab4]{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.hero-mini-icon svg[data-v-49606ab4]{width:24px;height:24px;fill:#fff}.hero-mini-text h4[data-v-49606ab4]{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:3px}.hero-mini-text p[data-v-49606ab4]{font-size:13px;color:#64748b;margin:0}.scroll-indicator[data-v-49606ab4]{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;animation:bounce-49606ab4 2s infinite;z-index:2}.scroll-indicator span[data-v-49606ab4]{font-size:12px;color:#94a3b8}.scroll-mouse[data-v-49606ab4]{width:26px;height:42px;border:2px solid #94A3B8;border-radius:13px;position:relative}.scroll-mouse[data-v-49606ab4]:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:#f59e0b;border-radius:2px;animation:scrollWheel-49606ab4 2s infinite}@media (max-width: 992px){.hero h1[data-v-49606ab4]{font-size:36px}}@media (max-width: 768px){.hero[data-v-49606ab4]{padding:120px 5% 60px;min-height:auto}.hero h1[data-v-49606ab4]{font-size:28px}.hero p[data-v-49606ab4]{font-size:16px}.hero-cards-container[data-v-49606ab4]{flex-direction:column;align-items:center}}.technologies[data-v-ba52a578]{background:var(--white)}.section-header[data-v-ba52a578]{text-align:center;max-width:700px;margin:0 auto 60px}.section-tag[data-v-ba52a578]{display:inline-block;background:var(--light-yellow);color:var(--accent-yellow);padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.section-header h2[data-v-ba52a578]{font-size:42px;font-weight:700;color:var(--dark-text);margin-bottom:20px}.section-header p[data-v-ba52a578]{font-size:18px;color:var(--gray-text);line-height:1.8}.tech-grid[data-v-ba52a578]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.tech-card[data-v-ba52a578]{background:var(--white);border-radius:24px;padding:40px 30px;box-shadow:0 10px 40px #0000000f;transition:all .4s ease;position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.tech-card[data-v-ba52a578]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue),var(--accent-yellow));transform:scaleX(0);transition:transform .4s ease}.tech-card[data-v-ba52a578]:hover{transform:translateY(-10px);box-shadow:0 20px 60px #0000001f}.tech-card[data-v-ba52a578]:hover:before{transform:scaleX(1)}.tech-icon[data-v-ba52a578]{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;position:relative}.tech-icon.blue[data-v-ba52a578]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue))}.tech-icon.yellow[data-v-ba52a578]{background:linear-gradient(135deg,var(--accent-yellow),#fbbf24)}.tech-icon.purple[data-v-ba52a578]{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.tech-icon.cyan[data-v-ba52a578]{background:linear-gradient(135deg,var(--accent-blue),#22d3ee)}.tech-icon svg[data-v-ba52a578]{width:38px;height:38px;fill:var(--white)}.tech-card h3[data-v-ba52a578]{font-size:22px;font-weight:700;color:var(--dark-text);margin-bottom:15px}.tech-card p[data-v-ba52a578]{font-size:15px;color:var(--gray-text);line-height:1.8;margin-bottom:20px}.tech-features[data-v-ba52a578]{list-style:none;display:flex;flex-direction:column;gap:12px}.tech-features li[data-v-ba52a578]{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--gray-text)}.tech-features li svg[data-v-ba52a578]{width:18px;height:18px;fill:var(--accent-yellow);flex-shrink:0}@media (max-width: 1200px){.tech-grid[data-v-ba52a578]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tech-grid[data-v-ba52a578]{grid-template-columns:1fr}.section-header h2[data-v-ba52a578]{font-size:28px}}.about[data-v-773e7d26]{background:var(--light-bg)}.about-container[data-v-773e7d26]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image[data-v-773e7d26]{position:relative}.about-main-image[data-v-773e7d26]{width:100%;height:450px;background:linear-gradient(135deg,var(--light-blue) 0%,var(--light-yellow) 100%);border-radius:25px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.about-image-content[data-v-773e7d26]{width:100%;height:100%;object-fit:cover;border-radius:25px}.about-stats[data-v-773e7d26]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.stat-item[data-v-773e7d26]{text-align:center;padding:20px;background:var(--white);border-radius:15px;box-shadow:0 4px 20px #0000000d}.stat-number[data-v-773e7d26]{font-size:36px;font-weight:800;color:var(--primary-blue);margin-bottom:5px}.stat-number span[data-v-773e7d26]{color:var(--accent-yellow)}.stat-label[data-v-773e7d26]{font-size:14px;color:var(--gray-text)}.about-content h3[data-v-773e7d26]{font-size:32px;font-weight:700;color:var(--dark-text);margin-bottom:25px}.about-content h3 span[data-v-773e7d26]{color:var(--primary-blue)}.about-content p[data-v-773e7d26]{font-size:16px;color:var(--gray-text);line-height:1.9;margin-bottom:25px}.about-features[data-v-773e7d26]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}.about-feature[data-v-773e7d26]{display:flex;align-items:flex-start;gap:15px}.about-feature-icon[data-v-773e7d26]{width:50px;height:50px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-feature-icon svg[data-v-773e7d26]{width:24px;height:24px;fill:var(--white)}.about-feature-text h4[data-v-773e7d26]{font-size:16px;font-weight:600;color:var(--dark-text);margin-bottom:5px}.about-feature-text p[data-v-773e7d26]{font-size:14px;color:var(--gray-text);margin:0}@media (max-width: 992px){.about-container[data-v-773e7d26]{grid-template-columns:1fr;gap:50px}}@media (max-width: 768px){.about-features[data-v-773e7d26]{grid-template-columns:1fr}.about-stats[data-v-773e7d26]{grid-template-columns:repeat(3,1fr)}.stat-number[data-v-773e7d26]{font-size:24px}}.product-highlight[data-v-37a4f26c]{background:linear-gradient(180deg,var(--light-bg) 0%,var(--white) 100%)}.section-header[data-v-37a4f26c]{text-align:center;max-width:700px;margin:0 auto 60px}.section-tag[data-v-37a4f26c]{display:inline-block;background:var(--light-yellow);color:var(--accent-yellow);padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.section-header h2[data-v-37a4f26c]{font-size:42px;font-weight:700;color:var(--dark-text);margin-bottom:20px}.section-header p[data-v-37a4f26c]{font-size:18px;color:var(--gray-text);line-height:1.8}.product-showcase[data-v-37a4f26c]{max-width:1400px;margin:0 auto}.product-feature[data-v-37a4f26c]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;margin-bottom:100px}.product-feature[data-v-37a4f26c]:last-child{margin-bottom:0}.product-feature[data-v-37a4f26c]:nth-child(2n){direction:rtl}.product-feature[data-v-37a4f26c]:nth-child(2n)>*{direction:ltr}.product-visual[data-v-37a4f26c]{position:relative}.product-phone-mockup[data-v-37a4f26c]{width:100%;max-width:400px;aspect-ratio:9/16;background:linear-gradient(145deg,#2d3748,#1a202c);border-radius:40px;padding:12px;box-shadow:0 40px 80px #0003;margin:0 auto;position:relative}.product-phone-screen[data-v-37a4f26c]{width:100%;height:100%;background:var(--white);border-radius:32px;overflow:hidden;display:flex;flex-direction:column}.phone-header[data-v-37a4f26c]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));padding:25px 20px 30px;color:var(--white)}.phone-header h4[data-v-37a4f26c]{font-size:18px;font-weight:600;margin-bottom:5px}.phone-header p[data-v-37a4f26c]{font-size:12px;opacity:.8}.phone-chat[data-v-37a4f26c]{flex:1;padding:20px;display:flex;flex-direction:column;gap:15px;background:url(../images/chat-background.png) center center no-repeat;background-size:cover;justify-content:flex-end}.chat-message[data-v-37a4f26c]{max-width:85%;padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 2px 8px #0000000d}.chat-message.doctor[data-v-37a4f26c]{border-bottom-left-radius:4px}.chat-message.ai[data-v-37a4f26c]{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));color:var(--white);align-self:flex-end;border-bottom-right-radius:4px}.phone-input[data-v-37a4f26c]{padding:15px;background:var(--white);display:flex;gap:10px;border-top:1px solid #eee}.phone-input input[data-v-37a4f26c]{flex:1;border:none;background:var(--light-bg);padding:12px 20px;border-radius:25px;font-size:14px;outline:none}.phone-input button[data-v-37a4f26c]{width:45px;height:45px;background:var(--accent-yellow);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.phone-input button[data-v-37a4f26c]:hover{background:#d97706;transform:scale(1.05)}.phone-input button svg[data-v-37a4f26c]{width:20px;height:20px;fill:var(--white)}.product-info[data-v-37a4f26c]{padding:20px}.product-badge[data-v-37a4f26c]{display:inline-block;background:var(--accent-yellow);color:var(--white);padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:20px}.product-info h3[data-v-37a4f26c]{font-size:36px;font-weight:700;color:var(--dark-text);margin-bottom:20px}.product-info h3 span[data-v-37a4f26c]{color:var(--primary-blue)}.product-info p[data-v-37a4f26c]{font-size:16px;color:var(--gray-text);line-height:1.9;margin-bottom:30px}.product-features-list[data-v-37a4f26c]{display:flex;flex-direction:column;gap:20px}.product-feature-item[data-v-37a4f26c]{display:flex;align-items:flex-start;gap:20px;padding:20px;background:var(--white);border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.product-feature-item[data-v-37a4f26c]:hover{transform:translate(10px);box-shadow:0 8px 30px #0000001a}.product-feature-icon[data-v-37a4f26c]{width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-feature-icon.blue[data-v-37a4f26c]{background:var(--light-blue)}.product-feature-icon.blue svg[data-v-37a4f26c]{fill:var(--secondary-blue)}.product-feature-icon.yellow[data-v-37a4f26c]{background:var(--light-yellow)}.product-feature-icon.yellow svg[data-v-37a4f26c]{fill:var(--accent-yellow)}.product-feature-icon svg[data-v-37a4f26c]{width:28px;height:28px}.product-feature-text h4[data-v-37a4f26c]{font-size:18px;font-weight:600;color:var(--dark-text);margin-bottom:8px}.product-feature-text p[data-v-37a4f26c]{font-size:14px;color:var(--gray-text);margin:0;line-height:1.6}@media (max-width: 992px){.product-feature[data-v-37a4f26c]{grid-template-columns:1fr;gap:50px}.product-feature[data-v-37a4f26c]:nth-child(2n){direction:ltr}.product-info h3[data-v-37a4f26c]{font-size:28px}}@media (max-width: 768px){.section-header h2[data-v-37a4f26c]{font-size:28px}}.activities[data-v-321fbf2b]{background:var(--light-bg)}.section-header[data-v-321fbf2b]{text-align:center;max-width:700px;margin:0 auto 60px}.section-tag[data-v-321fbf2b]{display:inline-block;background:var(--light-yellow);color:var(--accent-yellow);padding:8px 20px;border-radius:20px;font-size:14px;font-weight:600;margin-bottom:20px}.section-header h2[data-v-321fbf2b]{font-size:42px;font-weight:700;color:var(--dark-text);margin-bottom:20px}.section-header p[data-v-321fbf2b]{font-size:18px;color:var(--gray-text);line-height:1.8}.activities-container[data-v-321fbf2b]{max-width:1400px;margin:0 auto}.activities-grid[data-v-321fbf2b]{display:grid;grid-template-columns:2fr 1fr;gap:30px}.activity-main[data-v-321fbf2b]{background:var(--white);border-radius:24px;overflow:hidden;box-shadow:0 10px 40px #0000000f}.activity-main-image[data-v-321fbf2b]{height:300px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.activity-main-image svg[data-v-321fbf2b]{width:100px;height:100px;fill:var(--white);opacity:.3}.activity-main-content[data-v-321fbf2b]{padding:30px}.activity-main-content .activity-tag[data-v-321fbf2b]{display:inline-block;background:var(--light-yellow);color:var(--accent-yellow);padding:6px 14px;border-radius:15px;font-size:12px;font-weight:600;margin-bottom:15px}.activity-main-content h3[data-v-321fbf2b]{font-size:24px;font-weight:700;color:var(--dark-text);margin-bottom:15px}.activity-main-content p[data-v-321fbf2b]{font-size:15px;color:var(--gray-text);line-height:1.8;margin-bottom:20px}.activity-main-content .activity-date[data-v-321fbf2b]{font-size:13px;color:var(--gray-text);display:flex;align-items:center;gap:8px}.activity-main-content .activity-date svg[data-v-321fbf2b]{width:16px;height:16px;fill:var(--secondary-blue)}.activity-sidebar[data-v-321fbf2b]{display:flex;flex-direction:column;gap:20px}.activity-item[data-v-321fbf2b]{background:var(--white);border-radius:20px;padding:25px;box-shadow:0 4px 20px #0000000d;display:flex;gap:20px;transition:all .3s ease;cursor:pointer}.activity-item[data-v-321fbf2b]:hover{transform:translate(5px);box-shadow:0 8px 30px #0000001a}.activity-item-icon[data-v-321fbf2b]{width:50px;height:50px;border-radius:12px;background:var(--light-blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-item-icon svg[data-v-321fbf2b]{width:24px;height:24px;fill:var(--secondary-blue)}.activity-item-content h4[data-v-321fbf2b]{font-size:16px;font-weight:600;color:var(--dark-text);margin-bottom:8px}.activity-item-content p[data-v-321fbf2b]{font-size:13px;color:var(--gray-text);margin-bottom:8px}.activity-item-content .activity-date[data-v-321fbf2b]{font-size:12px;color:var(--gray-text)}@media (max-width: 992px){.activities-grid[data-v-321fbf2b]{grid-template-columns:1fr}}@media (max-width: 768px){.section-header h2[data-v-321fbf2b]{font-size:28px}.activity-main-content h3[data-v-321fbf2b]{font-size:20px}}.cta[data-v-9e6fc04f]{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--secondary-blue) 100%);padding:80px 5%;text-align:center;position:relative;overflow:hidden}.cta[data-v-9e6fc04f]:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:moveBackground 40s linear infinite}.cta-content[data-v-9e6fc04f]{position:relative;z-index:1;max-width:700px;margin:0 auto}.cta h2[data-v-9e6fc04f]{font-size:40px;font-weight:700;color:var(--white);margin-bottom:20px}.cta p[data-v-9e6fc04f]{font-size:18px;color:#fffc;margin-bottom:40px;line-height:1.8}.cta .btn-primary[data-v-9e6fc04f]{background:var(--white);color:var(--primary-blue);font-size:18px;padding:18px 45px}.cta .btn-primary[data-v-9e6fc04f]:hover{background:var(--light-yellow);transform:translateY(-3px);box-shadow:0 10px 30px #0003}@media (max-width: 768px){.cta h2[data-v-9e6fc04f]{font-size:28px}.cta p[data-v-9e6fc04f]{font-size:16px}.cta .btn-primary[data-v-9e6fc04f]{font-size:16px;padding:16px 36px}}.home[data-v-c202ac7a]{min-height:100vh}:root{--primary-blue: #0F4C81;--secondary-blue: #3B82F6;--accent-blue: #06B6D4;--accent-purple: #8B5CF6;--accent-yellow: #F59E0B;--light-blue: #EFF6FF;--light-yellow: #FEF3C7;--dark-text: #1E293B;--gray-text: #64748B;--light-bg: #F8FAFC;--white: #FFFFFF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--dark-text);line-height:1.6;background-color:var(--white);overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto}.btn{padding:16px 36px;border-radius:30px;font-weight:600;font-size:16px;text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;cursor:pointer;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--accent-yellow),#fbbf24);color:var(--white);box-shadow:0 8px 25px #f59e0b59}.btn-primary:hover{background:linear-gradient(135deg,#d97706,#f59e0b);transform:translateY(-3px);box-shadow:0 12px 35px #f59e0b73}.btn-secondary{background:var(--white);color:var(--primary-blue);border:2px solid var(--primary-blue);box-shadow:0 4px 15px #0000000d}.btn-secondary:hover{background:var(--primary-blue);color:var(--white);transform:translateY(-3px);box-shadow:0 8px 25px #0f4c8140}.btn svg{width:20px;height:20px;fill:currentColor}section{padding:100px 5%;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes float-particle{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100px) scale(1);opacity:0}}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@keyframes scrollWheel{0%{top:8px;opacity:1}to{top:20px;opacity:0}}@keyframes moveBackground{0%{transform:translate(0)}to{transform:translate(-50%,-50%)}}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}@media (max-width: 1200px){.hero h1{font-size:44px}}@media (max-width: 992px){.hero h1{font-size:36px}}@media (max-width: 768px){.hero h1,.section-header h2{font-size:28px}section{padding:60px 5%}}
