.header{background-color:#1a1a1a;border-bottom:1px solid #333;position:sticky;top:0;z-index:1000}.header-container{margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px}.left-section{display:flex;align-items:center;gap:40px}.logo-section{display:flex;align-items:center;gap:15px}.logo{display:flex;align-items:center;gap:8px}.logo-text{color:#fff;font-size:24px;font-weight:700;cursor:pointer;letter-spacing:1px}.logo-icon{display:flex;align-items:center;justify-content:center}.logo-text-green{color:#f69219;font-size:24px;font-weight:700;letter-spacing:1px}.logo-divider{width:1px;height:30px;background-color:#fff;opacity:.3}.tagline{color:#ccc;font-size:14px;font-weight:400}.nav-menu{display:flex;align-items:center;gap:30px}.nav-item{position:relative;flex-shrink:0}.nav-link{background:none;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0;display:flex;align-items:center;gap:6px;transition:color .2s ease;text-decoration:none;white-space:nowrap}.nav-link:hover{color:#f69219}.dropdown-arrow{transition:transform .2s ease}.dropdown-hover:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-hover .dropdown-menu{opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.dropdown-hover:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu{position:absolute;top:100%;left:0;background-color:#2a2a2a;border:1px solid #444;border-radius:8px;padding:8px 0;min-width:180px;box-shadow:0 4px 12px #0000004d;z-index:1001;margin-top:5px}.dropdown-item{display:block;padding:10px 20px;color:#fff;text-decoration:none;font-size:14px;transition:background-color .2s ease}.dropdown-item:hover{background-color:#3a3a3a;color:#f69219}.language-selector{display:flex;align-items:center;gap:12px;position:relative}.flag-icon{display:flex;align-items:center}.language-button{background:none;border:1px solid #666;color:#fff;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:6px;display:flex;align-items:center;gap:8px;transition:all .2s ease;min-width:140px;justify-content:space-between}.language-button:hover{border-color:#f69219;background-color:#2a2a2a}.language-dropdown{right:0;left:auto;min-width:160px}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:5px;color:#fff;z-index:1002}.mobile-menu-icon{display:block;width:24px;height:24px}.mobile-menu-icon line{stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke-dasharray .3s ease,stroke-dashoffset .3s ease}.mobile-menu-icon.active line:nth-child(1){stroke-dasharray:6 6;transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-icon.active line:nth-child(2){opacity:0}.mobile-menu-icon.active line:nth-child(3){stroke-dasharray:6 6;transform:rotate(45deg) translate(7px,-6px)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}@media(min-width:769px)and (max-width:1024px){.left-section{gap:20px}.nav-menu{gap:15px}.nav-link{font-size:13px}.nav-item:not(.dropdown-hover){display:none}}@media(max-width:1024px){.header-container{padding:0 15px}}@media(max-width:768px){.mobile-menu-btn{display:block}.nav-menu{display:none;position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:#1a1a1a;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;padding:20px 0;overflow-y:auto;z-index:1002}.nav-menu.active{display:flex}.nav-item{width:100%;text-align:center;border-bottom:1px solid #333}.nav-link{padding:15px 20px;width:100%;justify-content:center}.dropdown-menu{position:static;width:100%;background-color:#2a2a2a;border:none;border-radius:0;margin-top:0;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.dropdown-hover.active .dropdown-menu{display:block}.dropdown-item{text-align:center;border-bottom:1px solid #444}.language-selector{display:none}.header-container{height:70px;padding:0 15px}.left-section{gap:15px;flex:1}.logo-section{flex-shrink:0}.logo-text{display:flex;flex-direction:column;align-items:center;text-align:center;line-height:1.2;z-index:1}.logo-text-green{font-size:20px}.logo-text-top{font-size:24px;font-weight:800}.logo-text-bottom{font-size:19px;font-weight:400}.nav-link{font-size:12px;padding:12px 20px}.dropdown-item{font-size:13px;padding:12px 20px}}@media(max-width:768px){.logo-section{gap:8px}.logo-icon img{width:32px;height:32px}.logo-text,.logo-text-green{font-size:20px}.tagline{font-size:12px;white-space:nowrap}.logo-divider{height:24px}}@media(max-width:480px){.logo-icon img{width:28px;height:28px}.logo-text,.logo-text-green{font-size:18px}.tagline{font-size:11px}}.hero-container{padding:150px;min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.crypto-background{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;z-index:1}.crypto-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain;border-radius:50%}.hero-content{z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:1400px;padding:2rem;gap:2rem;flex:1}.main-row{display:flex;align-items:flex-start;justify-content:center;gap:3rem;width:100%;max-width:1200px}.left-column{flex:1;display:flex;flex-direction:column;justify-content:flex-start;text-align:left;gap:1rem}.subtitle1{font-size:2.8rem;font-weight:400;color:#fff;margin:0;opacity:.9}.subtitle2{font-size:2.5rem;font-weight:400;color:#fff;margin:0;opacity:.9}.subtitle{font-size:1.2rem;color:#aeb0b5;margin:0;opacity:.9}.trust-item{display:flex;align-items:center;gap:12px;color:#fff;font-size:1rem}.check-icon{width:24px;height:24px;background:#f69219;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:14px}.check-icon1{width:24px;height:24px;background:#06c;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:14px}.payment-section{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-top:1rem}.payment-text{color:#fff;font-size:1rem;margin:0 0 1rem;opacity:.9}.payment-methods{display:flex;align-items:center;gap:1rem}.visa-logo{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:2px}.mastercard-logo{position:relative;width:40px;height:25px}.mc-circle{position:absolute;width:20px;height:20px;border-radius:50%;top:2.5px}.mc-circle.red{background:#eb001b;left:0}.mc-circle.orange{background:#f79e1b;right:0}.generic-card{width:40px;height:25px;background:linear-gradient(45deg,#ff6b35,#f7931e);border-radius:4px}.exchange-section{flex:0 0 600px;display:flex;justify-content:center}.exchange-form{background:#2a2a2a;border-radius:16px;padding:1.5rem;width:100%;box-shadow:0 8px 32px #0000004d}.form-tabs{display:flex;margin-bottom:1.5rem;background:#1a1a1a;border-radius:8px;padding:4px}.form-tab{flex:1;background:transparent;border:none;color:#fff;padding:10px 18px;font-size:12px;cursor:pointer;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}.form-tab.active{background:#4a3a5a;color:#fff}.spanish-flag{display:flex;align-items:center}.input-section{margin-bottom:1rem}.input-label{position:absolute;top:4px;left:10px;bottom:12px;font-size:12px;color:#aaa;pointer-events:none}.input-group{position:relative;display:flex;align-items:center;background:#3e3e59;border:1px solid #444;border-radius:8px}.amount-input{flex:1;border:none;background:transparent;color:#fff;font-size:16px;outline:none;padding:20px 17px 6px 12px}.currency-selector{display:flex;align-items:center;gap:8px;height:55px;padding:12px 16px;background:#36324a;border-left:1px solid #333;cursor:pointer;transition:background .2s ease;min-width:80px;justify-content:flex-end}.currency-selector:hover{background:#f5f5f5}.btc-icon,.usdt-icon{width:20px;height:20px;background:#f7931a;color:#fff;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.currency-code{color:#fff;font-weight:500;font-size:14px;margin-right:4px}.dropdown-arrow{color:#666;transition:transform .2s ease;width:12px;height:12px}.input-info-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.input-info{display:flex;flex-direction:column;gap:4px}.no-fees{display:flex;align-items:center;gap:6px;font-size:12px;color:#f69219}.green-dot{width:6px;height:6px;background:#f69219;border-radius:50%;flex-shrink:0}.rate-info{font-size:12px;color:#999}.swap-icon{justify-content:center;margin:1rem 0}.warning-box{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:12px;color:#999;font-size:12px;text-align:center;margin-bottom:1rem}.exchange-button{width:100%;background:#f69219;color:#000;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:0}.exchange-button:hover{background:#00e677;transform:translateY(-1px)}.promo-banner{position:relative;display:flex;background:radial-gradient(circle at top left,#444,#2a2a2a 70%);padding:1rem 2rem;margin-top:8rem;border-radius:12px;width:70%}.banner-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.banner-left{display:flex;align-items:center;gap:12px}.percentage-icon{font-size:1.5rem;color:#fff;font-weight:700}.diamond-icon{font-size:1.2rem;animation:sparkle 2s infinite}@keyframes sparkle{0%,to{opacity:1}50%{opacity:.5}}.banner-text{color:#fff;font-size:1rem;font-weight:500}.banner-button{background:#4a4a4a;color:#fff;border:none;padding:8px 16px;margin:0 5px;border-radius:6px;font-size:14px;cursor:pointer;transition:background .2s ease;position:relative}.banner-button:hover{background:#5a5a5a}@media(max-width:1024px){.hero-container{padding:100px 1rem}.hero-content{padding:1.5rem 0;gap:1.5rem;max-width:100%}.main-row{gap:2rem;max-width:100%}.subtitle1{font-size:2.4rem}.subtitle2{font-size:2.1rem}.subtitle{font-size:1.1rem}.exchange-section{flex:0 0 500px}.exchange-form{padding:1.25rem}.payment-methods{gap:.8rem}.promo-banner{width:100%;padding:1rem}}@media(max-width:768px){.hero-container{padding:50px 0}.hero-content{padding:1rem 0;gap:1.2rem}.main-row{flex-direction:column;gap:1.5rem;align-items:center;width:100%}.left-column{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem}.subtitle1{font-size:1.4rem;margin:0}.subtitle2{font-size:1.3rem;margin:0}.subtitle{font-size:1rem;margin-top:.5rem}.exchange-section{width:100%;display:flex;justify-content:center}.exchange-form{width:100%;padding:1rem;border-radius:12px}.trust-section{margin-top:1rem;order:3;text-align:center}.trust-item{display:none}.promo-banner{width:100%;margin-bottom:2rem}}.currency-selector-wrapper{position:relative;display:inline-block;width:100%}.currency-selector{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #e1e5e9;border-radius:8px;background:#fff;min-width:80px;transition:border-color .2s ease}.currency-selector:hover{border-color:#4f46e5}.currency-selector .currency-code{margin:0 8px;font-weight:500;color:#374151}.dropdown-arrow{transition:transform .2s ease;color:#6b7280}.dropdown-arrow.rotated{transform:rotate(180deg)}.send-dropdown,.get-dropdown{top:calc(100% + 4px)}.dropdown-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background-color .2s ease}.dropdown-item:last-child{border-bottom:none}.dropdown-item .currency-code{margin:0 8px;font-weight:500}.exchange-form{position:relative;z-index:10}.features-container{background:#1a1a1a;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.exchange-process-section{background:#2a2a2a;padding:4rem 2rem;max-width:1400px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0;text-align:center;flex:1}.learn-more-link{color:#f69219;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease}.learn-more-link:hover{color:#00e677}.process-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.process-card{background:#1a1a1a;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.process-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00ff881a}.step-indicator{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:1.5rem}.step-number{font-size:3rem;font-weight:700;color:#8a7a9a;line-height:1}.step-arrow{font-size:2rem;color:#8a7a9a;font-weight:300}.step-checkmark{font-size:2.5rem;color:#f69219;font-weight:700;margin-left:8px}.card-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.card-description{font-size:1rem;color:#ccc;line-height:1.6;margin:0}.reliable-service-section{background:#1a1a1a;padding:3rem 2rem;text-align:center}.service-title-container{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:600px;margin:0 auto}.sparkle-icon{font-size:1.5rem;color:#f69219;font-weight:300}.service-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.testimonials-section{background:#1a1a1a;padding:4rem 2rem;max-width:1400px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:#2a2a2a;border-radius:12px;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.testimonial-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.star-rating{display:flex;gap:2px;margin-bottom:1.5rem}.star{color:#f69219;font-size:1.2rem;font-weight:400}.testimonial-text{font-size:1rem;color:#fff;line-height:1.6;margin:0 0 1.5rem}.testimonial-footer{display:flex;align-items:center;gap:12px}.company-icon{font-size:1.2rem;color:#f69219;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.author-info{display:flex;flex-direction:column}.author-name{font-size:1rem;font-weight:600;color:#fff;margin-bottom:2px}.author-title{font-size:.9rem;color:#ccc;font-weight:400}@media(max-width:1024px){.section-title,.service-title{font-size:2rem}.process-cards,.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:768px){.exchange-process-section,.reliable-service-section,.testimonials-section{padding:2rem 1rem}.section-header{flex-direction:column;gap:1rem;text-align:center}.section-title,.service-title{font-size:1.8rem}.service-title-container{flex-direction:column;gap:.5rem}.process-card,.testimonial-card{padding:1.5rem}.step-number{font-size:2.5rem}.step-arrow{font-size:1.5rem}.step-checkmark{font-size:2rem}}@media(max-width:480px){.section-title,.service-title{font-size:1.5rem}.card-title{font-size:1.3rem}.card-description,.testimonial-text,.author-name{font-size:.9rem}.author-title{font-size:.8rem}}.partners-container{background:#2a2a2a;padding:3rem 0;overflow:hidden;position:relative}.partners-scroll{overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}.partners-scroll::-webkit-scrollbar{display:none}.partners-track{display:flex;gap:3rem;padding:0 2rem;min-width:-moz-max-content;min-width:max-content;animation:scroll 30s linear infinite}.partner-item{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:200px}.partner-logo{display:flex;align-items:center;gap:12px;padding:1rem;border-radius:8px;transition:all .3s ease;cursor:pointer}.partner-logo:hover{background:#ffffff0d;transform:translateY(-2px)}.logo-symbol{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.partner-name{color:#fff;font-size:1rem;font-weight:500;white-space:nowrap}.partner-name-multiline{display:flex;flex-direction:column;color:#fff;font-size:1rem;font-weight:500;line-height:1.2}.swapzone .satellite-icon{position:relative;width:32px;height:32px}.satellite-circle{width:20px;height:20px;background:linear-gradient(45deg,#06f,#f06);border-radius:50%;position:absolute;top:6px;left:6px}.satellite-lines{position:absolute;top:0;left:0;width:100%;height:100%}.line{position:absolute;background:#06f;border-radius:1px}.line-1{width:8px;height:2px;top:8px;left:0;transform:rotate(45deg)}.line-2{width:6px;height:2px;top:16px;right:0;transform:rotate(-45deg)}.line-3{width:10px;height:2px;bottom:8px;left:4px;transform:rotate(0)}.swapzone .partner-name{color:#f06}.overlapping-shapes{position:relative;width:32px;height:32px}.shape{position:absolute;width:20px;height:20px;border-radius:4px}.shape-blue{background:#06f;top:0;left:0;transform:rotate(45deg)}.shape-yellow{background:#fc0;bottom:0;right:0;transform:rotate(-45deg)}.shield-logo{position:relative;width:32px;height:32px}.shield-outline{width:100%;height:100%;background:linear-gradient(45deg,#f69219,#06f,#f06);border-radius:8px 8px 12px 12px;position:relative}.shield-outline:before{content:"";position:absolute;inset:2px;background:#1a1a1a;border-radius:6px 6px 10px 10px}.shield-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f69219;font-size:10px;font-weight:700;z-index:1}.hexagon-logo{position:relative;width:32px;height:32px}.hex-shape{width:100%;height:100%;background:linear-gradient(45deg,#06f,#8a2be2);clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.now-text{color:#06f;font-size:14px;font-weight:700}.coin-button{width:32px;height:24px;background:#06f;border-radius:6px;display:flex;align-items:center;justify-content:center}.coin-text{color:#fff;font-size:8px;font-weight:700;letter-spacing:.5px}.tangem-icon{position:relative;width:32px;height:32px}.tangem-shape{width:100%;height:100%;background:#fff;clip-path:polygon(20% 0%,80% 0%,100% 20%,100% 80%,80% 100%,20% 100%,0% 80%,0% 20%);position:relative}.tangem-shape:before{content:"";position:absolute;inset:4px;background:#1a1a1a;clip-path:polygon(20% 0%,80% 0%,100% 20%,100% 80%,80% 100%,20% 100%,0% 80%,0% 20%)}.guarda-shield{position:relative;width:32px;height:32px}.shield-icon{width:100%;height:100%;background:#6a5acd;border-radius:8px 8px 12px 12px;position:relative}.shield-icon:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#fff;border-radius:50%}.shield-icon:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:16px;height:2px;background:#fff;border-radius:1px}.cake-logo{position:relative;width:32px;height:32px}.cake-circle{width:100%;height:100%;background:#87ceeb;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center}.cake-c{position:absolute;left:8px;color:#fff;font-size:16px;font-weight:700}.cake-w{position:absolute;right:8px;color:#fff;font-size:12px;font-weight:700;background:#fff;color:#87ceeb;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rubic-cube{position:relative;width:32px;height:32px}.cube-3d{width:100%;height:100%;background:linear-gradient(45deg,#f69219,#0c6);border-radius:6px;position:relative;box-shadow:0 4px 8px #00ff884d;animation:glow 2s ease-in-out infinite alternate}.cube-3d:before{content:"";position:absolute;inset:-4px 4px 4px -4px;background:linear-gradient(45deg,#0c6,#094);border-radius:6px;z-index:-1}.cube-3d:after{content:"";position:absolute;inset:4px -4px -4px 4px;background:linear-gradient(45deg,#f69219,#0c6);border-radius:6px;z-index:-2}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes glow{0%{box-shadow:0 4px 8px #00ff884d}to{box-shadow:0 4px 16px #0f89}}@media(max-width:1024px){.partners-track{gap:2rem;padding:0 1rem}.partner-item{min-width:180px}.logo-symbol{width:36px;height:36px}.partner-name{font-size:.9rem}}@media(max-width:768px){.partners-container{padding:2rem 0}.partners-track{gap:1.5rem;padding:0 1rem}.partner-item{min-width:160px}.logo-symbol{width:32px;height:32px}.partner-name,.partner-name-multiline{font-size:.8rem}}@media(max-width:480px){.partners-track{gap:1rem}.partner-item{min-width:140px}.logo-symbol{width:28px;height:28px}.partner-name,.partner-name-multiline{font-size:.7rem}}.partners-track:hover{animation-play-state:paused}.space-hero-container{position:relative;width:100%;height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a2e,#16213e);overflow:hidden;display:flex;align-items:center;justify-content:center}.stars-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.star{position:absolute;background:#fff;border-radius:50%;opacity:.8}.star-1{top:10%;left:5%;width:2px;height:2px;animation:twinkle 2s infinite}.star-2{top:15%;left:20%;width:1px;height:1px;animation:twinkle 3s infinite reverse}.star-3{top:20%;left:80%;width:3px;height:3px;animation:twinkle 1.5s infinite}.star-4{top:30%;left:10%;width:1.5px;height:1.5px;animation:twinkle 2.5s infinite reverse}.star-5{top:40%;left:90%;width:2px;height:2px;animation:twinkle 2s infinite}.star-6{top:50%;left:30%;width:1px;height:1px;animation:twinkle 1.8s infinite reverse}.star-7{top:60%;left:70%;width:2.5px;height:2.5px;animation:twinkle 2.2s infinite}.star-8{top:70%;left:15%;width:1px;height:1px;animation:twinkle 3s infinite reverse}.star-9{top:80%;left:60%;width:2px;height:2px;animation:twinkle 1.7s infinite}.star-10{top:25%;left:50%;width:1.5px;height:1.5px;animation:twinkle 2.4s infinite reverse}.star-11{top:55%;left:85%;width:2px;height:2px;animation:twinkle 2.1s infinite}.star-12{top:5%;left:40%;width:1px;height:1px;animation:twinkle 2.8s infinite reverse}.star-13{top:35%;left:25%;width:3px;height:3px;animation:twinkle 1.9s infinite}.star-14{top:65%;left:55%;width:1.5px;height:1.5px;animation:twinkle 2.3s infinite reverse}.star-15{top:85%;left:10%;width:2px;height:2px;animation:twinkle 2s infinite}.star-16{top:45%;left:65%;width:1px;height:1px;animation:twinkle 1.6s infinite reverse}.star-17{top:75%;left:90%;width:2.5px;height:2.5px;animation:twinkle 2.5s infinite}.star-18{top:15%;left:75%;width:1px;height:1px;animation:twinkle 3s infinite reverse}.star-19{top:50%;left:5%;width:2px;height:2px;animation:twinkle 1.4s infinite}.star-20{top:90%;left:45%;width:1.5px;height:1.5px;animation:twinkle 2.7s infinite reverse}@keyframes twinkle{0%,to{opacity:.8}50%{opacity:.2}}.space-hero-content{position:relative;z-index:2;display:flex;max-width:1200px;width:90%;height:80%;align-items:center;justify-content:space-between}.left-section{flex:1;padding-right:40px;display:flex;flex-direction:column;justify-content:center;height:100%}.main-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0 0 20px;line-height:1.2;font-family:Arial,sans-serif}.description{font-size:1.1rem;color:#ccc;margin:0 0 40px;line-height:1.5;max-width:500px}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:40px}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#f69219;margin-bottom:8px}.stat-label{font-size:.9rem;color:#fff;line-height:1.3}.flame-icon{margin-right:5px}.cta-button{display:inline-block;background-color:#f69219;color:#000;font-weight:700;font-size:1.1rem;padding:15px 30px;text-decoration:none;border-radius:50px;transition:transform .3s ease;align-self:flex-start}.cta-button:hover{transform:scale(1.05)}.right-section{flex:1;display:flex;align-items:center;justify-content:center;height:100%}.hero-illustration{width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain}@media(min-width:769px)and (max-width:1024px){.space-hero-content{width:95%;height:auto;padding:20px 0}.left-section{padding-right:20px}.main-title{font-size:3rem}.description{font-size:1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:25px}.stat-number{font-size:2.2rem}.stat-label{font-size:.85rem}.right-section{max-width:45%}.hero-illustration{max-width:100%;max-height:80vh}}@media(max-width:768px){.space-hero-container{height:auto;min-height:100vh;padding:20px 0}.space-hero-content{flex-direction:column;text-align:center;height:auto;width:95%;padding:0}.left-section{padding-right:0;margin-bottom:30px;width:100%}.main-title{font-size:2.5rem;margin-bottom:15px}.description{font-size:1rem;margin:0 0 30px;padding:0 10px}.stats-grid{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.stat-number{font-size:2rem}.stat-label{font-size:.85rem}.cta-button{font-size:1rem;padding:12px 25px;width:-moz-fit-content;width:fit-content;margin:0 auto}.right-section{order:-1;width:100%;margin-bottom:20px}.hero-illustration{width:80%;max-width:300px;height:auto}}@media(max-width:480px){.main-title{font-size:2rem}.description{font-size:.95rem;padding:0 5px}.stat-number{font-size:1.8rem}.hero-illustration{width:70%}}.nc-section{padding:100px 24px;background:#131722;color:#e6f7ee}.nc-container{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:center}.nc-illustration{position:relative;width:420px;height:360px;flex-shrink:0}.hacker-mask{position:absolute;left:40px;top:20px;width:160px;height:200px;background:#cfead0;border-radius:24px}.mask-eyes{position:absolute;left:30%;top:35%;width:40%;height:10%;background:#131722;border-radius:10px}.mask-smile{position:absolute;left:25%;bottom:28%;width:50%;height:14%;border:4px solid #131722;border-top:none;border-radius:0 0 60px 60px}.laptop{position:absolute;left:140px;top:130px;width:230px;height:150px;background:#2a2f3b;border-radius:8px;box-shadow:0 10px 40px #00000080}.screen-lock{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#29e085;font-size:34px}.nc-content{flex:1}.nc-title{font-size:48px;margin:0 0 16px;font-weight:700;line-height:1.2}.nc-subtitle{color:#a9b4c0;max-width:740px;font-size:18px;line-height:1.6;margin:0 0 24px}.nc-list{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:12px}.nc-list li{font-size:18px;line-height:1.6}.nc-list .tick{color:#29e085;margin-right:10px;font-weight:700}@media(max-width:900px){.nc-container{flex-direction:column;gap:48px}.nc-illustration{width:100%;max-width:420px;height:300px}.nc-title{font-size:40px}.nc-subtitle{font-size:17px}}@media(max-width:640px){.nc-section{padding:60px 20px}.nc-container{gap:40px}.nc-illustration{height:240px;max-width:350px}.hacker-mask{left:20px;top:10px;width:130px;height:160px;border-radius:20px}.mask-smile{border-width:3px}.laptop{left:110px;top:90px;width:190px;height:125px}.screen-lock{font-size:28px}.nc-title{font-size:32px;margin:0 0 12px}.nc-subtitle{font-size:16px;margin:0 0 20px}.nc-list{gap:10px}.nc-list li{font-size:16px}}@media(max-width:400px){.nc-section{padding:48px 16px}.nc-illustration{height:200px}.hacker-mask{left:10px;top:5px;width:110px;height:140px;border-radius:16px}.laptop{left:90px;top:70px;width:160px;height:105px}.screen-lock{font-size:24px}.nc-title{font-size:28px}.nc-subtitle,.nc-list li{font-size:15px}}.defi-section{padding:100px 24px;background:#0f1320;color:#e6f7ee}.defi-container{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:center}.defi-illustration{position:relative;width:420px;height:320px}.unicorn{position:absolute;left:120px;top:20px;width:180px;height:180px;background:linear-gradient(135deg,#ff7ad1,#ffd2ea);border-radius:50%;box-shadow:0 10px 40px #ff7ad133}.bunny{position:absolute;left:10px;bottom:10px;width:160px;height:160px;background:linear-gradient(135deg,#ffd39b,#fff0c4);border-radius:50%;box-shadow:0 10px 40px #ffd39b33}.defi-content{flex:1}.defi-title{font-size:48px;margin:0 0 16px}.defi-subtitle{color:#a9b4c0;max-width:760px}.defi-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px}.defi-list .tick{color:#29e085;margin-right:10px}@media(max-width:900px){.defi-container{flex-direction:column-reverse}.defi-illustration{width:100%;height:240px}}.pro-section{padding:100px 24px;background:#111522;color:#e6f7ee}.pro-container{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:center}.pro-content{flex:1}.pro-title{font-size:48px;margin:0 0 16px}.pro-subtitle{color:#a9b4c0;max-width:760px}.pro-list{list-style:none;padding:0;margin:24px 0;display:grid;gap:12px}.pro-list .tick{color:#29e085;margin-right:10px}.pro-illustration{position:relative;width:420px;height:320px}.diamond{position:absolute;right:50px;top:20px;width:180px;height:180px;background:linear-gradient(145deg,#9dd7ff,#bfe6ff);transform:rotate(45deg);clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);box-shadow:0 20px 60px #00b4ff33}.icons-ring{position:absolute;left:10px;bottom:10px;width:240px;height:240px;border:2px dashed rgba(41,224,133,.3);border-radius:50%}@media(max-width:900px){.pro-container{flex-direction:column}.pro-illustration{width:100%;height:240px}}.limitless-section{padding:100px 24px;background:#0e1220;color:#e6f7ee}.limitless-container{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:center}.limitless-illustration{position:relative;width:420px;height:320px}.infinity{position:absolute;left:20px;top:20px;width:300px;height:200px;border:16px solid #29e085;border-radius:120px;filter:drop-shadow(0 10px 40px rgba(41,224,133,.3))}.coins{position:absolute;right:20px;bottom:10px;width:120px;height:120px;background:radial-gradient(circle at 30% 30%,#ffd15c,#ffb200);border-radius:50%;box-shadow:0 10px 40px #ffb20040}.limitless-content{flex:1}.limitless-title{font-size:48px;margin:0 0 16px}.limitless-subtitle{color:#a9b4c0;max-width:760px}.range-line{display:flex;align-items:center;gap:16px;margin:24px 0}.range-line .line{position:relative;flex:1;height:6px;background:#2a3140;border-radius:4px}.range-line .arrow{position:absolute;left:0;top:-8px;width:80px;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:24px solid #29e085}.min,.max{color:#a9b4c0}.more-link{color:#29e085;text-decoration:none}@media(max-width:900px){.limitless-container{flex-direction:column-reverse}.limitless-illustration{width:100%;height:220px}}.app-section{padding:100px 24px;background:#101423;color:#e6f7ee}.app-container{max-width:1200px;margin:0 auto;display:flex;gap:80px;align-items:center}.app-content{flex:1}.app-title{font-size:48px;margin:0 0 16px}.app-subtitle{color:#a9b4c0;max-width:760px}.store-badges{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.badge{background:#1a2030;border:1px solid #2b3447;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s ease}.badge:hover{background:#2b3447}.badge img{width:20px;height:20px}.badge.ios{color:#7db7ff}.badge.gp{color:#6fe380}.badge.apk{color:#6fdfa6}.badge.qr{font-size:28px;color:#a9b4c0;justify-content:center}.badge.qr img{width:60px;height:60px}.app-illustration{position:relative;width:420px;height:360px}.app-illustration img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media(max-width:900px){.app-container{flex-direction:column}.app-illustration{width:100%;height:300px}}.press-section{padding:100px 24px;background:#151a27;color:#e6f7ee}.press-title{text-align:center;font-size:48px;margin:0 0 40px}.press-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.press-card{background:#1b2131;border-radius:18px;padding:28px;box-shadow:0 10px 40px #00000059}.press-logo{font-weight:800;letter-spacing:.5px;margin-bottom:16px}.press-logo.investing span{font-weight:600;opacity:.8}.press-logo.benzinga{letter-spacing:1px}.press-logo.invezz{font-style:italic;text-transform:lowercase}.press-meta{color:#9fb0c5;font-size:14px;margin-bottom:18px}.press-quote{color:#dbe6f0;line-height:1.75;font-size:18px;position:relative;padding-left:8px}.quote-mark{position:absolute;left:-10px;top:-6px;font-size:28px;color:#5a6b83}@media(max-width:980px){.press-grid{grid-template-columns:1fr}}.talking-section{padding:100px 24px 140px;background:#121827;color:#e6f7ee;overflow:hidden}.talking-title{text-align:center;font-size:44px;margin:0}.twinkles{text-align:center;margin:8px 0 24px;color:#d6e2f3}.twinkles span{margin:0 6px;opacity:.8}.carousel-mask{position:relative;max-width:1200px;margin:0 auto;overflow:hidden}.carousel-track{display:flex;gap:28px;width:-moz-max-content;width:max-content;animation:slide 40s linear infinite;padding:10px}.review-card{flex:0 0 520px;background:#1b2233;border-radius:18px;padding:24px;box-shadow:0 10px 40px #00000059}.review-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.avatar{width:46px;height:46px;display:grid;place-items:center;background:#2a3349;border-radius:50%}.user{display:flex;align-items:center;gap:8px}.name{font-weight:700}.verified{color:#29e085}.stars{color:#29e085;margin:8px 0;letter-spacing:2px}.review-text{color:#dbe6f0;line-height:1.7}.date{margin-top:10px;color:#90a0b7;font-size:12px}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:980px){.review-card{flex-basis:80vw}.carousel-track{gap:16px}}.ps-section{padding:80px 24px 40px;background:#111623;color:#e6f7ee}.ps-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.ps-grid.bottom-row{margin-top:28px;grid-template-columns:repeat(3,1fr)}.ps-card{background:#1b2131;border-radius:18px;padding:28px;display:flex;gap:18px;align-items:flex-start;box-shadow:0 10px 40px #00000059;min-height:220px}.ps-icon{width:68px;height:68px;border-radius:20px;display:grid;place-items:center;color:#0f1220;font-weight:900;position:relative}.ps-icon img{max-width:50px;max-height:50px}.ps-badge{position:absolute;right:-6px;top:-6px;background:#1b2131;border:2px solid rgba(255,255,255,.08);width:28px;height:28px;display:grid;place-items:center;border-radius:8px;color:#cbd7e6;font-size:12px}.ps-title{margin:0 0 8px}.ps-text{color:#a9b4c0;margin:0}.ps-twinkles{position:relative;max-width:1200px;margin:0 auto;text-align:right;color:#8cf0c3;opacity:.6;pointer-events:none}.ps-twinkles span{margin-left:10px}@media(max-width:1024px){.ps-grid,.ps-grid.bottom-row{grid-template-columns:repeat(2,1fr)}.ps-section{padding:60px 20px 30px}.ps-card{padding:24px;min-height:200px}}@media(max-width:768px){.ps-grid,.ps-grid.bottom-row{grid-template-columns:1fr}.ps-section{padding:40px 16px 20px}.ps-card{padding:20px;flex-direction:column;align-items:center;text-align:center;gap:16px;min-height:auto}.ps-twinkles{text-align:center}}.sf{background:#0f1422;color:#e6f7ee;padding:40px 24px 80px}.sf-top{max-width:1200px;margin:0 auto 20px;display:flex;justify-content:space-between;align-items:center}.sf-app-cta{color:#b9c8dc;font-weight:700}.sf-stores .badge{background:#1b2131;color:#a9b4c0;border:1px solid #2b3447;padding:8px 12px;border-radius:10px;margin-left:10px}.sf-mid{max-width:1200px;margin:10px auto 30px;display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.sf-col-title{margin:0 0 10px;color:#c8d5e8}.sf-links{list-style:none;padding:0;margin:0}.sf-links a{color:#9fb0c5;text-decoration:none}.sf-low{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.sf-tables{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;flex:1}.sf-table h5{margin:0 0 10px;color:#c8d5e8}.sf-table ul{list-style:none;padding:0;margin:0}.sf-table a{color:#9fb0c5;text-decoration:none}.sf-social .title{color:#c8d5e8;margin-bottom:10px}.sf-social .icons span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1b2131;border:1px solid #2b3447;color:#cbd7e6;margin-right:10px}.sf-copy{max-width:1200px;margin:20px auto 0;color:#9fb0c5}@media(max-width:980px){.sf-mid{grid-template-columns:repeat(2,1fr)}.sf-low{flex-direction:column}.sf-tables{grid-template-columns:1fr}}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}#root{background:#0a0a0a;min-height:100vh;margin:0;padding:0}*{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.shrink{flex-shrink:1}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
