body{
margin:0;
font-family:Arial,sans-serif;
background:#0a0f1c;
color:#ffffff;
text-align:center;
overflow-x:hidden;
}

.navbar {
position: fixed;
top: 0;
left: 0;
width: 100%;
display: flex;
justify-content: flex-start;
padding: 15px 40px;
background: rgba(0,0,0,0.2);
backdrop-filter: blur(10px);
z-index: 999;
}

.navbar a {
color: white;
margin-right: 20px;
cursor: pointer;
text-decoration: none;
font-weight: bold;
}


.page {
display: none;
}

.page.active {
display: block;
}


.qr-box {
margin-top: 30px;
text-align: center;
}

.qr-box img {
max-width: 200px;
}

.whitepaper-box {
max-width: 600px;
margin: 80px auto;
color: white;
text-align: center;
}

.background-glow{
position:fixed;
width:800px;
height:800px;
background:radial-gradient(circle,rgba(0,200,255,0.2),transparent 70%);
top:-200px;
left:50%;
transform:translateX(-50%);
z-index:-1;
}

.hero{padding:100px 20px 40px 20px;}

.hero h1{font-size:48px;margin:0;letter-spacing:2px;}

.hero h2{font-size:26px;margin-top:10px;color:#00c8ff;}

.hero p{margin-top:20px;opacity:.8;}

.info-container{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
width:90%;
max-width:1000px;
margin:40px auto;
}

.info-box{
flex:1;
min-width:280px;
background:#111a2e;
padding:20px;
border-radius:12px;
text-align:left;
box-shadow:0 0 25px rgba(0,200,255,0.1);
}

.buy-card{
background:#111a2e;
width:340px;
max-width:90%;
margin:40px auto;
padding:30px;
border-radius:12px;
box-shadow:0 0 30px rgba(0,200,255,0.15);
}

.rate{
margin-bottom:20px;
color:#00c8ff;
font-weight:bold;
}

input{
width:100%;
padding:12px;
margin-bottom:15px;
border-radius:6px;
border:1px solid #00c8ff;
background:#0a0f1c;
color:white;
font-size:16px;
}

button{
width:100%;
padding:12px;
background:linear-gradient(90deg,#00c8ff,#0066ff);
border:none;
border-radius:6px;
color:white;
font-weight:bold;
cursor:pointer;
}

.footer{
margin-top:60px;
opacity:.6;
font-size:14px;
}

.sale-stats {
  width: 90%;
  max-width: 1000px;
  margin: 24px auto 0 auto;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  flex-wrap: wrap;
}

.sale-stat-item {
  flex: 1;
  min-width: 180px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 200, 255, 0.28);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  box-sizing: border-box;
}

.sale-stat-label {
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.72;
  margin-bottom: 8px;
}

.sale-stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #00c8ff;
}

@media(max-width:768px){

.hero{padding-top:60px;}

.hero h1{font-size:32px;}

.hero h2{font-size:20px;}

.info-container{flex-direction:column;}

.buy-card{width:95%;}

}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
