@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#101411;--text:#f1f3e9;--muted:#9ba69c;--lime:#d8f879;--line:#30392f}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',system-ui,sans-serif;background-image:radial-gradient(ellipse at 15% 23%,#24332155,transparent 40%)}a{color:inherit;text-decoration:none}button,select{font:inherit}.wrap{max-width:1200px;width:calc(100% - 80px);margin:auto}.nav{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:6px;font-family:'Space Grotesk',sans-serif;font-weight:700;letter-spacing:-1px;font-size:22px}.brand>span:not(.brand-icon){font-weight:400;color:var(--muted)}.brand-icon{display:grid;place-items:center;background:var(--lime);color:var(--bg);width:32px;height:32px;border-radius:50%;margin-right:7px}.nav nav{display:flex;gap:32px;font-size:14px;color:var(--muted)}.language{display:flex;gap:8px;align-items:center}.language select{background:transparent;border:0;color:var(--text);padding:8px;max-width:140px}.language option{background:#182019}.hero{display:grid;grid-template-columns:1fr 470px;gap:65px;padding-top:82px;padding-bottom:50px;align-items:start}.eyebrow{display:flex;align-items:center;gap:9px;font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:600;color:var(--lime)}.eyebrow>span:first-child:empty,.live-dot{width:7px;height:7px;background:var(--lime);border-radius:50%;display:inline-block}h1,h2,h3{font-family:'Space Grotesk','DM Sans',system-ui,sans-serif}h1{font-size:clamp(44px,5.4vw,72px);line-height:1.05;letter-spacing:-3px;margin:25px 0}h1 em{font-style:normal;color:var(--lime)}.lead{font-size:17px;color:var(--muted);line-height:1.8;max-width:480px}.cta{display:inline-flex;gap:35px;align-items:center;justify-content:space-between;padding:17px 22px;background:var(--lime);color:#182015;border-radius:8px;font-weight:700;margin-top:17px;transition:transform .2s}.cta:hover{transform:translateY(-3px)}.small-note{font-size:12px;color:var(--muted);margin-top:18px}.exchange-shell{background:#f7f8f2;color:#1a251c;padding:27px 24px 22px;border-radius:20px;box-shadow:0 25px 90px #0004;scroll-margin-top:25px}.card-top{display:flex;align-items:center;justify-content:space-between}.card-top .eyebrow{color:#667759;margin:0}.live-dot{background:#00c26f;box-shadow:0 0 0 4px #00c26f18}.exchange-shell h2{font-size:28px;letter-spacing:-1px;margin:18px 0 8px}.card-desc{color:#758173;font-size:13px;line-height:1.6;margin:0 0 18px}.widget-frame{background:#fff;border-radius:12px;overflow:hidden;min-height:356px}iframe{display:block}.provider-note{display:flex;gap:12px;border-top:1px solid #dce2d7;margin-top:20px;padding-top:15px;color:#6b7768;font-size:12px;line-height:1.6}.provider-note p{margin:0}.fallback{display:inline-block;font-size:12px;margin-top:12px;color:#28764f;text-decoration:underline}.orbit-art{height:195px;position:relative;margin-top:28px;overflow:hidden}.orbit-ring{position:absolute;width:320px;height:90px;border:1px solid #546546;border-radius:50%;transform:rotate(-16deg);top:65px;left:-25px}.coin{position:absolute;width:104px;height:104px;display:grid;place-items:center;border-radius:50%;font-size:65px;box-shadow:inset 4px 4px 8px #ffffff44,8px 10px 0 #202920,12px 20px 30px #0008;font-family:serif}.coin-btc{left:32px;top:36px;background:linear-gradient(135deg,#effcb7,#829e45);color:#273d1c;transform:rotate(-20deg)}.coin-eth{left:151px;top:62px;background:linear-gradient(135deg,#dce3d5,#73856c);color:#344531;transform:rotate(17deg);width:85px;height:85px}.orbit-label{position:absolute;left:310px;top:100px;font-size:10px;line-height:1.7;letter-spacing:2px;color:var(--muted)}.spark{position:absolute;left:264px;top:29px;font-size:32px;color:var(--lime)}.networks{padding:32px 0 40px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}.networks>p{font-size:11px;letter-spacing:2px;color:var(--muted);text-transform:uppercase}.networks>div{display:flex;justify-content:space-between;gap:20px;margin:28px 0}.networks>div>span{font-size:25px;color:#bac7b4;display:flex;align-items:center;gap:10px}.networks b{font-size:18px;font-weight:500}.networks small{font-size:11px;color:var(--muted)}.how{padding:85px 0}.section-heading h2,.faq h2{font-size:38px;letter-spacing:-1.5px;line-height:1.2;margin:16px 0 35px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.steps article{padding:30px;background:#192019;border:1px solid var(--line);border-radius:12px}.step-number{color:var(--lime);font-size:13px;font-family:monospace}.steps h3{font-size:21px;margin:35px 0 12px}.steps p,.muted{color:var(--muted);font-size:14px;line-height:1.8}.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:70px;padding:20px 0 90px}.faq h2{margin-bottom:15px}.questions details{border-bottom:1px solid var(--line);padding:22px 0}.questions summary{cursor:pointer;font-size:16px;line-height:1.5}.questions p{color:var(--muted);font-size:14px;line-height:1.8}.last-cta{border:1px solid #45553b;background:linear-gradient(115deg,#2b3b21,#18231b);padding:35px 40px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:25px}.last-cta h2{font-size:30px;font-weight:500;max-width:640px}.last-cta .cta{margin:0;flex-shrink:0}footer{padding:50px 0 30px}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-top>div{display:flex;gap:24px;font-size:12px;color:var(--muted)}footer p{font-size:11px;color:var(--muted);line-height:1.8;max-width:900px;margin:25px 0}footer small{font-size:11px;color:#778473}:focus-visible{outline:2px solid #83b83e;outline-offset:5px}@media(max-width:1000px){.hero{gap:32px;grid-template-columns:1fr 420px}.wrap{width:calc(100% - 48px)}.orbit-label{display:none}.networks b{font-size:14px}}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.nav{height:80px}.nav nav{display:none}.brand{font-size:18px}.language select{font-size:12px}.hero{display:flex;flex-direction:column;gap:25px;padding-top:40px}.hero-copy{width:100%}h1{font-size:52px;letter-spacing:-2px}.lead{font-size:15px}.orbit-art{display:none}.exchange-shell{width:100%;padding:22px 14px}.networks>div{display:grid;grid-template-columns:repeat(3,1fr);gap:24px 10px}.networks>div>span{justify-content:center}.networks b{font-size:13px}.how{padding:55px 0}.steps{grid-template-columns:1fr}.steps article{padding:24px}.steps h3{margin-top:20px}.faq{grid-template-columns:1fr;gap:8px;padding-bottom:50px}.section-heading h2,.faq h2{font-size:31px}.last-cta{padding:25px;align-items:flex-start;flex-direction:column}.last-cta h2{font-size:27px}.footer-top{align-items:flex-start;flex-direction:column}.footer-top>div{flex-wrap:wrap}.small-note{line-height:1.6}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.cta{transition:none}}
