:root{--gradient-primary:linear-gradient(135deg,#27ae60,#219653 50%,#2c3e50);--gradient-reverse:linear-gradient(135deg,#2c3e50,#27ae60);--gradient-accent:linear-gradient(135deg,#2ecc71,#27ae60);--text-dark:#2c3e50;--text-light:#f8fff9;--accent-color:#2ecc71;--accent-color-darker:#27ad60;--accent-color-light:#79fab5;--border-radius:12px;--light-shade-bg:#f0f5f3;--primary-font:"Poppins",sans-serif;--primary-start:#27ae60;--bg-light:#f4f7f6;--jwl-box-shadow:0 8px 20px rgba(0,0,0,.1);--at-box-shadow:0 8px 20px rgba(0,0,0,.1);--at-transition:all 0.3s ease;--jwl-transition:all 0.3s ease}.navbar[data-v-e10b681c]{width:100%;padding:1.2rem 0;background:#000;z-index:1000;transition:all .4s ease;box-shadow:0 2px 20px rgba(0,0,0,.1)}.navbar.scrolled[data-v-e10b681c]{padding:.8rem 0;box-shadow:0 4px 30px rgba(0,0,0,.15)}.navbar-container[data-v-e10b681c]{width:100%;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:2rem}.left-section[data-v-e10b681c]{display:flex;justify-content:flex-start}.logo-container[data-v-e10b681c]{display:flex;align-items:center;gap:.8rem}.logo[data-v-e10b681c]{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--text-light)}.brand-name[data-v-e10b681c]{font-weight:700;font-size:1.4rem;color:var(--text-light);letter-spacing:.5px}.nav-links[data-v-e10b681c]{display:flex;list-style:none;justify-content:center;align-items:center;gap:2rem;margin:0;padding:0}.mobile-sign-up-button.active[data-v-e10b681c],.sign-up-button.active[data-v-e10b681c]{background:var(--sign-up-color);color:#fff;border:2px solid #fff}.nav-link[data-v-e10b681c]{color:var(--text-light);text-decoration:none;font-weight:500;font-size:1rem;padding:.5rem 0;position:relative;transition:all .3s ease}.nav-link[data-v-e10b681c]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--text-light);transition:width .3s ease}.nav-link.active[data-v-e10b681c]:after,.nav-link[data-v-e10b681c]:hover:after{width:100%}.right-section[data-v-e10b681c]{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.language-selector[data-v-e10b681c]{display:flex;align-items:center;gap:.5rem}.language-option[data-v-e10b681c]{background:none;border:none;color:rgba(248,255,249,.7);font-weight:500;cursor:pointer;padding:.2rem .5rem;transition:all .3s ease}.language-option.active[data-v-e10b681c]{color:var(--text-light);font-weight:600}.language-divider[data-v-e10b681c]{color:rgba(248,255,249,.5)}.sign-up-button[data-v-e10b681c]{background:var(--text-light);color:var(--text-dark);padding:.6rem 1.5rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1);border:2px solid #fff;cursor:pointer}.sign-up-button[data-v-e10b681c]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.mobile-menu-button[data-v-e10b681c]{background:none;border:none;cursor:pointer;padding:.5rem;display:none}.menu-icon[data-v-e10b681c]{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.menu-icon span[data-v-e10b681c]{display:block;width:100%;height:2px;background:var(--text-light);transition:all .3s ease}.menu-icon.open span[data-v-e10b681c]:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-icon.open span[data-v-e10b681c]:nth-child(2){opacity:0}.menu-icon.open span[data-v-e10b681c]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu[data-v-e10b681c]{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--gradient-reverse);z-index:999;display:flex;flex-direction:column}.mobile-header[data-v-e10b681c]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(248,255,249,.1)}.mobile-logo-container[data-v-e10b681c]{display:flex;align-items:center;gap:.8rem}.mobile-logo[data-v-e10b681c]{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--text-light)}.mobile-brand-name[data-v-e10b681c]{font-weight:700;font-size:1.2rem;color:var(--text-light)}.mobile-close-button[data-v-e10b681c]{background:none;border:none;color:var(--text-light);font-size:2rem;cursor:pointer;padding:.5rem}.mobile-menu-content[data-v-e10b681c]{flex:1;display:flex;flex-direction:column;padding:1.5rem;overflow-y:auto}.mobile-nav-links[data-v-e10b681c]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;flex:1}.mobile-nav-link[data-v-e10b681c]{color:var(--text-light);text-decoration:none;font-size:1.2rem;font-weight:500;padding:1rem;display:block;border-radius:var(--border-radius);transition:all .3s ease}.mobile-nav-link.active[data-v-e10b681c],.mobile-nav-link[data-v-e10b681c]:hover{background:rgba(248,255,249,.1)}.mobile-footer[data-v-e10b681c]{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(248,255,249,.1);display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-language-selector[data-v-e10b681c]{display:flex;justify-content:center;gap:1.5rem;margin-bottom:0}.mobile-language-option[data-v-e10b681c]{background:none;border:none;color:rgba(248,255,249,.7);font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem}.mobile-language-option.active[data-v-e10b681c]{color:var(--text-light);font-weight:600;text-decoration:underline}.mobile-sign-up-button[data-v-e10b681c]{display:block;background:var(--text-light);color:var(--text-dark);padding:1rem;border-radius:var(--border-radius);font-weight:600;text-decoration:none;text-align:center;border:2px solid #fff;transition:all .3s ease;margin-top:0}.mobile-sign-up-button[data-v-e10b681c]:hover{transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,.1)}.menu-slide-enter-active[data-v-e10b681c],.menu-slide-leave-active[data-v-e10b681c]{transition:transform .4s cubic-bezier(.4,0,.2,1)}.menu-slide-enter-from[data-v-e10b681c],.menu-slide-leave-to[data-v-e10b681c]{transform:translateX(100%)}@media (max-width:992px){.navbar-container[data-v-e10b681c]{grid-template-columns:auto 1fr auto;gap:1rem;padding:0 1.5rem}.nav-links[data-v-e10b681c]{display:none}.mobile-menu-button[data-v-e10b681c]{display:block}.right-section[data-v-e10b681c]{gap:1rem}.language-selector[data-v-e10b681c],.sign-up-button[data-v-e10b681c]{display:none}}@media (max-width:576px){.brand-name[data-v-e10b681c]{font-size:1.2rem}.logo[data-v-e10b681c]{width:36px;height:36px}}.footer[data-v-3f0afe80]{background:#000;color:var(--text-light);padding:2.5rem 1rem 1rem;font-family:inherit}.footer-container[data-v-3f0afe80]{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px;margin:0 auto;gap:1.5rem;padding:0 1rem}.footer-section[data-v-3f0afe80]{flex:1;min-width:min(100%,250px);margin-bottom:1.5rem;justify-content:flex-start!important;margin-left:100px!important}.brand-section[data-v-3f0afe80]{display:flex;flex-direction:column}.logo-container[data-v-3f0afe80]{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.logo[data-v-3f0afe80]{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid var(--text-light)}.brand-name[data-v-3f0afe80]{font-size:1.4rem;font-weight:700}.footer-description[data-v-3f0afe80]{color:hsla(0,0%,100%,.8);font-size:.95rem;line-height:1.4;margin-top:.5rem;margin-bottom:0}.footer-section h4[data-v-3f0afe80]{font-size:1.2rem;margin-bottom:1rem;color:#fff}.social-links[data-v-3f0afe80]{display:flex;gap:1rem;margin-top:.5rem}.social-links a[data-v-3f0afe80]{color:var(--text-light);font-size:1.5rem;transition:transform .2s ease,color .3s ease;display:inline-block}.social-links a[data-v-3f0afe80]:hover{color:var(--signup-color);transform:translateY(-2px)}.contact-section p[data-v-3f0afe80]{margin:.5rem 0;display:flex;align-items:center;gap:.5rem;font-size:.95rem}.contact-section i[data-v-3f0afe80]{width:1rem;text-align:center}.footer-bottom[data-v-3f0afe80]{text-align:center;padding-top:1.5rem;font-size:.9rem;color:hsla(0,0%,100%,.7);border-top:1px solid hsla(0,0%,100%,.15);margin-top:1.5rem}.footer-links[data-v-3f0afe80]{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:.8rem}.footer-links a[data-v-3f0afe80]{color:hsla(0,0%,100%,.7);text-decoration:none;transition:color .3s ease}.footer-links a[data-v-3f0afe80]:hover{color:#fff;text-decoration:underline}.footer-description[data-v-3f0afe80],h4[data-v-3f0afe80]{text-align:left}@media (max-width:768px){.footer[data-v-3f0afe80]{padding:2rem .5rem 1rem}.footer-description[data-v-3f0afe80],h4[data-v-3f0afe80]{text-align:center}.footer-container[data-v-3f0afe80]{flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:0 .5rem}.footer-section[data-v-3f0afe80]{width:100%;max-width:300px;margin-bottom:1.5rem;justify-content:center;margin-left:0!important}.contact-section p[data-v-3f0afe80],.logo-container[data-v-3f0afe80],.social-links[data-v-3f0afe80]{justify-content:center}.footer-links[data-v-3f0afe80]{gap:.8rem 1.2rem}}@media (max-width:480px){.footer[data-v-3f0afe80]{padding:1.5rem .5rem .5rem}.footer-bottom[data-v-3f0afe80]{padding-top:1rem;margin-top:1rem}.footer-links[data-v-3f0afe80]{flex-direction:column;gap:.5rem}}.trueque-homepage-container[data-v-258bfcea]{font-family:var(--primary-font);overflow-x:hidden}.language-switcher[data-v-258bfcea]{position:fixed;top:20px;right:20px;z-index:1001;background:hsla(0,0%,100%,.9);padding:5px;border-radius:var(--border-radius);box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;gap:5px}.language-switcher button[data-v-258bfcea]{background:none;border:none;padding:8px 12px;cursor:pointer;font-weight:600;color:var(--text-dark);transition:all .2s ease;border-radius:calc(var(--border-radius) - 4px)}.language-switcher button.active[data-v-258bfcea]{background-color:var(--accent-color);color:var(--text-light)}.language-switcher button[data-v-258bfcea]:not(.active):hover{background-color:var(--light-shade-bg)}.gradient-text[data-v-258bfcea]{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;font-weight:700}.btn[data-v-258bfcea]{border-radius:var(--border-radius);padding:.85rem 2rem;font-weight:600;transition:all .35s cubic-bezier(.25,.8,.25,1);border-width:2px;letter-spacing:.5px;box-shadow:0 4px 10px rgba(0,0,0,.1);text-transform:uppercase;font-size:.9rem;position:relative;overflow:hidden}.btn span[data-v-258bfcea]{display:inline-block;transition:transform .2s ease-out;position:relative;z-index:1}.btn:hover span[data-v-258bfcea]:not(.arrow-anim){transform:scale(1.03)}.btn-accent[data-v-258bfcea]{background-color:var(--accent-color);color:var(--text-light);border-color:var(--accent-color)}.btn-accent[data-v-258bfcea]:hover{background-color:var(--accent-color-darker);border-color:var(--accent-color-darker);transform:translateY(-4px) scale(1.02);box-shadow:0 8px 20px rgba(46,204,113,.3)}.btn-outline-light[data-v-258bfcea]{border-color:var(--text-light);color:var(--text-light);background-color:transparent}.btn-outline-light[data-v-258bfcea]:hover{background-color:var(--text-light);color:var(--gradient-primary-start);transform:translateY(-4px) scale(1.02);box-shadow:0 6px 18px hsla(0,0%,100%,.2)}.section-title[data-v-258bfcea]{font-size:2.8rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;letter-spacing:-.5px}@media (max-width:768px){.section-title[data-v-258bfcea]{font-size:2.2rem}}.hero-section[data-v-258bfcea]{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--gradient-primary);color:var(--text-light);padding:6rem 1rem;overflow:hidden}.hero-interactive-bg[data-v-258bfcea]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.interactive-shape[data-v-258bfcea]{position:absolute;border-radius:50%;background-color:rgba(248,255,249,.08);transition:transform .2s cubic-bezier(.075,.82,.165,1);animation:pulseShape-258bfcea 6s ease-in-out infinite alternate}.interactive-shape.shape1[data-v-258bfcea]{width:180px;height:180px;top:15%;left:10%;animation-delay:0s}.interactive-shape.shape2[data-v-258bfcea]{width:250px;height:250px;bottom:20%;right:15%;animation-delay:1s;background-color:rgba(46,204,113,.1)}.interactive-shape.shape3[data-v-258bfcea]{width:120px;height:120px;top:50%;left:45%;animation-delay:2s}@keyframes pulseShape-258bfcea{0%{transform:scale(.98);opacity:.6}to{transform:scale(1.02);opacity:.9}}.swapping-animation[data-v-258bfcea]{position:absolute;bottom:10%;left:50%;transform:translateX(-50%);display:flex;gap:50px;z-index:1}.swapping-item[data-v-258bfcea]{font-size:2.5rem;animation:swapPlaces-258bfcea 6s ease-in-out infinite}.swapping-item.item-a[data-v-258bfcea]{animation-delay:0s}.swapping-item.item-b[data-v-258bfcea]{animation-delay:-3s}@keyframes swapPlaces-258bfcea{0%,to{transform:translateX(0) rotate(0deg) scale(1);opacity:.8}25%{transform:translateY(-15px) rotate(10deg) scale(1.05);opacity:1}50%{transform:translateX(40px) rotate(0deg) scale(1);opacity:.8}75%{transform:translateY(-15px) rotate(-10deg) scale(1.05);opacity:1}}.hero-content[data-v-258bfcea]{position:relative;z-index:2;max-width:850px;padding:0 20px}.hero-title[data-v-258bfcea]{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.25;display:flex;flex-wrap:wrap;justify-content:center}.hero-title .char[data-v-258bfcea]{display:inline-block;color:var(--accent-color-light);animation:jumpIn-258bfcea .5s ease-out forwards;opacity:0;transform:translateY(-20px)}.hero-title .hero-title-main[data-v-258bfcea]{animation:fadeInText-258bfcea 1s ease-out .5s forwards;opacity:0;padding-left:.25em}@keyframes jumpIn-258bfcea{to{opacity:1;transform:translateY(0)}}@keyframes fadeInText-258bfcea{to{opacity:1}}.hero-subtitle[data-v-258bfcea]{font-size:1.25rem;margin-bottom:2.5rem;color:rgba(248,255,249,.9);max-width:700px;margin-left:auto;margin-right:auto}.hero-cta[data-v-258bfcea]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.hero-cta .btn[data-v-258bfcea]{padding:1rem 2.2rem;font-size:1rem}.how-it-works-section[data-v-258bfcea]{background-color:var(--light-shade-bg)}.how-it-works-section .step-card[data-v-258bfcea]{background-color:#fff;border-radius:var(--border-radius);box-shadow:0 5px 25px rgba(44,62,80,.07);transition:transform .3s ease,box-shadow .3s ease;min-height:280px}.how-it-works-section .step-card[data-v-258bfcea]:hover{transform:translateY(-8px);box-shadow:0 12px 35px rgba(44,62,80,.1)}.step-number[data-v-258bfcea]{font-size:1.5rem;font-weight:700;color:var(--accent-color);width:40px;height:40px;line-height:40px;text-align:center;border:2px solid var(--accent-color-light);border-radius:50%;margin:0 auto 1rem auto;background-color:var(--accent-color-light);color:var(--text-dark)}.step-icon[data-v-258bfcea]{font-size:2.5rem;color:var(--gradient-primary-start);margin-bottom:1rem}.step-title[data-v-258bfcea]{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.why-trueque-section[data-v-258bfcea]{background-color:#fff;position:relative;overflow:hidden}.interactive-image-container[data-v-258bfcea]{position:relative;padding:20px}.community-image[data-v-258bfcea]{border-radius:var(--border-radius);transition:transform .3s ease-out;box-shadow:0 10px 30px rgba(0,0,0,.1);max-width:100%;height:auto}.interactive-image-container:hover .community-image[data-v-258bfcea]{transform:scale(1.02)}.floating-icon[data-v-258bfcea]{position:absolute;font-size:1.8rem;background:hsla(0,0%,100%,.85);padding:.4rem;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.1);animation:floatSimple-258bfcea 3.5s ease-in-out infinite;z-index:1}.icon-heart[data-v-258bfcea]{top:10%;left:5%;animation-delay:0s}.icon-handshake[data-v-258bfcea]{bottom:15%;right:10%;animation-delay:.5s}.icon-recycle[data-v-258bfcea]{top:40%;right:5%;animation-delay:1s}@keyframes floatSimple-258bfcea{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.features-section[data-v-258bfcea]{background-color:var(--light-shade-bg)}.feature-card-wrapper[data-v-258bfcea]{perspective:1500px;width:100%;display:flex}.feature-card[data-v-258bfcea]{width:100%;min-height:280px;position:relative;border-radius:var(--border-radius);display:flex}.feature-card-flipper[data-v-258bfcea]{width:100%;height:100%;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);transform-style:preserve-3d;box-shadow:0 8px 25px rgba(44,62,80,.1);border-radius:var(--border-radius)}.feature-card-wrapper:hover .feature-card-flipper[data-v-258bfcea]{transform:rotateY(180deg)}.feature-card-back[data-v-258bfcea],.feature-card-front[data-v-258bfcea]{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:var(--border-radius);padding:1.5rem}.feature-card-front[data-v-258bfcea]{background-color:#fff}.feature-card-back[data-v-258bfcea]{background:var(--gradient-accent);transform:rotateY(180deg);color:var(--text-light)}.feature-icon-back[data-v-258bfcea],.feature-icon[data-v-258bfcea]{font-size:2.8rem;color:var(--accent-color);line-height:1;transition:transform .3s ease;margin-bottom:1rem}.feature-card-wrapper:hover .feature-icon[data-v-258bfcea]{transform:scale(1.05) rotate(3deg)}.feature-icon-back[data-v-258bfcea]{color:#fff}.feature-title[data-v-258bfcea]{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.feature-back-title[data-v-258bfcea]{color:#fff;font-weight:600;margin-bottom:.5rem}.coin-animation-container[data-v-258bfcea]{display:flex;margin-top:10px;justify-content:center}.coin[data-v-258bfcea]{width:18px;height:18px;background-color:gold;border-radius:50%;margin:0 2px;animation:bounceCoin-258bfcea 1s ease-out infinite;border:1.5px solid #daa520}.coin[data-v-258bfcea]:nth-child(2){animation-delay:.1s}.coin[data-v-258bfcea]:nth-child(3){animation-delay:.2s}@keyframes bounceCoin-258bfcea{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.animated-swipe-visual[data-v-258bfcea]{position:relative;height:50px;width:90px;margin:0 auto}.swipe-card-back[data-v-258bfcea]{position:absolute;width:60px;height:40px;background:linear-gradient(135deg,#e0e0e0,#f0f0f0);border:1.5px solid var(--accent-color-light);border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.1);transform-origin:bottom center;animation:swipe-effect-back-258bfcea 3s ease-in-out infinite}.swipe-card-back[data-v-258bfcea]:first-child{z-index:3;animation-delay:0s}.swipe-card-back[data-v-258bfcea]:nth-child(2){z-index:2;transform:rotate(-5deg) translateX(-4px) translateY(2px);animation-delay:-.1s}.swipe-card-back[data-v-258bfcea]:nth-child(3){z-index:1;transform:rotate(-10deg) translateX(-8px) translateY(4px);animation-delay:-.2s}@keyframes swipe-effect-back-258bfcea{0%,to{transform:translateX(0) rotate(0deg) scale(1);opacity:1}30%{transform:translateX(-35px) rotate(-15deg) scale(.9);opacity:1}35%{transform:translateX(35px) rotate(0deg) scale(0);opacity:0}36%{transform:translateX(35px) rotate(0deg) scale(0);opacity:0;z-index:0}50%{transform:translateX(0) rotate(0deg) scale(1);opacity:1;z-index:3}}.animated-leaf[data-v-258bfcea]{display:inline-block;animation:fall-258bfcea 3s linear infinite;font-size:1.2rem}.animated-leaf[data-v-258bfcea]:nth-child(2){animation-delay:1s}@keyframes fall-258bfcea{0%{transform:translateY(-8px) rotate(0deg);opacity:1}to{transform:translateY(18px) rotate(1turn);opacity:0}}.skill-icons[data-v-258bfcea]{font-size:1.2rem;margin-top:5px;animation:danceIcons-258bfcea 3s ease-in-out infinite}@keyframes danceIcons-258bfcea{0%,to{transform:rotate(0deg)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}.core-values-section .value-card[data-v-258bfcea]{background-color:#fff;border-radius:var(--border-radius);box-shadow:0 4px 15px rgba(44,62,80,.06);transition:transform .3s ease,box-shadow .3s ease;height:100%}.core-values-section .value-card[data-v-258bfcea]:hover{transform:translateY(-6px);box-shadow:0 10px 25px rgba(44,62,80,.09)}.value-icon[data-v-258bfcea]{font-size:2.5rem;color:var(--gradient-primary-start);margin-bottom:1rem}.value-title[data-v-258bfcea]{font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.inspired-exchanges-section[data-v-258bfcea]{background-color:var(--light-shade-bg)}.inspired-exchanges-section .exchange-pair-card[data-v-258bfcea]{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 5px 20px rgba(0,0,0,.07);width:100%;transition:transform .3s ease;padding:1.5rem}.inspired-exchanges-section .exchange-pair-card[data-v-258bfcea]:hover{transform:scale(1.03)}.exchange-item[data-v-258bfcea]{text-align:center;flex:1}.exchange-icon[data-v-258bfcea]{font-size:2rem;display:block;margin-bottom:.5rem;color:var(--accent-color)}.exchange-arrow[data-v-258bfcea]{font-size:1.8rem;color:var(--text-dark);font-weight:700;margin:0 1rem;animation:arrowPulseHorizontal-258bfcea 2s ease-in-out infinite}@keyframes arrowPulseHorizontal-258bfcea{0%,to{transform:scaleX(1)}50%{transform:scaleX(1.2)}}.testimonials-section .testimonial-card[data-v-258bfcea]{background-color:#fff;border-radius:var(--border-radius);box-shadow:0 6px 20px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease}.testimonials-section .testimonial-card[data-v-258bfcea]:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.12)}.testimonial-text[data-v-258bfcea]{color:var(--text-dark);font-size:.95rem;line-height:1.6;flex-grow:1;font-style:italic}.testimonial-author[data-v-258bfcea]{display:flex;align-items:center;border-top:1px solid #ddd;padding-top:1rem;margin-top:1rem}.author-avatar[data-v-258bfcea]{width:45px;height:45px;border-radius:50%;-o-object-fit:cover;object-fit:cover;margin-right:1rem}.impact-section[data-v-258bfcea]{background-color:var(--light-shade-bg)}.character-trade-animation[data-v-258bfcea]{display:flex;align-items:center;justify-content:center;font-size:2.5rem;gap:20px}.character[data-v-258bfcea]{position:relative}.trade-item[data-v-258bfcea]{position:absolute;font-size:1.2rem;background:#fff;padding:2px 4px;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.15)}.char-a .item-apple[data-v-258bfcea]{top:-8px;right:-8px;animation:itemMoveA-258bfcea 4s ease-in-out infinite}.char-b .item-tool[data-v-258bfcea]{top:-8px;left:-8px;animation:itemMoveB-258bfcea 4s ease-in-out infinite}.arrows[data-v-258bfcea]{font-size:1.8rem;animation:arrowsPulse-258bfcea 2s infinite;color:var(--accent-color)}@keyframes itemMoveA-258bfcea{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(25px,4px) rotate(15deg)}}@keyframes itemMoveB-258bfcea{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-25px,4px) rotate(-15deg)}}@keyframes arrowsPulse-258bfcea{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.impact-list[data-v-258bfcea]{margin-top:1.5rem}.impact-list li[data-v-258bfcea]{margin-bottom:.5rem;opacity:0}.impact-list .fa-check-circle[data-v-258bfcea]{color:var(--accent-color);margin-right:.5rem;animation:checkMarkPop-258bfcea .5s ease-out forwards;opacity:0}@keyframes checkMarkPop-258bfcea{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.cta-section[data-v-258bfcea]{background:var(--gradient-reverse);color:var(--text-light);position:relative;overflow:hidden;padding:5rem 1rem}.cta-background-animation[data-v-258bfcea]{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,0) 70%);animation:pulseCTA_BG-258bfcea 4s ease-in-out infinite;z-index:0}@keyframes pulseCTA_BG-258bfcea{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.4);opacity:.9}}.cta-content[data-v-258bfcea]{position:relative;z-index:1;max-width:900px;margin:0 auto}.cta-title[data-v-258bfcea]{font-size:3rem;margin-bottom:1.5rem;line-height:1.2}.pulsing-text[data-v-258bfcea]{animation:pulseText-258bfcea 1.5s ease-in-out infinite;display:inline-block}@keyframes pulseText-258bfcea{0%,to{transform:scale(1);color:var(--accent-color-light)}50%{transform:scale(1.05);color:#fff}}.cta-subtitle[data-v-258bfcea]{font-size:1.25rem;margin-bottom:2rem;color:rgba(248,255,249,.95);max-width:700px;margin-left:auto;margin-right:auto}.cta-buttons[data-v-258bfcea]{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-buttons .btn[data-v-258bfcea]{padding:1rem 2.2rem}.cta-buttons .btn:hover .arrow-anim[data-v-258bfcea]{transform:translateX(6px) scale(1.05)}.arrow-anim[data-v-258bfcea]{display:inline-block;transition:transform .3s ease-out}.cta-buttons .btn[data-v-258bfcea]:active{transform:translateY(-2px) scale(.98)!important}.cta-buttons .btn[data-v-258bfcea]:first-child:hover:after{content:"🎊";position:absolute;top:-10px;right:-10px;animation:burst-258bfcea .5s ease-out}@keyframes burst-258bfcea{0%{transform:scale(0);opacity:0}to{transform:scale(1.3);opacity:1}}.trueque-footer[data-v-258bfcea]{background:var(--gradient-primary);color:var(--text-light);padding:2rem 0}.footer-links[data-v-258bfcea]{display:flex;gap:20px;justify-content:center}.footer-links a[data-v-258bfcea]{color:var(--text-light);text-decoration:none;transition:color .2s ease}.footer-links a[data-v-258bfcea]:hover{color:var(--accent-color-light);text-decoration:underline}.animate-fade-in-down[data-v-258bfcea]{animation:fadeInDown-258bfcea .8s ease-out forwards;opacity:0}.animate-fade-in-up[data-v-258bfcea]{animation:fadeInUp-258bfcea .8s ease-out forwards;opacity:0}.animation-delay-100[data-v-258bfcea]{animation-delay:.1s!important}.animation-delay-150[data-v-258bfcea]{animation-delay:.15s!important}.animation-delay-200[data-v-258bfcea]{animation-delay:.2s!important}.animation-delay-300[data-v-258bfcea]{animation-delay:.3s!important}.animation-delay-400[data-v-258bfcea]{animation-delay:.4s!important}.animation-delay-500[data-v-258bfcea]{animation-delay:.5s!important}.animation-delay-600[data-v-258bfcea]{animation-delay:.6s!important}.animation-delay-700[data-v-258bfcea]{animation-delay:.7s!important}.animate-on-scroll[data-v-258bfcea]{opacity:0;transition:opacity .8s ease-out,transform .8s cubic-bezier(.165,.84,.44,1)}.animate-on-scroll.fade-in-left[data-v-258bfcea]{transform:translateX(-50px)}.animate-on-scroll.fade-in-right[data-v-258bfcea]{transform:translateX(50px)}.animate-on-scroll.fade-in-up[data-v-258bfcea]{transform:translateY(40px)}.animate-on-scroll.pop-in[data-v-258bfcea]{transform:scale(.9) translateY(15px)}.animate-on-scroll.is-visible[data-v-258bfcea]{opacity:1;transform:translateX(0) translateY(0) scale(1)}@keyframes fadeInDown-258bfcea{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp-258bfcea{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.feature-card[data-v-258bfcea]{min-height:260px}.step-card[data-v-258bfcea]{min-height:220px}}@media (max-width:768px){.hero-title[data-v-258bfcea]{font-size:2.6rem}.hero-subtitle[data-v-258bfcea]{font-size:1.1rem}.section-title[data-v-258bfcea]{font-size:2rem}.cta-title[data-v-258bfcea]{font-size:2.3rem}.feature-card[data-v-258bfcea]{min-height:220px}.step-card[data-v-258bfcea]{min-height:auto;margin-bottom:1rem}.character-trade-animation[data-v-258bfcea]{flex-direction:column;gap:8px}.swapping-animation[data-v-258bfcea]{bottom:5%;gap:20px}.swapping-item[data-v-258bfcea]{font-size:2rem}.inspired-exchanges-section .exchange-pair-card[data-v-258bfcea]{flex-direction:column;gap:.5rem;padding:1rem}.exchange-arrow[data-v-258bfcea]{transform:rotate(90deg);margin:.5rem 0}.footer-links[data-v-258bfcea]{flex-direction:column;gap:10px}}@media (max-width:576px){.hero-title[data-v-258bfcea]{font-size:2rem}.hero-cta .btn[data-v-258bfcea]{padding:.7rem 1.3rem;font-size:.85rem}.section-title[data-v-258bfcea]{font-size:1.7rem}.cta-title[data-v-258bfcea]{font-size:1.9rem}.why-trueque-section .floating-icon[data-v-258bfcea]{font-size:1.5rem;padding:.3rem}.language-switcher[data-v-258bfcea]{top:10px;right:10px}.language-switcher button[data-v-258bfcea]{padding:6px 10px;font-size:.9rem}.cta-buttons[data-v-258bfcea]{flex-direction:column}.cta-buttons .btn[data-v-258bfcea]{width:100%}}