:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:grid;grid-template-columns:1fr 1fr;padding:0 2rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;width:100%;overflow-x:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff;width:100%;overflow-x:hidden}#app{min-width:100%;min-height:100vh;display:flex;flex-direction:column}main{flex:1}.container{margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:12px 24px;border:none;border-radius:6px;text-decoration:none;font-weight:600;text-align:center;cursor:pointer;transition:all .3s ease;font-size:16px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.btn-secondary{background:transparent;color:#667eea;border:2px solid #667eea}.btn-secondary:hover{background:#667eea;color:#fff}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.section-subtitle{font-size:1.2rem;text-align:center;color:#718096;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.container{padding:0 15px}.section-title{font-size:2rem}.btn{padding:10px 20px;font-size:14px}}.navbar[data-v-d914d89d]{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.navbar-scrolled[data-v-d914d89d]{background:#fffffffa;box-shadow:0 2px 20px #0000001a}.navbar-content[data-v-d914d89d]{padding:0px 15rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand .brand-link[data-v-d914d89d]{text-decoration:none;color:inherit}.logo[data-v-d914d89d]{display:flex;flex-direction:column;align-items:flex-start}.logo-text[data-v-d914d89d]{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-subtitle[data-v-d914d89d]{font-size:.85rem;color:#718096;font-weight:500;margin-top:-2px}.navbar-menu[data-v-d914d89d]{display:flex;gap:2rem}.navbar-item[data-v-d914d89d]{text-decoration:none;color:#2d3748;font-size:1.1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:color .3s ease}.navbar-item[data-v-d914d89d]:hover{border-radius:10px;color:#667eea}.navbar-item[data-v-d914d89d]:after{content:"";position:absolute;bottom:0;left:0;border-radius:0 0 10px 10px;width:0;height:3px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.navbar-item[data-v-d914d89d]:hover:after{width:100%}.navbar-burger[data-v-d914d89d]{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.navbar-burger span[data-v-d914d89d]{width:25px;height:3px;background:#2d3748;margin:3px 0;transition:.3s;border-radius:2px}.navbar-burger.is-active span[data-v-d914d89d]:nth-child(1){transform:rotate(-45deg) translate(-5px,6px)}.navbar-burger.is-active span[data-v-d914d89d]:nth-child(2){opacity:0}.navbar-burger.is-active span[data-v-d914d89d]:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 768px){.navbar-burger[data-v-d914d89d]{display:flex}.navbar-menu[data-v-d914d89d]{position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 4px 20px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.navbar-menu.is-active[data-v-d914d89d]{transform:translateY(0);opacity:1;visibility:visible}.navbar-item[data-v-d914d89d]{display:flex;justify-content:center;letter-spacing:.3rem;padding:1rem 2rem;border-bottom:1px solid #e2e8f0}.navbar-item[data-v-d914d89d]:last-child{border-bottom:none}}@media (max-width: 992px){.navbar-content[data-v-d914d89d]{padding:0 2rem}}@media (max-width: 576px){.logo-text[data-v-d914d89d]{font-size:2rem}.navbar-item[data-v-d914d89d]{font-size:1.2rem}}.hero[data-v-3da8c739]{min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding-top:150px}.hero-background[data-v-3da8c739]{position:absolute;top:0;left:0;right:0;bottom:0;opacity:10}.hero-particles[data-v-3da8c739]{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 80%,rgba(255,255,255,.3) 2px,transparent 2px),radial-gradient(circle at 80% 20%,rgba(255,255,255,.3) 2px,transparent 2px),radial-gradient(circle at 40% 40%,rgba(255,255,255,.2) 1px,transparent 1px);background-size:100px 100px,150px 150px,80px 80px;animation:float-3da8c739 20s ease-in-out infinite}@keyframes float-3da8c739{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content[data-v-3da8c739]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%}.hero-title[data-v-3da8c739]{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.title-line[data-v-3da8c739]{display:block;opacity:0;animation:slideInUp-3da8c739 .8s ease forwards}.title-line[data-v-3da8c739]:nth-child(2){animation-delay:.2s}@keyframes slideInUp-3da8c739{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle[data-v-3da8c739]{font-size:1.2rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9;animation:fadeIn-3da8c739 1s ease forwards .4s;opacity:0}@keyframes fadeIn-3da8c739{to{opacity:.9}}.hero-buttons[data-v-3da8c739]{display:flex;gap:1rem;margin-bottom:3rem;animation:fadeIn-3da8c739 1s ease forwards .6s;opacity:0}.hero-stats[data-v-3da8c739]{display:flex;gap:2rem;animation:fadeIn-3da8c739 1s ease forwards .8s;opacity:0}.stat-item[data-v-3da8c739]{text-align:center}.stat-number[data-v-3da8c739]{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label[data-v-3da8c739]{font-size:.9rem;opacity:.8}.visual-container[data-v-3da8c739]{position:relative;height:500px}.floating-card[data-v-3da8c739]{position:absolute;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;text-align:center;animation:floatCard-3da8c739 6s ease-in-out infinite}.floating-card[data-v-3da8c739]:nth-child(odd){animation-direction:reverse}@keyframes floatCard-3da8c739{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(2deg)}}.card-1[data-v-3da8c739]{top:10%;left:10%;animation-delay:0s}.card-2[data-v-3da8c739]{top:20%;right:20%;animation-delay:1s}.card-3[data-v-3da8c739]{top:50%;left:20%;animation-delay:2s}.card-4[data-v-3da8c739]{bottom:30%;right:10%;animation-delay:3s}.card-5[data-v-3da8c739]{bottom:10%;left:40%;animation-delay:4s}.card-icon[data-v-3da8c739]{font-size:2rem;margin-bottom:.5rem}.card-text[data-v-3da8c739]{font-size:.9rem;font-weight:600}@media (max-width: 768px){.hero-content[data-v-3da8c739]{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title[data-v-3da8c739]{font-size:2.5rem}.hero-buttons[data-v-3da8c739]{flex-direction:column;align-items:center}.hero-stats[data-v-3da8c739]{justify-content:center}.visual-container[data-v-3da8c739]{height:300px}.floating-card[data-v-3da8c739]{padding:1rem}}.products[data-v-bb07fc39]{padding:6rem 0;background:#f8fafc}.section-header[data-v-bb07fc39]{text-align:center;margin-bottom:4rem}.products-grid[data-v-bb07fc39]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.product-card[data-v-bb07fc39]{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 6px 25px #00000014;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:480px}.product-card[data-v-bb07fc39]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2)}.product-card[data-v-bb07fc39]:hover{transform:translateY(-12px);box-shadow:0 20px 60px #0003}.card-header[data-v-bb07fc39]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.card-icon[data-v-bb07fc39]{font-size:3.5rem;margin-bottom:1rem}.card-badge[data-v-bb07fc39]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600;box-shadow:0 2px 8px #667eea4d}.card-category[data-v-bb07fc39]{color:#667eea;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.card-title[data-v-bb07fc39]{font-size:1.6rem;font-weight:700;color:#2d3748;margin-bottom:1rem;line-height:1.3;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.platform-badge[data-v-bb07fc39]{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;padding:.25rem .6rem;border-radius:12px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ff6b6b4d}.card-description[data-v-bb07fc39]{color:#718096;line-height:1.6;margin-bottom:1.2rem;font-size:.95rem}.platform-highlights[data-v-bb07fc39]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:10px;padding:1.2rem;margin-bottom:1.5rem;border-left:4px solid #667eea}.highlight-item[data-v-bb07fc39]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.9rem;color:#4a5568;font-weight:500}.highlight-item[data-v-bb07fc39]:last-child{margin-bottom:0}.highlight-icon[data-v-bb07fc39]{font-size:1.2rem;min-width:24px}.card-features[data-v-bb07fc39]{margin-bottom:1.5rem}.card-features h4[data-v-bb07fc39]{font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:.8rem}.features-list[data-v-bb07fc39]{list-style:none;margin-bottom:1.2rem}.features-list li[data-v-bb07fc39]{display:flex;align-items:center;margin-bottom:.6rem;color:#4a5568;font-size:.85rem}.feature-icon[data-v-bb07fc39]{color:#48bb78;font-weight:700;margin-right:.75rem;font-size:1rem;min-width:16px}.more-features[data-v-bb07fc39]{color:#667eea!important;font-style:italic}.sub-products[data-v-bb07fc39]{margin-bottom:1.5rem}.sub-products h4[data-v-bb07fc39]{font-size:.95rem;font-weight:600;color:#2d3748;margin-bottom:.8rem}.sub-product-tags[data-v-bb07fc39]{display:flex;flex-wrap:wrap;gap:.4rem}.sub-product-tag[data-v-bb07fc39]{background:#f7fafc;color:#4a5568;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid #e2e8f0;transition:all .3s ease}.sub-product-tag[data-v-bb07fc39]:hover{background:#667eea;color:#fff;border-color:#667eea}.card-footer[data-v-bb07fc39]{margin-top:auto}.card-button[data-v-bb07fc39]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem;text-decoration:none;width:100%;box-shadow:0 3px 12px #667eea4d}.card-button[data-v-bb07fc39]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.button-icon[data-v-bb07fc39]{font-size:1rem}.button-arrow[data-v-bb07fc39]{transition:transform .3s ease}.card-button:hover .button-arrow[data-v-bb07fc39]{transform:translate(4px)}.products-cta[data-v-bb07fc39]{text-align:center;background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #00000014}.products-cta h3[data-v-bb07fc39]{font-size:1.8rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.products-cta p[data-v-bb07fc39]{color:#718096;margin-bottom:2rem;font-size:1.1rem}@media (max-width: 1200px){.products-grid[data-v-bb07fc39]{grid-template-columns:repeat(2,1fr);max-width:800px}}@media (max-width: 900px){.products-grid[data-v-bb07fc39]{grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:700px}.product-card[data-v-bb07fc39]{min-height:420px;padding:1.8rem}}@media (max-width: 768px){.products[data-v-bb07fc39]{padding:4rem 0}.products-grid[data-v-bb07fc39]{grid-template-columns:1fr;gap:1.5rem;max-width:400px}.product-card[data-v-bb07fc39]{padding:1.5rem;min-height:auto}.sub-product-tags[data-v-bb07fc39]{justify-content:center}.products-cta[data-v-bb07fc39]{padding:2rem}}@media (max-width: 480px){.product-card[data-v-bb07fc39]{padding:1.2rem}.card-icon[data-v-bb07fc39]{font-size:2.8rem}.card-title[data-v-bb07fc39]{font-size:1.3rem}.card-description[data-v-bb07fc39]{font-size:.9rem}}.about[data-v-b123a44d]{padding:6rem 0;background:#fff}.about-content[data-v-b123a44d]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem;max-width:1200px;margin-left:auto;margin-right:auto}.about-description p[data-v-b123a44d]{color:#718096;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.company-values[data-v-b123a44d]{margin-top:3rem}.value-item[data-v-b123a44d]{display:flex;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:12px;transition:transform .3s ease}.value-item[data-v-b123a44d]:hover{transform:translate(8px)}.value-icon[data-v-b123a44d]{font-size:2rem;margin-right:1rem}.value-content h4[data-v-b123a44d]{font-size:1.2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.value-content p[data-v-b123a44d]{color:#718096;margin:0}.stats-container[data-v-b123a44d]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem}.stat-card[data-v-b123a44d]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:16px;text-align:center;box-shadow:0 8px 25px #667eea4d}.stat-number[data-v-b123a44d]{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label[data-v-b123a44d]{font-size:.9rem;opacity:.9}.timeline h3[data-v-b123a44d]{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:2rem}.timeline-items[data-v-b123a44d]{position:relative}.timeline-items[data-v-b123a44d]:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.timeline-item[data-v-b123a44d]{display:flex;margin-bottom:2rem;position:relative}.timeline-year[data-v-b123a44d]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;margin-right:1.5rem;min-width:60px;text-align:center;position:relative;z-index:2}.timeline-content h4[data-v-b123a44d]{font-size:1.1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.timeline-content p[data-v-b123a44d]{color:#718096;font-size:.9rem;margin:0}.team-section[data-v-b123a44d]{text-align:center}.team-section h3[data-v-b123a44d]{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:3rem}.advantages-grid[data-v-b123a44d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.advantage-item[data-v-b123a44d]{background:#f8fafc;padding:2rem;border-radius:16px;text-align:center;transition:transform .3s ease}.advantage-item[data-v-b123a44d]:hover{transform:translateY(-8px);background:#fff;box-shadow:0 8px 25px #0000001a}.advantage-icon[data-v-b123a44d]{font-size:3rem;margin-bottom:1rem}.advantage-item h4[data-v-b123a44d]{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:1rem}.advantage-item p[data-v-b123a44d]{color:#718096;line-height:1.6;margin:0}@media (max-width: 768px){.about-content[data-v-b123a44d]{grid-template-columns:1fr;gap:2rem}.stats-container[data-v-b123a44d],.advantages-grid[data-v-b123a44d]{grid-template-columns:1fr}.timeline-items[data-v-b123a44d]:before{left:15px}.timeline-year[data-v-b123a44d]{min-width:50px;padding:.4rem .8rem;font-size:.8rem}}.contact[data-v-c69c677c]{padding:6rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.contact-content[data-v-c69c677c]{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start;max-width:1200px;margin:0 auto;width:100%}.info-card[data-v-c69c677c],.form-card[data-v-c69c677c]{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 8px 25px #0000001a}.info-card h3[data-v-c69c677c],.form-card h3[data-v-c69c677c]{font-size:1.5rem;font-weight:700;color:#2d3748;margin-bottom:1.5rem}.form-card p[data-v-c69c677c]{color:#718096;margin-bottom:2rem}.contact-items[data-v-c69c677c]{margin-bottom:2rem}.contact-item[data-v-c69c677c]{display:flex;align-items:flex-start;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-radius:12px;transition:transform .3s ease}.contact-item[data-v-c69c677c]:hover{transform:translate(8px)}.contact-icon[data-v-c69c677c]{font-size:1.5rem;margin-right:1rem;margin-top:.25rem}.contact-details h4[data-v-c69c677c]{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.5rem}.contact-details p[data-v-c69c677c]{color:#718096;margin:.25rem 0;font-size:.9rem}.social-links h4[data-v-c69c677c]{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:1rem}.social-icons[data-v-c69c677c]{display:flex;gap:1rem;flex-wrap:wrap}.social-link[data-v-c69c677c]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-size:.9rem;font-weight:500;transition:transform .3s ease}.social-link[data-v-c69c677c]:hover{transform:translateY(-2px)}.contact-form[data-v-c69c677c]{display:flex;flex-direction:column;gap:1.5rem}.form-row[data-v-c69c677c]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group[data-v-c69c677c]{display:flex;flex-direction:column}.form-group label[data-v-c69c677c]{font-weight:600;color:#2d3748;margin-bottom:.5rem;font-size:.9rem}.form-group input[data-v-c69c677c],.form-group select[data-v-c69c677c],.form-group textarea[data-v-c69c677c]{padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff}.form-group input[data-v-c69c677c]:focus,.form-group select[data-v-c69c677c]:focus,.form-group textarea[data-v-c69c677c]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea[data-v-c69c677c]{resize:vertical;min-height:120px}.submit-btn[data-v-c69c677c]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-btn[data-v-c69c677c]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea4d}.submit-btn[data-v-c69c677c]:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.contact-content[data-v-c69c677c]{grid-template-columns:1fr;gap:2rem}.form-row[data-v-c69c677c]{grid-template-columns:1fr}.info-card[data-v-c69c677c],.form-card[data-v-c69c677c]{padding:1.5rem}.social-icons[data-v-c69c677c]{flex-direction:column}.social-link[data-v-c69c677c]{justify-content:center}}.footer[data-v-d7f9be72]{background:linear-gradient(135deg,#2d3748,#1a202c);color:#fff;padding:4rem 0 0}.footer-content[data-v-d7f9be72]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.footer-section h4[data-v-d7f9be72]{font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.footer-brand .logo[data-v-d7f9be72]{margin-bottom:1rem}.logo-text[data-v-d7f9be72]{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}.logo-subtitle[data-v-d7f9be72]{font-size:.8rem;color:#a0aec0;font-weight:500;margin-top:-2px;display:block}.brand-description[data-v-d7f9be72]{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem;font-size:.9rem}.social-links[data-v-d7f9be72]{display:flex;gap:1rem}.social-link[data-v-d7f9be72]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;text-decoration:none;transition:all .3s ease;font-size:1.2rem}.social-link[data-v-d7f9be72]:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-2px)}.footer-links[data-v-d7f9be72]{list-style:none;padding:0;margin:0}.footer-links li[data-v-d7f9be72]{margin-bottom:.75rem}.footer-links a[data-v-d7f9be72]{color:#a0aec0;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a[data-v-d7f9be72]:hover{color:#667eea}.contact-info[data-v-d7f9be72]{display:flex;flex-direction:column;gap:1rem}.contact-item[data-v-d7f9be72]{display:flex;align-items:center;gap:.75rem;color:#a0aec0;font-size:.9rem}.contact-icon[data-v-d7f9be72]{font-size:1rem}.footer-bottom[data-v-d7f9be72]{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0}.footer-bottom-content[data-v-d7f9be72]{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;width:100%}.copyright p[data-v-d7f9be72]{color:#718096;font-size:.8rem;margin:.25rem 0}.footer-links-bottom[data-v-d7f9be72]{display:flex;gap:2rem}.footer-links-bottom a[data-v-d7f9be72]{color:#718096;text-decoration:none;font-size:.8rem;transition:color .3s ease}.footer-links-bottom a[data-v-d7f9be72]:hover{color:#667eea}@media (max-width: 1024px){.footer-content[data-v-d7f9be72]{grid-template-columns:1fr 1fr 1fr;gap:2rem}.footer-section[data-v-d7f9be72]:first-child{grid-column:1 / -1;margin-bottom:1rem}}@media (max-width: 768px){.footer[data-v-d7f9be72]{padding:3rem 0 0}.footer-content[data-v-d7f9be72]{grid-template-columns:1fr;gap:2rem}.footer-section[data-v-d7f9be72]:first-child{grid-column:1;margin-bottom:0}.footer-bottom-content[data-v-d7f9be72]{flex-direction:column;gap:1rem;text-align:center}.footer-links-bottom[data-v-d7f9be72]{flex-wrap:wrap;justify-content:center;gap:1rem}.social-links[data-v-d7f9be72]{justify-content:center}}@media (max-width: 480px){.footer-links-bottom[data-v-d7f9be72]{flex-direction:column;gap:.5rem}}.home-page[data-v-444c43b9]{min-height:100vh;display:flex;flex-direction:column}main[data-v-444c43b9]{flex:1}
