body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#000;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{height:100%;scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,SF Pro Display,system-ui,sans-serif;background:#000000;color:#ffffff;overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#3b82f6}a:hover{color:#60a5fa}.App{position:relative;background:#000000}.gradient-text{background:linear-gradient(180deg,#ffffff 0,rgba(255,255,255,.5));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-container{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:transparent;transition:all .3s ease}.header-container.scrolled{background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);padding:12px 40px}.header-logo a{display:flex;align-items:center}.header-logo img{height:32px;width:auto}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger-line{display:block;width:24px;height:2px;background:#ffffff;transition:all .3s ease}.mobile-menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links{display:flex;align-items:center;gap:32px}.nav-link{color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#ffffff}.open-app-btn{display:inline-flex;align-items:center;padding:10px 24px;background:#ffffff;color:#000000;text-decoration:none;border-radius:50px;font-weight:600;font-size:14px;transition:all .3s ease}.open-app-btn:hover{background:rgba(255,255,255,.9);transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,255,255,.2)}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;padding:0 24px;background:#000000;overflow:hidden}.hero-background{position:absolute;inset:0;z-index:0}.hero-gradient-1{width:500px;height:500px;background:rgba(59,130,246,.2);opacity:.5;animation:pulse 4s ease-in-out infinite}.hero-gradient-1,.hero-gradient-2{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;filter:blur(120px)}.hero-gradient-2{width:800px;height:800px;background:rgba(168,85,247,.1);opacity:.3}@keyframes pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.7;transform:translate(-50%,-50%) scale(1.1)}}.hero-container{position:relative;z-index:10;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50px;font-size:14px;font-weight:500;margin-bottom:40px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.02em}.hero-badge,.hero-badge-icon{color:rgba(255,255,255,.9)}.hero-title{font-size:clamp(56px,8vw,96px);font-weight:700;line-height:1.05;margin-bottom:32px;letter-spacing:-.03em;color:#ffffff}.hero-subtitle{color:rgba(255,255,255,.5);font-weight:300}.hero-description{font-size:20px;line-height:1.6;color:rgba(255,255,255,.5);margin-bottom:48px;max-width:520px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.primary-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:#ffffff;color:#000000;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer}.primary-button:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,255,255,.2)}.appstore-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#ffffff;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.appstore-button:hover{background:rgba(255,255,255,.05);transform:translateY(-2px);border-color:rgba(255,255,255,.4)}.secondary-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:transparent;color:#ffffff;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.secondary-button:hover{background:rgba(255,255,255,.05);transform:translateY(-2px)}.button-icon{transition:transform .3s ease}.secondary-button:hover .button-icon{transform:translateX(4px)}.hero-chat-col{display:flex;align-items:center;justify-content:center}.hero-chat{width:100%;max-width:420px;display:flex;flex-direction:column;gap:14px}.hc-row{display:flex;gap:10px;align-items:flex-start;animation:hcBubbleIn .4s ease both}.hc-left{justify-content:flex-start}.hc-right{justify-content:flex-end}.hc-avatar{width:28px;height:28px;border-radius:14px;background:linear-gradient(135deg,#7C5CFC,#A78BFA);display:flex;align-items:center;justify-content:center;font-size:12px;color:#fff;flex-shrink:0;margin-top:2px}.hc-bubble{padding:12px 20px;border-radius:20px;font-size:16px;line-height:1.4;font-weight:400;max-width:82%}.hc-ai{background:rgba(255,255,255,.07);color:rgba(255,255,255,.8);border-bottom-left-radius:4px}.hc-user{background:rgba(124,92,252,.25);color:#fff;font-weight:500;border-bottom-right-radius:4px}.hc-cursor{opacity:.5;font-weight:300;animation:hcBlink .6s step-end infinite}.hc-dots-bubble{display:flex;gap:5px;align-items:center;padding:14px 22px}.hc-dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.4);animation:hcDotBounce .8s ease-in-out infinite}.hc-dot:nth-child(2){animation-delay:.15s}.hc-dot:nth-child(3){animation-delay:.3s}.hc-success{padding:12px 20px;background:rgba(42,196,122,.1);border-radius:20px;display:flex;align-items:center;gap:10px;color:rgba(42,196,122,.8);font-size:15px;font-weight:500;animation:hcBubbleIn .4s ease both}.hc-check{font-size:14px;font-weight:700}@keyframes hcBubbleIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hcBlink{50%{opacity:0}}@keyframes hcDotBounce{0%,to{transform:translateY(0);opacity:.3}50%{transform:translateY(-3px);opacity:.8}}.hero-word{display:inline-block;margin-right:.2em}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.3);z-index:10}.scroll-text{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.scroll-line{width:1px;height:48px;background:linear-gradient(180deg,transparent 0,rgba(255,255,255,.3) 50%,transparent)}.crypto-visual-container{position:relative;width:300px;height:300px}.crypto-visual-container,.crypto-visual-statue{display:flex;align-items:center;justify-content:center}.crypto-visual-statue{position:absolute;inset:0;z-index:0;overflow:visible}.crypto-visual-statue img{width:420px;height:auto;opacity:.25;filter:grayscale(100%)}.video-section{padding:60px 24px 140px;background:#000000;position:relative}.video-container{max-width:1100px;margin:0 auto}.video-player-container{max-width:1000px;margin:0 auto}.video-player-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(59,130,246,.3);aspect-ratio:16/9;border:1px solid rgba(255,255,255,.1)}.video-player{display:block;width:100%;height:100%;object-fit:cover}.trust-section{padding:100px 24px;background:#000000}.trust-container{max-width:800px;margin:0 auto;text-align:center}.trust-label{font-size:16px;color:rgba(255,255,255,.6);margin-bottom:40px;font-weight:500}.trust-logos{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.trust-logo{height:40px;width:auto;opacity:.6;transition:opacity .3s ease;filter:brightness(0) invert(1)}.trust-logo:hover{opacity:1}.how-it-works-section{padding:160px 24px;background:#000000}.how-it-works-container{max-width:1200px;margin:0 auto}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:32px;gap:32px}.step-card{text-align:center;padding:40px 24px;height:100%;background:rgba(255,255,255,.05);border-radius:20px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(59,130,246,.2);background:rgba(255,255,255,.08);border-color:rgba(59,130,246,.3)}.step-number{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(59,130,246,.1);border:1px solid rgba(59,130,246,.3);border-radius:50%;color:#3b82f6;font-size:20px;font-weight:700;margin-bottom:24px}.step-card h3{font-size:20px;font-weight:600;margin-bottom:16px;color:#ffffff;letter-spacing:-.01em}.step-card p{color:rgba(255,255,255,.6);line-height:1.6;font-size:15px}.comparison-section{padding:160px 24px;background:#000000}.comparison-container{max-width:900px;margin:0 auto}.comparison-narrative{text-align:center}.comparison-subtitle{color:rgba(255,255,255,.6);font-size:1.125rem;line-height:1.7;max-width:560px;margin:0 auto 64px}.fee-showcase{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:72px}.fee-others,.fee-ours{display:flex;flex-direction:column;align-items:center;padding:40px 48px;border-radius:20px;flex:1 1;max-width:340px}.fee-others{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}.fee-ours{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.2)}.fee-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);margin-bottom:12px}.fee-amount{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:8px}.fee-amount-red{color:#ef4444}.fee-amount-green{color:#10b981}.fee-sublabel{font-size:.85rem;color:rgba(255,255,255,.4);text-align:center}.fee-vs{font-size:1rem;font-weight:600;color:rgba(255,255,255,.25);text-transform:uppercase;letter-spacing:.15em;flex-shrink:0}.fee-breakdown{text-align:left;margin-bottom:48px}.breakdown-title{font-size:1rem;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px}.breakdown-grid{display:flex;flex-direction:column;gap:14px}.breakdown-item{display:flex;align-items:center;gap:16px}.breakdown-name{width:90px;font-size:.9rem;color:rgba(255,255,255,.6);flex-shrink:0}.breakdown-bar-track{flex:1 1;height:8px;background:rgba(255,255,255,.06);border-radius:4px;overflow:hidden}.breakdown-bar{height:100%;background:rgba(239,68,68,.5);border-radius:4px;transition:width .8s ease}.breakdown-bar-green{background:#10b981}.breakdown-fee{width:70px;text-align:right;font-size:.9rem;font-weight:500;color:rgba(255,255,255,.7);flex-shrink:0}.breakdown-fee-green,.breakdown-item-highlight .breakdown-name{color:#10b981;font-weight:600}.comparison-summary{font-size:.9rem;color:rgba(255,255,255,.5);text-align:center;max-width:700px;margin:24px auto 16px;line-height:1.7}.comparison-footnote{font-size:.8rem;color:rgba(255,255,255,.3);text-align:center;max-width:600px;margin:0 auto;line-height:1.6}.check-icon{color:#10b981}.cross-icon{color:#ef4444}.networks-section{padding:160px 24px;background:#000000}.networks-container{max-width:800px;margin:0 auto;text-align:center}.networks-lead{color:rgba(255,255,255,.6);font-size:1.125rem;line-height:1.7;max-width:560px;margin:0 auto 48px}.chain-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.chain-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;background:rgba(255,255,255,.05);border-radius:100px;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease}.chain-pill:hover{border-color:rgba(255,255,255,.25)}.chain-pill img{width:24px;height:24px;object-fit:contain}.chain-pill span{font-size:14px;font-weight:500;color:rgba(255,255,255,.8)}.benefits-section{padding:160px 24px;background:#000000;position:relative}.benefits-container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:96px}.section-title{font-size:clamp(40px,5.5vw,56px);font-weight:700;margin-bottom:20px;letter-spacing:-.03em;color:#ffffff}.section-description{font-size:20px;color:rgba(255,255,255,.6);max-width:600px;margin:0 auto}.story-blocks{gap:0}.story-block,.story-blocks{display:flex;flex-direction:column}.story-block{align-items:center;text-align:center;gap:16px;padding:64px 0;border-bottom:1px solid rgba(255,255,255,.06)}.story-block:last-child{border-bottom:none}.story-block-number{font-size:.8rem;font-weight:600;color:rgba(59,130,246,.5);letter-spacing:.05em;flex-shrink:0;padding-top:4px}.story-block-content h3{font-size:1.5rem;font-weight:600;color:#ffffff;margin-bottom:16px;letter-spacing:-.02em}.story-block-content p{color:rgba(255,255,255,.5);line-height:1.75;font-size:1rem;max-width:640px;margin:0 auto}.pricing-section{padding:120px 24px;background:#000000}.pricing-container{max-width:1400px;margin:0 auto}.pricing-container h2{text-align:center;font-size:clamp(36px,5vw,48px);margin-bottom:16px;font-weight:700;letter-spacing:-.02em;color:#ffffff}.pricing-subtitle{text-align:center;font-size:20px;margin-bottom:60px;color:rgba(255,255,255,.6);max-width:600px;margin-left:auto;margin-right:auto}.pricing-content{display:block}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:32px;gap:32px;margin-bottom:60px}.pricing-card.modern{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px 32px;position:relative;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.pricing-card.modern:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(59,130,246,.2);background:rgba(255,255,255,.08);border-color:rgba(59,130,246,.3)}.pricing-card.modern.popular{border-color:rgba(59,130,246,.5);background:rgba(255,255,255,.08)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#ffffff;color:#000000;padding:8px 20px;border-radius:50px;font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px;letter-spacing:.5px;text-transform:uppercase}.badge-icon{width:12px;height:12px}.pricing-header{text-align:center;margin-bottom:32px}.pricing-header h3{font-size:24px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em;color:#ffffff}.plan-description{color:rgba(255,255,255,.6);font-size:16px}.credit-display{text-align:center;margin-bottom:32px}.main-credits{display:flex;flex-direction:column;align-items:center;margin-bottom:12px}.credit-amount{font-size:48px;font-weight:800;color:#ffffff;line-height:1;letter-spacing:-.02em}.credit-label{font-size:16px;color:rgba(255,255,255,.6);font-weight:500}.bonus-credits{display:flex;flex-direction:column;align-items:center;gap:4px}.bonus-text{font-size:14px;color:rgba(255,255,255,.8)}.bonus-percentage{font-size:12px;color:#10b981;font-weight:600}.price{text-align:center;margin-bottom:32px}.price .currency{font-size:24px;font-weight:600;vertical-align:top;color:#ffffff}.price .amount{font-size:48px;font-weight:800;letter-spacing:-.02em;color:#ffffff}.price-per-credit{font-size:14px;color:rgba(255,255,255,.6);margin-top:8px}.credit-features{margin-bottom:32px}.feature-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:15px;color:rgba(255,255,255,.8)}.feature-icon{color:#10b981;flex-shrink:0}.cta-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:#ffffff;color:#000000;text-decoration:none;border-radius:50px;font-weight:600;font-size:16px;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{background:rgba(255,255,255,.9);transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,255,255,.2)}.button-arrow{transition:transform .3s ease}.cta-button:hover .button-arrow{transform:translateX(4px)}.custom-section{margin-top:40px}.custom-credit-card{max-width:500px;margin:0 auto;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px 32px;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.custom-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(59,130,246,.1);color:#3b82f6;padding:8px 16px;border-radius:50px;font-size:12px;font-weight:600;margin-bottom:24px;letter-spacing:.5px;text-transform:uppercase;border:1px solid rgba(59,130,246,.2)}.custom-content h3{font-size:24px;font-weight:700;margin-bottom:16px;letter-spacing:-.01em;color:#ffffff}.custom-description{color:rgba(255,255,255,.6);margin-bottom:32px;line-height:1.6}.custom-calculator{background:rgba(255,255,255,.05);border-radius:16px;padding:24px;margin-bottom:32px;border:1px solid rgba(255,255,255,.1)}.calculator-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:15px}.calculator-row:last-child{margin-bottom:0}.calc-label{color:rgba(255,255,255,.6)}.calc-value,.custom-button{font-weight:600;color:#ffffff}.custom-button{display:inline-flex;align-items:center;gap:8px;padding:16px 32px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);text-decoration:none;border-radius:50px;font-size:16px;transition:all .3s ease}.custom-button:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.pricing-footer{margin-top:80px}.pricing-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:32px;gap:32px;max-width:1000px;margin:0 auto}.info-card{display:flex;gap:20px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.info-icon{flex-shrink:0;color:#3b82f6;background:rgba(59,130,246,.1);padding:12px;border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.info-content h4{font-size:18px;font-weight:600;margin-bottom:16px;letter-spacing:-.01em;color:#ffffff}.info-content ul{list-style:none;padding:0;margin:0}.info-content li{margin-bottom:8px}.info-content li,.info-content p{color:rgba(255,255,255,.6);line-height:1.6}.info-content p{margin:0}.pricing-faq{padding:80px 24px;background:#000000}.faq-container{max-width:1000px;margin:0 auto}.faq-container h2{text-align:center;font-size:clamp(32px,4vw,40px);margin-bottom:60px;font-weight:700;color:#ffffff}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:32px;gap:32px}.faq-item{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:32px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.faq-item h3{font-size:18px;font-weight:600;margin-bottom:16px;color:#ffffff}.faq-item p{color:rgba(255,255,255,.6);line-height:1.6}.features-section{padding:120px 24px;background:#000000}.features-container{max-width:1200px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:32px;gap:32px}.feature-card{display:flex;align-items:flex-start;gap:24px;padding:32px;background:rgba(255,255,255,.05);border-radius:20px;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(59,130,246,.2);background:rgba(255,255,255,.08);border-color:rgba(59,130,246,.3)}.feature-content h3{font-size:20px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em;color:#ffffff}.feature-content p{color:rgba(255,255,255,.6);line-height:1.6}.site-footer{background:#000000;border-top:1px solid rgba(255,255,255,.1);padding:80px 24px 40px}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:80px;gap:80px;margin-bottom:60px}.footer-brand{display:flex;flex-direction:column;gap:20px}.footer-logo img{height:28px;width:auto}.footer-description{color:rgba(255,255,255,.5);font-size:14px;line-height:1.6;max-width:300px}.footer-social{display:flex;gap:16px}.footer-social a{color:rgba(255,255,255,.5);transition:color .3s ease}.footer-social a:hover{color:#ffffff}.footer-links-section{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.footer-heading{font-size:14px;font-weight:600;color:#ffffff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px}.footer-link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-link-list a{color:rgba(255,255,255,.5);text-decoration:none;font-size:14px;transition:color .3s ease}.footer-link-list a:hover{color:#ffffff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:32px;text-align:center}.footer-bottom p{color:rgba(255,255,255,.4);font-size:13px}.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px}.error-page h1{font-size:clamp(48px,8vw,96px);font-weight:800;color:#ffffff;margin-bottom:16px;letter-spacing:-.02em}.error-page p{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:40px}.legal-page{max-width:800px;margin:0 auto;padding:120px 24px 80px;color:rgba(255,255,255,.8);background:#000000}.legal-page h1{font-size:clamp(32px,5vw,48px);font-weight:700}.legal-page h1,.legal-page h2{margin-bottom:16px;color:#ffffff}.legal-page h2{font-size:clamp(24px,4vw,32px);font-weight:600;margin-top:48px}.legal-page h3{font-size:20px;font-weight:600;margin-top:32px;margin-bottom:12px;color:#ffffff}.legal-page p{line-height:1.8}.legal-page ol,.legal-page p,.legal-page ul{margin-bottom:16px;color:rgba(255,255,255,.7)}.legal-page ol,.legal-page ul{padding-left:24px}.legal-page li{margin-bottom:8px;line-height:1.8}.legal-page a{color:#3b82f6;text-decoration:underline;transition:color .3s ease}.legal-page a:hover{color:#60a5fa}.legal-page strong{color:#ffffff;font-weight:600}.last-updated{font-size:14px;color:rgba(255,255,255,.5);margin-bottom:32px}.company-info{display:flex;flex-direction:column;gap:12px;margin:16px 0}.info-row{display:flex;gap:16px}.info-label{min-width:180px;color:rgba(255,255,255,.5);font-weight:500}.info-value{color:rgba(255,255,255,.8)}.info-value a{color:#3b82f6;text-decoration:none}.info-value a:hover{text-decoration:underline}@media (max-width:768px){.header-container{padding:12px 20px}.mobile-menu-toggle{display:flex}.nav-links{display:none;position:fixed;inset:0;background:rgba(0,0,0,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:center;justify-content:center;gap:40px;z-index:999}.nav-links.mobile-open{display:flex}.nav-links .nav-link{font-size:24px;font-weight:600;color:#ffffff}.nav-links .open-app-btn{font-size:18px;padding:14px 40px}.hero-container{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-description{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-chat-col{display:none}.hero-title{font-size:clamp(40px,10vw,72px)}.benefits-section,.comparison-section,.how-it-works-section,.networks-section,.social-proof-section{padding-top:100px;padding-bottom:100px}.steps-grid{grid-template-columns:1fr}.chain-pills{gap:8px}.story-block{flex-direction:column;gap:16px}.pricing-grid{grid-template-columns:1fr}.fee-showcase{flex-direction:column;gap:16px}.fee-others,.fee-ours{max-width:100%;padding:32px 24px}.fee-amount{font-size:2.5rem}.fee-vs{font-size:.85rem}.breakdown-name{width:70px;font-size:.8rem}.breakdown-fee{width:60px;font-size:.8rem}.faq-grid,.footer-content,.pricing-info{grid-template-columns:1fr}.footer-content{gap:40px}.footer-links-section{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer-links-section{grid-template-columns:1fr}.trust-logos{gap:32px}.trust-logo{height:28px}.stats-row{flex-wrap:wrap;gap:24px;padding:32px 24px}.stat-divider{display:none}.stat-item{min-width:100px}.about-grid,.about-values-grid{grid-template-columns:1fr!important}}.social-proof-section{padding:160px 24px;background:#000000;border-top:1px solid rgba(255,255,255,.05)}.social-proof-container{max-width:900px;margin:0 auto}.proof-statement{text-align:center;margin-bottom:64px}.proof-description{color:rgba(255,255,255,.5);font-size:1.1rem;line-height:1.8;max-width:640px;margin:0 auto}.proof-description strong{color:rgba(255,255,255,.85)}.stats-row{justify-content:center;gap:40px;padding:40px;background:rgba(255,255,255,.03);border-radius:20px;border:1px solid rgba(255,255,255,.06)}.stat-item,.stats-row{display:flex;align-items:center}.stat-item{flex-direction:column;gap:4px}.stat-divider{width:1px;height:40px;background:rgba(255,255,255,.1);flex-shrink:0}.stat-number{font-size:clamp(32px,5vw,52px);font-weight:700;color:#ffffff;line-height:1.2}.stat-label{font-size:13px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.06em}.newsletter-section{padding:120px 24px;background:linear-gradient(180deg,#000000,rgba(59,130,246,.05) 50%,#000000);border-top:1px solid rgba(255,255,255,.05)}.newsletter-container{max-width:560px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.newsletter-container .hero-actions{justify-content:center}.newsletter-container h2{font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:12px;color:#ffffff}.newsletter-container>p{color:rgba(255,255,255,.6);margin-bottom:32px;font-size:18px}.newsletter-form{display:flex;gap:12px;max-width:480px;margin:0 auto}.newsletter-input{flex:1 1;padding:14px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#ffffff;font-size:16px;outline:none;transition:border-color .2s ease}.newsletter-input::placeholder{color:rgba(255,255,255,.4)}.newsletter-input:focus{border-color:#3b82f6}.newsletter-button{padding:14px 28px;background:#3b82f6;color:#ffffff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.newsletter-button:hover{background:#2563eb}.newsletter-disclaimer{margin-top:16px;font-size:13px;color:rgba(255,255,255,.35)}.about-page{padding-top:100px}.about-hero{padding:80px 24px;text-align:center}.about-hero-container{max-width:800px;margin:0 auto}.about-hero h1{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.02em;margin-bottom:20px;color:#ffffff}.about-hero-subtitle{font-size:20px;color:rgba(255,255,255,.6);line-height:1.6}.about-section{padding:60px 24px}.about-container{max-width:1000px;margin:0 auto}.about-section-title{font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:40px;text-align:center;color:#ffffff}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}.about-card{padding:40px;background:rgba(255,255,255,.05);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.about-card h2{font-size:24px;font-weight:600;margin-bottom:16px;color:#ffffff}.about-card p{color:rgba(255,255,255,.6);line-height:1.7}.about-values-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.about-value{padding:32px;background:rgba(255,255,255,.03);border-radius:16px;border:1px solid rgba(255,255,255,.08)}.about-value h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#ffffff}.about-value p{color:rgba(255,255,255,.6);line-height:1.6;font-size:15px}.about-cta-section{text-align:center;padding:80px 24px;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.about-cta-section h2{font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:12px;color:#ffffff}.about-cta-section p{color:rgba(255,255,255,.6);margin-bottom:32px;font-size:18px}.about-contact{text-align:center;color:rgba(255,255,255,.6);line-height:1.8}.about-contact strong{color:#ffffff}.about-contact a{color:#3b82f6;text-decoration:none}.about-contact a:hover{text-decoration:underline}.about-social{display:flex;gap:24px;justify-content:center;margin-top:16px}.about-social a{color:#3b82f6;text-decoration:none;font-weight:500}.about-social a:hover{text-decoration:underline}.pricing-page{padding-top:80px}@media (max-width:768px){.newsletter-form{flex-direction:column}.about-grid,.about-values-grid{grid-template-columns:1fr}.info-row{flex-direction:column;gap:4px}.info-label{min-width:unset}}.buy-index-page,.buy-token-page,.compare-page,.swap-page{padding-top:100px}.buy-hero{padding:60px 24px 80px;text-align:center}.buy-hero-container{max-width:800px;margin:0 auto}.buy-hero h1{font-size:clamp(36px,5vw,56px);font-weight:700;letter-spacing:-.02em;margin-bottom:20px;color:#ffffff}.buy-hero-subtitle{font-size:20px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:32px;max-width:640px;margin-left:auto;margin-right:auto}.buy-hero-badge{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:24px;font-size:14px;color:rgba(255,255,255,.6)}.zero-fee-badge{display:inline-block;padding:4px 12px;background:rgba(16,185,129,.15);border:1px solid rgba(16,185,129,.3);border-radius:50px;color:#10b981;font-weight:600;font-size:12px}.buy-about-section,.buy-category-section,.buy-chains-section,.buy-how-section,.buy-why-section,.compare-section{padding:80px 24px}.buy-about-container,.buy-category-container,.buy-chains-container,.buy-how-container,.buy-why-container,.compare-container{max-width:1000px;margin:0 auto}.buy-about-section h2,.buy-category-section h2,.buy-chains-section h2,.buy-how-section h2,.buy-why-section h2,.compare-section h2{font-size:clamp(28px,4vw,36px);font-weight:700;margin-bottom:24px;color:#ffffff;text-align:center}.buy-about-container p{color:rgba(255,255,255,.6);line-height:1.8;max-width:700px;margin:0 auto;text-align:center;font-size:18px}.buy-chains-container{text-align:center}.token-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:32px}.token-card{display:flex;flex-direction:column;padding:28px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;text-decoration:none;transition:all .3s ease}.token-card:hover{transform:translateY(-2px);border-color:rgba(59,130,246,.3);background:rgba(255,255,255,.08)}.token-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.token-symbol{font-size:18px;font-weight:700;color:#ffffff}.token-name,.token-short-desc{font-size:14px;color:rgba(255,255,255,.5)}.token-short-desc{line-height:1.5;flex:1 1;margin-bottom:16px}.token-card-cta{font-size:14px;font-weight:600;color:#3b82f6}.token-card .zero-fee-badge{align-self:flex-start;margin-bottom:12px}.compare-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:40px}.compare-table td,.compare-table th{padding:16px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.compare-table th{font-size:14px;font-weight:600;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.05em}.compare-table td{color:rgba(255,255,255,.7);font-size:15px;line-height:1.6}.compare-table td:first-child{color:rgba(255,255,255,.5);font-weight:500;width:180px}.compare-highlight{background:rgba(16,185,129,.05)}.compare-highlight td{color:rgba(255,255,255,.85)}.compare-pros-cons{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;margin-top:48px}.compare-cons h3,.compare-pros h3{font-size:18px;font-weight:600;color:#ffffff;margin-bottom:16px}.compare-cons ul,.compare-pros ul{list-style:none;padding:0}.compare-cons li,.compare-pros li{padding:8px 0;color:rgba(255,255,255,.6);font-size:15px;line-height:1.5}.compare-pros li:before{content:"✓ ";color:#10b981;font-weight:600}.compare-cons li:before{content:"✗ ";color:#ef4444;font-weight:600}@media (max-width:768px){.compare-pros-cons,.token-grid{grid-template-columns:1fr}.compare-table{font-size:13px}.compare-table td:first-child{width:120px}}