*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #FFFFFF;--navy: #EEF1FF;--navy-mid: #F5F7FF;--amber: #F59E0B;--amber-dim:#B45309;--white: #0F172A;--grey-100: #F8FAFC;--grey-300: #334155;--grey-500: #64748B;--grey-700: #CBD5E1;--font-display: "Playfair Display", Georgia, serif;--font-body: "Plus Jakarta Sans", system-ui, sans-serif;--ease-out: cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--black);color:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}::selection{background:var(--amber);color:#0f172a}.reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.reveal-delay-5{transition-delay:.5s}nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 40px;display:flex;align-items:center;justify-content:space-between;transition:background .4s ease,backdrop-filter .4s ease,box-shadow .4s ease}nav.scrolled{background:#ffffffeb;backdrop-filter:blur(20px);box-shadow:0 1px #00000012}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-text{font-family:var(--font-display);font-size:1.25rem;font-weight:900;letter-spacing:-.02em;color:var(--white)}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{color:var(--grey-500);text-decoration:none;font-size:.875rem;font-weight:500;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--amber);color:#0f172a!important;padding:10px 24px;border-radius:100px;font-weight:700!important;font-size:.875rem;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s!important}.nav-cta:hover{background:#fbbf24!important;transform:translateY(-1px)}#hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(245,158,11,.07) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 20% 80%,rgba(200,210,255,.25) 0%,transparent 60%),radial-gradient(ellipse 50% 50% at 80% 60%,rgba(200,210,255,.18) 0%,transparent 60%);z-index:0}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.06) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 0%,transparent 100%);z-index:0}.hero-grain{position:absolute;inset:0;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:1;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#b45309;padding:8px 18px;border-radius:100px;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:40px;animation:fadeDown .8s var(--ease-out) .2s both}.hero-badge:before{content:"";width:6px;height:6px;background:var(--amber);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero-headline{font-family:var(--font-display);font-size:clamp(3.5rem,8vw,7.5rem);font-weight:900;line-height:.95;letter-spacing:-.03em;color:var(--white);margin-bottom:28px;animation:fadeUp .9s var(--ease-out) .35s both}.hero-headline em{font-style:italic;color:var(--amber)}.hero-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--grey-500);font-weight:400;line-height:1.7;max-width:580px;margin:0 auto 48px;animation:fadeUp .9s var(--ease-out) .5s both}.hero-actions{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;animation:fadeUp .9s var(--ease-out) .65s both}.hero-store-badges{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:24px;opacity:.45;filter:grayscale(1);animation:fadeUp .9s var(--ease-out) .75s both}.store-badge{display:flex;flex-direction:column;align-items:center;gap:6px}.store-badge-label{font-size:.68rem;color:var(--grey-500);font-weight:500;letter-spacing:.04em}.store-badge svg{height:40px;width:auto}.btn-primary{background:var(--amber);color:#0f172a;padding:16px 36px;border-radius:100px;font-weight:700;font-size:1rem;text-decoration:none;display:inline-block;transition:background .2s,transform .2s,box-shadow .2s;box-shadow:0 0 40px #f59e0b33}.btn-primary:hover{background:#fbbf24;transform:translateY(-2px);box-shadow:0 8px 32px #f59e0b47}.btn-ghost{background:transparent;color:var(--white);padding:15px 36px;border-radius:100px;font-weight:600;font-size:1rem;text-decoration:none;display:inline-block;border:1px solid rgba(0,0,0,.18);transition:border-color .2s,background .2s,transform .2s}.btn-ghost:hover{border-color:#00000059;background:#0000000a;transform:translateY(-2px)}.hero-visual{margin-top:72px;position:relative;animation:fadeUp 1s var(--ease-out) .8s both;display:flex;justify-content:center}.hero-phone-frame{width:240px;aspect-ratio:9 / 19.5;background:#111827;border-radius:40px;border:7px solid #1E2A3A;box-shadow:0 0 0 1px #0000004d,inset 0 0 0 1px #ffffff0f,0 40px 100px #0003,0 0 60px #f59e0b0f;overflow:hidden;position:relative;animation:float 6s ease-in-out infinite}.hero-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:26px;background:#111827;border-radius:0 0 18px 18px;z-index:10;pointer-events:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}section{padding:120px 24px}.container{max-width:1100px;margin:0 auto}.section-label{font-size:.9rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);margin-bottom:20px}.section-headline{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.8rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;margin-bottom:24px}.section-sub{font-size:1.1rem;color:var(--grey-500);line-height:1.75;max-width:560px}#why{background:var(--navy-mid);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.why-body p{font-size:1rem;color:var(--grey-300);line-height:1.85;margin-bottom:1.4em}.why-stat-cluster{display:flex;flex-direction:column;gap:0;padding-top:32px}.why-stat{padding:32px 0;border-bottom:1px solid rgba(0,0,0,.07)}.why-stat:last-child{border-bottom:none}.why-stat-number{font-family:var(--font-display);font-size:3rem;font-weight:900;color:var(--amber);letter-spacing:-.03em;line-height:1;margin-bottom:8px}.why-stat-label{font-size:.85rem;color:var(--grey-500);line-height:1.5}#what{background:var(--black);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.what-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.product-list{display:flex;flex-direction:column;gap:20px;margin-top:48px}.product-item{display:flex;align-items:flex-start;gap:20px;padding:24px;background:#00000005;border:1px solid rgba(0,0,0,.07);border-radius:16px;transition:border-color .3s,background .3s;text-decoration:none;color:inherit}.product-item:hover{border-color:#f59e0b4d;background:#f59e0b08}.product-icon{width:44px;height:44px;background:#f59e0b1a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;border:1px solid rgba(245,158,11,.2)}.product-name{font-size:.875rem;font-weight:700;color:var(--white);margin-bottom:4px;letter-spacing:.01em}.product-desc{font-size:.85rem;color:var(--grey-500);line-height:1.6}.ecosystem-visual{position:relative;display:flex;align-items:center;justify-content:center;height:420px}.eco-center{width:100px;height:100px;background:var(--amber);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:900;font-size:1.1rem;color:#0f172a;position:relative;z-index:2;box-shadow:0 0 48px #f59e0b40}.eco-ring{position:absolute;border-radius:50%;border:1px solid rgba(245,158,11,.18);animation:spin-slow linear infinite}.eco-ring-1{width:200px;height:200px;animation-duration:20s}.eco-ring-2{width:300px;height:300px;animation-duration:30s;animation-direction:reverse}.eco-ring-3{width:400px;height:400px;animation-duration:40s;border-style:dashed}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.eco-node{position:absolute;background:var(--navy-mid);border:1px solid rgba(245,158,11,.2);border-radius:12px;padding:10px 14px;font-size:.75rem;font-weight:600;color:var(--grey-300);white-space:nowrap}.eco-node.top{top:10px;left:50%;transform:translate(-50%)}.eco-node.right{right:0;top:50%;transform:translateY(-50%)}.eco-node.bottom{bottom:10px;left:50%;transform:translate(-50%)}.eco-node.left{left:0;top:50%;transform:translateY(-50%)}.video-wrap{max-width:860px;margin:64px auto 0}.video-label{text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--amber);margin-bottom:16px}.video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:var(--navy-mid)}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;border-radius:16px}.video-placeholder{width:100%;aspect-ratio:16/9;background:var(--navy-mid);border:1px solid rgba(0,0,0,.08);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--grey-700);font-size:.95rem;font-style:italic}.hiw-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.hiw-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:32px 20px;background:#00000005;border:1px solid rgba(0,0,0,.07);border-radius:24px;transition:border-color .3s,background .3s,transform .3s;position:relative}.hiw-item:hover{border-color:#f59e0b4d;background:#f59e0b05;transform:translateY(-4px)}.hiw-item:not(:last-child):after{content:"→";position:absolute;right:-18px;top:50%;transform:translateY(-50%);color:#f59e0b59;font-size:1.2rem;z-index:1}.hiw-illustration{width:160px;height:130px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.hiw-illustration svg{width:100%;height:100%}.hiw-step-number{font-family:var(--font-display);font-size:.75rem;font-weight:700;color:var(--amber);letter-spacing:.1em;margin-bottom:12px;opacity:.8}.hiw-step-title{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.3}.hiw-step-body{font-size:.875rem;color:var(--grey-500);line-height:1.7}#credits{background:var(--navy-mid);border-top:1px solid rgba(0,0,0,.06)}.credits-top{text-align:center;max-width:640px;margin:0 auto 80px}.credits-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:80px;background:#0000000f;border-radius:24px;overflow:hidden}.credits-step{background:var(--black);padding:48px 36px;position:relative}.credits-step:first-child{border-radius:24px 0 0 24px}.credits-step:last-child{border-radius:0 24px 24px 0}.step-number{font-family:var(--font-display);font-size:4rem;font-weight:900;color:#f59e0b59;line-height:1;margin-bottom:24px;letter-spacing:-.04em}.step-title{font-size:1.15rem;font-weight:700;color:var(--white);margin-bottom:12px;line-height:1.3}.step-body{font-size:.9rem;color:var(--grey-500);line-height:1.7}.step-highlight{display:inline-block;color:var(--amber);font-weight:600}.transaction-visual{background:var(--navy-mid);border:1px solid rgba(245,158,11,.15);border-radius:24px;padding:48px;max-width:680px;margin:0 auto;text-align:center}.tx-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--grey-500);margin-bottom:32px}.tx-flow{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:32px}.tx-box{background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:20px 28px;text-align:center}.tx-box.highlight{background:#f59e0b14;border-color:#f59e0b40}.tx-box-label{font-size:.75rem;color:var(--grey-500);margin-bottom:6px;font-weight:500}.tx-box-value{font-family:var(--font-display);font-size:1.6rem;font-weight:700;letter-spacing:-.02em;color:var(--white)}.tx-box.highlight .tx-box-value{color:var(--amber)}.tx-arrow{font-size:1.5rem;color:var(--grey-700)}.tx-tagline{font-size:.9rem;color:var(--grey-300);line-height:1.6;font-style:italic}.tx-tagline strong{color:var(--white);font-style:normal}.credits-choice{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:48px;flex-wrap:wrap}.choice-pill{background:#00000008;border:1px solid rgba(0,0,0,.1);border-radius:100px;padding:12px 24px;font-size:.875rem;color:var(--grey-500);font-weight:500;cursor:pointer;transition:all .2s}.choice-pill:hover{border-color:#f59e0b4d;color:var(--white);background:#f59e0b0d}.choice-pill.active{background:#f59e0b1a;border-color:#f59e0b4d;color:#b45309;font-weight:600}.choice-divider{font-size:.8rem;color:var(--grey-700);font-weight:600}#tiers{background:var(--black);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.tiers-top{text-align:center;max-width:600px;margin:0 auto 72px}.tier-track{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto;position:relative}.tier-track:before{content:"";position:absolute;left:28px;top:0;bottom:0;width:1px;background:linear-gradient(to bottom,transparent 0%,rgba(245,158,11,.3) 20%,rgba(245,158,11,.3) 80%,transparent 100%)}.tier-item{display:flex;align-items:flex-start;gap:32px;padding:28px 0;position:relative;border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s}.tier-item:last-child{border-bottom:none}.tier-dot{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem;position:relative;z-index:1;border:2px solid rgba(0,0,0,.1);background:var(--black);transition:all .3s}.tier-item:hover .tier-dot{border-color:#f59e0b66;background:#f59e0b0f}.tier-dot.elite{background:linear-gradient(135deg,#fff8e7,#fffbf0);border-color:var(--amber);box-shadow:0 0 20px #f59e0b33}.tier-info{flex:1}.tier-name{font-size:1.1rem;font-weight:700;color:var(--white);margin-bottom:4px}.tier-condition{font-size:.8rem;color:var(--amber);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:8px}.tier-desc{font-size:.875rem;color:var(--grey-500);line-height:1.65}.tier-link{display:inline-block;margin-top:10px;font-size:.8rem;color:var(--amber);text-decoration:none;font-weight:600}.tier-link:hover{text-decoration:underline}.tier-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.tier-tag{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:100px;background:#0000000a;border:1px solid rgba(0,0,0,.1);color:var(--grey-300);letter-spacing:.02em}.tier-tag.amber{background:#f59e0b14;border-color:#f59e0b33;color:#b45309}#network{background:var(--navy-mid);border-top:1px solid rgba(0,0,0,.06)}.network-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.ticker-wrapper{overflow:hidden;position:relative}.ticker-wrapper:before,.ticker-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2}.ticker-wrapper:before{left:0;background:linear-gradient(to right,var(--navy-mid),transparent)}.ticker-wrapper:after{right:0;background:linear-gradient(to left,var(--navy-mid),transparent)}.ticker-track{display:flex;gap:12px;width:max-content;animation:ticker 30s linear infinite;margin-bottom:12px}.ticker-track-2{animation-direction:reverse;animation-duration:25s}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-chip{background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:100px;padding:10px 18px;font-size:.8rem;font-weight:600;color:var(--grey-300);white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:6px}.network-cta-area{margin-top:40px}.network-stat{font-family:var(--font-display);font-size:3rem;font-weight:900;color:var(--amber);letter-spacing:-.04em;line-height:1;margin-bottom:8px}.network-stat-label{font-size:.875rem;color:var(--grey-500);margin-bottom:32px}#trust{background:var(--black);padding:80px 24px;border-top:1px solid rgba(0,0,0,.06)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trust-item{display:flex;align-items:flex-start;gap:16px;padding:24px;background:#00000005;border:1px solid rgba(0,0,0,.07);border-radius:16px}.trust-icon{font-size:1.4rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f59e0b14;border-radius:10px;flex-shrink:0}.trust-title{font-size:.875rem;font-weight:700;color:var(--white);margin-bottom:4px}.trust-body{font-size:.8rem;color:var(--grey-500);line-height:1.5}#refer{background:var(--navy-mid);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.refer-inner{max-width:680px;margin:0 auto;text-align:center}.refer-stats{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin:48px 0}.refer-stat-num{font-family:var(--font-display);font-size:2.8rem;font-weight:900;color:var(--amber);letter-spacing:-.03em;line-height:1;margin-bottom:8px}.refer-stat-label{font-size:.85rem;color:var(--grey-500)}.refer-note{margin-top:16px;font-size:.8rem;color:var(--grey-500)}#cta{background:var(--black);padding:160px 24px 120px;text-align:center;position:relative;overflow:hidden}.cta-bg{position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 100%,rgba(245,158,11,.06) 0%,transparent 70%)}.cta-content{position:relative;z-index:1}.cta-headline{font-family:var(--font-display);font-size:clamp(2.8rem,6vw,5.5rem);font-weight:900;line-height:1;letter-spacing:-.03em;margin-bottom:24px}.cta-headline em{font-style:italic;color:var(--amber)}.cta-sub{font-size:1.1rem;color:var(--grey-500);margin-bottom:48px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.7}footer{background:var(--navy-mid);border-top:1px solid rgba(0,0,0,.08);padding:40px 24px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.footer-wordmark{font-family:var(--font-display);font-size:1.1rem;font-weight:900;letter-spacing:-.02em;color:var(--white)}.footer-links{display:grid;grid-template-columns:repeat(3,auto);gap:8px 28px;list-style:none}.footer-links a{font-size:.8rem;color:var(--grey-500);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-right{text-align:right}.footer-copy{font-size:.75rem;color:var(--grey-500)}.footer-address{font-size:.75rem;color:var(--grey-500);margin-top:4px}.footer-partner{font-size:.72rem;color:var(--grey-700);margin-top:4px}.notice{background:#f59e0b0f;border:1px solid rgba(245,158,11,.18);border-radius:16px;padding:24px 28px;font-size:.875rem;color:var(--grey-300);line-height:1.7}.notice strong{color:var(--white)}.screenshot-slot{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit;background:#f59e0b06;border:1.5px dashed rgba(245,158,11,.28);display:flex;align-items:center;justify-content:center;flex-shrink:0}.screenshot-slot:after{content:attr(data-label);font-family:var(--font-body);font-size:.62rem;font-weight:600;color:#f59e0b80;letter-spacing:.03em;text-align:center;padding:8px 10px;pointer-events:none;line-height:1.5;word-break:break-all;max-width:90%}.screenshot-slot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top;opacity:0;transition:opacity .35s ease;border-radius:inherit;display:block}.screenshot-slot.loaded:after{display:none}.screenshot-slot.loaded img{opacity:1}.prose h1,.prose h2,.prose h3{font-family:var(--font-display);color:var(--white);margin-top:2em;margin-bottom:.75em;letter-spacing:-.02em}.prose h2{font-size:1.5rem;font-weight:700}.prose h3{font-size:1.15rem;font-weight:700}.prose p{color:var(--grey-300);line-height:1.85;margin-bottom:1.25em;font-size:.95rem}.prose ul,.prose ol{color:var(--grey-300);padding-left:1.5em;margin-bottom:1.25em}.prose li{margin-bottom:.5em;line-height:1.7;font-size:.95rem}.prose strong{color:var(--white);font-weight:600}.prose a{color:#b45309;text-decoration:none}.prose a:hover{text-decoration:underline}.prose hr{border:none;border-top:1px solid rgba(0,0,0,.08);margin:2.5em 0}.prose blockquote{border-left:3px solid var(--amber);padding-left:1.25em;color:var(--grey-500);font-style:italic;margin:1.5em 0}.about-lead{font-size:clamp(1.1rem,2.5vw,1.35rem);color:var(--grey-300);line-height:1.8;font-weight:400;margin-bottom:2em}.legal-hero{padding:80px 40px 60px;max-width:900px;margin:0 auto;border-bottom:1px solid rgba(0,0,0,.08)}.legal-label{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:#b45309;margin-bottom:20px}.legal-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:900;line-height:1.05;letter-spacing:-.03em;margin-bottom:20px}.legal-sub{font-size:1rem;color:var(--grey-500);line-height:1.7;max-width:580px}.legal-sub a{color:#b45309;text-decoration:none}.legal-sub a:hover{text-decoration:underline}.version-badge{display:inline-flex;align-items:center;gap:8px;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);color:var(--grey-300);padding:8px 16px;border-radius:100px;font-size:.78rem;font-weight:500;margin-top:28px}.legal-body{max-width:900px;margin:0 auto;padding:60px 40px 120px}.doc-group-label{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--grey-500);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.07)}.doc-list{display:flex;flex-direction:column;gap:12px;margin-bottom:48px}.doc-item{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 28px;background:#00000005;border:1px solid rgba(0,0,0,.07);border-radius:16px;text-decoration:none;color:inherit;transition:border-color .25s,background .25s,transform .25s}.doc-item:hover{border-color:#f59e0b4d;background:#f59e0b08;transform:translate(4px)}.doc-left{display:flex;align-items:center;gap:20px}.doc-icon{width:48px;height:48px;background:#f59e0b14;border:1px solid rgba(245,158,11,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;flex-shrink:0}.doc-name{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:4px}.doc-desc{font-size:.8rem;color:var(--grey-500);line-height:1.5}.doc-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.doc-tag{font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:100px;background:#0000000a;border:1px solid rgba(0,0,0,.1);color:var(--grey-500)}.doc-read{font-size:.8rem;font-weight:600;color:#b45309;white-space:nowrap}.nav-back{font-size:.875rem;color:var(--grey-500);text-decoration:none;display:flex;align-items:center;gap:6px;transition:color .2s}.nav-back:hover{color:var(--white)}.legal-page-wrapper{max-width:760px;margin:0 auto;padding:80px 24px 120px}@media(max-width:900px){nav{padding:16px 20px}.nav-links{display:none}section{padding:80px 20px}.why-grid,.what-grid{grid-template-columns:1fr;gap:48px}.ecosystem-visual{height:280px}.eco-ring-3{display:none}.credits-steps{grid-template-columns:1fr;border-radius:20px}.credits-step:first-child{border-radius:20px 20px 0 0}.credits-step:last-child{border-radius:0 0 20px 20px}.hiw-grid{grid-template-columns:1fr 1fr;gap:16px}.hiw-item:after{display:none}.network-inner{grid-template-columns:1fr;gap:48px}.trust-grid{grid-template-columns:1fr 1fr}.footer-inner{flex-direction:column;align-items:flex-start;gap:24px}.footer-links{grid-template-columns:repeat(2,auto)}.footer-right{text-align:left}.legal-hero,.legal-body{padding-left:20px;padding-right:20px}.doc-item{flex-direction:column;align-items:flex-start;gap:16px}.doc-right{width:100%}}@media(max-width:480px){.hero-headline{letter-spacing:-.02em}.wallet-card{min-width:unset;width:100%;max-width:320px}.tx-flow{flex-direction:column}.tx-arrow{transform:rotate(90deg)}.trust-grid,.hiw-grid{grid-template-columns:1fr}.hiw-illustration{width:140px;height:112px}.refer-stats{grid-template-columns:1fr}}
