*{margin:0;padding:0;box-sizing:border-box;list-style:none}:root{--primary-bg: #FFF8F3;--secondary-bg: #FFF5E6;--card-bg: #FFFFFF;--accent-color: #d97706;--accent-hover: #B45309;--text-primary: #1F2937;--text-secondary: #4B5563;--text-muted: #9CA3AF;--border-color: #E5E7EB;--gradient-primary: linear-gradient(135deg, #D97706 0%, #F59E0B 100%);--gradient-secondary: linear-gradient(135deg, #EC4899 0%, #F472B6 100%);--gradient-accent: linear-gradient(135deg, #10B981 0%, #34D399 100%);--font-heading: "Quicksand", sans-serif;--font-body: "Nunito", sans-serif;--font-accent: "Bebas Neue", cursive}body{font-family:var(--font-body);background-color:var(--primary-bg);color:var(--text-primary);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text-primary)}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.3}h3{font-size:1.8rem;line-height:1.4}p{font-family:var(--font-body);font-size:1rem;color:var(--text-secondary);margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-block;padding:12px 24px;background:var(--gradient-primary);color:var(--text-primary);text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;border:none;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f64d}.btn-secondary{background:var(--gradient-secondary);border:1px solid var(--border-color)}.btn-secondary:hover{box-shadow:0 8px 25px #4b55634d}.card{background:var(--card-bg);border-radius:12px;padding:2rem;border:1px solid var(--border-color);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}@media (max-width: 768px){.container{padding:0 1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--secondary-bg)}::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}.navbar[data-v-168254ef]{position:fixed;top:0;left:0;right:0;background:var(--primary-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);z-index:1000;transition:all .3s ease}.nav-content[data-v-168254ef]{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav-brand[data-v-168254ef]{display:flex;align-items:center}.brand-link[data-v-168254ef]{display:flex;align-items:center;text-decoration:none;color:var(--text-primary);transition:all .3s ease}.brand-link[data-v-168254ef]:hover{transform:scale(1.05)}.logo[data-v-168254ef]{width:40px;height:40px;margin-right:12px;border-radius:8px}.brand-text[data-v-168254ef]{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu[data-v-168254ef]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-168254ef]{color:var(--text-secondary);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .3s ease;position:relative}.nav-link[data-v-168254ef]:hover{color:var(--text-primary);background:rgba(59,130,246,.1)}.nav-link.router-link-active[data-v-168254ef]{color:var(--accent-color);background:rgba(59,130,246,.1)}.nav-link.router-link-active[data-v-168254ef]:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--accent-color);border-radius:1px}.mobile-menu-btn[data-v-168254ef]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-btn span[data-v-168254ef]{width:100%;height:3px;background:var(--text-primary);border-radius:2px;transition:all .3s ease;transform-origin:center}.mobile-menu-btn.active span[data-v-168254ef]:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.mobile-menu-btn.active span[data-v-168254ef]:nth-child(2){opacity:0}.mobile-menu-btn.active span[data-v-168254ef]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.mobile-menu-btn[data-v-168254ef]{display:flex}.nav-menu[data-v-168254ef]{position:fixed;top:100%;left:0;right:0;background:var(--secondary-bg);flex-direction:column;padding:2rem;gap:1rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-top:1px solid var(--border-color)}.nav-menu.active[data-v-168254ef]{transform:translateY(0);opacity:1;visibility:visible}.nav-link[data-v-168254ef]{width:100%;text-align:center;padding:1rem;font-size:1.1rem}.brand-text[data-v-168254ef]{font-size:1.3rem}.logo[data-v-168254ef]{width:35px;height:35px}}@media (max-width: 480px){.nav-content[data-v-168254ef]{padding:.8rem 0}.brand-text[data-v-168254ef]{font-size:1.2rem}.logo[data-v-168254ef]{width:32px;height:32px;margin-right:8px}}.footer[data-v-1ae9fd74]{background:linear-gradient(135deg,var(--color-dark) 0%,#1a1a2e 100%);color:var(--color-text-light);margin-top:auto}.footer-container[data-v-1ae9fd74]{max-width:1200px;margin:0 auto;padding:0 2rem}.footer[data-v-1ae9fd74]{padding:3rem 0 0}.footer-container[data-v-1ae9fd74]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3[data-v-1ae9fd74],.footer-section h4[data-v-1ae9fd74]{color:var(--color-primary);margin-bottom:1rem;font-weight:600}.footer-section h3[data-v-1ae9fd74]{font-size:1.5rem;margin-bottom:.5rem}.footer-tagline[data-v-1ae9fd74]{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1rem}.footer-description[data-v-1ae9fd74]{color:var(--color-text-muted);line-height:1.6;font-size:.9rem}.footer-links[data-v-1ae9fd74]{list-style:none;padding:0}.footer-links li[data-v-1ae9fd74]{margin-bottom:.5rem}.footer-links a[data-v-1ae9fd74]{color:var(--color-text-muted);text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a[data-v-1ae9fd74]:hover{color:var(--color-primary)}.contact-info p[data-v-1ae9fd74]{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;display:flex;align-items:center}.contact-info i[data-v-1ae9fd74]{margin-right:.5rem;color:var(--color-primary)}.social-links[data-v-1ae9fd74]{margin-top:1rem;display:flex;gap:1rem}.social-link[data-v-1ae9fd74]{display:inline-block;padding:.5rem 1rem;background:rgba(74,144,226,.1);color:var(--color-primary);text-decoration:none;border-radius:20px;font-size:.8rem;transition:all .3s ease;border:1px solid rgba(74,144,226,.2)}.social-link[data-v-1ae9fd74]:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}.credit-conditions[data-v-1ae9fd74]{border-top:1px solid rgba(74,144,226,.2);padding:2rem 0}.credit-conditions-container[data-v-1ae9fd74]{max-width:1200px;margin:0 auto;padding:0 2rem}.credit-conditions-title[data-v-1ae9fd74]{color:var(--color-primary);font-size:1.1rem;font-weight:600;margin-bottom:1.2rem}.credit-conditions-grid[data-v-1ae9fd74]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem}.credit-conditions-item h5[data-v-1ae9fd74]{color:#333;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.credit-conditions-item p[data-v-1ae9fd74]{color:var(--color-text-muted);font-size:.8rem;line-height:1.6;margin:0}.credit-example-list[data-v-1ae9fd74]{list-style:none;padding:0;margin:.3rem 0 0}.credit-example-list li[data-v-1ae9fd74]{color:var(--color-text-muted);font-size:.8rem;line-height:1.8;padding-left:.8rem;position:relative}.credit-example-list li[data-v-1ae9fd74]:before{content:"·";position:absolute;left:0;color:var(--color-primary)}.credit-conditions-disclaimer[data-v-1ae9fd74]{margin-top:1.2rem;padding:.8rem 1rem;background:rgba(255,193,7,.08);border-left:3px solid rgba(255,193,7,.5);color:#ffc107d9;font-size:.8rem;line-height:1.5;border-radius:0 4px 4px 0}.footer-bottom[data-v-1ae9fd74]{border-top:1px solid rgba(74,144,226,.2);padding:1.5rem 0;background:rgba(0,0,0,.3)}.copyright[data-v-1ae9fd74]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.copyright p[data-v-1ae9fd74]{margin:0;color:var(--color-text-muted);font-size:.8rem}.legal-links[data-v-1ae9fd74]{display:flex;align-items:center;gap:.5rem}.legal-links a[data-v-1ae9fd74]{color:var(--color-text-muted);text-decoration:none;font-size:.8rem;transition:color .3s ease}.legal-links a[data-v-1ae9fd74]:hover{color:var(--color-primary)}.separator[data-v-1ae9fd74]{color:var(--color-text-muted);font-size:.8rem}@media (max-width: 768px){.footer-container[data-v-1ae9fd74]{grid-template-columns:1fr;text-align:center;padding:0 1rem}.credit-conditions-container[data-v-1ae9fd74]{padding:0 1rem}.credit-conditions-grid[data-v-1ae9fd74]{grid-template-columns:1fr}.copyright[data-v-1ae9fd74]{flex-direction:column;text-align:center;gap:.5rem}.legal-links[data-v-1ae9fd74],.social-links[data-v-1ae9fd74]{justify-content:center}}@media (max-width: 480px){.footer[data-v-1ae9fd74]{padding:2rem 0 0}.footer-container[data-v-1ae9fd74]{gap:1.5rem}.legal-links[data-v-1ae9fd74]{flex-direction:column;gap:.3rem}.separator[data-v-1ae9fd74]{display:none}}#app[data-v-22a0e6bf]{min-height:100vh;background:var(--primary-bg);display:flex;flex-direction:column}.main-content[data-v-22a0e6bf]{padding-top:80px;flex:1}.home-page[data-v-907e685f]{overflow-x:hidden}.hero-section[data-v-907e685f]{position:relative;min-height:100vh;display:flex;align-items:center;background:var(--primary-bg);overflow:hidden}.hero-background[data-v-907e685f]{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--secondary-bg)}.hero-overlay[data-v-907e685f]{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(59,130,246,.1) 0%,transparent 50%)}.hero-particles[data-v-907e685f]{position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(2px 2px at 20px 30px,rgba(59,130,246,.3),transparent),radial-gradient(2px 2px at 40px 70px,rgba(59,130,246,.2),transparent),radial-gradient(1px 1px at 90px 40px,rgba(59,130,246,.4),transparent),radial-gradient(1px 1px at 130px 80px,rgba(59,130,246,.3),transparent);background-repeat:repeat;background-size:150px 100px;animation:float-907e685f 20s infinite linear}@keyframes float-907e685f{0%{transform:translateY(0) translate(0)}33%{transform:translateY(-10px) translate(10px)}66%{transform:translateY(5px) translate(-5px)}to{transform:translateY(0) translate(0)}}.hero-content[data-v-907e685f]{position:relative;z-index:2;flex:1;max-width:800px;padding-top:1.2rem}.hero-title[data-v-907e685f]{font-size:4rem;line-height:1.1;margin-bottom:2rem;color:var(--text-primary);animation:slideInUp-907e685f 1s ease-out}.hero-title .highlight[data-v-907e685f]{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description[data-v-907e685f]{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);margin-bottom:3rem;animation:slideInUp-907e685f 1s ease-out .2s both}.hero-actions[data-v-907e685f]{display:flex;gap:1.5rem;animation:slideInUp-907e685f 1s ease-out .4s both}.hero-visual[data-v-907e685f]{position:relative;flex:1;min-height:500px;display:flex;align-items:center;justify-content:center;padding:2rem}.hero-features[data-v-907e685f]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:800px;width:100%;z-index:2;position:relative}.feature-card[data-v-907e685f]{background:rgba(217,119,6,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(217,119,6,.1);border-radius:20px;padding:2rem 1.5rem;text-align:center;transition:all .4s ease;animation:fadeInUp-907e685f .8s ease-out}.feature-card[data-v-907e685f]:hover{transform:translateY(-10px) scale(1.02);background:rgba(255,255,255,.08);border-color:var(--accent-color);box-shadow:0 20px 40px #3b82f633}.feature-1[data-v-907e685f]{animation-delay:.2s}.feature-2[data-v-907e685f]{animation-delay:.4s}.feature-3[data-v-907e685f]{animation-delay:.6s}.feature-icon[data-v-907e685f]{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;box-shadow:0 10px 30px #3b82f64d;transition:all .3s ease}.feature-card:hover .feature-icon[data-v-907e685f]{transform:scale(1.1) rotate(5deg);box-shadow:0 15px 40px #3b82f666}.feature-card h4[data-v-907e685f]{color:var(--text-primary);margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.feature-card p[data-v-907e685f]{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin:0}.hero-decoration[data-v-907e685f]{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.decoration-circle[data-v-907e685f]{position:absolute;border:2px solid rgba(59,130,246,.2);border-radius:50%;animation:pulse-907e685f 4s ease-in-out infinite}.circle-1[data-v-907e685f]{width:120px;height:120px;top:10%;left:5%;animation-delay:0s}.circle-2[data-v-907e685f]{width:80px;height:80px;top:60%;right:8%;animation-delay:1.5s}.circle-3[data-v-907e685f]{width:60px;height:60px;bottom:15%;left:15%;animation-delay:3s}.decoration-line[data-v-907e685f]{position:absolute;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent);animation:shimmer-907e685f 3s ease-in-out infinite}.line-1[data-v-907e685f]{width:200px;height:2px;top:25%;right:20%;transform:rotate(45deg);animation-delay:.5s}.line-2[data-v-907e685f]{width:150px;height:2px;bottom:30%;left:10%;transform:rotate(-30deg);animation-delay:2s}@keyframes fadeInUp-907e685f{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-907e685f{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.6}}@keyframes shimmer-907e685f{0%,to{opacity:0;transform:translate(-100%)}50%{opacity:1;transform:translate(100%)}}.advantages-section[data-v-907e685f]{padding:6rem 0;background:var(--secondary-bg)}.section-header[data-v-907e685f]{text-align:center;margin-bottom:4rem}.section-title[data-v-907e685f]{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem}.section-subtitle[data-v-907e685f]{font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.advantages-grid[data-v-907e685f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem}.advantage-item[data-v-907e685f]{text-align:center;padding:2rem;background:var(--card-bg);border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.advantage-item[data-v-907e685f]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d;border-color:var(--accent-color)}.advantage-icon[data-v-907e685f]{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.advantage-item h3[data-v-907e685f]{color:var(--accent-color);margin-bottom:1rem;font-size:1.3rem}.advantage-item p[data-v-907e685f]{color:var(--text-secondary);line-height:1.6}.services-preview[data-v-907e685f]{padding:6rem 0;background:var(--primary-bg)}.services-grid[data-v-907e685f]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-preview-card[data-v-907e685f]{background:var(--card-bg);padding:2.5rem;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease;position:relative;overflow:hidden}.service-preview-card[data-v-907e685f]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.service-preview-card[data-v-907e685f]:hover:before{transform:scaleX(1)}.service-preview-card[data-v-907e685f]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.service-number[data-v-907e685f]{font-size:3rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.service-preview-card h3[data-v-907e685f]{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem}.service-preview-card p[data-v-907e685f]{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.service-link[data-v-907e685f]{color:var(--accent-color);text-decoration:none;font-weight:600;transition:all .3s ease}.service-link[data-v-907e685f]:hover{color:var(--accent-hover);transform:translate(5px)}.cta-section[data-v-907e685f]{padding:6rem 0;background:var(--gradient-primary);text-align:center}.cta-content h2[data-v-907e685f]{font-size:2.5rem;color:#fff;margin-bottom:1rem}.cta-content p[data-v-907e685f]{font-size:1.2rem;color:#ffffffe6;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-actions[data-v-907e685f]{display:flex;gap:1.5rem;justify-content:center}.cta-actions .btn-primary[data-v-907e685f]{background:white;color:var(--accent-color)}.cta-actions .btn-primary[data-v-907e685f]:hover{background:rgba(255,255,255,.9);transform:translateY(-2px)}.cta-actions .btn-secondary[data-v-907e685f]{background:transparent;color:#fff;border:2px solid white}.cta-actions .btn-secondary[data-v-907e685f]:hover{background:white;color:var(--accent-color)}@keyframes slideInUp-907e685f{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-section[data-v-907e685f]{flex-direction:column;text-align:center;padding:6rem 0}.hero-visual[data-v-907e685f]{margin-top:3rem;height:400px}.hero-features[data-v-907e685f]{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.feature-card[data-v-907e685f]{padding:1.5rem 1rem}.feature-icon[data-v-907e685f]{width:60px;height:60px}}@media (max-width: 768px){.hero-title[data-v-907e685f]{font-size:3rem}.hero-actions[data-v-907e685f]{flex-direction:column;align-items:center}.hero-actions .btn[data-v-907e685f]{width:200px}.section-title[data-v-907e685f]{font-size:2rem}.advantages-grid[data-v-907e685f]{grid-template-columns:1fr;gap:2rem}.services-grid[data-v-907e685f]{grid-template-columns:1fr}.cta-actions[data-v-907e685f]{flex-direction:column;align-items:center}.cta-actions .btn[data-v-907e685f]{width:200px}.hero-features[data-v-907e685f]{gap:1rem}.feature-card[data-v-907e685f]{padding:1.2rem .8rem}.feature-icon[data-v-907e685f]{width:50px;height:50px}.feature-card h4[data-v-907e685f]{font-size:1rem}.feature-card p[data-v-907e685f]{font-size:.85rem}.decoration-circle[data-v-907e685f],.decoration-line[data-v-907e685f]{display:none}}@media (max-width: 480px){.hero-title[data-v-907e685f]{font-size:2.5rem}.hero-description[data-v-907e685f]{font-size:1rem}.cta-content h2[data-v-907e685f]{font-size:2rem}.service-number[data-v-907e685f]{font-size:2.5rem}}.about-page[data-v-1d6c9b89]{padding-top:100px;min-height:100vh}.about-hero[data-v-1d6c9b89]{text-align:center;margin-bottom:4rem}.page-title[data-v-1d6c9b89]{font-size:3rem;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline[data-v-1d6c9b89]{width:80px;height:4px;background:var(--gradient-primary);margin:0 auto;border-radius:2px}.company-intro[data-v-1d6c9b89]{margin-bottom:5rem}.intro-content[data-v-1d6c9b89]{max-width:900px;margin:0 auto}.intro-text h2[data-v-1d6c9b89]{color:var(--accent-color);margin-bottom:2rem;text-align:center}.intro-text p[data-v-1d6c9b89]{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.vision-section[data-v-1d6c9b89]{margin-bottom:4rem}.section-title[data-v-1d6c9b89]{text-align:center;margin-bottom:3rem;color:var(--text-primary)}.vision-grid[data-v-1d6c9b89]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.vision-card[data-v-1d6c9b89]{background:var(--card-bg);padding:2.5rem;border-radius:16px;text-align:center;border:1px solid var(--border-color);transition:all .3s ease}.vision-card[data-v-1d6c9b89]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:var(--accent-color)}.card-icon[data-v-1d6c9b89]{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.vision-card h3[data-v-1d6c9b89]{color:var(--accent-color);margin-bottom:1rem;font-size:1.3rem}.vision-card p[data-v-1d6c9b89]{color:var(--text-secondary);line-height:1.6}@media (max-width: 768px){.about-page[data-v-1d6c9b89]{padding-top:80px}.page-title[data-v-1d6c9b89]{font-size:2.5rem}.vision-grid[data-v-1d6c9b89]{grid-template-columns:1fr;gap:1.5rem}.vision-card[data-v-1d6c9b89]{padding:2rem}.intro-text p[data-v-1d6c9b89]{text-align:left}}.services-page[data-v-6737b79a]{padding-top:100px;min-height:100vh}.services-hero[data-v-6737b79a]{text-align:center;margin-bottom:5rem}.page-title[data-v-6737b79a]{font-size:3rem;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline[data-v-6737b79a]{width:80px;height:4px;background:var(--gradient-primary);margin:0 auto 2rem;border-radius:2px}.hero-subtitle[data-v-6737b79a]{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.services-grid[data-v-6737b79a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-bottom:6rem}.service-card[data-v-6737b79a]{background:var(--card-bg);padding:3rem;border-radius:20px;border:1px solid var(--border-color);transition:all .3s ease;text-align:center}.service-card[data-v-6737b79a]:hover{transform:translateY(-10px);box-shadow:0 25px 50px #0000004d;border-color:var(--accent-color)}.service-icon[data-v-6737b79a]{width:100px;height:100px;margin:0 auto 2rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.service-title[data-v-6737b79a]{color:var(--accent-color);margin-bottom:1.5rem;font-size:1.5rem}.service-description[data-v-6737b79a]{color:var(--text-secondary);line-height:1.7;margin-bottom:2rem;text-align:left}.service-features[data-v-6737b79a]{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.feature-tag[data-v-6737b79a]{background:rgba(59,130,246,.1);color:var(--accent-color);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;border:1px solid rgba(59,130,246,.2)}.advantages-section[data-v-6737b79a]{margin-bottom:4rem}.section-title[data-v-6737b79a]{text-align:center;margin-bottom:3rem;color:var(--text-primary)}.advantages-grid[data-v-6737b79a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.advantage-item[data-v-6737b79a]{text-align:center;padding:2rem}.advantage-number[data-v-6737b79a]{width:60px;height:60px;background:var(--gradient-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}.advantage-item h4[data-v-6737b79a]{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem}.advantage-item p[data-v-6737b79a]{color:var(--text-secondary);font-size:.95rem}@media (max-width: 768px){.services-page[data-v-6737b79a]{padding-top:80px}.page-title[data-v-6737b79a]{font-size:2.5rem}.services-grid[data-v-6737b79a]{grid-template-columns:1fr;gap:2rem}.service-card[data-v-6737b79a]{padding:2rem}.service-description[data-v-6737b79a]{text-align:justify}.advantages-grid[data-v-6737b79a]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.advantages-grid[data-v-6737b79a]{grid-template-columns:1fr}.service-features[data-v-6737b79a]{justify-content:flex-start}}.contact-page[data-v-61224552]{padding-top:100px;min-height:100vh}.contact-hero[data-v-61224552]{text-align:center;margin-bottom:5rem}.page-title[data-v-61224552]{font-size:3rem;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline[data-v-61224552]{width:80px;height:4px;background:var(--gradient-primary);margin:0 auto 2rem;border-radius:2px}.hero-subtitle[data-v-61224552]{font-size:1.2rem;color:var(--text-secondary);max-width:600px;margin:0 auto}.contact-content[data-v-61224552]{margin-bottom:6rem}.contact-grid[data-v-61224552]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.contact-card[data-v-61224552]{background:var(--card-bg);padding:2.5rem;border-radius:16px;text-align:center;border:1px solid var(--border-color);transition:all .3s ease}.contact-card[data-v-61224552]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;border-color:var(--accent-color)}.card-icon[data-v-61224552]{width:80px;height:80px;margin:0 auto 1.5rem;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.contact-card h3[data-v-61224552]{color:var(--accent-color);margin-bottom:1rem;font-size:1.3rem}.contact-card p[data-v-61224552]{color:var(--text-secondary);line-height:1.6;margin-bottom:0}.phone-numbers p[data-v-61224552]{margin-bottom:.5rem}.phone-numbers p[data-v-61224552]:last-child{margin-bottom:0}.contact-form-section[data-v-61224552]{background:var(--secondary-bg);padding:4rem 0;margin:0 -2rem}.form-container[data-v-61224552]{max-width:800px;margin:0 auto;padding:0 2rem}.form-title[data-v-61224552]{text-align:center;color:var(--text-primary);margin-bottom:1rem}.form-subtitle[data-v-61224552]{text-align:center;color:var(--text-secondary);margin-bottom:3rem}.contact-form[data-v-61224552]{background:var(--card-bg);padding:3rem;border-radius:16px;border:1px solid var(--border-color)}.form-row[data-v-61224552]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group[data-v-61224552]{margin-bottom:1.5rem}.form-group label[data-v-61224552]{display:block;color:var(--text-primary);margin-bottom:.5rem;font-weight:500}.form-group input[data-v-61224552],.form-group textarea[data-v-61224552]{width:100%;padding:12px 16px;background:var(--primary-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);font-size:1rem;transition:all .3s ease}.form-group input[data-v-61224552]:focus,.form-group textarea[data-v-61224552]:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f61a}.form-group textarea[data-v-61224552]{resize:vertical;min-height:120px}.submit-btn[data-v-61224552]{width:100%;padding:16px;font-size:1.1rem;margin-top:1rem}@media (max-width: 768px){.contact-page[data-v-61224552]{padding-top:80px}.page-title[data-v-61224552]{font-size:2.5rem}.contact-grid[data-v-61224552]{grid-template-columns:1fr;gap:1.5rem}.contact-card[data-v-61224552]{padding:2rem}.contact-form-section[data-v-61224552]{margin:0 -1rem}.form-container[data-v-61224552]{padding:0 1rem}.contact-form[data-v-61224552]{padding:2rem}.form-row[data-v-61224552]{grid-template-columns:1fr;gap:0}}@media (max-width: 480px){.contact-form[data-v-61224552]{padding:1.5rem}.card-icon[data-v-61224552]{width:60px;height:60px}.contact-card[data-v-61224552]{padding:1.5rem}}.privacy-page[data-v-abe9e2b6]{padding-top:100px;min-height:100vh}.privacy-hero[data-v-abe9e2b6]{text-align:center;margin-bottom:4rem}.page-title[data-v-abe9e2b6]{font-size:3rem;margin-bottom:1rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline[data-v-abe9e2b6]{width:80px;height:4px;background:var(--gradient-primary);margin:0 auto 2rem;border-radius:2px}.hero-subtitle[data-v-abe9e2b6]{font-size:1.2rem;color:var(--text-secondary);margin-bottom:1rem}.last-updated[data-v-abe9e2b6]{font-size:.9rem;color:var(--text-muted);font-style:italic}.privacy-content[data-v-abe9e2b6]{margin-bottom:4rem}.content-wrapper[data-v-abe9e2b6]{max-width:900px;margin:0 auto}.privacy-section[data-v-abe9e2b6]{background:var(--card-bg);padding:2.5rem;margin-bottom:2rem;border-radius:16px;border:1px solid var(--border-color);transition:all .3s ease}.privacy-section[data-v-abe9e2b6]:hover{border-color:var(--accent-color);box-shadow:0 8px 25px #0000001a}.privacy-section h2[data-v-abe9e2b6]{color:var(--accent-color);margin-bottom:1.5rem;font-size:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.2)}.privacy-section p[data-v-abe9e2b6]{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.privacy-section ul[data-v-abe9e2b6]{margin:1rem 0;padding-left:1.5rem}.privacy-section li[data-v-abe9e2b6]{color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem;position:relative}.privacy-section li[data-v-abe9e2b6]::marker{color:var(--accent-color)}.contact-info[data-v-abe9e2b6]{background:var(--secondary-bg);padding:1.5rem;border-radius:12px;border:1px solid var(--border-color);margin-top:1rem}.contact-info p[data-v-abe9e2b6]{margin-bottom:.8rem;color:var(--text-secondary)}.contact-info p[data-v-abe9e2b6]:last-child{margin-bottom:0}.contact-info strong[data-v-abe9e2b6]{color:var(--text-primary)}@media (max-width: 768px){.privacy-page[data-v-abe9e2b6]{padding-top:80px}.page-title[data-v-abe9e2b6]{font-size:2.5rem}.privacy-section[data-v-abe9e2b6]{padding:2rem}.privacy-section h2[data-v-abe9e2b6]{font-size:1.3rem}.contact-info[data-v-abe9e2b6]{padding:1.2rem}}@media (max-width: 480px){.privacy-section[data-v-abe9e2b6]{padding:1.5rem}.privacy-section ul[data-v-abe9e2b6]{padding-left:1.2rem}.contact-info[data-v-abe9e2b6]{padding:1rem}}.complaints-book-page[data-v-e77de7d0]{padding-top:100px;min-height:100vh;background-color:var(--secondary-bg);padding-bottom:4rem}.page-header[data-v-e77de7d0]{text-align:center;margin-bottom:3rem}.page-title[data-v-e77de7d0]{font-size:2.5rem;color:var(--accent-color);margin-bottom:1rem}.title-underline[data-v-e77de7d0]{width:60px;height:4px;background:var(--accent-color);margin:0 auto}.content-wrapper[data-v-e77de7d0]{max-width:800px;margin:0 auto;background:var(--card-bg);padding:3rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;border:1px solid var(--border-color)}.info-card[data-v-e77de7d0]{color:var(--text-secondary)}.intro-text[data-v-e77de7d0]{font-size:1.05rem;margin-bottom:2rem;line-height:1.7}.intro-text.h3[data-v-e77de7d0]{font-size:1.1rem;color:var(--text-primary);font-weight:700;margin-bottom:2rem;line-height:1.7}.section-block[data-v-e77de7d0]{margin-bottom:2rem}.section-block h3[data-v-e77de7d0]{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;font-weight:600}.bullet-list[data-v-e77de7d0]{list-style:disc;padding-left:1.5rem}.bullet-list li[data-v-e77de7d0]{margin-bottom:.5rem;line-height:1.6;list-style:disc}.radio-group[data-v-e77de7d0]{display:flex;flex-direction:column;gap:1rem}.radio-label[data-v-e77de7d0]{display:flex;align-items:center;cursor:pointer;padding:1rem;border:1px solid var(--border-color);border-radius:8px;transition:all .2s}.radio-label[data-v-e77de7d0]:hover{background-color:var(--secondary-bg);border-color:var(--accent-color)}.radio-label input[data-v-e77de7d0]{display:none}.radio-custom[data-v-e77de7d0]{width:20px;height:20px;border:2px solid var(--text-muted);border-radius:50%;margin-right:12px;position:relative}.radio-label input:checked+.radio-custom[data-v-e77de7d0]{border-color:var(--accent-color)}.radio-label input:checked+.radio-custom[data-v-e77de7d0]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:var(--accent-color);border-radius:50%}.privacy-notice[data-v-e77de7d0]{background-color:#dc26260d;padding:1.5rem;border-radius:8px;border-left:4px solid var(--accent-color)}.action-bar[data-v-e77de7d0]{margin-top:3rem;text-align:center}.form-section[data-v-e77de7d0]{margin-bottom:2.5rem}.section-header-bar[data-v-e77de7d0]{background-color:var(--accent-color);color:#fff;padding:.8rem 1.5rem;border-radius:6px;font-weight:600;margin-bottom:1.5rem}.form-row[data-v-e77de7d0]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-row.three-cols[data-v-e77de7d0]{grid-template-columns:1fr 1fr 1fr}.form-group[data-v-e77de7d0]{display:flex;flex-direction:column}.form-group.full-width[data-v-e77de7d0]{grid-column:1 / -1}.form-group label[data-v-e77de7d0]{margin-bottom:.5rem;color:var(--text-primary);font-weight:500;font-size:.95rem}.form-group input[data-v-e77de7d0],.form-group select[data-v-e77de7d0],.form-group textarea[data-v-e77de7d0]{padding:10px 14px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;transition:border-color .2s;background-color:#fff;color:var(--text-primary)}.form-group input[data-v-e77de7d0]:focus,.form-group select[data-v-e77de7d0]:focus,.form-group textarea[data-v-e77de7d0]:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #dc26261a}.request-type-selection[data-v-e77de7d0]{margin-bottom:2rem}.request-type-selection h3[data-v-e77de7d0]{margin-bottom:1rem;font-size:1rem;font-weight:600}.radio-cards[data-v-e77de7d0]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.radio-card[data-v-e77de7d0]{display:flex;align-items:flex-start;padding:1.5rem;border:1px solid var(--border-color);border-radius:10px;cursor:pointer;transition:all .2s}.radio-card[data-v-e77de7d0]:hover{border-color:var(--accent-color)}.radio-card.active[data-v-e77de7d0]{border-color:var(--accent-color);background-color:#dc26260d}.radio-card input[data-v-e77de7d0]{margin-top:4px;margin-right:12px;accent-color:var(--accent-color)}.type-title[data-v-e77de7d0]{display:block;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.type-desc[data-v-e77de7d0]{font-size:.9rem;color:var(--text-secondary);line-height:1.4}.char-count[data-v-e77de7d0]{text-align:right;font-size:.8rem;color:var(--text-muted);margin-top:.5rem}.file-upload-area[data-v-e77de7d0]{border:2px dashed var(--border-color);padding:2rem;text-align:center;border-radius:10px}.file-btn[data-v-e77de7d0]{display:inline-block;padding:10px 20px;border:1px solid var(--accent-color);color:var(--accent-color);border-radius:6px;cursor:pointer;margin:1rem 0;font-weight:600;transition:all .2s}.file-btn[data-v-e77de7d0]:hover{background-color:var(--accent-color);color:#fff}.file-btn input[data-v-e77de7d0]{display:none}.file-hint[data-v-e77de7d0]{font-size:.85rem;color:var(--text-muted)}.file-list[data-v-e77de7d0]{margin-top:1rem;text-align:left}.file-item[data-v-e77de7d0]{display:flex;justify-content:space-between;align-items:center;background:var(--secondary-bg);padding:.5rem 1rem;border-radius:4px;margin-bottom:.5rem;font-size:.9rem}.remove-file[data-v-e77de7d0]{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.2rem}.remove-file[data-v-e77de7d0]:hover{color:var(--accent-color)}.form-actions[data-v-e77de7d0]{display:flex;justify-content:center;gap:1.5rem;margin-top:3rem}.success-message[data-v-e77de7d0]{text-align:center;padding:3rem 1rem}.success-icon[data-v-e77de7d0]{width:80px;height:80px;background-color:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 2rem}@media (max-width: 768px){.content-wrapper[data-v-e77de7d0]{padding:1.5rem}.form-row[data-v-e77de7d0],.form-row.three-cols[data-v-e77de7d0],.radio-cards[data-v-e77de7d0]{grid-template-columns:1fr}}
