@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Open+Sans:wght@400;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-card: #ffffff;--text-primary: #101720;--text-secondary: #475569;--text-muted: #94a3b8;--accent: #fbaf42;--accent-hover: #f99a15;--border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--gradient-corporate: linear-gradient(135deg, #fbaf42 0%, #f99a15 100%)}body{font-family:Open Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Inter,sans-serif;font-weight:800;color:var(--text-primary);line-height:1.2}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none;transition:all .2s ease}button{font-family:Inter,sans-serif;font-weight:600;cursor:pointer;border:none;outline:none;transition:all .2s ease}.embedded-wrapper{min-height:auto!important;background:transparent!important;padding:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative!important;width:100%!important}.embedded-wrapper .back-button{display:none!important}.embedded-widget-container{width:100%!important;max-width:380px!important;margin:0 auto!important;overflow:hidden!important;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:40px}.embedded-widget-title{text-align:center;font-size:.65rem;font-weight:600;letter-spacing:1.5px;margin-bottom:1rem;text-transform:uppercase;color:#fff;opacity:.9}.theme-light .embedded-widget-container{background:#fff!important;box-shadow:0 10px 25px #0000000d!important;border:1px solid #e2e8f0!important}.theme-light .embedded-widget-title{color:#1a2332!important;opacity:1}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{background:var(--bg-primary);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;height:80px;display:flex;align-items:center}.header-content{display:flex;justify-content:space-between;align-items:center;width:100%}.logo{display:flex;align-items:center}.logo img{height:34px;width:auto}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:var(--text-secondary);font-weight:500;font-size:.95rem}.nav-links a:hover{color:var(--accent)}.btn-primary{background:var(--accent);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-size:.95rem;display:inline-block;text-decoration:none}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:var(--shadow)}@media(max-width:768px){.nav-links{display:none}}.hero{padding:80px 0 40px;background:var(--bg-secondary);overflow:hidden;position:relative}.hero-container{display:grid;grid-template-columns:1.2fr .8fr;align-items:flex-start;gap:4rem}.hero-content-left{max-width:650px}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#fbaf421a;color:var(--accent);border-radius:100px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);margin-bottom:1.5rem}.text-highlight{color:var(--accent)}.hero-subtitle{font-size:1.2rem;color:var(--text-secondary);margin-bottom:2.5rem;max-width:550px}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.btn-hero-primary{background:var(--accent);color:#fff;padding:1rem 2rem;border-radius:12px;font-size:1rem;display:inline-block;text-decoration:none}.btn-hero-secondary{background:#fff;color:var(--text-primary);padding:1rem 2rem;border-radius:12px;font-size:1rem;border:1px solid var(--border)}.btn-hero-primary:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-hero-secondary:hover{background:var(--bg-secondary);transform:translateY(-2px);box-shadow:var(--shadow)}.hero-trust{display:flex;gap:2rem}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-secondary);font-weight:500}.trust-icon{color:#10b981;font-weight:700}.hero-payment-methods{margin-top:2rem;display:flex;align-items:center;gap:2.5rem;padding:.5rem 0}.payment-logo-img{height:24px;width:auto;opacity:1;filter:none;transition:all .3s ease}.payment-logo-img:hover{transform:translateY(-2px)}.payment-logo-img.mastercard{height:32px}.payment-logo-img.visa{height:20px}.eurc-container{display:flex;align-items:center;gap:.5rem;opacity:1;transition:all .3s ease}.eurc-container:hover{transform:translateY(-2px)}.eurc-container span{font-weight:700;font-size:.9rem;color:var(--text-primary);letter-spacing:.5px}.payment-logo-img.eurc{height:28px;filter:none}.hero-logos-disclaimer{margin-top:.5rem;font-size:.7rem;color:var(--text-muted);opacity:.7;line-height:1.4}.hero-content-right{display:flex;justify-content:flex-end;position:relative}.widget-wrapper{width:100%;max-width:380px;position:relative;z-index:2}.hero:after{content:"";position:absolute;top:-10%;right:-5%;width:50%;height:80%;background:radial-gradient(circle,rgba(251,175,66,.05) 0%,transparent 70%);z-index:1;pointer-events:none}@media(max-width:1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-content-left{max-width:100%;margin:0 auto}.hero-subtitle{margin:0 auto 2.5rem}.hero-actions,.hero-trust{justify-content:center}.hero-content-right{justify-content:center;margin-top:3rem}}.product-card{background:var(--bg-card);border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .3s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.product-image{width:100%;height:240px;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-badge{position:absolute;top:1rem;right:1rem;padding:.4rem .8rem;background:var(--accent);border-radius:8px;font-size:.75rem;font-weight:700;color:#fff;z-index:10}.product-info{padding:2rem;flex-grow:1;display:flex;flex-direction:column}.product-info h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.product-info p{color:var(--text-secondary);font-size:.95rem;margin-bottom:2rem;line-height:1.6}.product-footer{margin-top:auto;display:flex;justify-content:space-between;align-items:center}.price{font-size:1.5rem;font-weight:800}.price .currency{font-size:.9rem;color:var(--text-muted);font-weight:500;margin-left:.3rem}.buy-button{padding:.8rem 1.5rem;background:var(--text-primary);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.95rem}.product-card:hover .buy-button{background:var(--accent)}@media(max-width:1024px){.product-image{height:200px}}.products-section{padding:4rem 4rem 6rem;max-width:1400px;margin:0 auto}.section-title{text-align:center;margin-bottom:3rem}.section-title h2{font-size:2rem;font-weight:600;margin-bottom:.5rem}.section-title p{color:var(--text-secondary)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:768px){.products-section{padding:3rem 1.5rem}.products-grid{grid-template-columns:1fr}}.features-section{padding:3rem 0 6rem;background:#fff}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;color:var(--text-primary)}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-item{padding:2.5rem;border-radius:20px;background:var(--bg-secondary);transition:all .3s ease;border:1px solid transparent}.feature-item:hover{background:#fff;border-color:var(--border);box-shadow:var(--shadow);transform:translateY(-5px)}.feature-icon{width:50px;height:50px;background:#fbaf421a;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.feature-item h4{font-size:1.1rem;font-weight:700;margin-bottom:1rem;color:var(--text-primary)}.feature-item p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.risk-disclosure-warning{font-size:.8rem!important;color:#b45309!important;background:#fbaf421a;border-radius:8px;padding:.5rem .75rem;margin-top:.75rem;line-height:1.4!important;max-height:0;opacity:0;overflow:hidden;padding:0 .75rem;transition:all .3s ease}.risk-disclosure-link{display:inline-block;margin-top:.5rem;font-size:.8rem;color:var(--accent);font-weight:600;text-decoration:none;transition:all .2s ease;opacity:0;max-height:0;overflow:hidden}.feature-item:hover .risk-disclosure-warning{max-height:80px;opacity:1;padding:.5rem .75rem}.feature-item:hover .risk-disclosure-link{opacity:1;max-height:30px}.risk-disclosure-link:hover{color:#e09a30;text-decoration:underline}.client-experience-block,.benefits-block{margin-top:4rem;text-align:left}.benefits-title{font-size:2.5rem;font-weight:800;color:var(--text-primary);margin-bottom:2.5rem}.benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:900px;margin:0 auto}.benefit-item{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:var(--bg-secondary);border-radius:14px;border:1px solid transparent;text-align:left;font-size:1rem;color:var(--text-secondary);font-weight:500;transition:all .3s ease}.benefit-item:hover{background:#fff;border-color:var(--accent);box-shadow:0 4px 16px #fbaf421f;transform:translateY(-2px)}.benefit-check{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;background:#10b9811a;color:#10b981;border-radius:50%;font-size:.85rem;font-weight:700}.features-grid-5{grid-template-columns:repeat(5,1fr)}@media(max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.features-grid-5{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.features-grid,.features-grid-5{grid-template-columns:1fr}.benefits-title{font-size:1.6rem}}.footer{padding:4rem 0;background:var(--bg-secondary);border-top:1px solid var(--border);text-align:left}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.footer-logo{margin-bottom:1.5rem;display:flex;align-items:center}.footer-logo img{height:34px;width:auto}.footer-tagline{color:var(--text-secondary);font-size:.95rem;max-width:300px}.footer-column h4{font-size:1rem;color:var(--text-primary);margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-secondary);font-size:.9rem}.footer-links a:hover{color:var(--accent)}.footer-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:1.25rem}.footer-copyright{color:var(--text-primary);font-size:.9rem;font-weight:600}.footer-regulatory{display:flex;flex-direction:column;gap:.5rem}.footer-regulatory p{color:var(--text-muted);font-size:.8rem;line-height:1.6;margin:0}.footer-regulatory a{color:var(--accent);text-decoration:none;font-weight:500}.footer-regulatory a:hover{text-decoration:underline}.footer-disclaimer{margin-top:.5rem!important;padding-top:.75rem;border-top:1px solid var(--border);font-style:italic;opacity:.85}@media(max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:768px){.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.purchase-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.purchase-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.embedded-widget-container{box-shadow:none;border:none;max-width:380px}.purchase-widget{width:100%;max-width:420px;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:24px;padding:1.5rem;box-shadow:0 25px 80px #00000080;border:1px solid rgba(255,255,255,.1)}.purchase-title{text-align:center;font-size:.95rem;font-weight:600;color:#fff;margin-bottom:1rem}.purchase-section{background:#1e293b66;border-radius:10px;padding:.75rem;margin-bottom:.65rem;border:1px solid rgba(255,255,255,.1)}.purchase-section.completed{background:#22c55e1a;border-color:#22c55e4d}.purchase-section.fund-section{background:#1e293b80}.section-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem}.section-header h3{font-size:.75rem;font-weight:600;color:#fff;margin:0}.check-icon,.wallet-icon,.transfer-icon{font-size:.95rem;display:flex;align-items:center;justify-content:center}.check-icon{color:#22c55e}.section-content{padding-left:1.6rem}.wallet-info,.fund-point{font-size:.7rem;color:#cbd5e1;margin-bottom:.3rem;line-height:1.4}.wallet-info:last-child,.fund-point:last-child{margin-bottom:0}.wallet-address{color:#fff;font-family:monospace}.amount-value{color:#fff;font-weight:600}.transfer-box{background:#94a3b81a;border-radius:8px;margin-left:0;padding:.65rem}.transfer-detail{font-size:.7rem;color:#fff;margin-bottom:.25rem;line-height:1.4}.transfer-detail:last-child{margin-bottom:0}.transfer-detail strong{font-weight:600}.transfer-amount{color:#4ade80;font-weight:700}.purchase-checkbox{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;margin:.85rem 0;padding:.75rem;background:#1e293b4d;border-radius:8px}.purchase-checkbox input{display:none}.purchase-checkbox .checkmark{width:18px;height:18px;border:2px solid var(--accent);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;margin-top:.1rem}.purchase-checkbox input:checked+.checkmark{background:var(--accent)}.purchase-checkbox input:checked+.checkmark:after{content:"✓";color:#fff;font-size:.7rem;font-weight:700}.checkbox-text{font-size:.7rem;color:#cbd5e1;line-height:1.4}.continue-purchase-btn{width:100%;padding:.85rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:10px;font-size:.85rem;font-weight:600;color:#ffffff80;cursor:not-allowed;transition:all .3s ease}.continue-purchase-btn.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer}.continue-purchase-btn.active:hover{transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}@media(max-width:480px){.purchase-page{padding:1rem}.purchase-widget{padding:1.5rem;border-radius:20px}.purchase-title{font-size:1rem}.section-header h3{font-size:.8rem}.wallet-info,.fund-point,.transfer-detail,.checkbox-text{font-size:.7rem}}.purchase-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .purchase-title,.theme-light .section-header h3,.theme-light .wallet-address,.theme-light .amount-value,.theme-light .transfer-detail{color:#1a2332}.theme-light .purchase-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .purchase-section.fund-section{background:#f1f5f9}.theme-light .wallet-info,.theme-light .fund-point,.theme-light .checkbox-text{color:#64748b}.theme-light .transfer-box{background:#fff;border:1px solid #e2e8f0}.theme-light .transfer-amount{color:#16a34a}.theme-light .purchase-checkbox{background:#f8fafc}.theme-light .continue-purchase-btn{background:#fbaf42!important;color:#fff!important}.theme-light .continue-purchase-btn.active{background:#fbaf42!important;opacity:1}.theme-light .continue-purchase-btn.active:hover{background:#f3a02a!important;box-shadow:0 4px 15px #fbaf424d}.theme-light .continue-purchase-btn:disabled{background:#f3f4f6!important;color:#9ca3af!important}.secure-payment-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.secure-payment-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.secure-payment-widget{width:100%;max-width:400px;background:linear-gradient(180deg,#1f2937,#111827);border-radius:24px;padding:1.25rem;box-shadow:0 25px 80px #00000080;border:1px solid rgba(255,255,255,.1)}.payment-title{text-align:center;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.15rem}.payment-subtitle{text-align:center;font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.85rem}.amount-selection{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:.6rem}.amount-btn{padding:.6rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#cbd5e1;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.amount-btn:hover{background:#1e293bb3;border-color:#fff3}.amount-btn.selected{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:#22c55e;color:#fff}.custom-amount-input{position:relative;margin-bottom:.65rem}.custom-amount-input input{width:100%;padding:.6rem 2.5rem .6rem .6rem;background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.75rem}.custom-amount-input input::placeholder{color:var(--text-muted)}.currency-symbol{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--text-secondary);font-size:.9rem;font-weight:600}.payment-summary{background:#1e293b66;border-radius:10px;padding:.65rem;margin-bottom:.65rem;border:1px solid rgba(255,255,255,.1)}.summary-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.7rem;color:#cbd5e1}.summary-item:first-child{padding-top:0}.summary-item:last-child{padding-bottom:0;border-bottom:none}.summary-icon{font-size:.8rem}.summary-label{font-weight:600;color:#fff;flex:1}.summary-text{flex:1;font-size:.65rem}.summary-text strong{font-weight:600;color:#fff}.check-icon{color:#22c55e;font-size:.9rem}.secure-section{background:#1e293b80;border-radius:10px;padding:.65rem;margin-bottom:.65rem;border:1px solid rgba(255,255,255,.1)}.secure-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.55rem;margin-bottom:.55rem;border-bottom:1px solid rgba(255,255,255,.1)}.lock-icon{font-size:.8rem}.secure-text{flex:1;font-size:.7rem;font-weight:600;color:#fff}.payment-form{display:flex;flex-direction:column;gap:.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.65rem;color:#cbd5e1;margin-bottom:.3rem}.form-group input{width:100%;padding:.55rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:7px;color:#fff;font-size:.7rem}.form-group input::placeholder{color:var(--text-muted)}.card-input-wrapper{position:relative}.card-input-wrapper input{padding-right:2.5rem}.card-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-size:.9rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.form-group.half{width:100%}.form-divider{height:1px;background:#ffffff1a;margin:.35rem 0}.email-phone-row{grid-template-columns:2fr 3fr!important}.email-field{width:100%}.phone-group{flex-direction:row!important;gap:.25rem;align-items:stretch}.phone-code-select{flex:0 0 auto;width:62px;padding:.55rem .9rem .55rem .25rem;background:#0f172a99;border:1px solid rgba(255,255,255,.1);border-radius:7px;font-size:.65rem;color:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .2rem center}.phone-code-select:focus{outline:none;border-color:#2563eb80;box-shadow:0 0 0 2px #2563eb1a}.phone-code-select option{background:#1e293b;color:#fff;padding:.4rem}.phone-group .phone-input{flex:1;min-width:0}.insufficient-warning{background:#ef444426;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:.6rem .75rem;margin-bottom:.5rem;font-size:.65rem;color:#fca5a5;line-height:1.4}.confirm-payment-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:10px;color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.confirm-payment-btn:hover:not(.disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}.confirm-payment-btn.disabled{opacity:.4;cursor:not-allowed}@media(max-width:480px){.secure-payment-page{padding:1rem}.secure-payment-widget{padding:1.25rem;border-radius:20px}.payment-title,.payment-subtitle{font-size:.9rem}}.secure-payment-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .payment-title,.theme-light .payment-subtitle{color:#1a2332}.theme-light .amount-btn{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.theme-light .amount-btn:hover{background:#e2e8f0}.theme-light .amount-btn.selected{background:#16a34a;border-color:#16a34a;color:#fff}.theme-light .custom-amount-input input{background:#f1f5f9;border-color:#e2e8f0;color:#1a2332}.theme-light .payment-summary,.theme-light .secure-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .summary-item,.theme-light .summary-text,.theme-light .secure-text,.theme-light .form-group label{color:#64748b}.theme-light .summary-label,.theme-light .summary-text strong,.theme-light .secure-text{color:#1a2332}.theme-light .secure-header{border-bottom-color:#e2e8f0}.theme-light .form-group input,.theme-light .phone-code-select{background:#fff;border-color:#d1d5db;color:#1a2332}.theme-light .form-group input::placeholder{color:#94a3b8}.theme-light .form-divider{background:#e2e8f0}.theme-light .phone-code-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E")}.theme-light .confirm-payment-btn{background:#fbaf42;color:#fff}.theme-light .confirm-payment-btn:hover:not(.disabled){background:#f3a02a;box-shadow:0 4px 15px #fbaf424d}.theme-light .insufficient-warning{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.success-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.success-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.success-widget{width:100%;max-width:420px;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:24px;padding:1.5rem;box-shadow:0 25px 80px #00000080;border:1px solid rgba(255,255,255,.1)}.success-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.success-icon{width:40px;height:40px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0}.success-title-block{flex:1}.success-title,.success-subtitle{font-size:.95rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.success-section{background:#1e293b66;border-radius:12px;padding:.85rem;margin-bottom:.85rem;border:1px solid rgba(255,255,255,.1)}.success-section.reminder-section{background:#1e293b80}.check-icon-green{color:#22c55e;font-size:1rem;width:24px;height:24px;background:#22c55e33;border-radius:50%;display:flex;align-items:center;justify-content:center}.reminder-icon{font-size:1rem}.info-line{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;font-size:.75rem}.info-line:last-child{margin-bottom:.75rem}.info-icon{font-size:.9rem}.info-text{color:#cbd5e1;flex:1}.info-value{color:#fff;font-family:monospace;font-size:.7rem}.access-wallet-btn{width:100%;padding:.7rem;background:#1e293b99;border:1px solid rgba(255,255,255,.2);border-radius:10px;color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.access-wallet-btn:hover{background:#1e293bcc;border-color:#ffffff4d}.reminder-text{font-size:.7rem;color:var(--text-muted);line-height:1.5;margin-bottom:.85rem;font-style:italic}.transfer-details{background:#0f172a66;border-radius:10px;padding:.75rem}.detail-line{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.7rem}.detail-icon{font-size:.85rem;flex-shrink:0;margin-top:.1rem}.detail-text{color:#cbd5e1;flex:1;line-height:1.4}.detail-text strong{color:#fff;font-weight:600}.wallet-address{color:#fff;font-family:monospace;font-size:.65rem}.reminder-section .execute-transfer-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.85rem}.reminder-section .execute-transfer-btn:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}@media(max-width:480px){.success-page{padding:1rem}.success-widget{padding:1.25rem;border-radius:20px}.success-title,.success-subtitle{font-size:.9rem}.section-header h3{font-size:.75rem}}.success-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .success-header{border-bottom-color:#e2e8f0}.theme-light .success-title,.theme-light .success-subtitle{color:#1a2332}.theme-light .success-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .success-section.reminder-section{background:#f1f5f9}.theme-light .section-header h3,.theme-light .info-value,.theme-light .detail-text strong,.theme-light .wallet-address{color:#1a2332}.theme-light .info-text,.theme-light .reminder-text,.theme-light .detail-text{color:#64748b}.theme-light .transfer-details{background:#fff;border:1px solid #e2e8f0}.theme-light .access-wallet-btn{background:#fff;border-color:#d1d5db;color:#1a2332}.theme-light .access-wallet-btn:hover{background:#f8fafc}.theme-light .execute-transfer-btn{background:#fbaf42!important;color:#fff!important}.theme-light .execute-transfer-btn:hover{background:#f3a02a!important;box-shadow:0 4px 15px #fbaf424d}.send-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.send-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.embedded-widget-container{box-shadow:none!important;border:none!important;max-width:380px!important}.back-button{position:absolute;top:2rem;left:2rem;background:#1e293b99;border:1px solid rgba(255,255,255,.2);color:var(--text-primary);padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#1e293bcc;border-color:#ffffff4d}.send-widget{width:100%;max-width:420px;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:24px;padding:1.5rem;box-shadow:0 25px 80px #00000080;border:1px solid rgba(255,255,255,.1)}.send-header{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.send-icon{width:36px;height:36px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:700;flex-shrink:0}.send-title{font-size:.95rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.send-section{background:#1e293b66;border-radius:12px;padding:.9rem;margin-bottom:.9rem;border:1px solid rgba(255,255,255,.1)}.send-section.auth-section{background:#1e293b80}.section-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.1)}.section-header h3{font-size:.8rem;font-weight:600;color:#fff;margin:0}.section-icon{font-size:1rem}.auth-icon{color:#22c55e;width:24px;height:24px;background:#22c55e33;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.9rem}.section-content{padding-left:.5rem}.detail-line{font-size:.75rem;color:#cbd5e1;margin-bottom:.5rem;line-height:1.5}.detail-line:last-child{margin-bottom:0}.detail-line strong{color:#fff;font-weight:600}.amount-highlight{color:#22c55e;font-weight:700}.wallet-value{color:#fff;font-family:monospace;font-size:.7rem}.fees-line{margin-top:.6rem;padding-top:.6rem;border-top:1px solid rgba(255,255,255,.1)}.auth-list{list-style:none;padding:0;margin:0}.auth-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.7rem;color:#cbd5e1;margin-bottom:.65rem;line-height:1.5}.auth-item:last-child{margin-bottom:0}.bullet{color:var(--text-muted);flex-shrink:0;margin-top:.1rem}.checkbox-item{align-items:center}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#22c55e;flex-shrink:0}.checkbox-text{color:#cbd5e1;font-size:.7rem;line-height:1.5}.sign-send-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.sign-send-btn:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}@media(max-width:480px){.send-page{padding:1rem}.back-button{top:1rem;left:1rem;padding:.5rem 1rem;font-size:.8rem}.send-widget{padding:1.25rem;border-radius:20px}.send-title{font-size:.9rem}.section-header h3{font-size:.75rem}}.send-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .send-header{border-bottom-color:#e2e8f0}.theme-light .send-title{color:#1a2332}.theme-light .send-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .send-section.auth-section{background:#f1f5f9}.theme-light .section-header{border-bottom-color:#e2e8f0}.theme-light .section-header h3,.theme-light .detail-line strong,.theme-light .wallet-value{color:#1a2332}.theme-light .detail-line,.theme-light .auth-item,.theme-light .checkbox-text{color:#64748b}.theme-light .amount-highlight{color:#16a34a}.theme-light .fees-line{border-top-color:#e2e8f0}.theme-light .sign-send-btn{background:#fbaf42!important;color:#fff!important}.theme-light .sign-send-btn:hover{background:#f3a02a!important;box-shadow:0 4px 15px #fbaf424d}.complete-page{min-height:100vh;background:var(--bg-primary);display:flex;align-items:center;justify-content:center;padding:2rem}.complete-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.complete-widget{width:100%;max-width:380px;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:32px;padding:1.5rem 1.25rem 1rem;box-shadow:0 30px 90px #0009;border:1px solid rgba(255,255,255,.1);position:relative;display:flex;flex-direction:column;align-items:center}.complete-widget.embedded-widget-container{border:none!important;min-height:auto!important}.success-circle{width:80px;height:80px;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:1.5rem 0 1.25rem;box-shadow:0 8px 24px #22c55e66}.checkmark{color:#fff;font-size:2.5rem;font-weight:700}.complete-title{font-size:1.3rem;font-weight:700;color:#fff;margin:0 0 .5rem;text-align:center}.complete-subtitle{font-size:.85rem;color:#cbd5e1;margin:0 0 1.75rem;text-align:center;line-height:1.4;max-width:280px}.summary-section{width:100%;background:#0f172a80;border-radius:14px;padding:.85rem;border:1px solid rgba(255,255,255,.15);margin-bottom:1.5rem}.summary-header{display:flex;align-items:center;gap:.6rem;margin-bottom:.75rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,255,255,.1)}.summary-check{color:#22c55e;font-size:.9rem;width:22px;height:22px;background:#22c55e33;border-radius:50%;display:flex;align-items:center;justify-content:center}.summary-header h3{font-size:.8rem;font-weight:600;color:#fff;margin:0}.summary-content{display:flex;flex-direction:column;gap:.6rem}.summary-line{display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:.5rem;font-size:.7rem}.summary-icon{font-size:.85rem;text-align:center}.summary-label{color:#cbd5e1;font-weight:500}.summary-value{color:#fff;text-align:right;font-weight:500}.address-value,.hash-value{font-family:monospace;font-size:.65rem;color:#60a5fa}.amount-value{color:#22c55e;font-weight:700;font-size:.75rem}.return-btn{width:100%;padding:.9rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:1rem}.return-btn:hover{background:linear-gradient(135deg,#2563eb,#3b82f6);transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}.bottom-indicator{width:120px;height:4px;background:#ffffff4d;border-radius:2px;margin-top:auto}@media(max-width:480px){.complete-page{padding:1rem}.complete-widget{padding:1.25rem 1rem .85rem;border-radius:28px;border-width:6px}.success-circle{width:70px;height:70px;margin:1.25rem 0 1rem}.checkmark{font-size:2.2rem}.complete-title{font-size:1.2rem}.complete-subtitle{font-size:.8rem;margin-bottom:1.5rem}}.complete-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .complete-title,.theme-light .summary-header h3,.theme-light .summary-value{color:#1a2332}.theme-light .complete-subtitle,.theme-light .summary-label{color:#64748b}.theme-light .summary-section{background:#f8fafc;border-color:#e2e8f0}.theme-light .summary-header{border-bottom-color:#e2e8f0}.theme-light .amount-value{color:#16a34a}.theme-light .address-value,.theme-light .hash-value{color:#2563eb}.theme-light .return-btn{background:#fbaf42!important;color:#fff!important}.theme-light .return-btn:hover{background:#f3a02a!important;box-shadow:0 4px 15px #fbaf424d}.theme-light .bottom-indicator{background:#e2e8f0}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:20px;max-width:500px;width:100%;max-height:85vh;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 80px #00000080;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0}.modal-close-icon{background:transparent;border:none;color:var(--text-secondary);font-size:2rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1;padding:0}.modal-close-icon:hover{background:#ffffff1a;color:var(--text-primary)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-section{display:flex;gap:.75rem;margin-bottom:1.25rem;align-items:flex-start}.modal-section:last-child{margin-bottom:0}.section-bullet{color:var(--accent);font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:-.1rem}.section-text{font-size:.85rem;color:var(--text-secondary);line-height:1.6;margin:0}.modal-close-btn{margin:0 1.5rem 1.5rem;padding:.9rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border:none;border-radius:12px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-close-btn:hover{transform:scale(1.02);box-shadow:0 4px 20px #6366f166}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.modal-body::-webkit-scrollbar-thumb{background:#6366f180;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#6366f1b3}@media(max-width:480px){.modal-content{max-height:90vh;border-radius:16px}.modal-header{padding:1.25rem}.modal-title{font-size:1rem}.modal-body{padding:1.25rem}.section-text{font-size:.8rem}.modal-close-btn{margin:0 1.25rem 1.25rem;padding:.85rem;font-size:.9rem}}.payment-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative}.payment-page.embedded-wrapper{min-height:auto;background:transparent;padding:0;height:auto;overflow:hidden}.embedded-widget-container{box-shadow:none;border:none}.back-button{position:absolute;top:2rem;left:2rem;background:transparent;border:1px solid var(--border);color:var(--text-secondary);padding:.5rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease}.back-button:hover{background:#6366f11a;border-color:var(--accent);color:var(--text-primary)}.payment-widget{width:100%;max-width:380px;background:linear-gradient(180deg,#1a2332,#0f1419);border-radius:40px;overflow:hidden;box-shadow:0 25px 80px #00000080;border:1px solid rgba(255,255,255,.1)}.transfer-section{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.transfer-title{text-align:center;font-size:.65rem;font-weight:600;letter-spacing:1.5px;color:var(--text-secondary);margin-bottom:1rem}.transfer-details{margin-bottom:.75rem}.transfer-details p{margin-bottom:.4rem;font-size:.75rem;color:#fff}.transfer-details .label{color:#4ade80;font-weight:500;font-size:.75rem}.transfer-details .amount{color:#4ade80;font-weight:700;font-size:.85rem}.transfer-info{font-size:.65rem;color:var(--text-muted);line-height:1.4;margin-bottom:1rem}.use-wallet-btn{width:100%;padding:.85rem;background:#f0f0f0;border:none;border-radius:20px;font-size:.95rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem}.use-wallet-btn:hover{background:#fff;transform:scale(1.02)}.wallet-create-text{text-align:center;font-size:.7rem;color:#cbd5e1;margin-bottom:.2rem}.estimated-time{text-align:center;font-size:.65rem;color:var(--text-muted)}.estimated-time strong{color:#fff}.custody-section{padding:1.25rem;background:#1e293b80;margin:1rem;border-radius:14px}.custody-title{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.4rem}.custody-desc{font-size:.7rem;color:#cbd5e1;margin-bottom:1rem}.risks-title{font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.2rem}.risks-desc{font-size:.7rem;color:#cbd5e1;margin-bottom:.85rem}.learn-more{display:flex;align-items:flex-start;gap:.4rem;font-size:.65rem;color:var(--text-muted);margin-bottom:1rem;padding:.6rem;background:#0003;border-radius:6px}.info-icon{background:#6366f14d;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.6rem;flex-shrink:0}.checkbox-container{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.7rem;color:#cbd5e1}.checkbox-container input{display:none}.checkmark{width:18px;height:18px;border:2px solid var(--accent);border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.checkbox-container input:checked+.checkmark{background:var(--accent)}.checkbox-container input:checked+.checkmark:after{content:"✓";color:#fff;font-size:.7rem;font-weight:700}.checkbox-text strong{color:var(--accent)}.create-wallet-btn{width:calc(100% - 2rem);margin:0 1rem .6rem;padding:.85rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border:none;border-radius:10px;font-size:.9rem;font-weight:600;color:#ffffff80;cursor:not-allowed;transition:all .3s ease}.create-wallet-btn.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;cursor:pointer}.create-wallet-btn.active:hover{transform:scale(1.02);box-shadow:0 4px 20px #3b82f666}.no-documents{text-align:center;font-size:.6rem;color:var(--text-muted);padding-bottom:1.25rem}@media(max-width:480px){.payment-page{padding:1rem}.back-button{top:1rem;left:1rem}.payment-widget{border-radius:30px}}.payment-widget.theme-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0000000d}.theme-light .transfer-section{border-bottom:1px solid #e2e8f0}.theme-light .transfer-title{color:#64748b}.theme-light .transfer-details p{color:#1a2332}.theme-light .transfer-details .label,.theme-light .transfer-details .amount{color:#16a34a}.theme-light .transfer-info,.theme-light .wallet-create-text,.theme-light .estimated-time,.theme-light .custody-desc,.theme-light .risks-desc,.theme-light .checkbox-text,.theme-light .no-documents{color:#64748b}.theme-light .custody-title,.theme-light .risks-title,.theme-light .estimated-time strong{color:#1a2332}.theme-light .custody-section{background:#f8fafc}.theme-light .use-wallet-btn{background:#1a2332;color:#fff}.theme-light .use-wallet-btn:hover{background:#000}.theme-light .learn-more{background:#f1f5f9;color:#64748b}.theme-light .checkmark{border-color:#fbaf42}.theme-light .checkbox-container input:checked+.checkmark{background:#fbaf42}.theme-light .checkbox-text strong{color:#fbaf42}.theme-light .create-wallet-btn{background:#f1f5f9;color:#94a3b8}.theme-light .create-wallet-btn.active{background:#fbaf42;color:#fff}.theme-light .create-wallet-btn.active:hover{box-shadow:0 4px 15px #fbaf424d}.contact-form-container{min-height:100vh;background:#0a0a0a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;font-family:Inter,sans-serif;overflow:hidden}.progress-bar-container{position:fixed;top:0;left:0;width:100%;height:4px;background:#1a1a1a;z-index:100}.progress-bar-fill{height:100%;background:var(--accent, #fbaf42);transition:width .5s cubic-bezier(.4,0,.2,1)}.form-navigation-top{position:fixed;top:2rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center;z-index:90}.close-form,.back-form{background:none;border:none;color:#666;font-size:1rem;cursor:pointer;transition:color .3s;padding:10px}.close-form:hover,.back-form:hover{color:#fff}.question-wrapper{max-width:700px;width:100%;animation:slideIn .6s cubic-bezier(.2,.8,.2,1)}@keyframes slideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.step-counter{color:#fbaf42;font-weight:600;font-size:.9rem;margin-bottom:1.5rem;letter-spacing:1px}.question-text{font-size:2.25rem;line-height:1.2;margin-bottom:1rem;font-weight:700;color:#fff}.question-subtitle{color:#888;font-size:1.25rem;margin-bottom:2.5rem}.input-container{margin-bottom:3rem}.styled-input{width:100%;background:none;border:none;border-bottom:2px solid #333;color:#fbaf42;font-size:1.75rem;padding:1rem 0;transition:border-color .3s}.styled-input:focus{outline:none;border-color:#fbaf42}.options-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:500px}.option-btn{display:flex;align-items:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);padding:1.25rem 1.5rem;border-radius:8px;color:#fff;font-size:1.1rem;cursor:pointer;transition:all .2s;text-align:left}.option-btn:hover{background:#ffffff14;border-color:#fbaf42}.option-btn.active{background:#fbaf421a;border-color:#fbaf42;box-shadow:0 0 20px #fbaf421a}.checkbox-dot,.radio-dot{width:12px;height:12px;border:2px solid #555;border-radius:3px;margin-right:15px;display:inline-block}.radio-dot{border-radius:50%}.option-btn.active .checkbox-dot,.option-btn.active .radio-dot{background:#fbaf42;border-color:#fbaf42}.form-actions{display:flex;align-items:center;gap:1.5rem}.next-btn{background:#fbaf42;color:#000;border:none;padding:.8rem 2rem;font-size:1.25rem;font-weight:700;border-radius:4px;cursor:pointer;transition:transform .2s,opacity .2s}.next-btn:disabled{opacity:.3;cursor:not-allowed}.next-btn:hover:not(:disabled){transform:scale(1.05)}.press-enter{color:#666;font-size:.9rem}.success-state{text-align:center}.success-state h1{color:#fff}.success-icon-check{width:80px;height:80px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 2rem}.back-home-btn{margin-top:2rem;background:none;border:1px solid #333;color:#888;padding:.75rem 2rem;border-radius:30px;cursor:pointer;transition:all .3s}.back-home-btn:hover{border-color:#fff;color:#fff}@media(max-width:768px){.question-text{font-size:1.75rem}.question-subtitle{font-size:1.1rem}}.doc-container{display:flex;min-height:100vh;background-color:#fff;color:#1a1a1a;font-family:Inter,system-ui,-apple-system,sans-serif}.doc-sidebar{width:280px;border-right:1px solid #e5e7eb;padding:2rem 1.5rem;position:sticky;top:0;height:100vh;overflow-y:auto;background:#f9fafb}.doc-logo{font-weight:800;font-size:1.25rem;color:#fbaf42;margin-bottom:2.5rem;display:flex;align-items:center;gap:.5rem}.doc-nav-section{margin-bottom:2rem}.doc-nav-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem;font-weight:600}.doc-nav-link{display:block;padding:.5rem .75rem;color:#4b5563;text-decoration:none;border-radius:6px;font-size:.9375rem;transition:all .2s;margin-bottom:.25rem}.doc-nav-link:hover{background-color:#f3f4f6;color:#111827}.doc-nav-link.active{background-color:#fbaf4215;color:#f99a15;font-weight:600}.doc-main{flex:1;padding:3rem 4rem;max-width:900px}.doc-content{line-height:1.6}.doc-content h1{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem;color:#111827}.doc-content h2{font-size:1.75rem;font-weight:700;margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.doc-content p{margin-bottom:1.25rem;font-size:1.1rem;color:#374151}.code-block{background:#1e293b;border-radius:8px;padding:1.5rem;margin:1.5rem 0;position:relative;overflow-x:auto}.code-block pre{margin:0;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9rem;color:#e2e8f0}.code-label{position:absolute;top:0;right:1.5rem;background:#475569;color:#cbd5e1;font-size:.7rem;padding:.2rem .6rem;border-radius:0 0 4px 4px;text-transform:uppercase}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;margin-left:.5rem}.badge-get{background:#dcfce7;color:#166534}.badge-post{background:#dbeafe;color:#1e40af}.doc-table{width:100%;border-collapse:collapse;margin:2rem 0}.doc-table th,.doc-table td{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.doc-table th{background:#f9fafb;font-weight:600}@media(max-width:1024px){.doc-sidebar{display:none}.doc-main{padding:2rem}}.demo-section{background:#fdfdfd;border:1px solid #eeeff2;padding:2.5rem;border-radius:16px;margin:4rem 0}.demo-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.demo-inputs{background:#fff}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.875rem;font-weight:600;color:#4b5563;margin-bottom:.5rem}.form-group input[type=text],.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.95rem;transition:border-color .2s;background:#fff;color:#000}.form-group input:focus,.form-group select:focus{outline:none;border-color:#fbaf42;box-shadow:0 0 0 3px #fbaf421a}.radio-group{display:flex;gap:1.5rem;padding:.5rem 0}.radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.demo-preview{display:flex;flex-direction:column}.preview-header{background:#f3f4f6;padding:.75rem 1rem;border-radius:12px 12px 0 0;border:1px solid #e5e7eb;border-bottom:none;font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center}.preview-header:before{content:"";display:inline-block;width:8px;height:8px;background:#ef4444;border-radius:50%;margin-right:6px;box-shadow:14px 0 #fbbf24,28px 0 #22c55e}.preview-header span{margin-left:36px}.preview-container{border:1px solid #e5e7eb;border-radius:0 0 12px 12px;background:#fff;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}@media(max-width:768px){.demo-grid{grid-template-columns:1fr}}.not-found-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;color:#fff;position:relative;overflow:hidden;padding:2rem}.not-found-logo{position:absolute;top:2rem;left:2rem;z-index:10}.not-found-logo img{height:40px;width:auto}.not-found-content{text-align:center;z-index:2;max-width:800px}.error-code{font-size:clamp(6rem,20vw,12rem);font-weight:900;line-height:1;background:linear-gradient(135deg,#fbaf42,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.2;margin-bottom:-2rem}.glitch-wrapper{margin-bottom:1.5rem}.glitch{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;position:relative;color:#fff}.not-found-message{font-size:1.25rem;color:#94a3b8;margin-bottom:3rem;line-height:1.6}.not-found-actions{display:flex;gap:1.5rem;justify-content:center}.not-found-actions .btn-primary{background:#fbaf42;color:#1a1a1a;padding:1rem 2rem;border-radius:12px;font-weight:700;text-decoration:none;transition:all .3s ease}.not-found-actions .btn-secondary{background:#ffffff0d;color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.not-found-actions .btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #fbaf424d}.not-found-actions .btn-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.background-decor{position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none}.circle{position:absolute;border-radius:50%;filter:blur(80px)}.circle-1{width:400px;height:400px;background:#fbaf421a;top:-100px;right:-100px;animation:drift 20s infinite alternate}.circle-2{width:300px;height:300px;background:#2563eb1a;bottom:-50px;left:-50px;animation:drift 15s infinite alternate-reverse}.circle-3{width:200px;height:200px;background:#a855f71a;top:50%;left:20%;animation:drift 25s infinite alternate}@keyframes drift{0%{transform:translate(0) scale(1)}to{transform:translate(100px,50px) scale(1.2)}}@media(max-width:768px){.not-found-actions{flex-wrap:wrap;gap:1rem}}@media(max-width:480px){.not-found-logo{top:1.5rem;left:50%;transform:translate(-50%)}.not-found-actions{flex-direction:column;gap:1rem}}.flow-page{min-height:100vh;background:#fff;color:#1a2332;font-family:Inter,sans-serif;padding-bottom:5rem;position:relative;overflow-x:hidden}.flow-container{max-width:1200px;margin:2rem auto 4rem;padding:0 2rem;position:relative;z-index:1}.flow-intro{text-align:center;margin-bottom:5rem}.flow-intro h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#000}.flow-intro p{color:#000;font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:500}.flow-steps{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:2rem}.flow-step-card{flex:1;min-width:250px;max-width:320px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:2rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.flow-step-card:hover{transform:translateY(-10px);background:#fff;border-color:#fbaf42;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.step-number{position:absolute;top:-15px;left:20px;width:30px;height:30px;background:#fbaf42;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.9rem;box-shadow:0 4px 6px #fbaf424d}.step-visual{height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.step-logo{max-width:100%;max-height:100%;object-fit:contain}.step-logo.eurc-logo{height:65px}.step-logo.tractial-logo{height:40px}.step-logos-grid.wallet-logos .small-logo{height:50px}.step-logos-grid.payment-logos .small-logo{height:30px}.step-logos-grid.transfer-logos .small-logo{height:35px}.step-logos-grid{display:flex;gap:1rem;align-items:center;justify-content:center}.small-logo{height:30px}.step-emoji{font-size:3rem}.flow-step-card h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1a2332}.flow-step-card.active{border-color:#fbaf42;transform:translateY(-5px)}.step-description{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:0;transition:margin .3s ease}.flow-step-card.active .step-description{margin-bottom:1.5rem}.technical-detail{max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;width:100%}.technical-detail.show{max-height:300px;opacity:1;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.tech-label{font-size:.7rem;font-weight:800;color:#fbaf42;letter-spacing:1px;margin-bottom:.5rem}.tech-box{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:12px;font-family:Monaco,Consolas,monospace;font-size:.8rem;line-height:1.5}.tech-box code{color:#fbaf42;background:#fbaf421a;padding:.1rem .3rem;border-radius:4px}.tech-box p{margin:0 0 .5rem;color:inherit;font-size:inherit}.tech-box p:last-child{margin-bottom:0}.flow-arrow{display:flex;align-items:center;justify-content:center;height:15rem}.flow-arrow:after{content:"→";font-size:2rem;color:#fbaf42;opacity:.8}.background-decor{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.glow{position:absolute;width:600px;height:600px;border-radius:50%;filter:blur(150px);opacity:.08}.glow-1{background:#fbaf42;top:-200px;right:-200px}.glow-2{background:#3b82f6;bottom:-200px;left:-200px}@media(max-width:1024px){.flow-steps{flex-direction:column;align-items:center}.flow-arrow{height:2rem;transform:rotate(90deg)}}.risk-page{min-height:100vh;background:#fff;color:#1a2332;font-family:Inter,sans-serif;padding-bottom:5rem;position:relative;overflow-x:hidden}.risk-container{max-width:800px;margin:2rem auto 4rem;padding:0 2rem;position:relative;z-index:1}.risk-intro{text-align:center;margin-bottom:4rem}.risk-intro h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:#000}.risk-intro p{color:#475569;font-size:1.15rem;max-width:600px;margin:0 auto;font-weight:500}.risk-content{display:flex;flex-direction:column;gap:0}.risk-section{border-bottom:1px solid rgba(0,0,0,.06);position:relative;padding:2.5rem 0 2.5rem 3.5rem}.risk-section:first-child{padding-top:0}.risk-section-final{border-bottom:none}.risk-section-number{position:absolute;left:0;top:2.5rem;width:28px;height:28px;background:#fbaf42;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;box-shadow:0 2px 6px #fbaf424d}.risk-section:first-child .risk-section-number{top:0}.risk-section h2{font-size:1.5rem;font-weight:700;color:#1a2332;margin-bottom:1.25rem}.risk-section p{color:#475569;font-size:1rem;line-height:1.8;margin-bottom:1rem}.risk-section p:last-child{margin-bottom:0}.risk-emphasis{font-weight:600;color:#1a2332!important;font-style:italic}.risk-warning-banner{display:flex;align-items:flex-start;gap:.75rem;background:#fbaf4214;border:1px solid rgba(251,175,66,.25);border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.risk-warning-banner .warning-icon{font-size:1.3rem;flex-shrink:0;margin-top:.1rem}.risk-warning-banner p{color:#92400e;font-weight:600;font-size:.95rem;line-height:1.6;margin-bottom:0}.risk-list{list-style:none;padding:0;margin:1.25rem 0 0;display:flex;flex-direction:column;gap:1rem}.risk-list li{display:flex;align-items:flex-start;gap:.75rem;background:#f8fafc;border-radius:12px;padding:1.25rem 1.5rem;border:1px solid rgba(0,0,0,.04);transition:all .2s ease}.risk-list li:hover{border-color:#fbaf4233;box-shadow:0 2px 8px #0000000a}.risk-bullet{color:#fbaf42;font-size:1.5rem;line-height:1;flex-shrink:0;margin-top:.15rem}.risk-list li div{color:#475569;font-size:.95rem;line-height:1.7}.risk-list li strong{color:#1a2332}.risk-disclaimer-box{background:#f1f5f9;border-radius:12px;padding:1.5rem;margin-top:1.5rem;border-left:4px solid #fbaf42}.risk-disclaimer-box p{color:#64748b;font-size:.9rem;line-height:1.7;margin-bottom:0}.risk-disclaimer-box strong{color:#475569}@media(max-width:768px){.risk-intro h1{font-size:2rem}.risk-intro p{font-size:1rem}.risk-section{padding-left:2.5rem}.risk-section-number{width:24px;height:24px;font-size:.75rem}.risk-section h2{font-size:1.25rem}.risk-section{padding-top:1.75rem;padding-bottom:1.75rem}.risk-warning-banner,.risk-list li{padding:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}
