:root{--bg:#07111f;--panel:#0e1b2e;--line:#21314a;--green:#37e6a3;--blue:#6ea8ff;--text:#eaf2ff;--muted:#91a3bc;--white:#fff;--ink:#122033}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(7,17,31,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text)}.brand img{width:52px;height:52px;object-fit:contain;border-radius:12px}.brand span{display:grid}.brand strong{font-size:15px;letter-spacing:.02em}.brand small{font-size:9px;color:#8fa2bd;letter-spacing:.08em;text-transform:uppercase}.nav nav{display:flex;align-items:center;gap:28px}.nav nav a{color:#aebbd0;text-decoration:none;font-size:13px;font-weight:650}.nav nav a:hover{color:#fff}.nav-mail{border:1px solid #2a405f;padding:10px 14px;border-radius:10px}.hero{position:relative;overflow:hidden;background:var(--bg);color:var(--text);min-height:650px}.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(110,168,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(110,168,255,.055) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to bottom,black,transparent)}.hero:after{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-180px;top:-180px;background:radial-gradient(circle,rgba(55,230,163,.14),transparent 66%)}.hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:1.08fr .92fr;gap:72px;align-items:center;min-height:650px;padding:80px 0}.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #23415c;background:rgba(255,255,255,.03);border-radius:999px;padding:7px 11px;font-size:10px;font-weight:800;letter-spacing:.16em;color:#a8bad2}.hero h1{font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.045em;margin:22px 0}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p{font-size:17px;line-height:1.8;color:#aebdd0;max-width:680px}.hero-actions{display:flex;gap:12px;margin:30px 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 17px;border-radius:10px;background:var(--green);color:#032017;text-decoration:none;font-weight:800;font-size:13px}.btn.ghost{background:transparent;color:#d6e3f4;border:1px solid #2b405d}.trust-row{display:flex;flex-wrap:wrap;gap:22px;color:#70849f;font-size:11px}.trust-row span:before{content:"✓";color:var(--green);margin-right:6px}.chain-card{background:linear-gradient(180deg,#0f2137,#0a1627);border:1px solid #253c5a;border-radius:22px;padding:24px;box-shadow:0 35px 90px rgba(0,0,0,.28)}.chain-card-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #20344e;padding-bottom:18px}.chain-card-head span{font-size:9px;letter-spacing:.16em;color:#7990ad}.chain-card-head b{font-size:12px;color:#dce9fa}.blocks{padding:30px 0;display:grid;gap:12px}.blocks div{padding:19px;border:1px solid #28415f;background:#101f33;border-radius:13px;display:flex;align-items:center;justify-content:space-between}.blocks small{color:#6f86a4}.blocks strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#9deacb}.blocks i{height:18px;width:2px;background:#37e6a3;margin:auto;opacity:.5}.chain-foot{display:flex;justify-content:space-between;color:#7087a5;font-size:10px}.chain-foot b{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--green);margin-right:5px}.section{padding:96px 0}.section-title{max-width:680px;margin-bottom:42px}.section-title>span,.about>div:first-child>span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#1c8c69}.section-title h2,.about h2,.security h2{font-size:44px;letter-spacing:-.035em;margin:10px 0}.section-title p,.about p{color:#60738a;line-height:1.8}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cards article{min-height:240px;border:1px solid #dce5ed;border-radius:16px;padding:25px;background:#fff}.cards .num{font-size:11px;font-weight:900;color:#209675;margin-bottom:45px}.cards h3{font-size:18px}.cards p{font-size:13px;line-height:1.75;color:#687b90}.dark{background:#091525;color:#e8f1ff}.security{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}.security p{color:#9cafc8;line-height:1.8}.security-list{display:grid;gap:10px}.security-list>div{display:flex;gap:16px;padding:19px;border:1px solid #203650;background:#0d1d30;border-radius:13px}.security-list b{color:var(--green);font-size:11px}.security-list span{display:grid;gap:5px}.security-list strong{font-size:14px}.security-list small{font-size:11px;color:#7f94ad;line-height:1.5}.about{display:grid;grid-template-columns:.7fr 1.3fr;gap:70px}.about p{font-size:15px;margin-top:0}.about .disclaimer{font-size:12px;padding:14px 16px;background:#f4f7fa;border-left:3px solid #37b98e}footer{background:#07111f;color:#cbd7e8;border-top:1px solid #17273d}.footer{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:24px}.footer-brand img{width:44px;height:44px}.footer>div:last-child{display:flex;gap:22px;align-items:center;font-size:11px;color:#6f84a1}.footer a{color:#94a9c4;text-decoration:none}@media(max-width:850px){.nav nav a:not(.nav-mail){display:none}.hero-inner,.security,.about{grid-template-columns:1fr}.hero-inner{gap:42px;padding:64px 0}.hero{min-height:auto}.cards{grid-template-columns:1fr 1fr}.security{gap:38px}.section{padding:72px 0}}@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.brand small{display:none}.nav{height:68px}.brand img{width:44px;height:44px}.hero h1{font-size:46px}.hero-actions{display:grid}.trust-row{display:grid;gap:8px}.cards{grid-template-columns:1fr}.section-title h2,.about h2,.security h2{font-size:34px}.footer{padding:24px 0;display:grid}.footer>div:last-child{display:grid;gap:8px}}
