:root{font-family:PingFang SC,Microsoft YaHei,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#app{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#9ca3af}::-webkit-scrollbar-thumb:active{background:#6b7280}.home[data-v-d7a702ed]{min-height:100vh;display:flex;flex-direction:column}.header[data-v-d7a702ed]{background:linear-gradient(135deg,#2289ef,#286c99);color:#fff;padding:.8rem 0;position:fixed;width:100%;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}.header-content[data-v-d7a702ed]{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-wrapper[data-v-d7a702ed]{display:flex;align-items:center;gap:.8rem}.logo-img[data-v-d7a702ed]{width:40px;height:40px;border-radius:8px}.logo[data-v-d7a702ed]{font-size:1.5rem;margin:0;font-weight:700}.nav[data-v-d7a702ed]{display:flex;gap:2rem}.nav a[data-v-d7a702ed]{color:#fff;text-decoration:none;transition:all .3s;font-size:.95rem;position:relative}.nav a[data-v-d7a702ed]:hover{cursor:pointer}.nav a.active[data-v-d7a702ed]{color:#77c1f2}.nav a.active[data-v-d7a702ed]:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background-color:#179df7;border-radius:1px}.main[data-v-d7a702ed]{flex:1;padding-top:60px}.hero[data-v-d7a702ed]{position:relative;height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg[data-v-d7a702ed]{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img[data-v-d7a702ed]{width:100%;height:100%;object-fit:fill}.hero-overlay[data-v-d7a702ed]{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(72,100,114,.65),rgba(37,80,108,.65))}.hero-content[data-v-d7a702ed]{position:relative;z-index:1;text-align:center;color:#fff}.hero-logo img[data-v-d7a702ed]{width:80px;height:80px;border-radius:12px;margin-bottom:1.5rem}.hero-content h2[data-v-d7a702ed]{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-content p[data-v-d7a702ed]{font-size:1.4rem;margin-bottom:2.5rem;opacity:.9}.hero-btn[data-v-d7a702ed]{background-color:#fff;color:#3498db;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:600}.hero-btn[data-v-d7a702ed]:hover{background-color:#f0f0f0;transform:translateY(-2px)}.stats[data-v-d7a702ed]{background-color:#f8f9fa;padding:4rem 2rem}.stats-content[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-item[data-v-d7a702ed]{text-align:center;background-color:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 2px 10px #00000014;transition:transform .3s}.stat-item[data-v-d7a702ed]:hover{transform:translateY(-5px)}.stat-icon[data-v-d7a702ed]{width:50px;height:50px;margin:0 auto 1rem;color:#3498db}.stat-icon svg[data-v-d7a702ed]{width:100%;height:100%}.stat-value[data-v-d7a702ed]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.stat-label[data-v-d7a702ed]{color:#666;font-size:.95rem}.about[data-v-d7a702ed]{padding:5rem 2rem;background-color:#fff}.about h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.about-content[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.about-text p[data-v-d7a702ed]{font-size:1.1rem;line-height:1.9;color:#666;margin-bottom:1rem}.about-features[data-v-d7a702ed]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}.feature[data-v-d7a702ed]{display:flex;align-items:center;gap:.5rem}.feature-icon[data-v-d7a702ed]{color:#27ae60;font-weight:700}.about-image img[data-v-d7a702ed]{width:100%;height:360px;border-radius:12px;box-shadow:0 10px 30px #0000001a}.products[data-v-d7a702ed]{padding:5rem 2rem;background-color:#f8f9fa}.products h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.products-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.product-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.product-item[data-v-d7a702ed]{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:transform .3s,box-shadow .3s;position:relative;padding:16px}.product-item[data-v-d7a702ed]:hover{transform:translateY(-8px);box-shadow:0 8px 25px #00000026}.product-image[data-v-d7a702ed]{height:200px;overflow:hidden}.product-image img[data-v-d7a702ed]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-item:hover .product-image img[data-v-d7a702ed]{transform:scale(1.05)}.product-badge[data-v-d7a702ed]{position:absolute;top:1rem;right:1rem;background-color:#e74c3c;color:#fff;padding:.3rem .8rem;border-radius:4px;font-size:.8rem}.product-item:nth-child(2) .product-badge[data-v-d7a702ed]{background-color:#3498db}.product-item h4[data-v-d7a702ed]{padding:0 1.5rem;margin:1.5rem 0 .8rem;font-size:1.3rem;color:#2c3e50}.product-item p[data-v-d7a702ed]{padding:0 1.5rem;color:#666;font-size:.95rem;line-height:1.6}.product-tags[data-v-d7a702ed]{padding:0 1.5rem;margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.product-tags span[data-v-d7a702ed]{background-color:#ecf0f1;color:#7f8c8d;padding:.3rem .8rem;border-radius:4px;font-size:.8rem}.product-btn[data-v-d7a702ed]{margin:1.5rem;width:calc(100% - 3rem);background-color:#3498db;color:#fff;border:none;padding:.8rem;border-radius:8px;cursor:pointer;transition:background-color .3s;font-size:.95rem}.product-btn[data-v-d7a702ed]:hover{background-color:#2980b9}.features[data-v-d7a702ed]{padding:5rem 2rem;background-color:#fff}.features h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.features-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.features-content[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card[data-v-d7a702ed]{text-align:center;padding:2.5rem 1.5rem;border-radius:12px;background-color:#f8f9fa;transition:all .3s}.feature-card[data-v-d7a702ed]:hover{background-color:#3498db;color:#fff}.feature-image[data-v-d7a702ed]{width:100%;height:160px;margin:0 auto 1.5rem;border-radius:8px;overflow:hidden}.feature-image img[data-v-d7a702ed]{width:100%;height:100%;object-fit:cover;transition:transform .3s}.feature-card:hover .feature-image img[data-v-d7a702ed]{transform:scale(1.05)}.feature-card h4[data-v-d7a702ed]{font-size:1.2rem;margin-bottom:1rem;color:#2c3e50}.feature-card:hover h4[data-v-d7a702ed]{color:#fff}.feature-card p[data-v-d7a702ed]{color:#666;font-size:.95rem;line-height:1.6}.feature-card:hover p[data-v-d7a702ed]{color:#fffc}.partners[data-v-d7a702ed]{padding:5rem 2rem;background-color:#f8f9fa}.partners h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.partners-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.partners-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:2rem}.partner-item[data-v-d7a702ed]{background-color:#fff;padding:2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s}.partner-item[data-v-d7a702ed]:hover{transform:scale(1.05)}.partner-item img[data-v-d7a702ed]{width:80%;height:auto;opacity:.6;transition:opacity .3s}.partner-item:hover img[data-v-d7a702ed]{opacity:1}.testimonials[data-v-d7a702ed]{padding:5rem 2rem;background-color:#fff}.testimonials h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:3rem}.testimonials-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.testimonial-item[data-v-d7a702ed]{background-color:#f8f9fa;padding:2rem;border-radius:12px}.testimonial-content[data-v-d7a702ed]{margin-bottom:1.5rem}.stars[data-v-d7a702ed]{color:#f39c12;margin-bottom:1rem;font-size:1.2rem}.testimonial-content p[data-v-d7a702ed]{color:#666;line-height:1.7;font-size:.95rem}.testimonial-author[data-v-d7a702ed]{display:flex;align-items:center;gap:1rem}.testimonial-author img[data-v-d7a702ed]{width:50px;height:50px;border-radius:50%;object-fit:cover}.avatar-placeholder[data-v-d7a702ed]{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.author-name[data-v-d7a702ed]{font-weight:600;color:#2c3e50}.author-title[data-v-d7a702ed]{font-size:.85rem;color:#666}.contact[data-v-d7a702ed]{padding:5rem 2rem;background-color:#f8f9fa}.contact h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:3rem}.contact-content[data-v-d7a702ed]{max-width:800px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info[data-v-d7a702ed]{display:flex;flex-direction:column;gap:2rem}.contact-item[data-v-d7a702ed]{display:flex;gap:1.5rem;align-items:flex-start}.contact-icon[data-v-d7a702ed]{width:45px;height:45px;background-color:#3498db;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-icon svg[data-v-d7a702ed]{width:22px;height:22px}.contact-label[data-v-d7a702ed]{font-size:.9rem;color:#999;margin-bottom:.3rem}.contact-value[data-v-d7a702ed]{font-size:1.1rem;color:#2c3e50;font-weight:500}.contact-form[data-v-d7a702ed]{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014}.contact-form h4[data-v-d7a702ed]{font-size:1.4rem;color:#2c3e50;margin-bottom:1.5rem}.contact-form form[data-v-d7a702ed]{display:flex;flex-direction:column;gap:1rem}.contact-form input[data-v-d7a702ed],.contact-form textarea[data-v-d7a702ed]{padding:.9rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;transition:border-color .3s}.contact-form input[data-v-d7a702ed]:focus,.contact-form textarea[data-v-d7a702ed]:focus{outline:none;border-color:#3498db}.contact-form textarea[data-v-d7a702ed]{height:120px;resize:vertical}.contact-form button[data-v-d7a702ed]{background-color:#3498db;color:#fff;border:none;padding:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s;font-size:1rem}.contact-form button[data-v-d7a702ed]:hover{background-color:#2980b9}.cta[data-v-d7a702ed]{background:linear-gradient(135deg,#3498db,#2980b9);padding:5rem 2rem;text-align:center}.cta-content h3[data-v-d7a702ed]{color:#fff;font-size:2.2rem;margin-bottom:1rem}.cta-content p[data-v-d7a702ed]{color:#fffc;margin-bottom:2.5rem;font-size:1.1rem}.cta-buttons[data-v-d7a702ed]{display:flex;gap:1.5rem;justify-content:center}.cta-btn-primary[data-v-d7a702ed]{background-color:#fff;color:#3498db;border:none;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:600}.cta-btn-primary[data-v-d7a702ed]:hover{background-color:#f0f0f0;transform:translateY(-2px)}.cta-btn-secondary[data-v-d7a702ed]{background-color:transparent;color:#fff;border:2px solid #fff;padding:1rem 2.5rem;font-size:1.1rem;border-radius:8px;cursor:pointer;transition:background-color .3s;font-weight:600}.cta-btn-secondary[data-v-d7a702ed]:hover{background-color:#ffffff1a}.news[data-v-d7a702ed]{padding:5rem 2rem;background-color:#fff}.news h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.news-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.news-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.news-item[data-v-d7a702ed]{display:grid;grid-template-columns:1fr 2fr;gap:2rem;background-color:#f8f9fa;padding:1.5rem;border-radius:12px;transition:all .3s}.news-item[data-v-d7a702ed]:hover{background-color:#fff;box-shadow:0 4px 15px #0000001a}.news-image[data-v-d7a702ed]{height:180px;overflow:hidden;border-radius:8px}.news-image img[data-v-d7a702ed]{width:100%;height:100%;object-fit:cover;transition:transform .5s}.news-item:hover .news-image img[data-v-d7a702ed]{transform:scale(1.05)}.news-content[data-v-d7a702ed]{display:flex;flex-direction:column;justify-content:space-between}.news-date[data-v-d7a702ed]{color:#3498db;font-size:.9rem;font-weight:600}.news-content h4[data-v-d7a702ed]{font-size:1.3rem;color:#2c3e50;margin:.5rem 0}.news-content p[data-v-d7a702ed]{color:#666;font-size:.95rem;line-height:1.6;flex:1}.news-link[data-v-d7a702ed]{color:#3498db;text-decoration:none;font-size:.9rem;font-weight:600;margin-top:1rem;transition:color .3s}.news-link[data-v-d7a702ed]:hover{color:#2980b9}.team[data-v-d7a702ed]{padding:5rem 2rem;background-color:#f8f9fa}.team h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.team-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.team-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.team-item[data-v-d7a702ed]{text-align:center;background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000014;transition:transform .3s}.team-item[data-v-d7a702ed]:hover{transform:translateY(-8px)}.team-image[data-v-d7a702ed]{width:120px;height:120px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;border:4px solid #3498db}.team-image img[data-v-d7a702ed]{width:100%;height:100%;object-fit:cover}.team-item h4[data-v-d7a702ed]{font-size:1.2rem;color:#2c3e50;margin:0 0 .5rem}.team-title[data-v-d7a702ed]{color:#3498db;font-size:.95rem;font-weight:600;margin-bottom:1rem}.team-item p[data-v-d7a702ed]{color:#666;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem}.team-social[data-v-d7a702ed]{display:flex;justify-content:center;gap:1rem}.team-social a[data-v-d7a702ed]{color:#7f8c8d;transition:color .3s}.team-social a[data-v-d7a702ed]:hover{color:#3498db}.timeline[data-v-d7a702ed]{padding:5rem 2rem;background-color:#fff}.timeline h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:3rem}.timeline-content[data-v-d7a702ed]{max-width:800px;margin:0 auto;position:relative}.timeline-content[data-v-d7a702ed]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#ecf0f1;transform:translate(-50%)}.timeline-item[data-v-d7a702ed]{display:flex;align-items:center;margin-bottom:3rem;position:relative}.timeline-item[data-v-d7a702ed]:nth-child(odd){flex-direction:row}.timeline-item[data-v-d7a702ed]:nth-child(2n){flex-direction:row-reverse}.timeline-year[data-v-d7a702ed]{width:80px;text-align:center;font-size:1.5rem;font-weight:700;color:#3498db}.timeline-dot[data-v-d7a702ed]{width:16px;height:16px;background-color:#3498db;border-radius:50%;position:absolute;left:50%;transform:translate(-50%);border:3px solid #fff;box-shadow:0 0 0 3px #3498db}.timeline-event[data-v-d7a702ed]{width:calc(50% - 50px);padding:1.5rem;background-color:#f8f9fa;border-radius:8px}.timeline-event h4[data-v-d7a702ed]{font-size:1.2rem;color:#2c3e50;margin:0 0 .5rem}.timeline-event p[data-v-d7a702ed]{color:#666;font-size:.95rem;margin:0}.process[data-v-d7a702ed]{padding:5rem 2rem;background-color:#f8f9fa}.process h3[data-v-d7a702ed]{font-size:2.2rem;color:#2c3e50;text-align:center;margin-bottom:.5rem}.process-desc[data-v-d7a702ed]{text-align:center;color:#666;margin-bottom:3rem}.process-list[data-v-d7a702ed]{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-item[data-v-d7a702ed]{text-align:center;position:relative}.process-step[data-v-d7a702ed]{position:absolute;top:-10px;right:50%;transform:translate(50%);width:30px;height:30px;background-color:#3498db;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}.process-image[data-v-d7a702ed]{width:100%;height:140px;margin:0 auto 1.5rem;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000001a}.process-image img[data-v-d7a702ed]{width:100%;height:100%;object-fit:cover;transition:transform .3s}.process-item:hover .process-image img[data-v-d7a702ed]{transform:scale(1.05)}.process-item h4[data-v-d7a702ed]{font-size:1.2rem;color:#2c3e50;margin-bottom:.8rem}.process-item p[data-v-d7a702ed]{color:#666;font-size:.95rem;line-height:1.6}.footer[data-v-d7a702ed]{background-color:#2c3e50;color:#fff;padding:4rem 2rem 2rem}.footer-content[data-v-d7a702ed]{max-width:1200px;margin:0 auto}.footer-left[data-v-d7a702ed]{display:flex;flex-direction:column;margin-left:150px;margin-bottom:1rem}.footer-logo[data-v-d7a702ed]{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.footer-logo img[data-v-d7a702ed]{width:45px;height:45px;border-radius:8px}.footer-logo span[data-v-d7a702ed]{font-size:1.3rem;font-weight:700}.footer-left p[data-v-d7a702ed]{color:#fff9;font-size:.95rem}.footer-links[data-v-d7a702ed]{display:grid;justify-items:center;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-links h4[data-v-d7a702ed]{margin-bottom:1rem;font-size:1rem}.footer-links a[data-v-d7a702ed]{display:block;color:#fff9;text-decoration:none;margin-bottom:.5rem;transition:color .3s;font-size:.9rem}.footer-links a[data-v-d7a702ed]:hover{color:#3498db}.footer-bottom[data-v-d7a702ed]{display:flex;align-items:center;justify-content:center;gap:1rem}.footer-bottom p[data-v-d7a702ed]{margin:.5rem 0;color:#ffffff80;font-size:.85rem}.footer-bottom a[data-v-d7a702ed]{color:#3498db;text-decoration:none}.mobile-menu-btn[data-v-d7a702ed]{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem}.mobile-menu-btn svg[data-v-d7a702ed]{width:24px;height:24px}@media (max-width: 980px){.nav[data-v-d7a702ed]{display:none}.mobile-menu-btn[data-v-d7a702ed]{display:block}.nav.mobile-menu-open[data-v-d7a702ed]{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#111827f2;padding:1rem;gap:.5rem;z-index:100;box-shadow:0 4px 15px #0000004d}.nav.mobile-menu-open a[data-v-d7a702ed]{padding:.75rem 1rem;border-radius:6px;transition:background-color .3s}.nav.mobile-menu-open a[data-v-d7a702ed]:hover{background-color:#ffffff1a}.header-content[data-v-d7a702ed]{padding:0 1rem}}@media (max-width: 768px){.header-content[data-v-d7a702ed]{padding:0 1rem}.nav[data-v-d7a702ed]{gap:.8rem}.nav a[data-v-d7a702ed]{font-size:.85rem}.hero-content h2[data-v-d7a702ed]{font-size:2.2rem}.hero-content p[data-v-d7a702ed]{font-size:1.1rem}.stats-content[data-v-d7a702ed]{grid-template-columns:repeat(2,1fr)}.about-content[data-v-d7a702ed],.product-list[data-v-d7a702ed]{grid-template-columns:1fr}.features-content[data-v-d7a702ed]{grid-template-columns:repeat(2,1fr)}.partners-list[data-v-d7a702ed]{grid-template-columns:repeat(3,1fr)}.news-item[data-v-d7a702ed]{grid-template-columns:1fr}.news-image[data-v-d7a702ed]{height:150px}.team-list[data-v-d7a702ed]{grid-template-columns:repeat(2,1fr)}.timeline-content[data-v-d7a702ed]:before{left:30px}.timeline-item[data-v-d7a702ed]{flex-direction:row!important}.timeline-dot[data-v-d7a702ed]{left:30px}.timeline-event[data-v-d7a702ed]{width:calc(100% - 80px);margin-left:50px}.timeline-year[data-v-d7a702ed]{position:absolute;left:0;top:0;width:50px;font-size:1.2rem}.process-list[data-v-d7a702ed]{grid-template-columns:repeat(2,1fr)}.testimonials-list[data-v-d7a702ed],.contact-content[data-v-d7a702ed],.footer-links[data-v-d7a702ed]{grid-template-columns:1fr}.cta-buttons[data-v-d7a702ed]{flex-direction:column;align-items:center}}@media (max-width: 480px){.stats-content[data-v-d7a702ed],.features-content[data-v-d7a702ed]{grid-template-columns:1fr}.partners-list[data-v-d7a702ed]{grid-template-columns:repeat(2,1fr)}.team-list[data-v-d7a702ed],.process-list[data-v-d7a702ed]{grid-template-columns:1fr}}.back-to-top[data-v-d7a702ed]{position:fixed;right:2rem;bottom:2rem;width:50px;height:50px;background-color:#3498db;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:all .3s ease;box-shadow:0 4px 12px #3498db66}.back-to-top[data-v-d7a702ed]:hover{background-color:#2980b9;transform:translateY(-3px);box-shadow:0 6px 16px #3498db80}.back-to-top svg[data-v-d7a702ed]{width:22px;height:22px}.contact-btn[data-v-d7a702ed]{width:100%;background-color:#3498db;color:#fff;border:none;padding:1rem 2rem;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s;font-weight:600;align-self:flex-start}.contact-btn[data-v-d7a702ed]:hover{background-color:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px #3498db66}.contact-modal-overlay[data-v-d7a702ed]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-d7a702ed .3s ease}@keyframes fadeIn-d7a702ed{0%{opacity:0}to{opacity:1}}.contact-form[data-v-d7a702ed]{position:relative;max-width:500px;width:90%;background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 30px #0003;animation:slideUp-d7a702ed .3s ease}@keyframes slideUp-d7a702ed{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.close-btn[data-v-d7a702ed]{position:absolute;top:1rem;right:1rem;width:30px;height:30px;background-color:#f5f5f5;border:none;border-radius:50%;font-size:1.5rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn[data-v-d7a702ed]:hover{background-color:#e0e0e0;color:#333}.submit-success[data-v-d7a702ed]{margin-top:1rem;padding:1rem;background-color:#d4edda;color:#155724;border-radius:8px;text-align:center;font-size:.95rem;animation:fadeIn-d7a702ed .3s ease}@keyframes fadeIn-d7a702ed{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.back-to-top[data-v-d7a702ed]{right:1rem;bottom:1rem;width:45px;height:45px}.contact-btn[data-v-d7a702ed]{align-self:center;width:100%}}
