*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,Helvetica,sans-serif;
}

body{

background:#050816;

color:white;

overflow-x:hidden;

min-height:100vh;

position:relative;

}

.background-grid{

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background-image:

linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),

linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);

background-size:45px 45px;

z-index:-2;

}

body::before{

content:"";

position:fixed;

width:700px;
height:700px;

background:radial-gradient(circle,#2563eb55,transparent 70%);

top:-250px;
right:-250px;

z-index:-1;

animation:floatGlow 10s infinite ease-in-out;

}

body::after{

content:"";

position:fixed;

width:600px;
height:600px;

background:radial-gradient(circle,#06b6d455,transparent 70%);

bottom:-250px;
left:-250px;

z-index:-1;

animation:floatGlow 12s infinite ease-in-out reverse;

}

.hero{

width:100%;

min-height:100vh;

display:flex;

justify-content:center;

align-items:center;

padding:40px 20px;

}

.hero-card{

width:100%;

max-width:760px;

background:rgba(15,23,42,.88);

backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.08);

border-radius:30px;

padding:60px;

text-align:center;

box-shadow:0 30px 80px rgba(0,0,0,.55);

animation:fadeUp .8s ease;

}

.logo{

font-size:72px;

margin-bottom:20px;

animation:floatLogo 3s infinite ease-in-out;

}

h1{

font-size:50px;

margin-bottom:18px;

}

.subtitle{

font-size:24px;

color:#38bdf8;

margin-bottom:25px;

}

.description{

font-size:18px;

color:#cbd5e1;

line-height:1.8;

margin-bottom:40px;

}

.features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:40px;

}

.feature{

background:#111827;

padding:18px;

border-radius:18px;

font-size:17px;

transition:.3s;

}

.feature:hover{

background:#1e293b;

transform:translateY(-4px);

}

.chains{

display:flex;

flex-wrap:wrap;

justify-content:center;

gap:12px;

margin-bottom:40px;

}

.chains span{

background:#1e293b;

padding:12px 18px;

border-radius:50px;

font-size:15px;

}

#connectWallet{

width:100%;

padding:22px;

border:none;

border-radius:60px;

background:linear-gradient(135deg,#2563eb,#06b6d4);

color:white;

font-size:24px;

font-weight:bold;

cursor:pointer;

transition:.35s;

box-shadow:0 20px 45px rgba(37,99,235,.35);

}

#connectWallet:hover{

transform:translateY(-4px);

box-shadow:0 25px 55px rgba(37,99,235,.45);

}

.footer-text{

margin-top:35px;

font-size:15px;

color:#94a3b8;

}

@keyframes floatLogo{

50%{

transform:translateY(-10px);

}

}

@keyframes floatGlow{

50%{

transform:translateY(30px);

}

}

@keyframes fadeUp{

from{

opacity:0;

transform:translateY(40px);

}

to{

opacity:1;

transform:translateY(0);

}

}

@media(max-width:768px){

.hero-card{

padding:35px;

}

h1{

font-size:34px;

}

.subtitle{

font-size:20px;

}

.description{

font-size:16px;

}

.features{

grid-template-columns:1fr;

}

#connectWallet{

font-size:20px;

}

}

/* ===========================
   NAVIGATION BAR
=========================== */

.navbar{

position:fixed;

top:0;
left:0;

width:100%;

display:flex;

justify-content:space-between;

align-items:center;

padding:18px 50px;

background:rgba(5,8,22,.75);

backdrop-filter:blur(18px);

border-bottom:1px solid rgba(255,255,255,.06);

z-index:1000;

}

.nav-logo{

font-size:24px;

font-weight:bold;

color:white;

}

.nav-links{

display:flex;

list-style:none;

gap:35px;

}

.nav-links a{

text-decoration:none;

color:#cbd5e1;

font-size:17px;

transition:.3s;

}

.nav-links a:hover{

color:#38bdf8;

}

.nav-btn{

padding:12px 24px;

border:none;

border-radius:40px;

background:linear-gradient(135deg,#2563eb,#06b6d4);

color:white;

font-weight:bold;

cursor:pointer;

transition:.3s;

}

.nav-btn:hover{

transform:translateY(-2px);

box-shadow:0 12px 30px rgba(37,99,235,.35);

}

/* Push hero below navbar */

.hero{

padding-top:120px;

}

/* ===========================
   BLOCKCHAIN STATISTICS
=========================== */

.stats-section{

max-width:900px;

margin:60px auto;

padding:20px;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:10px;

}

.stat-card{

background:rgba(15,23,42,.88);

border:1px solid rgba(255,255,255,.08);

backdrop-filter:blur(15px);

border-radius:18px;

padding:22px;

text-align:center;

transition:.35s;

box-shadow:0 15px 30px rgba(0,0,0,.25);

}

.stat-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(37,99,235,.35);

border-color:#38bdf8;

}

.stat-card h2{

font-size:34px;

color:#38bdf8;

margin-bottom:8px;

}

.stat-card p{

font-size:15px;

color:#cbd5e1;

}

/* ===========================
   SUPPORTED NETWORKS
=========================== */

.network-grid{

max-width:900px;

margin:auto;

display:grid;

grid-template-columns:repeat(2,1fr);

gap:10px;

}

.section-title{

font-size:30px;

margin-bottom:30px;

}

.network-grid{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

gap:25px;

}

.network-card{

background:rgba(15,23,42,.88);

border:1px solid rgba(255,255,255,.08);

border-radius:18px;

padding:22px;

text-align:center;

transition:.35s;

backdrop-filter:blur(15px);

}

.network-card:hover{

transform:translateY(-8px);

border-color:#38bdf8;

box-shadow:0 25px 60px rgba(37,99,235,.35);

}

.network-card{

font-size:34px;

}

.network-card h3{

margin-top:12px;

margin-bottom:6px;

font-size:19px;

}

.network-card p{

font-size:13px;

color:#94a3b8;

}