*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#0b0b0f;
color:white;
text-align:center;
}

/* HEADER */

header{
position:fixed;
top:0;
width:100%;
display:flex;
justify-content:space-between;
padding:20px 60px;
background:rgba(0,0,0,0.4);
backdrop-filter:blur(10px);
z-index:1000;
}

.logo{
font-weight:700;
color:#d4af37;
font-size:22px;
}

nav a{
margin-left:25px;
text-decoration:none;
color:white;
transition:0.3s;
}

nav a:hover{
color:#d4af37;
}

/* HERO */

.hero{
padding-top:140px;
padding-bottom:80px;
background:radial-gradient(circle,#1a1a22,#000);
}

.hero h1{
font-size:42px;
max-width:900px;
margin:auto;
}

.subtitle{
margin-top:15px;
color:#ffb84d;
font-weight:600;
}

/* COUNTDOWN */

#countdown{
font-size:36px;
margin:30px 0;
color:#d4af37;
}

/* BUTTONS */

.buttons{
margin:30px 0;
}

.btn{
padding:14px 28px;
margin:10px;
border:none;
cursor:pointer;
font-weight:600;
border-radius:8px;
transition:0.3s;
}

.gold{
background:linear-gradient(45deg,#d4af37,#ff8c00);
color:black;
}

.gold:hover{
box-shadow:0 0 20px #ff8c00;
}

.dark{
background:#222;
color:white;
}

.outline{
background:transparent;
border:2px solid #d4af37;
color:#d4af37;
}

/* CONTRACT */

.contract-box{
margin-top:25px;
background:#111;
padding:15px;
display:inline-block;
border-radius:8px;
}

.contract-box button{
margin-left:10px;
padding:6px 12px;
cursor:pointer;
}

/* FEATURES */

.features{
display:flex;
justify-content:center;
flex-wrap:wrap;
padding:60px 20px;
gap:30px;
background:#050505;
}

.feature{
background:#111;
padding:25px;
border-radius:10px;
width:200px;
}

/* LISTING */

.listing{
padding:60px 20px;
}

/* FOOTER */

footer{
padding:40px;
background:black;
}

.socials span{
margin:10px;
display:inline-block;
padding:8px 14px;
background:#111;
border-radius:6px;
}

/* MOBILE */

@media(max-width:768px){
.hero h1{
font-size:26px;
padding:0 20px;
}

header{
padding:20px;
}
}
/* SOBRE SECTION */

.sobre{
padding:80px 20px;
background:#0f0f15;
max-width:900px;
margin:auto;
}

.sobre h2{
font-size:32px;
margin-bottom:25px;
color:#d4af37;
}

.sobre h3{
margin-top:30px;
color:#ff8c00;
}

.sobre p{
margin:15px 0;
line-height:1.6;
font-size:16px;
}

.cta-final{
margin-top:25px;
font-weight:600;
color:#d4af37;
font-size:18px;
}
/* SOBRE SECTION */

.sobre{
padding:80px 20px;
background:#0f0f15;
max-width:900px;
margin:auto;
}

.sobre h2{
font-size:32px;
margin-bottom:25px;
color:#d4af37;
}

.sobre h3{
margin-top:30px;
color:#ff8c00;
}

.sobre p{
margin:15px 0;
line-height:1.6;
font-size:16px;
}

.cta-final{
margin-top:25px;
font-weight:600;
color:#d4af37;
font-size:18px;
}
/* ROTEIRO */

.roteiro{
padding:80px 20px;
background:#0b0b0f;
max-width:1000px;
margin:auto;
}

.roteiro h2{
font-size:34px;
margin-bottom:40px;
color:#d4af37;
}

.fase{
background:#111;
padding:25px;
margin-bottom:30px;
border-radius:10px;
}

.fase h3{
color:#ff8c00;
margin-bottom:15px;
}

.fase ul{
list-style:none;
padding:0;
}

.fase li{
margin:10px 0;
line-height:1.6;
}

.final-frase{
margin-top:40px;
font-weight:600;
color:#d4af37;
font-size:18px;
text-align:center;
}
.tokenomics{
padding:80px 20px;
text-align:center;
background:#0f0f0f;
}

.tokenomics h2{
font-size:40px;
margin-bottom:40px;
}

.token-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:25px;
max-width:1000px;
margin:auto;
}

.token-box{
background:#1a1a1a;
padding:25px;
border-radius:10px;
}

.token-box h3{
color:#f5c518;
margin-bottom:10px;
}
body{
margin:0;
font-family:'Poppins',sans-serif;
background:#020617;
color:white;
}

/* HERO BACKGROUND */

.hero{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
text-align:center;

background-image:url("img/fondocripto.jpg");
background-size:cover;
background-position:center;
background-repeat:no-repeat;

position:relative;
}

/* efecto oscuro encima */

.hero::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(
rgba(2,6,23,0.85),
rgba(2,6,23,0.95)
);
z-index:0;
}

.hero h1,
.hero p,
.buttons,
.contract-box,
#countdown{
position:relative;
z-index:1;
}

/* LOGO */

.logo img{
height:100px;
}

/* HEADER */

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:10px 10%;
background:rgba(0,0,0,0.4);
backdrop-filter:blur(8px);
position:sticky;
top:0;
z-index:500;
}body{

background:#070716;
color:white;
font-family:Poppins;

}

.hero{

height:100vh;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

background:

radial-gradient(circle at center,#0f0f2e,#050510);

}

#countdown{

display:flex;
justify-content:center;
gap:30px;
margin-top:30px;

}

.time{

text-align:center;

}

.time span{

font-size:50px;
font-weight:700;
color:#f5b942;

}

.time p{

font-size:14px;
color:#aaa;

}


/* MOBILE */

@media (max-width:768px){

#countdown{

gap:15px;

}

.time span{

font-size:30px;

}

.time p{

font-size:12px;

}

}

.roadmap{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(200px,1fr));

gap:30px;

}

.roadmap-card{

background:#0f0f2a;
padding:25px;
border-radius:10px;

}

.wallet-btn{

background:#8247e5;
color:white;
border:none;
padding:10px 20px;
border-radius:6px;

}.tokenomics-container{

display:flex;
align-items:center;
justify-content:center;
gap:50px;
flex-wrap:wrap;

}

#tokenChart{

width:280px !important;
height:280px !important;

}.contract-box{

margin-top:40px;
text-align:center;

}

.contract-title{

color:#aaa;
font-size:14px;
margin-bottom:10px;

}

.contract-address{

display:flex;
justify-content:center;
align-items:center;
gap:10px;

background:#0f0f0f;
padding:12px 18px;

border-radius:10px;
border:1px solid #222;

font-size:14px;
word-break:break-all;

}

.copy-btn{

background:#f5b942;
color:black;

border:none;
padding:8px 14px;

border-radius:6px;

cursor:pointer;

transition:0.3s;

}

.copy-btn:hover{

transform:scale(1.05);

}

.copy-btn.copied{

background:#22c55e;
color:white;

transform:scale(1.1);

}