*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#2c3e50;background:#fff;overflow-x:hidden}#app{width:100%;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}::selection{background:#ff6b354d;color:#2c3e50}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#ff6b35,orange);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,orange,#ff6b35)}@media(max-width:640px){body{font-size:14px}}.animated-logo[data-v-262d361a]{display:inline-block;color:var(--logo-color, #FF6B35)}.pattern-circles circle[data-v-262d361a]{fill:#ff6b35;animation:pulse-262d361a 2s ease-in-out infinite}.circle-1[data-v-262d361a]{animation-delay:0s}.circle-2[data-v-262d361a]{animation-delay:.3s}.circle-3[data-v-262d361a]{animation-delay:.6s}@keyframes pulse-262d361a{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.connection-lines path[data-v-262d361a]{stroke:#ff6b35;stroke-dasharray:20;stroke-dashoffset:20;animation:drawLine-262d361a 3s ease-in-out infinite}.line-1[data-v-262d361a]{animation-delay:0s}.line-2[data-v-262d361a]{animation-delay:.2s}@keyframes drawLine-262d361a{0%,to{stroke-dashoffset:20;opacity:.3}50%{stroke-dashoffset:0;opacity:1}}.hub-circle[data-v-262d361a]{fill:#ff6b35;animation:glow-262d361a 2s ease-in-out infinite}@keyframes glow-262d361a{0%,to{filter:drop-shadow(0 0 2px #FF6B35)}50%{filter:drop-shadow(0 0 8px #FF6B35)}}.waves path[data-v-262d361a]{stroke:orange;stroke-dasharray:24;stroke-dashoffset:24;animation:flowWave-262d361a 4s linear infinite}.wave-1[data-v-262d361a]{animation-delay:0s}.wave-2[data-v-262d361a]{animation-delay:.5s}@keyframes flowWave-262d361a{to{stroke-dashoffset:0}}.logo-text[data-v-262d361a]{fill:#2c3e50;animation:fadeIn-262d361a 1s ease-in}.logo-subtext[data-v-262d361a]{fill:#7f8c8d;animation:fadeIn-262d361a 1.5s ease-in}@keyframes fadeIn-262d361a{0%{opacity:0}to{opacity:1}}.animated-logo:hover .hub-circle[data-v-262d361a]{animation:expandHub-262d361a .6s ease-in-out}@keyframes expandHub-262d361a{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.animated-logo:hover .logo-text[data-v-262d361a]{fill:#ff6b35;transition:fill .3s ease}.navbar[data-v-4dc6c35b]{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;box-shadow:0 2px 10px #0000000d}.navbar.scrolled[data-v-4dc6c35b]{background:#fffffffa;box-shadow:0 4px 20px #0000001a}.nav-container[data-v-4dc6c35b]{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo[data-v-4dc6c35b]{z-index:1001}.nav-menu[data-v-4dc6c35b]{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-item[data-v-4dc6c35b]{position:relative}.nav-link[data-v-4dc6c35b]{color:#2c3e50;text-decoration:none;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link[data-v-4dc6c35b]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#ff6b35,orange);transition:width .3s ease}.nav-link[data-v-4dc6c35b]:hover{color:#ff6b35}.nav-link[data-v-4dc6c35b]:hover:after{width:100%}.hamburger[data-v-4dc6c35b]{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span[data-v-4dc6c35b]{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:all .3s ease;border-radius:3px}.hamburger.active span[data-v-4dc6c35b]:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span[data-v-4dc6c35b]:nth-child(2){opacity:0}.hamburger.active span[data-v-4dc6c35b]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media(max-width:768px){.nav-container[data-v-4dc6c35b]{padding:1rem}.hamburger[data-v-4dc6c35b]{display:flex}.nav-menu[data-v-4dc6c35b]{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:linear-gradient(135deg,#ff6b35,orange);flex-direction:column;padding:6rem 2rem 2rem;gap:1.5rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a}.nav-menu.active[data-v-4dc6c35b]{right:0}.nav-link[data-v-4dc6c35b]{color:#fff;font-size:1.2rem}.nav-link[data-v-4dc6c35b]:after{background:#fff}.nav-link[data-v-4dc6c35b]:hover{color:#fff;transform:translate(5px)}}@media(max-width:480px){.nav-menu[data-v-4dc6c35b]{width:80%}}.back-to-top[data-v-967b87d0]{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#ff6b35,orange);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #ff6b3566;transition:all .3s ease;z-index:999}.back-to-top[data-v-967b87d0]:hover{transform:translateY(-5px);box-shadow:0 6px 30px #ff6b3599}.back-to-top[data-v-967b87d0]:active{transform:translateY(-2px)}.fade-enter-active[data-v-967b87d0],.fade-leave-active[data-v-967b87d0]{transition:opacity .3s ease,transform .3s ease}.fade-enter-from[data-v-967b87d0],.fade-leave-to[data-v-967b87d0]{opacity:0;transform:scale(.8)}@media(max-width:640px){.back-to-top[data-v-967b87d0]{bottom:1.5rem;right:1.5rem;width:45px;height:45px}}.hero-section[data-v-72e29612]{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff5f0,#ffe8dc);padding:8rem 2rem 6rem;overflow:hidden}.hero-content[data-v-72e29612]{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text[data-v-72e29612]{animation:fadeInUp-72e29612 .8s ease-out}.hero-title[data-v-72e29612]{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;color:#2c3e50}.title-line[data-v-72e29612]{display:block}.title-line.highlight[data-v-72e29612]{background:linear-gradient(90deg,#ff6b35,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-72e29612]{font-size:1.3rem;color:#555;margin-bottom:2rem;line-height:1.6}.hero-info[data-v-72e29612]{display:flex;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.info-item[data-v-72e29612]{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:#666}.info-icon[data-v-72e29612]{display:flex;align-items:center}.hero-cta[data-v-72e29612]{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.hero-cta[data-v-72e29612]:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3566}.cta-arrow[data-v-72e29612]{transition:transform .3s ease}.hero-cta:hover .cta-arrow[data-v-72e29612]{transform:translate(5px)}.hero-illustration[data-v-72e29612]{position:relative;height:400px}.floating-card[data-v-72e29612]{position:absolute;background:#fff;padding:1.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:float-72e29612 3s ease-in-out infinite}.card-icon[data-v-72e29612]{display:flex;align-items:center;justify-content:center}.card-text[data-v-72e29612]{font-weight:600;color:#2c3e50;white-space:nowrap}.card-1[data-v-72e29612]{top:20%;left:10%;animation-delay:0s}.card-2[data-v-72e29612]{top:50%;right:20%;animation-delay:.5s}.card-3[data-v-72e29612]{bottom:15%;left:30%;animation-delay:1s}@keyframes float-72e29612{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes fadeInUp-72e29612{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-waves[data-v-72e29612]{position:absolute;bottom:0;left:0;width:100%;height:120px;z-index:0}.hero-waves svg[data-v-72e29612]{width:100%;height:100%}@media(max-width:968px){.hero-content[data-v-72e29612]{grid-template-columns:1fr;gap:3rem}.hero-title[data-v-72e29612]{font-size:2.5rem}.hero-illustration[data-v-72e29612]{height:300px}}@media(max-width:640px){.hero-section[data-v-72e29612]{padding:6rem 1.5rem 4rem}.hero-title[data-v-72e29612]{font-size:2rem}.hero-subtitle[data-v-72e29612]{font-size:1.1rem}.hero-info[data-v-72e29612]{gap:1rem}.info-item[data-v-72e29612]{font-size:.9rem}.floating-card[data-v-72e29612]{padding:1rem}.card-icon[data-v-72e29612]{font-size:1.8rem}.card-text[data-v-72e29612]{font-size:.85rem}}.about-section[data-v-9e7d7fa8]{padding:6rem 2rem;background:#fff}.container[data-v-9e7d7fa8]{max-width:1200px;margin:0 auto}.section-header[data-v-9e7d7fa8]{text-align:center;margin-bottom:4rem}.section-title[data-v-9e7d7fa8]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-9e7d7fa8]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto;border-radius:2px}.about-content[data-v-9e7d7fa8]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.about-card[data-v-9e7d7fa8]{background:linear-gradient(135deg,#fff5f0,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.about-card[data-v-9e7d7fa8]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3526}.card-icon[data-v-9e7d7fa8]{display:flex;align-items:center;margin-bottom:1rem}.about-card h3[data-v-9e7d7fa8]{font-size:1.8rem;color:#2c3e50;margin-bottom:1rem}.about-card p[data-v-9e7d7fa8]{font-size:1.05rem;line-height:1.8;color:#555}.about-card strong[data-v-9e7d7fa8]{color:#ff6b35}.stats-grid[data-v-9e7d7fa8]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem;background:linear-gradient(135deg,#ff6b35,orange);border-radius:20px;box-shadow:0 10px 30px #ff6b354d}.stat-item[data-v-9e7d7fa8]{text-align:center;color:#fff}.stat-number[data-v-9e7d7fa8]{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label[data-v-9e7d7fa8]{font-size:1rem;opacity:.95;font-weight:500}@media(max-width:968px){.about-section[data-v-9e7d7fa8]{padding:4rem 1.5rem}.section-title[data-v-9e7d7fa8]{font-size:2rem}.about-content[data-v-9e7d7fa8]{grid-template-columns:1fr}.stats-grid[data-v-9e7d7fa8]{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}.stat-number[data-v-9e7d7fa8]{font-size:2rem}}@media(max-width:640px){.about-section[data-v-9e7d7fa8]{padding:3rem 1rem}.section-title[data-v-9e7d7fa8]{font-size:1.8rem}.about-card[data-v-9e7d7fa8]{padding:1.5rem}.about-card h3[data-v-9e7d7fa8]{font-size:1.5rem}.about-card p[data-v-9e7d7fa8]{font-size:1rem}.stats-grid[data-v-9e7d7fa8]{grid-template-columns:1fr;gap:1rem;padding:1.5rem}}.products-section[data-v-f815095e]{padding:6rem 2rem;background:linear-gradient(135deg,#fff5f0,#ffe8dc)}.container[data-v-f815095e]{max-width:1200px;margin:0 auto}.section-header[data-v-f815095e]{text-align:center;margin-bottom:4rem}.section-title[data-v-f815095e]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-f815095e]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-f815095e]{font-size:1.2rem;color:#555;max-width:800px;margin:0 auto;line-height:1.6}.section-subtitle strong[data-v-f815095e]{color:#ff6b35}.products-grid[data-v-f815095e]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-category[data-v-f815095e]{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014}.category-header[data-v-f815095e]{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.category-icon[data-v-f815095e]{display:flex;align-items:center}.category-header h3[data-v-f815095e]{font-size:2rem;color:#2c3e50}.feature-list[data-v-f815095e]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.feature-item[data-v-f815095e]{display:flex;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#fff5f0,#fff);border-radius:15px;transition:transform .3s ease}.feature-item[data-v-f815095e]:hover{transform:translate(10px)}.feature-icon[data-v-f815095e]{display:flex;align-items:center;flex-shrink:0}.feature-text strong[data-v-f815095e]{color:#2c3e50;font-size:1.1rem;display:block;margin-bottom:.3rem}.feature-text p[data-v-f815095e]{color:#666;line-height:1.5;margin:0}.highlights-content[data-v-f815095e]{display:flex;flex-direction:column;gap:1.5rem}.highlight-card[data-v-f815095e]{padding:1.5rem;background:linear-gradient(135deg,#ff6b35,orange);border-radius:15px;color:#fff;transition:transform .3s ease}.highlight-card[data-v-f815095e]:hover{transform:scale(1.02)}.highlight-icon[data-v-f815095e]{display:flex;align-items:center;margin-bottom:.5rem}.highlight-card h4[data-v-f815095e]{font-size:1.3rem;margin-bottom:.5rem}.highlight-card p[data-v-f815095e]{line-height:1.6;opacity:.95}.highlight-card strong[data-v-f815095e]{font-weight:600}@media(max-width:968px){.products-section[data-v-f815095e]{padding:4rem 1.5rem}.section-title[data-v-f815095e]{font-size:2rem}.products-grid[data-v-f815095e]{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.products-section[data-v-f815095e]{padding:3rem 1rem}.section-title[data-v-f815095e]{font-size:1.8rem}.section-subtitle[data-v-f815095e]{font-size:1rem}.product-category[data-v-f815095e]{padding:1.5rem}.category-header h3[data-v-f815095e]{font-size:1.5rem}.feature-item[data-v-f815095e]{flex-direction:column;padding:1rem}.feature-text strong[data-v-f815095e]{font-size:1rem}}.innovation-section[data-v-8b633851]{padding:6rem 2rem;background:#fff}.container[data-v-8b633851]{max-width:1200px;margin:0 auto}.section-header[data-v-8b633851]{text-align:center;margin-bottom:4rem}.section-title[data-v-8b633851]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-8b633851]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-8b633851]{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto}.section-subtitle strong[data-v-8b633851]{color:#ff6b35}.innovation-content[data-v-8b633851]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.innovation-cards[data-v-8b633851]{display:flex;flex-direction:column;gap:2rem}.innovation-card[data-v-8b633851]{padding:2rem;background:linear-gradient(135deg,#fff5f0,#fff);border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.innovation-card[data-v-8b633851]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3526}.card-icon[data-v-8b633851]{display:flex;align-items:center;margin-bottom:1rem}.innovation-card h3[data-v-8b633851]{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.innovation-card p[data-v-8b633851]{font-size:1.05rem;line-height:1.8;color:#555}.innovation-image[data-v-8b633851]{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026;transition:transform .3s ease}.innovation-image[data-v-8b633851]:hover{transform:scale(1.02)}.feature-image[data-v-8b633851]{width:100%;height:auto;display:block;object-fit:cover}.image-overlay[data-v-8b633851]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(255,107,53,.9),transparent);padding:2rem;transform:translateY(100%);transition:transform .3s ease}.innovation-image:hover .image-overlay[data-v-8b633851]{transform:translateY(0)}.overlay-text[data-v-8b633851]{color:#fff;font-size:1.5rem;font-weight:600}@media(max-width:968px){.innovation-section[data-v-8b633851]{padding:4rem 1.5rem}.section-title[data-v-8b633851]{font-size:2rem}.innovation-content[data-v-8b633851]{grid-template-columns:1fr;gap:2.5rem}.innovation-image[data-v-8b633851]{order:-1}}@media(max-width:640px){.innovation-section[data-v-8b633851]{padding:3rem 1rem}.section-title[data-v-8b633851]{font-size:1.8rem}.section-subtitle[data-v-8b633851]{font-size:1rem}.innovation-card[data-v-8b633851]{padding:1.5rem}.innovation-card h3[data-v-8b633851]{font-size:1.3rem}.innovation-card p[data-v-8b633851]{font-size:1rem}.overlay-text[data-v-8b633851]{font-size:1.2rem}}.responsibility-section[data-v-08a22f5d]{padding:6rem 2rem;background:linear-gradient(135deg,#fff5f0,#ffe8dc)}.container[data-v-08a22f5d]{max-width:1200px;margin:0 auto}.section-header[data-v-08a22f5d]{text-align:center;margin-bottom:4rem}.section-title[data-v-08a22f5d]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-08a22f5d]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-08a22f5d]{font-size:1.2rem;color:#555}.responsibility-content[data-v-08a22f5d]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-bottom:3rem}.responsibility-image[data-v-08a22f5d]{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026}.feature-image[data-v-08a22f5d]{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.responsibility-image:hover .feature-image[data-v-08a22f5d]{transform:scale(1.05)}.image-badge[data-v-08a22f5d]{position:absolute;top:1.5rem;right:1.5rem;background:#fff;padding:.75rem 1.5rem;border-radius:50px;box-shadow:0 4px 15px #0003;display:flex;align-items:center;gap:.5rem}.badge-icon[data-v-08a22f5d]{display:flex;align-items:center}.badge-text[data-v-08a22f5d]{font-weight:600;color:#ff6b35}.responsibility-cards[data-v-08a22f5d]{display:flex;flex-direction:column;gap:2rem}.responsibility-card[data-v-08a22f5d]{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .3s ease}.responsibility-card[data-v-08a22f5d]:hover{transform:translate(10px);box-shadow:0 10px 30px #ff6b3526}.card-header[data-v-08a22f5d]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-icon[data-v-08a22f5d]{display:flex;align-items:center}.responsibility-card h3[data-v-08a22f5d]{font-size:1.4rem;color:#2c3e50;margin:0}.responsibility-card p[data-v-08a22f5d]{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1rem}.card-tag[data-v-08a22f5d]{display:inline-block;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600}.commitment-banner[data-v-08a22f5d]{display:flex;align-items:center;gap:2rem;background:linear-gradient(135deg,#ff6b35,orange);padding:2.5rem 3rem;border-radius:20px;box-shadow:0 10px 30px #ff6b354d;color:#fff}.banner-icon[data-v-08a22f5d]{display:flex;align-items:center}.banner-text h4[data-v-08a22f5d]{font-size:1.8rem;margin-bottom:.5rem}.banner-text p[data-v-08a22f5d]{font-size:1.1rem;opacity:.95;margin:0}@media(max-width:968px){.responsibility-section[data-v-08a22f5d]{padding:4rem 1.5rem}.section-title[data-v-08a22f5d]{font-size:2rem}.responsibility-content[data-v-08a22f5d]{grid-template-columns:1fr;gap:2.5rem}.commitment-banner[data-v-08a22f5d]{flex-direction:column;text-align:center;padding:2rem}}@media(max-width:640px){.responsibility-section[data-v-08a22f5d]{padding:3rem 1rem}.section-title[data-v-08a22f5d]{font-size:1.8rem}.section-subtitle[data-v-08a22f5d]{font-size:1rem}.responsibility-card[data-v-08a22f5d]{padding:1.5rem}.responsibility-card h3[data-v-08a22f5d]{font-size:1.2rem}.responsibility-card p[data-v-08a22f5d]{font-size:1rem}.image-badge[data-v-08a22f5d]{top:1rem;right:1rem;padding:.5rem 1rem}.banner-text h4[data-v-08a22f5d]{font-size:1.4rem}.banner-text p[data-v-08a22f5d]{font-size:1rem}}.activities-section[data-v-10f3d144]{padding:6rem 2rem;background:#fff}.container[data-v-10f3d144]{max-width:1200px;margin:0 auto}.section-header[data-v-10f3d144]{text-align:center;margin-bottom:4rem}.section-title[data-v-10f3d144]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-10f3d144]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-10f3d144]{font-size:1.2rem;color:#555}.activities-grid[data-v-10f3d144]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:4rem}.activity-card[data-v-10f3d144]{position:relative;background:linear-gradient(135deg,#fff5f0,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:all .3s ease;overflow:hidden}.activity-card[data-v-10f3d144]:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ff6b3526}.activity-number[data-v-10f3d144]{position:absolute;top:1rem;right:1rem;font-size:4rem;font-weight:800;color:#ff6b351a}.activity-icon[data-v-10f3d144]{display:flex;align-items:center;margin-bottom:1rem}.activity-card h3[data-v-10f3d144]{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem}.activity-card p[data-v-10f3d144]{font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1.5rem}.activity-card strong[data-v-10f3d144]{color:#ff6b35}.activity-tags[data-v-10f3d144]{display:flex;gap:.5rem;flex-wrap:wrap}.tag[data-v-10f3d144]{background:linear-gradient(90deg,#ff6b35,orange);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600}.activities-image-section[data-v-10f3d144]{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:center}.image-container[data-v-10f3d144]{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000026}.activities-image[data-v-10f3d144]{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.image-container:hover .activities-image[data-v-10f3d144]{transform:scale(1.05)}.image-caption[data-v-10f3d144]{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600}.caption-icon[data-v-10f3d144]{display:flex;align-items:center}.activities-stats[data-v-10f3d144]{display:flex;flex-direction:column;gap:1.5rem}.stat-card[data-v-10f3d144]{background:linear-gradient(135deg,#ff6b35,orange);padding:1.5rem;border-radius:15px;display:flex;align-items:center;gap:1rem;color:#fff;box-shadow:0 4px 15px #ff6b354d;transition:transform .3s ease}.stat-card[data-v-10f3d144]:hover{transform:translate(5px)}.stat-icon[data-v-10f3d144]{display:flex;align-items:center}.stat-content[data-v-10f3d144]{flex:1}.stat-value[data-v-10f3d144]{font-size:1.5rem;font-weight:700;margin-bottom:.2rem}.stat-label[data-v-10f3d144]{font-size:.9rem;opacity:.95}@media(max-width:968px){.activities-section[data-v-10f3d144]{padding:4rem 1.5rem}.section-title[data-v-10f3d144]{font-size:2rem}.activities-grid[data-v-10f3d144],.activities-image-section[data-v-10f3d144]{grid-template-columns:1fr}}@media(max-width:640px){.activities-section[data-v-10f3d144]{padding:3rem 1rem}.section-title[data-v-10f3d144]{font-size:1.8rem}.section-subtitle[data-v-10f3d144]{font-size:1rem}.activity-card[data-v-10f3d144]{padding:1.5rem}.activity-card h3[data-v-10f3d144]{font-size:1.3rem}.activity-card p[data-v-10f3d144]{font-size:1rem}.stat-card[data-v-10f3d144]{padding:1rem}.stat-value[data-v-10f3d144]{font-size:1.2rem}}.timeline-section[data-v-2a57e68f]{padding:6rem 2rem;background:linear-gradient(135deg,#fff5f0,#ffe8dc);position:relative;overflow:hidden}.container[data-v-2a57e68f]{max-width:1200px;margin:0 auto}.section-header[data-v-2a57e68f]{text-align:center;margin-bottom:5rem}.section-title[data-v-2a57e68f]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-2a57e68f]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-2a57e68f]{font-size:1.2rem;color:#555}.timeline[data-v-2a57e68f]{position:relative;max-width:900px;margin:0 auto}.timeline[data-v-2a57e68f]:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:4px;background:linear-gradient(to bottom,#ff6b35,orange);transform:translate(-50%)}.timeline-item[data-v-2a57e68f]{position:relative;margin-bottom:4rem;width:100%}.timeline-content[data-v-2a57e68f]{position:relative;width:45%;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 5px 20px #0000001a;transition:all .3s ease}.timeline-content[data-v-2a57e68f]:hover{transform:scale(1.05);box-shadow:0 10px 30px #ff6b3533}.timeline-item.left .timeline-content[data-v-2a57e68f]{margin-left:0;margin-right:auto}.timeline-item.right .timeline-content[data-v-2a57e68f]{margin-left:auto;margin-right:0}.timeline-dot[data-v-2a57e68f]{position:absolute;top:2rem;width:20px;height:20px;background:#ff6b35;border:4px solid white;border-radius:50%;box-shadow:0 0 0 4px #ff6b3533;z-index:1}.timeline-item.left .timeline-dot[data-v-2a57e68f]{right:-10px;transform:translate(50%)}.timeline-item.right .timeline-dot[data-v-2a57e68f]{left:-10px;transform:translate(-50%)}.timeline-icon[data-v-2a57e68f]{display:flex;align-items:center;margin-bottom:1rem}.timeline-year[data-v-2a57e68f]{display:inline-block;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:1rem;margin-bottom:1rem}.timeline-content h3[data-v-2a57e68f]{font-size:1.5rem;color:#2c3e50;margin-bottom:.75rem}.timeline-content p[data-v-2a57e68f]{font-size:1.05rem;line-height:1.7;color:#555}@media(max-width:768px){.timeline[data-v-2a57e68f]:before{left:30px}.timeline-item.left .timeline-content[data-v-2a57e68f],.timeline-item.right .timeline-content[data-v-2a57e68f]{width:calc(100% - 80px);margin-left:80px;margin-right:0}.timeline-item.left .timeline-dot[data-v-2a57e68f],.timeline-item.right .timeline-dot[data-v-2a57e68f]{left:20px;transform:translate(0)}.timeline-content[data-v-2a57e68f]{padding:1.5rem}}@media(max-width:640px){.timeline-section[data-v-2a57e68f]{padding:3rem 1rem}.section-title[data-v-2a57e68f]{font-size:1.8rem}.section-subtitle[data-v-2a57e68f]{font-size:1rem}.timeline[data-v-2a57e68f]:before{left:20px}.timeline-item.left .timeline-content[data-v-2a57e68f],.timeline-item.right .timeline-content[data-v-2a57e68f]{width:calc(100% - 60px);margin-left:60px}.timeline-item.left .timeline-dot[data-v-2a57e68f],.timeline-item.right .timeline-dot[data-v-2a57e68f]{left:10px}.timeline-icon[data-v-2a57e68f]{font-size:2rem}.timeline-content h3[data-v-2a57e68f]{font-size:1.2rem}.timeline-content p[data-v-2a57e68f]{font-size:.95rem}}.contact-section[data-v-69c5a880]{padding:6rem 2rem;background:#fff}.container[data-v-69c5a880]{max-width:1200px;margin:0 auto}.section-header[data-v-69c5a880]{text-align:center;margin-bottom:4rem}.section-title[data-v-69c5a880]{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.title-underline[data-v-69c5a880]{width:80px;height:4px;background:linear-gradient(90deg,#ff6b35,orange);margin:0 auto 1.5rem;border-radius:2px}.section-subtitle[data-v-69c5a880]{font-size:1.2rem;color:#555}.contact-content[data-v-69c5a880]{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem}.contact-info[data-v-69c5a880]{display:flex;flex-direction:column;gap:1.5rem}.info-card[data-v-69c5a880]{background:linear-gradient(135deg,#fff5f0,#fff);padding:2rem;border-radius:20px;box-shadow:0 5px 20px #00000014;transition:transform .3s ease}.info-card[data-v-69c5a880]:hover{transform:translateY(-5px)}.info-icon[data-v-69c5a880]{display:flex;align-items:center;margin-bottom:1rem}.info-card h3[data-v-69c5a880]{font-size:1.3rem;color:#2c3e50;margin-bottom:.75rem}.info-card p[data-v-69c5a880]{font-size:1.05rem;line-height:1.7;color:#555;margin:0}.info-card a[data-v-69c5a880]{color:#ff6b35;text-decoration:none;transition:color .3s ease}.info-card a[data-v-69c5a880]:hover{color:orange;text-decoration:underline}.contact-form-wrapper[data-v-69c5a880]{background:linear-gradient(135deg,#fff5f0,#fff);padding:2.5rem;border-radius:20px;box-shadow:0 5px 20px #00000014}.contact-form[data-v-69c5a880]{display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-69c5a880]{display:flex;flex-direction:column;gap:.5rem}.form-group label[data-v-69c5a880]{font-size:1rem;font-weight:600;color:#2c3e50}.form-group input[data-v-69c5a880],.form-group textarea[data-v-69c5a880]{padding:.875rem 1rem;border:2px solid #E8E8E8;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input[data-v-69c5a880]:focus,.form-group textarea[data-v-69c5a880]:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b351a}.form-group textarea[data-v-69c5a880]{resize:vertical;min-height:120px}.submit-btn[data-v-69c5a880]{padding:1rem 2rem;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.submit-btn[data-v-69c5a880]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3566}.submit-btn[data-v-69c5a880]:disabled{opacity:.7;cursor:not-allowed}.loading[data-v-69c5a880]{display:flex;align-items:center;justify-content:center;gap:.5rem}.spinner[data-v-69c5a880]{width:16px;height:16px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin-69c5a880 .8s linear infinite}@keyframes spin-69c5a880{to{transform:rotate(360deg)}}.modal-overlay[data-v-69c5a880]{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-content[data-v-69c5a880]{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;text-align:center;max-width:400px;animation:slideUp-69c5a880 .3s ease-out}@keyframes slideUp-69c5a880{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.success-icon[data-v-69c5a880]{display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-content h3[data-v-69c5a880]{font-size:1.8rem;color:#2c3e50;margin-bottom:.75rem}.modal-content p[data-v-69c5a880]{font-size:1.1rem;color:#555;margin-bottom:2rem}.modal-btn[data-v-69c5a880]{padding:.875rem 2rem;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.modal-btn[data-v-69c5a880]:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ff6b3566}.modal-enter-active[data-v-69c5a880],.modal-leave-active[data-v-69c5a880]{transition:opacity .3s ease}.modal-enter-from[data-v-69c5a880],.modal-leave-to[data-v-69c5a880]{opacity:0}@media(max-width:968px){.contact-section[data-v-69c5a880]{padding:4rem 1.5rem}.section-title[data-v-69c5a880]{font-size:2rem}.contact-content[data-v-69c5a880]{grid-template-columns:1fr;gap:2rem}}@media(max-width:640px){.contact-section[data-v-69c5a880]{padding:3rem 1rem}.section-title[data-v-69c5a880]{font-size:1.8rem}.section-subtitle[data-v-69c5a880]{font-size:1rem}.contact-form-wrapper[data-v-69c5a880]{padding:1.5rem}.modal-content[data-v-69c5a880]{padding:2rem;margin:1rem}.modal-content h3[data-v-69c5a880]{font-size:1.5rem}}.home-page[data-v-f15a5ce5]{width:100%}.footer[data-v-f15a5ce5]{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;padding:3rem 2rem}.footer-content[data-v-f15a5ce5]{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.footer-logo[data-v-f15a5ce5]{--logo-color: white}.footer-text p[data-v-f15a5ce5]{margin:.5rem 0}.footer-tagline[data-v-f15a5ce5]{font-style:italic;opacity:.9}.delete-account-page[data-v-d51285ab]{min-height:100vh;display:flex;flex-direction:column}.delete-account-content[data-v-d51285ab]{flex:1;background:linear-gradient(135deg,#fff5f0,#ffe8dc);padding:8rem 2rem 4rem}.container[data-v-d51285ab]{max-width:900px;margin:0 auto}.page-title[data-v-d51285ab]{font-size:3rem;font-weight:800;color:#ff6b35;text-align:left;margin-bottom:1rem;letter-spacing:2px}.title-underline[data-v-d51285ab]{width:120px;height:5px;background:linear-gradient(90deg,#ff6b35,orange);margin-bottom:4rem}.info-section[data-v-d51285ab],.steps-section[data-v-d51285ab],.contact-section[data-v-d51285ab]{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 5px 25px #00000014;margin-bottom:3rem;transition:transform .3s ease}.info-section[data-v-d51285ab]:hover,.steps-section[data-v-d51285ab]:hover,.contact-section[data-v-d51285ab]:hover{transform:translateY(-5px);box-shadow:0 10px 35px #ff6b3526}.section-heading[data-v-d51285ab]{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.section-intro[data-v-d51285ab]{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.info-list[data-v-d51285ab]{list-style:none;padding:0;margin:0}.info-list li[data-v-d51285ab]{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.8;color:#555;margin-bottom:1rem;padding:.75rem;background:linear-gradient(135deg,#FFF5F0 0%,transparent 100%);border-radius:10px}.bullet[data-v-d51285ab]{color:#ff6b35;font-size:1.2rem;flex-shrink:0}.screenshots[data-v-d51285ab]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0}.screenshot-item[data-v-d51285ab]{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 8px 30px #0000001f;transition:all .3s ease}.screenshot-item[data-v-d51285ab]:hover{transform:scale(1.02);box-shadow:0 12px 40px #ff6b3533}.screenshot-image[data-v-d51285ab]{width:100%;height:auto;display:block}.notice[data-v-d51285ab]{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;line-height:1.8;color:#555;padding:1.5rem;background:linear-gradient(135deg,#fff9e6,#ffe8dc);border-left:4px solid #FFA500;border-radius:10px;margin-top:2rem}.contact-text[data-v-d51285ab]{font-size:1.1rem;color:#555;line-height:1.8;margin-bottom:1.5rem}.email-link[data-v-d51285ab]{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(90deg,#ff6b35,orange);color:#fff;text-decoration:none;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #ff6b354d}.email-link[data-v-d51285ab]:hover{transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3566}.footer[data-v-d51285ab]{background:linear-gradient(135deg,#2c3e50,#34495e);color:#fff;text-align:center;padding:2rem}.footer p[data-v-d51285ab]{margin:0;font-size:.95rem}@media(max-width:768px){.delete-account-content[data-v-d51285ab]{padding:6rem 1.5rem 3rem}.page-title[data-v-d51285ab]{font-size:2rem}.info-section[data-v-d51285ab],.steps-section[data-v-d51285ab],.contact-section[data-v-d51285ab]{padding:2rem}.section-heading[data-v-d51285ab]{font-size:1.5rem}.screenshots[data-v-d51285ab]{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.delete-account-content[data-v-d51285ab]{padding:5rem 1rem 2rem}.page-title[data-v-d51285ab]{font-size:1.8rem}.info-section[data-v-d51285ab],.steps-section[data-v-d51285ab],.contact-section[data-v-d51285ab]{padding:1.5rem}.section-heading[data-v-d51285ab]{font-size:1.3rem}.section-intro[data-v-d51285ab],.info-list li[data-v-d51285ab],.notice[data-v-d51285ab],.contact-text[data-v-d51285ab]{font-size:1rem}}
