@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG4HFnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG9_FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaG-3FnYw.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanssc/v40/k3kCo84MPvpLmixcA63oeAL7Iqp5IZJF9bmaGzjCnYw.ttf) format('truetype');
}

/* ═══ STYLE BLOCK 1 ═══ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --white:#ffffff;
  --bg-light:#f5f5f5;
  --bg-dark:#111111;
  --nav-bg:#000000;
  --text:#111111;
  --text2:#555555;
  --text3:#999999;
  --border:#e5e5e5;
  --border-dark:rgba(255,255,255,.12);
  --gold:#F5C518;
  --gold2:#D4A800;
  --gold-light:#FFF8DC;
  --font:'Inter','Noto Sans SC',sans-serif;
  --radius:12px;
}
html{scroll-behavior:smooth}
body{background:var(--white);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

/* ── ANNOUNCEMENT ── */
.ann{background:#fffbe6;border-bottom:1px solid #f0e080;text-align:center;padding:10px 40px;font-size:13px;color:#8a6800;position:relative;z-index:200}
.ann a{color:#b8900a;text-decoration:underline;margin-left:6px;font-weight:600}
.ann-x{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#cca820;font-size:20px;line-height:1}
.ann-x:hover{color:#8a6800}

/* ── NAV ── */
nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e8e8e8;box-shadow:0 1px 8px rgba(0,0,0,.06);height:64px;display:flex;align-items:center;padding:0 48px}
.nav-logo{display:flex;align-items:center;margin-right:36px;flex-shrink:0;text-decoration:none;color:#111}
.nav-logo-img{display:block;height:36px;width:auto;max-width:130px;object-fit:contain}

.nav-links{display:flex;align-items:center;gap:2px;flex:1}
.ni{position:relative;padding:8px 13px;font-size:14px;font-weight:500;color:#444;cursor:pointer;border-radius:8px;transition:color .15s,background .15s;white-space:nowrap;display:flex;align-items:center;gap:4px}
.ni:hover{color:#111;background:rgba(0,0,0,.04)}
.ni svg.chev{width:10px;height:10px;opacity:.4;transition:transform .2s;stroke:#ccc}
.ni:hover svg.chev{transform:rotate(180deg)}
.dd{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:8px;min-width:270px;box-shadow:0 12px 40px rgba(0,0,0,.10)}
.ni:hover .dd{display:block}
.dr{display:flex;align-items:center;gap:12px;padding:9px 11px;border-radius:8px;cursor:pointer;transition:background .15s}
.dr:hover{background:rgba(0,0,0,.04)}
.di{width:44px;height:40px;border-radius:8px;background:#f5f5f5;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.di img{width:34px;height:30px;object-fit:contain}
.dt{font-size:13px;font-weight:600;color:#222}
.ds{font-size:11px;color:#aaa;margin-top:1px}
.dhr{height:1px;background:#f0f0f0;margin:6px 10px}
.dcat{padding:6px 10px 3px;font-size:10px;color:#bbb;letter-spacing:.1em;text-transform:uppercase;font-weight:700}
.dl{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;font-size:13px;color:#888;cursor:pointer;transition:background .15s,color .15s}
.dl:hover{background:rgba(0,0,0,.04);color:#333}
.dl img{width:13px;opacity:.4}
.nav-right{display:flex;align-items:center;gap:8px;margin-left:auto}
.n-search{width:32px;height:32px;border-radius:8px;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s}
.n-search:hover{border-color:#ccc;background:rgba(0,0,0,.03)}
.n-lang{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid #e0e0e0;font-size:13px;color:#666;cursor:pointer;transition:border-color .15s,color .15s}
.n-lang:hover{border-color:#ccc;color:#111}
.n-lang img{width:15px;height:15px}
.n-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;position:relative}
.n-icon:hover{background:rgba(255,255,255,.08)}
.n-icon img{width:18px;height:18px;opacity:.45;transition:opacity .15s}
.n-icon:hover img{opacity:1}
.n-badge{position:absolute;top:3px;right:3px;background:var(--gold);color:#000;font-size:9px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* ── HERO ── */
.hero{position:relative;overflow:hidden;height:680px;background:#f8f8f8}
.hero-fallback{position:absolute;inset:0;background:linear-gradient(120deg,#f0f4f8 0%,#f8f8f8 50%,#eef2f6 100%)}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.04) 1px,transparent 1px);background-size:60px 60px}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .7s;z-index:1}
.hero-ov{display:none}
.hero-c{position:relative;z-index:3;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 80px;max-width:700px}
.hero-eyebrow{font-size:13px;font-weight:500;color:#888;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}
.hero-t1{font-size:62px;font-weight:700;line-height:1.06;letter-spacing:-2px;color:#111;margin-bottom:6px}
.hero-t2{font-size:62px;font-weight:700;line-height:1.06;letter-spacing:-2px;color:#111;margin-bottom:30px}
.hero-int{display:flex;align-items:center;gap:10px;margin-bottom:32px}
.hero-int-lbl{font-size:13px;color:#666}
.hero-int-logos{display:flex;gap:10px}
.hero-int-logos img{height:24px;object-fit:contain;filter:brightness(.6)}
.hero-btns{display:flex;gap:14px;align-items:center}
.btn-buy{display:inline-flex;align-items:center;gap:8px;background:var(--gold);color:#000;font-size:15px;font-weight:700;padding:12px 28px;border-radius:10px;border:none;cursor:pointer;font-family:var(--font);transition:background .15s,transform .15s}
.btn-buy:hover{background:var(--gold2);transform:translateY(-1px)}
.btn-buy img{width:16px}
.btn-learn{font-size:14px;font-weight:500;color:#444;padding:12px 24px;border-radius:10px;border:1px solid rgba(0,0,0,.18);cursor:pointer;background:transparent;transition:all .15s;font-family:var(--font)}
.btn-learn:hover{border-color:rgba(0,0,0,.4);color:#111}

/* ── FEATURE STRIP ── */
.feat{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:0 80px}
.feat-inner{display:flex}
.fi{display:flex;align-items:center;gap:16px;padding:28px 0;flex:1;border-right:1px solid var(--border)}
.fi:last-child{border-right:none}
.fi+.fi{padding-left:36px}
.fi:first-child{padding-left:0}
.fi-icon{width:60px;height:60px;flex-shrink:0}
.fi-icon img{width:60px;height:60px;object-fit:contain}
.fi-t{font-size:14px;font-weight:700;color:var(--text);margin-bottom:3px}
.fi-s{font-size:12px;color:var(--text3)}

/* ── SECTIONS BASE ── */
.sec{padding:80px}
.slbl{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);margin-bottom:14px;display:block}
.stitle{font-size:44px;font-weight:700;color:var(--text);letter-spacing:-1.5px;line-height:1.1;margin-bottom:10px}
.ssub{font-size:15px;color:var(--text2);margin-bottom:52px}

/* ── WHERE TO BUY ── */
.buy-sec{background:var(--white)}
.buy-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}
.buy-main{background:var(--white);border:1.5px solid var(--border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .2s}
.buy-main:hover{box-shadow:0 8px 40px rgba(0,0,0,.08)}
.buy-main-img{width:100%;height:200px;object-fit:contain;background:#f9f9f9;padding:24px}
.buy-main-body{padding:28px 30px 32px;flex:1;display:flex;flex-direction:column}
.featured-badge{display:inline-block;background:#fffbe6;color:#8a6800;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px;border:1px solid #F5C518;margin-bottom:12px}
.buy-main-body h3{font-size:24px;font-weight:700;color:var(--text);margin-bottom:6px}
.buy-main-body p{font-size:14px;color:var(--text2)}
.buy-tags{display:flex;gap:8px;margin:14px 0 0;flex-wrap:wrap}
.btag{background:#f5f5f5;border:1px solid var(--border);border-radius:20px;padding:4px 12px;font-size:12px;color:var(--text2)}
.buy-sub{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.bc{background:var(--white);border:1.5px solid var(--border);border-radius:16px;padding:22px;cursor:pointer;transition:border-color .2s,box-shadow .2s;display:flex;flex-direction:column}
.bc:hover{border-color:#bbb;box-shadow:0 4px 20px rgba(0,0,0,.06)}
.bc-img{width:80px;height:48px;object-fit:contain;margin-bottom:14px}
.bc h4{font-size:14px;font-weight:600;color:var(--text);margin-bottom:4px}
.bc p{font-size:12px;color:var(--text3)}
.bc-link{margin-top:auto;padding-top:14px;font-size:13px;color:var(--text);font-weight:600;display:inline-block}
.bc-link:hover{text-decoration:underline}

/* ── SECURITY ── */
.sec-dark{background:#f5f5f5;padding:80px}
.sec-dark .slbl{color:#999}
.sec-dark .stitle{color:#111}
.sec-dark .ssub{color:#555}
.sec-bg-wrap{position:relative;background:#f5f5f5}
.sec-bg-img{width:100%;display:block;opacity:.15}
.sec-content{padding:80px}
.sec-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start;margin-top:56px}
.sec-block{display:flex;flex-direction:column;gap:18px}
.sec-item{display:flex;gap:24px;padding:28px;background:#fff;border:1px solid #e8e8e8;border-radius:18px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.sec-item:hover{border-color:#d0d0d0;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.sec-item-img{width:160px;flex-shrink:0;border-radius:10px;overflow:hidden}
.sec-item-img img{width:100%;object-fit:cover}
.sec-item h3{font-size:17px;font-weight:700;color:#111;margin-bottom:10px;line-height:1.35}
.sec-item p{font-size:13px;color:#666;line-height:1.75}
.chain-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:28px}
.cstat{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:22px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.cstat-n{font-size:32px;font-weight:700;color:#111;letter-spacing:-1px}
.cstat-l{font-size:12px;color:#888;margin-top:4px}
.chains{display:flex;flex-wrap:wrap;gap:8px}
.cp{display:flex;align-items:center;gap:7px;background:#fff;border:1px solid #e8e8e8;border-radius:30px;padding:5px 12px 5px 6px}
.cp img{width:22px;height:22px;object-fit:contain;border-radius:50%}
.cp span{font-size:12px;color:#444;font-weight:500}

/* ── CROSS PLATFORM ── */
.cross-sec{background:var(--white)}
.cross-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.cross-svg-wrap{background:#f7f7f7;border-radius:20px;padding:40px;display:flex;align-items:center;justify-content:center}
.wallets{display:flex;gap:14px;margin-top:28px}
.wc{display:flex;align-items:center;gap:12px;background:var(--white);border:1.5px solid var(--border);border-radius:14px;padding:12px 18px;cursor:pointer;transition:border-color .2s,box-shadow .2s}
.wc:hover{border-color:#999;box-shadow:0 4px 14px rgba(0,0,0,.07)}
.wc img{width:34px;height:34px;object-fit:contain;border-radius:8px}
.wc-name{font-size:13px;font-weight:600;color:var(--text)}

/* ── PROVEN ── */
.proven-sec{background:#fff;padding:80px;border-top:1px solid #eee;border-bottom:1px solid #eee;text-align:center}
.proven-sec .slbl{color:#999;display:block;text-align:center}
.proven-sec .stitle{color:#111;text-align:center;font-size:48px;letter-spacing:-2px}
.proven-sec .ssub{color:#555;text-align:center}
.proven-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:60px;background:#fff}
.pg{padding:32px 24px;border-right:1px solid #e8e8e8;text-align:left}
.pg:last-child{border-right:none}
.pg-t{font-size:22px;font-weight:700;color:#111;margin-bottom:8px}
.pg-s{font-size:13px;color:#888;line-height:1.6}

/* scrolling cert strip */
.cert-scroll-wrap{overflow:hidden;position:relative;margin:0 -80px;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:28px 0}
.cert-scroll-wrap::before,.cert-scroll-wrap::after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2}
.cert-scroll-wrap::before{left:0;background:linear-gradient(to right,#fff,transparent)}
.cert-scroll-wrap::after{right:0;background:linear-gradient(to left,#fff,transparent)}
.cert-track{display:flex;gap:0;white-space:nowrap;animation:certScroll 22s linear infinite}
.cert-track:hover{animation-play-state:paused}
.cert-item{display:inline-flex;align-items:center;gap:10px;padding:0 36px;border-right:1px solid #e8e8e8;flex-shrink:0}
.cert-item:last-child{border-right:none}
.cert-logo{height:36px;display:flex;align-items:center;justify-content:center}
.cert-logo img{height:36px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter .2s,opacity .2s}
.cert-item:hover .cert-logo img{filter:grayscale(0);opacity:1}
.cert-label{font-size:12px;color:#666;line-height:1.35;text-align:left;white-space:normal;max-width:90px}
.cert-label strong{display:block;font-weight:600;color:#444;font-size:12px}
@keyframes certScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ── PRODUCTS ── */
.prod-sec{background:var(--white)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pc{background:var(--white);border:1.5px solid var(--border);border-radius:20px;overflow:hidden;transition:border-color .2s,box-shadow .2s,transform .2s;cursor:pointer}
.pc:hover{border-color:#bbb;box-shadow:0 12px 40px rgba(0,0,0,.1);transform:translateY(-4px)}
.pc.feat{border-color:#F5C518;border-width:2px}
.pc-feat-label{background:#fffbe6;color:#8a6800;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center;padding:7px}
.pc-img{height:240px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;overflow:hidden}
.pc-img img{width:100%;height:100%;object-fit:cover}
.pc-body{padding:22px}
.pc-name{font-size:17px;font-weight:700;color:var(--text);margin-bottom:10px}
.pc ul{list-style:none;margin-bottom:18px}
.pc li{font-size:13px;color:var(--text2);padding:3px 0;display:flex;gap:8px}
.pc li::before{content:'•';color:#ccc;flex-shrink:0}
.pc-foot{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid var(--border)}
.pc-price{font-size:20px;font-weight:700;color:var(--text)}
.btn-cart{background:#111;color:#fff;font-size:13px;font-weight:600;padding:8px 18px;border-radius:8px;border:none;cursor:pointer;transition:background .15s;font-family:var(--font)}
.btn-cart:hover{background:#333}
.pc.feat .btn-cart{background:var(--gold);color:#000}
.pc.feat .btn-cart:hover{background:var(--gold2)}
.more-wrap{display:flex;justify-content:center;margin-top:40px}
.btn-more{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--border);color:var(--text);font-size:14px;font-weight:500;padding:12px 32px;border-radius:10px;cursor:pointer;background:transparent;transition:border-color .15s,box-shadow .15s;font-family:var(--font)}
.btn-more:hover{border-color:#888;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.btn-more img{width:16px}

/* ── CTA BANNER ── */
.cta-sec{background:#fffbe6;border-top:1px solid #f0e080;border-bottom:1px solid #f0e080;padding:90px 80px;text-align:center}
.cta-sec h5{font-size:12px;font-weight:600;color:#b8900a;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}
.cta-sec h2{font-size:48px;font-weight:700;color:#111;letter-spacing:-2px;line-height:1.1;margin-bottom:36px}
.btn-buy-lg{display:inline-flex;align-items:center;gap:10px;background:var(--gold);color:#000;font-size:16px;font-weight:700;padding:15px 40px;border-radius:12px;border:none;cursor:pointer;font-family:var(--font);transition:background .15s,transform .15s;box-shadow:0 4px 24px rgba(245,197,24,.35)}
.btn-buy-lg:hover{background:var(--gold2);transform:translateY(-2px)}
.btn-buy-lg img{width:18px}

/* ── FOOTER ── */
footer{background:#f8f8f8;border-top:1px solid #e8e8e8;padding:64px 80px 0}
.ft{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr 1fr;gap:40px;padding-bottom:52px;border-bottom:1px solid #e8e8e8}
.fb-logo{font-size:22px;font-weight:800;color:#111;margin-bottom:18px}
.fb p{font-size:13px;color:#888;line-height:1.8;max-width:270px;margin-bottom:24px}
.socs{display:flex;gap:9px;margin-bottom:24px}
.sb{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s}
.sb:hover{border-color:#bbb;background:#f0f0f0}
.sb svg path{fill:#888}
.pays{display:flex;gap:8px}
.pb{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:5px 11px;font-size:11px;color:#888}
.fc h4{font-size:11px;font-weight:700;color:#aaa;letter-spacing:.09em;text-transform:uppercase;margin-bottom:16px}
.fc ul{list-style:none}
.fc li{margin-bottom:10px}
.fc a{font-size:13px;color:#888;transition:color .15s}
.fc a:hover{color:#111}
.fbot{display:flex;align-items:center;justify-content:space-between;padding:22px 0}
.fbot p{font-size:12px;color:#bbb}

/* .n-ham dark theme removed — see white-nav override below */
.legal{background:#f8f8f8;border-top:1px solid #e8e8e8;padding:20px 80px;font-size:11px;color:#aaa;line-height:1.8}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  nav,.feat,.sec,.sec-dark,.sec-content,.sec-bg-wrap .sec-content,.cross-sec .sec,
  .proven-sec,.prod-sec,.cta-sec,footer,.legal{padding-left:40px!important;padding-right:40px!important}
  .hero-c{padding:0 40px}
  .hero-t1,.hero-t2{font-size:46px}
}
@media(max-width:768px){

/* ── GLOBAL OVERFLOW PREVENTION ── */
img,video,table,iframe,svg{max-width:100%}
*{box-sizing:border-box}
body{overflow-x:hidden;-webkit-overflow-scrolling:touch}
img{max-width:100%;height:auto}

/* ── ANNOUNCEMENT BAR ── */
.ann{font-size:11px;padding:9px 44px 9px 14px;text-align:left;line-height:1.55}
.ann-x{right:12px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center}

/* ── NAV ── */
nav{padding:0 16px;height:56px}
.nav-links{display:none}
.n-ham{display:flex!important;min-width:44px;min-height:44px;align-items:center;justify-content:center;flex-direction:row}

/* ── HERO ── */
.hero{height:auto;min-height:540px}
.hero-c{padding:52px 20px 44px;max-width:100%}
.hero-eyebrow{font-size:11px;margin-bottom:12px}
/* Override inline font-size:62px with !important */
.hero-t1,.hero-t2{font-size:34px!important;letter-spacing:-.5px!important;line-height:1.12!important}
.hero-t1{margin-bottom:4px!important}
.hero-t2{margin-bottom:22px!important}
.hero-int{margin-bottom:18px}
.hero-int-logos img{height:20px}
.hero-btns{flex-direction:column;align-items:stretch;gap:10px}
.btn-buy,.btn-learn{width:100%!important;justify-content:center;font-size:15px;padding:14px 20px}

/* ── FEATURE STRIP ── */
.feat{padding:0 16px!important}
.feat-inner{flex-direction:column}
.fi{border-right:none!important;border-bottom:1px solid var(--border);padding:18px 0!important;flex-direction:row;gap:14px}
.fi:last-child{border-bottom:none}
.fi-icon{width:44px;height:44px;flex-shrink:0}
.fi-icon img{width:44px!important;height:44px!important}

/* ── SECTION GLOBAL ── */
.sec{padding:44px 16px!important}
.sec-dark{padding:44px 16px!important}
.sec-content{padding:44px 16px!important}
.proven-sec{padding:44px 16px!important}
.prod-sec{padding:44px 16px!important}
.cta-sec{padding:52px 16px!important}
footer{padding:36px 16px 0!important}
.legal{padding:16px!important;font-size:11px}
.stitle{font-size:26px!important;letter-spacing:-.5px!important;line-height:1.15!important}
.ssub{font-size:14px;margin-bottom:28px;line-height:1.7}
.slbl{font-size:11px}

/* ── #WHAT-IS — 2-col → 1-col ── */
#what-is .wi-2col{
  grid-template-columns:1fr!important;gap:28px!important
}
/* Cold vs hot comparison: make inner grid rows scroll horizontally */
#what-is .comp-row{
  display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch
}
/* mini concept cards 2×2 — keep 2-col (small enough) */

/* ── #HOW-TO-USE — 5-col flow → vertical ── */
#how-to-use .steps-flow{
  grid-template-columns:1fr!important;gap:10px!important;margin-bottom:32px!important
}
/* Hide connecting line */
#how-to-use .step-sep{display:none!important}
/* Remove z-index isolation no longer needed */
#how-to-use .steps-flow>div{
  text-align:left!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  padding:16px!important;
  position:static!important
}
/* Step circle: shrink and float left */
#how-to-use .steps-flow>div>.step-num{
  flex-shrink:0!important;
  margin:0!important;
  width:36px!important;
  height:36px!important;
  font-size:14px!important
}
/* Step text block */
#how-to-use .steps-flow>div>h3{
  font-size:14px!important;margin-bottom:4px!important
}
#how-to-use .steps-flow>div>p{
  font-size:12px!important
}
/* 3 scenario cards → 1-col */
#how-to-use .use-cases{
  grid-template-columns:1fr!important;gap:12px!important
}
/* Tip box → stack vertically */
#how-to-use .howto-tip{
  flex-direction:column!important;gap:14px!important;padding:18px!important
}
#how-to-use .howto-tip>a{
  width:100%!important;text-align:center!important;padding:11px 16px!important
}

/* ── #COMPARISON — tables stay scrollable, font shrink ── */
#comparison .comp-wrap{-webkit-overflow-scrolling:touch}
#comparison table{font-size:12px!important}
#comparison th,#comparison td{padding:10px 12px!important;font-size:12px!important}
#comparison h3[style]{font-size:16px!important;margin-bottom:6px!important}

/* ── #BUY ── */
.buy-layout{grid-template-columns:1fr!important;gap:14px}
.buy-sub{grid-template-columns:1fr 1fr;gap:10px}
.buy-main-body{padding:18px 20px}
.buy-main-body h3{font-size:20px}
.buy-tags{gap:6px}
.btag{font-size:11px;padding:3px 10px}
.bc{padding:16px}
.bc h4{font-size:13px}

/* Buy policy notice → stack */
#buy .buy-grid{
  grid-template-columns:1fr!important
}

/* ── #SECURITY (wallets section) ── */
.sec-grid{grid-template-columns:1fr!important;gap:24px!important}
.sec-item{flex-direction:column!important;padding:18px!important;gap:14px!important}
.sec-item-img{width:100%!important;height:140px!important}
.sec-item-img img{width:100%!important;height:140px!important;object-fit:cover}
.sec-item h3{font-size:16px!important;margin-bottom:8px!important}
.chain-stats{grid-template-columns:1fr 1fr;gap:12px}
.cstat-n{font-size:24px}
.cstat{padding:16px}
.chains{gap:6px}
.cp{padding:4px 10px 4px 5px}
.cp img{width:20px!important;height:20px!important}
.cp span{font-size:11px}

/* ── #WALLETS (cross-platform) ── */
.cross-inner{grid-template-columns:1fr!important;gap:28px!important}
.cross-svg-wrap{padding:24px}
.wallets{flex-direction:column;gap:10px}
.wc{width:100%}

/* ── #PROVEN ── */
.proven-sec .stitle{font-size:28px!important}
.proven-sec .ssub{font-size:14px}
.proven-grid{grid-template-columns:1fr 1fr!important;margin-bottom:40px}
.pg{padding:18px 12px}
.pg:nth-child(even){border-right:none}
.pg-t{font-size:18px}
.pg-s{font-size:12px}
.cert-scroll-wrap{margin:0 -16px}

/* ── #PRODUCTS ── */
.products-grid{grid-template-columns:1fr!important}
.pc-img{height:200px}
.pc-body{padding:16px}
.pc-name{font-size:15px}
.pc-price{font-size:17px}
.btn-more{width:100%;justify-content:center}

/* ── CTA BANNER ── */
.cta-sec h2{font-size:26px!important;letter-spacing:-.5px!important;margin-bottom:24px!important;line-height:1.2!important}
.btn-buy-lg{width:100%!important;justify-content:center!important;font-size:15px!important;padding:14px 24px!important}

/* ── #SUPPORT — help-cards already handled, FAQ 2-col → 1-col ── */
.help-cards{grid-template-columns:1fr!important;gap:14px!important;margin-bottom:36px!important}
.help-cards>div{
  padding:20px!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:14px!important;
  flex-direction:row!important
}
.help-cards>div>div:first-child{flex-shrink:0!important;margin-bottom:0!important}
.help-cards>div h3{font-size:14px!important;margin-bottom:4px!important}
.help-cards>div p{font-size:12px!important}
/* FAQ grid 2-col → 1-col */
#support .help-cards{
  grid-template-columns:1fr!important;gap:10px!important
}
details{padding:16px 18px!important}
details summary{font-size:13px!important;line-height:1.4}

/* ── #LEARNING ── 3-col → 1-col */
#learning .learn-grid{
  grid-template-columns:1fr!important;gap:14px!important
}
#learning .learn-card{padding:22px!important}

/* ── #BUSINESS ── 2-col → 1-col */
#business .biz-2col{
  grid-template-columns:1fr!important;gap:14px!important
}
#business .biz-card{padding:24px!important}
#business .biz-card h3{font-size:17px!important}
#business button[style]{
  width:100%!important;
  padding:13px 24px!important;
  min-height:48px
}

/* ── FOOTER ── */
.ft{grid-template-columns:1fr!important;gap:22px}
.fbot{flex-direction:column;gap:6px;text-align:center}
.socs{gap:8px}
.sb{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}

/* ── MODAL ── */
#cs-modal>div{margin:0;padding:28px 20px 24px!important;border-radius:16px!important}
#cs-modal p:first-of-type{font-size:15px!important}

/* ── FLOATING CS BUTTON ── */
.float-cs{right:16px;bottom:24px}
.float-cs-btn{width:52px;height:52px}
.float-cs-label{font-size:11px;padding:2px 8px}

/* ── MIN TOUCH TARGETS (44px rule) ── */
.ann-x,.n-ham,.n-icon,.sb,.bc,.btn-buy,.btn-learn,.btn-more,.btn-cart,.btn-buy-lg,.btn-cart{
  min-height:44px
}
.btn-cart{padding-top:10px!important;padding-bottom:10px!important}

}

/* ── 390px fine-tuning (iPhone 14/15 Pro) ── */
@media(max-width:390px){
  .hero-t1,.hero-t2{font-size:30px!important}
  .stitle{font-size:23px!important}
  .hero-btns{gap:8px}
  .buy-sub{grid-template-columns:1fr!important}
  .proven-grid{grid-template-columns:1fr!important}
  .pg:nth-child(even){border-right:1px solid #e8e8e8}
  .chain-stats{grid-template-columns:1fr!important}
}


/* ━━ CLASS-BASED MOBILE OVERRIDES ━━ */
@media(max-width:768px){

/* #what-is layout */
.what-is-cols{grid-template-columns:1fr!important;gap:28px!important}

/* concept cards: keep 2×2 on mobile (small cards, OK) */
.concept-cards{grid-template-columns:1fr 1fr!important;gap:10px!important}
.concept-cards>div{padding:14px!important}
.concept-cards>div>p{font-size:11px!important}

/* 5-step flow */
.steps-flow{
  grid-template-columns:1fr!important;
  gap:10px!important;
  margin-bottom:32px!important;
  position:static!important
}
.steps-line{display:none!important}
/* Individual step card: horizontal layout */
.steps-flow>div{
  text-align:left!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-start!important;
  gap:14px!important;
  padding:16px 18px!important;
  position:static!important
}
/* Number circle */
.steps-flow>div>.step-num{
  flex-shrink:0!important;
  margin:0!important;
  min-width:36px!important;
  width:36px!important;
  height:36px!important;
  font-size:13px!important
}
/* Text block inside step */
.steps-flow>div>h3{font-size:13px!important;margin-bottom:4px!important}
.steps-flow>div>p{font-size:12px!important;line-height:1.6}

/* Use-case scenarios: 3 → 1 col */
.use-cases{grid-template-columns:1fr!important;gap:12px!important}
.use-cases>div{padding:18px!important}

/* How-to tip box */
.howto-tip{
  flex-direction:column!important;
  gap:14px!important;
  padding:18px!important;
  align-items:flex-start!important
}
.howto-tip>a{
  width:100%!important;
  text-align:center!important;
  padding:12px 16px!important;
  border-radius:10px!important
}

/* FAQ grid: 2 → 1 col */
.faq-grid{grid-template-columns:1fr!important;gap:10px!important}

/* Learning grid: 3 → 1 col */
.learn-grid{grid-template-columns:1fr!important;gap:14px!important}
.learn-grid>div{padding:20px!important}
.learn-grid>div>.card-icon{font-size:24px!important;margin-bottom:10px!important}

/* Business grid: 2 → 1 col */
.biz-grid{grid-template-columns:1fr!important;gap:14px!important}
.biz-grid>div{padding:24px!important}
.biz-grid h3[style]{font-size:17px!important;margin-bottom:10px!important}
.biz-grid p[style]{font-size:13px!important}
.biz-grid button{width:100%!important;padding:13px 20px!important;min-height:48px;font-size:14px!important}
}

/* 390px edge-case fixes */
@media(max-width:390px){
  .concept-cards{grid-template-columns:1fr!important}
  .steps-flow>div{padding:14px!important}
  .biz-grid>div{padding:20px!important}
}


/* cold-vs-hot scroll + biz buttons */
@media(max-width:600px){
  .coldvshot{overflow-x:auto!important;-webkit-overflow-scrolling:touch}
  .coldvshot>div{min-width:340px}
  .biz-btn{width:100%!important;min-height:48px}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ICON SYSTEM
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.icon{display:inline-block;vertical-align:middle;flex-shrink:0;pointer-events:none}
.icon-s{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.icon-f{fill:currentColor;stroke:none}

/* [NAV WHITE THEME OVERRIDE removed — values baked into base rules] */
/* Hamburger button */
.n-ham{background:transparent;border:none;cursor:pointer;padding:0;color:#555;
       display:none;align-items:center;justify-content:center;
       width:44px;height:44px;min-width:44px;border-radius:8px;
       transition:background .15s;flex-shrink:0}
.n-ham:hover{background:rgba(0,0,0,.06);color:#111}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   ANNOUNCEMENT — SCROLLING TICKER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ann{
  background:#f8f8f8!important;
  border-bottom:1px solid #ebebeb!important;
  padding:9px 8px 9px 0!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  color:#666!important;
}
.ann-ticker-wrap{flex:1;overflow:hidden;display:flex;align-items:center}
.ann-ticker{
  display:flex;
  align-items:center;
  white-space:nowrap;
  animation:tickerScroll 36s linear infinite;
}
.ann-ticker:hover{animation-play-state:paused}
.ann-tick-item{
  font-size:12.5px;
  color:#666;
  padding:0 28px;
  flex-shrink:0;
  line-height:1.5;
}
.ann-tick-sep{color:#ccc;padding:0;font-size:11px;flex-shrink:0}
.ann-x{
  position:static!important;
  transform:none!important;
  width:28px;height:28px;display:flex;align-items:center;justify-content:center;
  cursor:pointer;color:#bbb;border-radius:6px;transition:color .15s,background .15s;
  flex-shrink:0;margin-left:8px;margin-right:4px;
}
.ann-x:hover{color:#555;background:rgba(0,0,0,.06)}
@keyframes tickerScroll{
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER SOCIAL — icon color
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.sb{color:#999;transition:color .15s,border-color .15s,background .15s}
.sb:hover{color:#444!important;border-color:#bbb!important;background:#f0f0f0!important}

/* Float CS icon color */
.float-cs-btn{color:#fff}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MOBILE NAV DRAWER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Backdrop */
.mob-overlay{
  display:none;
  position:fixed;inset:0;
  background:rgba(0,0,0,0);
  z-index:900;
  transition:background .28s ease;
}
.mob-overlay.open{display:block;background:rgba(0,0,0,.38)}

/* Drawer panel — slides in from LEFT */
.mob-drawer{
  position:fixed;
  top:0;left:0;bottom:0;
  width:min(300px,86vw);
  background:#fff;
  z-index:901;
  display:flex;flex-direction:column;
  transform:translateX(-105%);
  transition:transform .28s cubic-bezier(.4,0,.2,1);
  box-shadow:6px 0 40px rgba(0,0,0,.12);
  overflow:hidden;
}
.mob-drawer.open{transform:translateX(0)}

/* Drawer header */
.mob-head{
  display:flex;align-items:center;justify-content:space-between;
  padding:0 16px;height:56px;
  border-bottom:1px solid #f0f0f0;
  flex-shrink:0;
}
.mob-logo{font-size:19px;font-weight:800;color:#111;letter-spacing:-.5px}
.mob-close-btn{
  width:36px;height:36px;border:none;background:transparent;cursor:pointer;
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  color:#777;transition:background .15s,color .15s;padding:0;font-family:inherit
}
.mob-close-btn:hover{background:#f5f5f5;color:#111}

/* Drawer body */
.mob-body{flex:1;overflow-y:auto;padding:8px 0}
.mob-body::-webkit-scrollbar{width:0}

/* Section groups (accordion) */
.mob-group{border-bottom:1px solid #f5f5f5}
.mob-group-btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;
  padding:13px 18px;font-size:15px;font-weight:500;color:#111;
  background:transparent;border:none;cursor:pointer;font-family:inherit;
  text-align:left;transition:background .15s;min-height:48px;
}
.mob-group-btn:hover{background:#f9f9f9}
.mob-group-btn .mob-chev{
  color:#ccc;transition:transform .22s ease;flex-shrink:0;margin-left:8px
}
.mob-group-btn.active .mob-chev{transform:rotate(90deg)}

/* Sub-links */
.mob-sub{
  max-height:0;overflow:hidden;
  transition:max-height .26s ease;
  background:#fafafa;
}
.mob-sub.open{max-height:400px}
.mob-sub-link{
  display:flex;align-items:center;
  padding:11px 18px 11px 32px;
  font-size:14px;color:#555;
  text-decoration:none;
  border-top:1px solid #f0f0f0;
  transition:color .15s,background .15s;
  min-height:44px;
}
.mob-sub-link:hover{color:#111;background:#f0f0f0}

/* Direct links (no accordion) */
.mob-link{
  display:flex;align-items:center;
  padding:13px 18px;font-size:15px;font-weight:500;color:#111;
  text-decoration:none;border-bottom:1px solid #f5f5f5;
  transition:background .15s;min-height:48px;
}
.mob-link:hover{background:#f9f9f9}

/* Drawer footer CTA */
.mob-foot{
  padding:14px 16px;border-top:1px solid #ebebeb;flex-shrink:0;
  background:#fff;
}
.mob-foot .btn-buy{
  width:100%!important;justify-content:center!important;
  font-size:15px;padding:13px 20px!important;border-radius:10px!important
}

/* ━━ MOBILE NAV OVERRIDES ━━ */
@media(max-width:768px){
  nav{
    padding:0 8px!important;height:56px!important;
    justify-content:flex-start!important;gap:0!important;
  }
  .n-ham{display:flex!important}
  .nav-logo{
    flex:1!important;
    display:flex!important;align-items:center!important;justify-content:center!important;
    position:static!important;transform:none!important;
    margin:0!important;text-align:center!important;
    pointer-events:auto;
  }
  .nav-logo-img{height:30px!important;width:auto!important;max-width:110px!important}
  .nav-links{display:none!important}
  .nav-right{
    width:44px!important;flex-shrink:0!important;
    display:flex!important;align-items:center!important;justify-content:flex-end!important;
    margin-left:0!important;
  }
  /* Hide nav bar when mobile drawer is open */
  body.drawer-open nav{
    visibility:hidden!important;
    pointer-events:none!important;
  }
}

/* ═══ STYLE BLOCK 2 ═══ */
.float-cs{position:fixed;right:28px;bottom:36px;z-index:999;display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;text-decoration:none}
.float-cs-btn{width:58px;height:58px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.35);transition:transform .2s,box-shadow .2s}
.float-cs:hover .float-cs-btn{transform:translateY(-3px);box-shadow:0 8px 28px rgba(0,0,0,.5)}
.float-cs-btn svg{width:28px;height:28px;fill:#fff}
.float-cs-label{font-size:12px;font-weight:600;color:#111;background:#fff;border:1px solid #ddd;border-radius:20px;padding:3px 10px;box-shadow:0 2px 8px rgba(0,0,0,.1);white-space:nowrap}
.float-cs-dot{position:absolute;top:2px;right:2px;width:12px;height:12px;background:#4caf50;border-radius:50%;border:2px solid #fff}

/* ── TRUST BADGES GRID ── */
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:40px 0 0;border-top:1px solid #eee;padding-top:40px}
.trust-item{text-align:center;padding:20px 16px;background:#f9f9f9;border-radius:14px}
.trust-item-icon{font-size:28px;margin-bottom:8px}
.trust-item h3{font-size:13px;font-weight:700;color:#111;margin-bottom:4px}
.trust-item p{font-size:11px;color:#888;line-height:1.5}
@media(max-width:768px){
  .trust-grid{grid-template-columns:1fr 1fr!important;gap:12px!important}
}
@media(max-width:480px){
  .trust-grid{grid-template-columns:1fr!important}
}
