html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1f2937;overflow-x:hidden}.scroll-top-button{position:fixed;left:50%;bottom:4.5rem;width:44px;height:44px;border:none;border-radius:999px;background:linear-gradient(135deg,#2563eb 0%,#0ea5e9 100%);color:#f9fafb;font-size:1.25rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 30px #2563eb59;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;transform:translate(-50%);animation:scrollTopFloat 3.2s ease-in-out infinite;z-index:20}.scroll-top-button:hover{transform:translate(-50%) translateY(-4px) scale(1.03);box-shadow:0 16px 36px #0ea5e973}.scroll-top-button:focus-visible{outline:3px solid rgba(14,165,233,.5);outline-offset:4px}.scroll-top-button:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:999px;border:1px solid rgba(37,99,235,.25);opacity:0;transition:opacity .2s ease}.scroll-top-button:hover:after{opacity:1}@media (max-width: 768px){.scroll-top-button{left:50%;bottom:4rem;animation-duration:3.6s}}section{scroll-margin-top:80px}@keyframes scrollTopFloat{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-4px)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){html{font-size:14px}}.header[data-v-e368faa9]{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 2px 10px #0000000d}.header.scrolled[data-v-e368faa9]{box-shadow:0 4px 20px #0000001a}.container[data-v-e368faa9]{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo-container[data-v-e368faa9]{display:flex;align-items:center;gap:1rem;text-decoration:none}.logo[data-v-e368faa9]{height:50px;width:auto;object-fit:contain;transition:transform .3s ease}.logo[data-v-e368faa9]:hover{transform:scale(1.05)}.nav[data-v-e368faa9]{display:flex;gap:2rem;align-items:center}.nav-link[data-v-e368faa9]{color:#1f2937;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link[data-v-e368faa9]:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);transition:width .3s ease}.nav-link[data-v-e368faa9]:hover{color:#2563eb}.nav-link[data-v-e368faa9]:hover:after{width:100%}.mobile-menu-toggle[data-v-e368faa9]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-toggle span[data-v-e368faa9]{width:25px;height:3px;background:#1f2937;border-radius:2px;transition:all .3s ease}.mobile-nav[data-v-e368faa9]{display:none}@media (max-width: 768px){.nav[data-v-e368faa9]{display:none}.mobile-menu-toggle[data-v-e368faa9]{display:flex}.mobile-nav[data-v-e368faa9]{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:white;box-shadow:0 4px 20px #0000001a;padding:1rem 2rem;gap:1rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease}.mobile-nav.active[data-v-e368faa9]{transform:translateY(0);opacity:1;pointer-events:all}}.hero[data-v-cb3eea6f]{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding-top:80px;background:#0f172a}.hero-background[data-v-cb3eea6f]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.hero-background[data-v-cb3eea6f]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);z-index:1}.gradient-orb[data-v-cb3eea6f]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;animation:float-cb3eea6f 20s infinite ease-in-out;z-index:0}.orb-1[data-v-cb3eea6f]{width:500px;height:500px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);top:-200px;left:-200px;animation-delay:0s}.orb-2[data-v-cb3eea6f]{width:400px;height:400px;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);bottom:-150px;right:-150px;animation-delay:5s}.orb-3[data-v-cb3eea6f]{width:300px;height:300px;background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%);top:50%;right:10%;animation-delay:10s}@keyframes float-cb3eea6f{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.container[data-v-cb3eea6f]{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.hero-content[data-v-cb3eea6f]{text-align:center;max-width:900px;margin:0 auto}.hero-logo[data-v-cb3eea6f]{margin-bottom:2rem;animation:fadeInUp-cb3eea6f .8s ease;display:flex;justify-content:center;align-items:center;position:relative;padding:1rem}.hero-logo img[data-v-cb3eea6f]{height:150px;width:auto;max-width:200px;object-fit:contain}.hero-title[data-v-cb3eea6f]{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);animation:fadeInUp-cb3eea6f .8s ease .2s both}.gradient-text[data-v-cb3eea6f]{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description[data-v-cb3eea6f]{font-size:clamp(1rem,2vw,1.25rem);color:#e5e7eb;line-height:1.8;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp-cb3eea6f .8s ease .4s both;text-shadow:0 1px 5px rgba(0,0,0,.2)}.hero-buttons[data-v-cb3eea6f]{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem;flex-wrap:wrap;animation:fadeInUp-cb3eea6f .8s ease .6s both}.btn[data-v-cb3eea6f]{padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;font-size:1rem}.btn-primary[data-v-cb3eea6f]{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;box-shadow:0 10px 30px #2563eb4d}.btn-primary[data-v-cb3eea6f]:hover{transform:translateY(-2px);box-shadow:0 15px 40px #2563eb66}.btn-secondary[data-v-cb3eea6f]{background:white;color:#2563eb;border:2px solid #2563eb}.btn-secondary[data-v-cb3eea6f]:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.scroll-indicator[data-v-cb3eea6f]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);animation:bounce-cb3eea6f 2s infinite;z-index:2}.mouse[data-v-cb3eea6f]{width:30px;height:50px;border:2px solid #2563eb;border-radius:20px;position:relative}.mouse[data-v-cb3eea6f]:before{content:"";width:4px;height:10px;background:#2563eb;border-radius:2px;position:absolute;top:10px;left:50%;transform:translate(-50%);animation:scroll-cb3eea6f 2s infinite}@keyframes bounce-cb3eea6f{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}@keyframes scroll-cb3eea6f{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@keyframes fadeInUp-cb3eea6f{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-buttons[data-v-cb3eea6f]{flex-direction:column;align-items:stretch}.btn[data-v-cb3eea6f]{width:100%;text-align:center}}.about[data-v-4414717b]{padding:6rem 0;background:#f9fafb}.container[data-v-4414717b]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-4414717b]{text-align:center;margin-bottom:4rem}.section-title[data-v-4414717b]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-4414717b]{font-size:1.25rem;color:#6b7280}.about-content[data-v-4414717b]{max-width:1000px;margin:0 auto}.about-text p[data-v-4414717b]{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.lead[data-v-4414717b]{font-size:1.3rem;font-weight:500;color:#1f2937}.about-features[data-v-4414717b]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-4414717b]{background:white;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;transition:all .3s ease}.feature-item[data-v-4414717b]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2563eb26}.feature-icon[data-v-4414717b]{font-size:3rem;margin-bottom:1rem}.feature-item h3[data-v-4414717b]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.feature-item p[data-v-4414717b]{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}@media (max-width: 768px){.about[data-v-4414717b]{padding:4rem 0}.about-features[data-v-4414717b]{grid-template-columns:1fr}}.services[data-v-670de5e8]{padding:6rem 0;background:white}.container[data-v-670de5e8]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-670de5e8]{text-align:center;margin-bottom:4rem}.section-title[data-v-670de5e8]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-670de5e8]{font-size:1.25rem;color:#6b7280}.services-grid[data-v-670de5e8]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.service-card[data-v-670de5e8]{background:#f9fafb;padding:2.5rem;border-radius:20px;transition:all .3s ease;position:relative;border:2px solid transparent}.service-card[data-v-670de5e8]:hover{transform:translateY(-10px);box-shadow:0 20px 40px #2563eb26;border-color:#2563eb;background:white}.service-card.featured[data-v-670de5e8]{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;border-color:transparent}.service-card.featured .service-icon[data-v-670de5e8],.service-card.featured h3[data-v-670de5e8],.service-card.featured p[data-v-670de5e8],.service-card.featured li[data-v-670de5e8]{color:#fff}.service-badge[data-v-670de5e8]{position:absolute;top:-12px;right:20px;background:#fbbf24;color:#1f2937;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;box-shadow:0 4px 10px #fbbf2466}.service-icon[data-v-670de5e8]{width:60px;height:60px;margin-bottom:1.5rem;color:#2563eb}.service-icon svg[data-v-670de5e8]{width:100%;height:100%}.service-card h3[data-v-670de5e8]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.service-card p[data-v-670de5e8]{color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.service-features[data-v-670de5e8]{list-style:none;padding:0}.service-features li[data-v-670de5e8]{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.95rem}.service-features li[data-v-670de5e8]:before{content:"✓";position:absolute;left:0;color:#2563eb;font-weight:700}.service-card.featured .service-features li[data-v-670de5e8]:before{color:#fff}@media (max-width: 768px){.services[data-v-670de5e8]{padding:4rem 0}.services-grid[data-v-670de5e8]{grid-template-columns:1fr}}.products[data-v-501df382]{padding:6rem 0;background:#f9fafb}.container[data-v-501df382]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-501df382]{text-align:center;margin-bottom:4rem}.section-title[data-v-501df382]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-501df382]{font-size:1.25rem;color:#6b7280}.products-grid[data-v-501df382]{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;max-width:900px;margin:0 auto}.product-card[data-v-501df382]{position:relative;background:white;padding:3rem;border-radius:24px;box-shadow:0 18px 40px #0f172a14;border:1px solid rgba(226,232,240,.7)}.product-badge[data-v-501df382]{position:absolute;top:-14px;right:24px;background:#111827;color:#f9fafb;padding:.5rem 1rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.02em}.product-header h3[data-v-501df382]{font-size:2rem;font-weight:800;color:#111827;margin-bottom:.5rem}.product-tagline[data-v-501df382]{font-size:1.1rem;color:#4b5563;margin-bottom:2rem}.product-features[data-v-501df382]{list-style:none;padding:0;margin:0 0 2.5rem;display:grid;gap:.75rem;color:#374151;font-weight:500}.product-features li[data-v-501df382]:before{content:"✓";color:#2563eb;margin-right:.5rem;font-weight:700}.product-actions[data-v-501df382]{display:flex;flex-wrap:wrap;gap:1rem}.product-btn[data-v-501df382]{padding:.9rem 1.6rem;border-radius:12px;font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center}.product-btn.primary[data-v-501df382]{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;box-shadow:0 14px 30px #2563eb4d}.product-btn.primary[data-v-501df382]:hover{transform:translateY(-2px);box-shadow:0 18px 36px #2563eb66}.product-btn.secondary[data-v-501df382]{background:#f8fafc;color:#111827;border:1px solid #e2e8f0}.product-btn.secondary[data-v-501df382]:hover{transform:translateY(-2px);border-color:#2563eb;color:#2563eb;box-shadow:0 12px 24px #2563eb1f}@media (max-width: 768px){.products[data-v-501df382]{padding:4rem 0}.product-card[data-v-501df382]{padding:2.25rem}.product-actions[data-v-501df382]{flex-direction:column}}.technologies[data-v-d56105e0]{padding:6rem 0;background:#f9fafb}.container[data-v-d56105e0]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-d56105e0]{text-align:center;margin-bottom:4rem}.section-title[data-v-d56105e0]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-d56105e0]{font-size:1.25rem;color:#6b7280}.tech-categories[data-v-d56105e0]{display:flex;flex-direction:column;gap:3rem}.tech-category[data-v-d56105e0]{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000d}.tech-category h3[data-v-d56105e0]{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;text-align:center}.tech-grid[data-v-d56105e0]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}.tech-item[data-v-d56105e0]{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:12px;transition:all .3s ease;cursor:default}.tech-item[data-v-d56105e0]:hover{transform:translateY(-5px);background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;box-shadow:0 10px 30px #2563eb4d}.tech-icon[data-v-d56105e0]{font-size:2.5rem;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;width:100%;height:3.5rem}.tech-logo-img[data-v-d56105e0]{height:2.5rem;width:auto;max-width:100%;object-fit:contain}.tech-logo-img-large[data-v-d56105e0]{height:3.5rem}.tech-name[data-v-d56105e0]{font-size:.9rem;font-weight:600;color:#4b5563;text-align:center}.tech-item:hover .tech-name[data-v-d56105e0]{color:#fff}@media (max-width: 768px){.technologies[data-v-d56105e0]{padding:4rem 0}.tech-grid[data-v-d56105e0]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem}.tech-category[data-v-d56105e0]{padding:1.5rem}}.contact[data-v-1790c693]{padding:6rem 0;background:white}.container[data-v-1790c693]{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header[data-v-1790c693]{text-align:center;margin-bottom:4rem}.section-title[data-v-1790c693]{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#1f2937;margin-bottom:1rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-v-1790c693]{font-size:1.25rem;color:#6b7280}.contact-content[data-v-1790c693]{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:start}.contact-info[data-v-1790c693]{display:flex;flex-direction:column;gap:1.5rem}.info-card[data-v-1790c693]{background:#f9fafb;padding:2rem;border-radius:16px;text-align:center;transition:all .3s ease}.info-card[data-v-1790c693]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #2563eb26;background:white}.info-icon[data-v-1790c693]{font-size:3rem;margin-bottom:1rem}.info-card h3[data-v-1790c693]{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.info-card p[data-v-1790c693]{color:#6b7280;margin-bottom:.5rem}.info-sub[data-v-1790c693]{font-size:.9rem;color:#9ca3af}.info-link[data-v-1790c693]{display:inline-block;margin-top:.5rem;color:#2563eb;text-decoration:none;font-weight:600;transition:color .3s ease}.info-link[data-v-1790c693]:hover{color:#7c3aed}.support-btn[data-v-1790c693],.email-toggle-btn[data-v-1790c693]{width:100%;padding:.75rem 1rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.support-btn[data-v-1790c693]{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;box-shadow:0 10px 30px #2563eb40;margin-top:.75rem}.support-btn[data-v-1790c693]:hover{transform:translateY(-2px);box-shadow:0 14px 35px #2563eb59}.contact-form-container[data-v-1790c693]{background:#f9fafb;padding:2.5rem;border-radius:20px}.contact-form[data-v-1790c693]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-1790c693]{display:flex;flex-direction:column}.form-group label[data-v-1790c693]{font-weight:600;color:#1f2937;margin-bottom:.5rem;font-size:.95rem}.form-group input[data-v-1790c693],.form-group textarea[data-v-1790c693],.form-group select[data-v-1790c693]{padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:white}.form-group input[data-v-1790c693]:focus,.form-group textarea[data-v-1790c693]:focus,.form-group select[data-v-1790c693]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea[data-v-1790c693]{resize:vertical;min-height:120px}.honeypot-field[data-v-1790c693]{position:absolute;left:-9999px;opacity:0;pointer-events:none;height:0;overflow:hidden}.submit-btn[data-v-1790c693]{padding:1rem 2rem;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #2563eb4d}.submit-btn[data-v-1790c693]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 40px #2563eb66}.submit-btn[data-v-1790c693]:disabled{opacity:.6;cursor:not-allowed}.privacy-note[data-v-1790c693]{font-size:.85rem;color:#6b7280;text-align:center;margin-top:.25rem}.submit-message[data-v-1790c693]{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center;font-weight:500}.submit-message.success[data-v-1790c693]{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.submit-message.error[data-v-1790c693]{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}@media (max-width: 968px){.contact-content[data-v-1790c693]{grid-template-columns:1fr}.contact-info[data-v-1790c693]{flex-direction:row;flex-wrap:wrap}.info-card[data-v-1790c693]{flex:1;min-width:200px}}@media (max-width: 768px){.contact[data-v-1790c693]{padding:4rem 0}.contact-info[data-v-1790c693]{flex-direction:column}.contact-form-container[data-v-1790c693]{padding:1.5rem}}.footer[data-v-af1fc270]{background:#0f172a;color:#e5e7eb;padding:4rem 0 2rem;position:relative;overflow:hidden}.footer-background[data-v-af1fc270]{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden}.footer-background[data-v-af1fc270]:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.6);z-index:1}.gradient-orb[data-v-af1fc270]{position:absolute;border-radius:50%;filter:blur(80px);opacity:.2;animation:float-af1fc270 20s infinite ease-in-out;z-index:0}.orb-1[data-v-af1fc270]{width:400px;height:400px;background:linear-gradient(135deg,#2563eb 0%,#3b82f6 100%);top:-150px;left:-150px;animation-delay:0s}.orb-2[data-v-af1fc270]{width:350px;height:350px;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);bottom:-100px;right:-100px;animation-delay:5s}.orb-3[data-v-af1fc270]{width:300px;height:300px;background:linear-gradient(135deg,#3b82f6 0%,#7c3aed 100%);top:50%;left:10%;animation-delay:10s}@keyframes float-af1fc270{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.container[data-v-af1fc270]{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content[data-v-af1fc270]{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand[data-v-af1fc270]{max-width:400px}.footer-logo[data-v-af1fc270]{margin-bottom:1.5rem;animation:fadeInUp-af1fc270 .8s ease;display:flex;justify-content:flex-start;align-items:center;position:relative;padding:.5rem}.footer-logo-img[data-v-af1fc270]{height:80px;width:auto;max-width:120px;object-fit:contain}.footer-description[data-v-af1fc270]{color:#9ca3af;line-height:1.7}.footer-links[data-v-af1fc270]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4[data-v-af1fc270]{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:1rem}.footer-column ul[data-v-af1fc270]{list-style:none;padding:0}.footer-column ul li[data-v-af1fc270]{margin-bottom:.75rem;color:#9ca3af}.footer-column ul li a[data-v-af1fc270]{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-column ul li a[data-v-af1fc270]:hover{color:#60a5fa}.footer-email[data-v-af1fc270]{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .3s ease}.footer-email[data-v-af1fc270]:hover{color:#60a5fa}.footer-email a[data-v-af1fc270]{color:#9ca3af;text-decoration:none;cursor:pointer}.footer-email a[data-v-af1fc270]:hover{color:#60a5fa}.footer-bottom[data-v-af1fc270]{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}@keyframes fadeInUp-af1fc270{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 968px){.footer-content[data-v-af1fc270]{grid-template-columns:1fr;gap:3rem}.footer-links[data-v-af1fc270]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer[data-v-af1fc270]{padding:3rem 0 1.5rem}.footer-links[data-v-af1fc270]{grid-template-columns:1fr;gap:2rem}}*{margin:0;padding:0;box-sizing:border-box}#app{min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
