:root{

--bg-main:#071028;        
--bg-card:#0f1c3f;        
--primary:#4da6ff;        
--secondary:#9b5cff;      
--accent:#3ddc97;         
--text:#e6f0ff;
--muted:#9aa7c7;

}


*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:linear-gradient(
180deg,
#050b1f 0%,
#071028 40%,
#0a1635 100%
);
color:var(--text);
}



body::before{
content:'';
position:fixed;
width:200%;
height:200%;
background:
radial-gradient(circle at 20% 30%, #4da6ff22, transparent 40%),
radial-gradient(circle at 80% 70%, #9b5cff22, transparent 40%);
animation:moveBg 18s linear infinite;
z-index:-1;
}

@keyframes moveBg{
0%{transform:translate(0,0)}
50%{transform:translate(-10%,-10%)}
100%{transform:translate(0,0)}
}

.header{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 60px;

background:rgba(7,16,40,.75); 
backdrop-filter:blur(14px);

border-bottom:1px solid rgba(77,166,255,.12);

position:sticky;
top:0;
z-index:100;
}

.logo{
display:flex;
align-items:center;
}

.logo img{
height:84px;
filter:drop-shadow(0 0 8px rgba(77,166,255,.35));
transition:.3s;
}

.logo img:hover{
transform:scale(1.05);
}

nav a{
color:white;
text-decoration:none;
margin-left:25px;
font-size:14px;
opacity:.8;
}

nav a:hover{
opacity:1;
}

.launch-btn{
background:linear-gradient(90deg,#4da6ff,#9b5cff);
padding:10px 18px;
border-radius:8px;
color:#000!important;
font-weight:700;
}

/* ======================
HERO
====================== */

.hero{
text-align:center;
padding:60px 20px 40px;
max-width:900px;
margin:auto;
}

.hero h1{
font-size:56px;
font-weight:700;
line-height:1.2;
}

.gradient{
background:linear-gradient(
90deg,
#4da6ff,
#9b5cff,
#3ddc97
);
-webkit-background-clip:text;
color:transparent;
}

.hero p{
margin-top:20px;
opacity:.8;
line-height:1.6;
}

.hero-buttons{
margin-top:40px;
}

.btn{
background:linear-gradient(90deg,#4da6ff,#9b5cff);
padding:15px 30px;
border-radius:10px;
text-decoration:none;
color:#000;
font-weight:600;
margin:10px;
display:inline-block;
}

.btn-outline{
border:1px solid #4da6ff;
color:#4da6ff;
padding:15px 30px;
border-radius:10px;
text-decoration:none;
}



.stats{
display:flex;
justify-content:center;
gap:60px;
padding:80px 20px;
flex-wrap:wrap;
background:linear-gradient(180deg,#071028,#081533);
}

.stat{
text-align:center;
}

.stat h2{
color:var(--primary);
font-size:32px;
}

.stat p{
opacity:.7;
}



.section{
padding:30px 20px 20px;
max-width:1100px;
margin: 0 auto;
text-align:center;
}

.section h2{
font-size:32px;
margin-bottom:25px;
}



.founder-card{
max-width:720px;
margin:auto;
padding:50px 40px;
border-radius:20px;
background:linear-gradient(145deg,#020617,#0f172a);
border:1px solid #1f2937;

display:flex;
flex-direction:column;
align-items:center;   
text-align:center;    

box-shadow:
0 0 60px rgba(0,255,163,.08),
inset 0 0 30px rgba(255,255,255,.02);

transition:.4s;
}

.founder-card img{
width:180px;
border-radius:12px;
box-shadow:0 0 25px rgba(0,0,0,.6);
}

.founder-card p{
opacity:.8;
}



footer{
text-align:center;
padding:40px;
opacity:.6;
font-size:14px;
border-top:1px solid rgba(255,255,255,.05);
margin-top:60px;
}


.market-panel{
padding:80px 20px;
text-align:center;
}

.market-grid{
display:flex;
justify-content:center;
gap:30px;
flex-wrap:wrap;
margin-top:40px;
}

.market-card{
background:#0f1c3f;
padding:30px;
border:1px solid rgba(77,166,255,.15);
border-radius:14px;
width:220px;
box-shadow:0 0 20px rgba(0,0,0,.4);
transition:.3s;
}

.market-card:hover{
transform:translateY(-6px);
box-shadow:0 0 25px rgba(77,166,255,.35);
}

.market-card h3{
opacity:.7;
margin-bottom:10px;
}

.market-card p{
font-size:22px;
transition:.4s;
color:var(--primary);
font-weight:700;
}

#particles-js{
position:fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index:-2;
}

.trust-box{
max-width:600px;
margin:auto;
}

.trust-bar{
background:#0b1225;
height:25px;
border-radius:30px;
overflow:hidden;
margin-top:20px;
}

#trustFill{
height:100%;
width:0%;
background:linear-gradient(90deg,#4da6ff,#9b5cff);
transition:2s;
}



.activity-item{
margin-bottom:8px;
opacity:.85;
}

.verified{
background:#4da6ff22;
color:#4da6ff;
padding:4px 8px;
border-radius:6px;
font-size:12px;
margin-left:8px;
}

.tradingview-widget-container{
width:100%;
max-width:1100px;
margin:auto;
height:520px; /* altura profissional */
box-shadow:0 0 40px rgba(77,166,255,.15);
background:#020617;
padding:10px;
border-radius:16px;
border:1px solid rgba(255,255,255,.05);
}

#tradingview_chart{
width:100%;
height:100%;
border-radius:14px;
overflow:hidden;
}

.chart-wrapper{
max-width:1100px;
margin:auto;
background:#020617;
padding:12px;
border-radius:16px;
border:1px solid rgba(255,255,255,.05);
box-shadow:0 0 40px rgba(77,166,255,.15);
}

.chart-wrapper iframe{
width:100%;
height:520px;
border:0;
border-radius:12px;
}

.chart-wrapper:hover{
box-shadow:0 0 60px rgba(77,166,255,.35);
transition:.4s;
}

.tokenomics-desc{
opacity:.75;
max-width:700px;
margin:10px auto 40px;
line-height:1.6;
}

/* GRID */

.tokenomics-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:25px;
max-width:1100px;
margin:auto;
}

/* CARD */

.token-card{
background:#0b1225;
padding:28px;
border-radius:16px;
text-align:left;
border:1px solid rgba(255,255,255,.05);
transition:.35s;
position:relative;
overflow:hidden;
}

.token-card:hover{
transform:translateY(-6px);
box-shadow:0 0 35px rgba(77,166,255,.25);
border-color:rgba(77,166,255,.4);
}

.token-card h3{
margin-bottom:10px;
font-size:18px;
}

.token-card span{
font-size:28px;
font-weight:700;
background:linear-gradient(90deg,#4da6ff,#9b5cff);
-webkit-background-clip:text;
color:transparent;
display:block;
margin-bottom:8px;
}

.token-card p{
opacity:.7;
font-size:14px;
}

/* SUMMARY BAR */

.token-summary{
margin-top:60px;
display:flex;
justify-content:center;
gap:60px;
flex-wrap:wrap;
background:#020617;
padding:30px;
border-radius:14px;
border:1px solid rgba(255,255,255,.05);
}

.token-summary strong{
display:block;
margin-bottom:6px;
color:#4da6ff;
}

.token-summary p{
opacity:.8;
}

/* TOKENOMICS PRO */

.tokenomics-pro {
    background: #0b0f1a;
    color: white;
    text-align: center;
}

.section-title {
    font-size: 42px;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #9aa4b2;
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

/* TOP INFO */

.tokenomics-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.token-box {
    background: #111827;
    padding: 25px;
    border-radius: 14px;
    border: 1px solid #1f2937;
}

.token-box span {
    color: #9ca3af;
    font-size: 14px;
}

.token-box h3 {
    margin-top: 8px;
    font-size: 22px;
    color: #00ffa3;
}

/* GRID */

.tokenomics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
    gap: 25px;
}

.token-card {
    background: linear-gradient(145deg,#111827,#0f172a);
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #1f2937;
    transition: 0.3s;
    position: relative;
}

.token-card:hover {
    transform: translateY(-6px);
    border-color: #00ffa3;
}

.token-card h4 {
    margin-bottom: 10px;
}

.token-card p {
    color: #9aa4b2;
    font-size: 14px;
}

.percent {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #00ffa3;
    font-weight: bold;
}

/* FOOTER BADGES */

.tokenomics-footer {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    color: #00ffa3;
    font-weight: 500;
}


}

/* LEGEND */

.chart-legend {
    list-style: none;
    text-align: left;
}

.chart-legend li {
    margin: 10px 0;
    color: #cbd5e1;
    font-size: 15px;
}

.chart-legend span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 3px;
}

.c1 { background:#00ffa3; }
.c2 { background:#3b82f6; }
.c3 { background:#f59e0b; }
.c4 { background:#ec4899; }
.c5 { background:#8b5cf6; }
.c6 { background:#22c55e; }




.tokenomics-chart{
display:flex;
justify-content:center;
align-items:center;
gap:80px;
flex-wrap:wrap;
margin-bottom:80px;
}

/* WRAPPER */

.chart-wrapper{
position:relative;
}

/* DONUT */

.chart-circle{
width:300px;
height:300px;
border-radius:50%;
background:
conic-gradient(
#00ffa3 0% 40%,
#3b82f6 40% 70%,
#f59e0b 70% 80%,
#ec4899 80% 88%,
#8b5cf6 88% 95%,
#22c55e 95% 100%
);
display:flex;
justify-content:center;
align-items:center;
position:relative;
opacity:0;
transform:scale(.7) rotate(-120deg);
transition:1.2s ease;
box-shadow:
0 0 40px rgba(0,255,163,.15),
inset 0 0 40px rgba(0,255,163,.08);
}

/* ACTIVE (SCROLL ANIMATION) */
.chart-circle.show{
opacity:1;
transform:scale(1) rotate(0deg);
}

/* INNER */

.chart-circle::after{
content:"";
position:absolute;
width:190px;
height:190px;
background:#020617;
border-radius:50%;
box-shadow: inset 0 0 25px rgba(0,0,0,.6);
}

/* CENTER TEXT */

.chart-center{
position:absolute;
text-align:center;
z-index:2;
}

.chart-center h3{
font-size:34px;
color:#00ffa3;
margin:0;
}

.chart-center span{
font-size:14px;
color:#94a3b8;
}

/* LEGEND */

.chart-legend{
list-style:none;
}

.chart-legend li{
cursor:pointer;
margin:12px 0;
font-size:15px;
color:#cbd5e1;
transition:.3s;
}

.chart-legend li:hover{
color:#00ffa3;
transform:translateX(6px);
}

.chart-legend span{
display:inline-block;
width:14px;
height:14px;
margin-right:10px;
border-radius:3px;
}

.c1{background:#00ffa3;}
.c2{background:#3b82f6;}
.c3{background:#f59e0b;}
.c4{background:#ec4899;}
.c5{background:#8b5cf6;}
.c6{background:#22c55e;}

.chart-circle:hover{
transform:scale(1.05);
}



.founder-section{
text-align:center;
}



.founder-card{
max-width:720px;
margin:auto;
padding:50px 40px;
border-radius:20px;
background:linear-gradient(145deg,#020617,#0f172a);
border:1px solid #1f2937;
box-shadow:
0 0 60px rgba(0,255,163,.08),
inset 0 0 30px rgba(255,255,255,.02);
transition:.4s;
}

.founder-card:hover{
transform:translateY(-6px);
box-shadow:
0 0 80px rgba(0,255,163,.18);
}

/* PHOTO */

.founder-photo{
position:relative;
display:flex;
justify-content:center;
align-items:center;
width:100%;
margin:0 auto 25px auto;
}

.founder-photo img{
width:180px;
height:180px;
object-fit:cover;
border-radius:50%;
border:3px solid #00ffa3;
box-shadow:0 0 35px rgba(0,255,163,.35);
transition:.4s;
}

.founder-photo img:hover{
transform:scale(1.06);
box-shadow:0 0 60px rgba(0,255,163,.6);
}

/* VERIFIED BADGE */

.verified-badge{
position:absolute;
bottom:10px;
left:50%;
transform:translateX(40%);
background:#00ffa3;
color:#02110c;
font-size:12px;
padding:6px 10px;
border-radius:20px;
font-weight:600;
box-shadow:0 0 15px rgba(0,255,163,.6);
}

/* INFO */

.founder-info h3{
font-size:26px;
margin-bottom:6px;
}

.role{
color:#00ffa3;
font-weight:500;
margin-bottom:15px;
}

.bio{
color:#94a3b8;
line-height:1.7;
max-width:520px;
margin:auto;
}

/* BUTTON */

.founder-actions{
margin-top:25px;
}

/* MOBILE */

@media(max-width:768px){

.founder-card{
padding:35px 25px;
}

.logo img{
height:110px;   /* aumente aqui */
}

.founder-photo img{
width:150px;
height:150px;
}

/* =========================
   ROADMAP GOD TIER
========================= */

.roadmap-section{
position:relative;
}

.roadmap{
position:relative;
max-width:900px;
margin:80px auto;
}

/* CENTER LINE */

.roadmap-line{
position:absolute;
left:50%;
top:0;
width:3px;
height:100%;
background:linear-gradient(
to bottom,
transparent,
#00ffa3,
transparent
);
transform:translateX(-50%);
opacity:.4;
}

/* ITEM */

.roadmap-item{
position:relative;
width:50%;
padding:30px 40px;
box-sizing:border-box;
}

.roadmap-item:nth-child(odd){
left:0;
text-align:right;
}

.roadmap-item:nth-child(even){
left:50%;
}

/* DOT */

.roadmap-dot{
position:absolute;
top:35px;
right:-10px;
width:18px;
height:18px;
background:#0b0f1a;
border:3px solid #00ffa3;
border-radius:50%;
box-shadow:0 0 15px rgba(0,255,163,.6);
}

.roadmap-item:nth-child(even) .roadmap-dot{
left:-10px;
}

/* CARD */

.roadmap-content{
background:linear-gradient(145deg,#020617,#0f172a);
border:1px solid #1f2937;
padding:25px;
border-radius:16px;
transition:.4s;
}

.roadmap-content:hover{
transform:translateY(-6px);
border-color:#00ffa3;
box-shadow:0 0 25px rgba(0,255,163,.15);
}

.roadmap-content h3{
margin-bottom:10px;
color:#00ffa3;
}

.roadmap-content ul{
padding-left:18px;
color:#94a3b8;
}

.roadmap-content li{
margin:6px 0;
}

/* STATUS */

.status{
display:inline-block;
margin-bottom:12px;
font-size:12px;
padding:4px 10px;
border-radius:20px;
font-weight:600;
}

.done{
background:#00ffa320;
color:#00ffa3;
}

.progress{
background:#3b82f620;
color:#3b82f6;
}

/* COMPLETED GLOW */

.roadmap-item.completed .roadmap-dot{
border-color:#22c55e;
box-shadow:0 0 18px #22c55e;
}

.roadmap-item.active .roadmap-dot{
animation:pulse 2s infinite;
}

@keyframes pulse{
0%{box-shadow:0 0 0 rgba(0,255,163,.7);}
50%{box-shadow:0 0 20px rgba(0,255,163,.9);}
100%{box-shadow:0 0 0 rgba(0,255,163,.7);}
}

/* MOBILE */

@media(max-width:768px){

.roadmap-line{
left:20px;
}

.logo img{
height:110px;   /* aumente aqui */
}

.roadmap-item{
width:100%;
left:0 !important;
padding-left:60px;
text-align:left;
}

.roadmap-dot{
left:10px !important;
right:auto;
}
}


}

/* =========================
   ROADMAP ULTRA
========================= */

.roadmap-wrapper{
position:relative;
max-width:900px;
margin:80px auto;
display:flex;
flex-direction:column;
gap:40px;
}

/* PROGRESS LINE */

.roadmap-progress{
position:absolute;
left:18px;
top:0;
width:3px;
height:100%;
background:linear-gradient(
to bottom,
transparent,
#00ffa3,
transparent
);
opacity:.35;
}

/* CARD */

.roadmap-card{
position:relative;
background:linear-gradient(145deg,#020617,#0f172a);
border:1px solid #1f2937;
padding:28px 30px 28px 60px;
border-radius:18px;
transition:.4s;
opacity:0;
transform:translateY(40px);
}

/* SCROLL SHOW */

.roadmap-card.show{
opacity:1;
transform:translateY(0);
}

/* DOT */

.roadmap-card::before{
content:"";
position:absolute;
left:10px;
top:35px;
width:16px;
height:16px;
border-radius:50%;
background:#020617;
border:3px solid #00ffa3;
box-shadow:0 0 15px rgba(0,255,163,.6);
}

/* HOVER */

.roadmap-card:hover{
transform:translateY(-6px);
border-color:#00ffa3;
box-shadow:0 0 25px rgba(0,255,163,.15);
}

/* PHASE LABEL */

.phase{
font-size:12px;
letter-spacing:1px;
color:#64748b;
margin-bottom:6px;
}

/* TITLE */

.roadmap-card h3{
color:#00ffa3;
margin-bottom:10px;
}

/* LIST */

.roadmap-card ul{
color:#94a3b8;
padding-left:18px;
}

.roadmap-card li{
margin:6px 0;
}

/* BADGES */

.badge{
display:inline-block;
margin-bottom:12px;
padding:4px 12px;
font-size:12px;
border-radius:20px;
font-weight:600;
}

.done{
background:#22c55e20;
color:#22c55e;
}

.progress{
background:#3b82f620;
color:#3b82f6;
}

/* STATUS COLORS */

.completed::before{
border-color:#22c55e;
box-shadow:0 0 18px #22c55e;
}

.active::before{
animation:pulseRoadmap 2s infinite;
}

@keyframes pulseRoadmap{
0%{box-shadow:0 0 0 rgba(0,255,163,.7);}
50%{box-shadow:0 0 20px rgba(0,255,163,1);}
100%{box-shadow:0 0 0 rgba(0,255,163,.7);}
}

/* ROADMAP ULTRA */

.roadmap-section {
    background: #020617;
    position: relative;
}

.section-title {
    text-align: center;
    font-size: 38px;
    margin-bottom: 60px;
    color: #fff;
}

/* container */
.roadmap {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding-left: 30px;
}

/* linha vertical */
.roadmap::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg,#22c55e,#06b6d4);
}

/* item */
.roadmap-item {
    position: relative;
    margin-bottom: 50px;
}

/* ponto */
.roadmap-item::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 12px #22c55e;
}

/* card */
.roadmap-content {
    background: rgba(15,23,42,0.85);
    padding: 25px 30px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);
    transition: 0.3s;
}

.roadmap-content:hover {
    transform: translateY(-6px);
    border-color: #22c55e;
    box-shadow: 0 10px 30px rgba(34,197,94,0.15);
}

.roadmap-content h3 {
    color: #fff;
    margin-bottom: 10px;
}

.roadmap-content p {
    color: #94a3b8;
    line-height: 1.6;
}

/* status badges */
.status {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-left: 10px;
}

.status.done {
    background: rgba(34,197,94,0.15);
    color: #22c55e;
}

.status.progress {
    background: rgba(234,179,8,0.15);
    color: #facc15;
}

/* ACTIVITY TICKER */

.activity-section {
    overflow: hidden;
}

/* caixa externa */
.ticker-wrapper {
    width: 100%;
    overflow: hidden;
    background: #020617;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 14px 0;
    position: relative;
}

/* trilho horizontal */
.ticker-track {
    display: flex;
    gap: 40px;
    white-space: nowrap;
    animation: tickerMove 25s linear infinite;
}

/* item */
.activity-item {
    color: #22c55e;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

/* separador */
.activity-item::after {
    content: "•";
    margin-left: 40px;
    color: #475569;
}

/* animação contínua */
@keyframes tickerMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* VIDEO SECTION */

.video-section{
text-align:center;
max-width:1100px;
margin:auto;
}

.video-subtitle{
color:#94a3b8;
margin-bottom:40px;
font-size:16px;
}

/* CONTAINER RESPONSIVO */

.video-container{
position:relative;
width:100%;
padding-bottom:56.25%; /* 16:9 */
border-radius:18px;
overflow:hidden;
box-shadow:
0 0 60px rgba(0,255,163,.12),
0 0 120px rgba(0,255,163,.05);
border:1px solid rgba(255,255,255,.06);
background:#020617;
}

/* IFRAME */

.video-container iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
border:0;
}



@media (max-width: 768px){



.header{
flex-direction:column;
padding:15px 20px;
gap:15px;
}

.logo img{
height:110px;  
}


nav{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:12px;
}

nav a{
margin-left:0;
font-size:13px;
}


.launch-btn{
margin-top:8px;
}




.hero{
padding:80px 18px 50px;
}

.hero h1{
font-size:34px;
line-height:1.3;
}

.hero p{
font-size:14px;
}




.hero-buttons{
display:flex;
flex-direction:column;
align-items:center;
gap:12px;
}

.btn,
.btn-outline{
width:100%;
max-width:320px;
text-align:center;
margin:0;
}




.stats{
gap:25px;
padding:40px 20px;
}




.section{
padding:60px 18px;
}

.section h2{
font-size:26px;
}




.tokenomics-grid{
grid-template-columns:1fr;
}




.market-grid{
gap:20px;
}

.market-card{
width:100%;
max-width:320px;
}




.founder-card{
padding:35px 20px;
}

.founder-card img{
width:140px;
}

}



.social-links{
margin-top:18px;
display:flex;
justify-content:center;
gap:22px;
}

.social-links a{
color:#9aa7c7;
font-size:22px;
transition:.3s;
}

.social-links a:hover{
color:#4da6ff;
transform:translateY(-3px) scale(1.1);
}


.social-links a:hover i{
text-shadow:0 0 12px rgba(77,166,255,.7);
}




@media (max-width:768px){
.social-links{
gap:18px;
}

.language-switcher{
display:flex;
align-items:center;
gap:12px;
}


.social-links a{
font-size:20px;
}
}

.language-switcher img{
width:28px;
cursor:pointer;
transition:.3s;
opacity:.85;
border-radius:4px;
}

.language-switcher span{
cursor:pointer;
opacity:.7;
transition:.3s;
padding:6px 10px;
border-radius:6px;
}

.language-switcher img:hover{
transform:scale(1.15);
opacity:1;
box-shadow:0 0 10px rgba(77,166,255,.6);
}

.ecosystem{
text-align:center;
padding:80px 20px;
}

.eco-sub{
opacity:.7;
margin-bottom:40px;
}

.eco-logos{
display:flex;
justify-content:center;
align-items:center;
gap:70px;
flex-wrap:wrap;
margin-top:40px;
}

/* LOGOS */
.eco-logos img{
height:60px;              /* ⭐ tamanho maior */
width:140px;              /* ⭐ largura padrão */
object-fit:contain;       /* ⭐ mantém proporção */
opacity:.95;
transition:.35s ease;
}

/* efeito profissional hover */
.eco-logos img:hover{
transform:translateY(-6px) scale(1.08);
filter:drop-shadow(0 0 12px rgba(77,166,255,.5));
opacity:1;
}

@keyframes float{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-6px)}
}

/* INFRASTRUCTURE */
.infrastructure{
text-align:center;
}

.infra-list{
max-width:600px;
margin:auto;
line-height:2;
font-size:17px;
opacity:.9;
}

/* AS SEEN ON */
.as-seen{
margin-top:60px;
}

.as-seen h3{
font-size:18px;
letter-spacing:2px;
opacity:.6;
margin-bottom:25px;
text-transform:uppercase;
}

/* LOGOS */
.seen-logos{
display:flex;
justify-content:center;
align-items:center;
gap:70px;
flex-wrap:wrap;
}

.seen-logos img{
height:60px;
width:140px;
object-fit:contain;
opacity:.8;
transition:.4s ease;
}

.seen-logos img:hover{
transform:translateY(-6px) scale(1.1);
filter:drop-shadow(0 0 14px rgba(77,166,255,.45));
opacity:1;
}

/* LISTING PROGRESS */

.listing-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:25px;
margin-top:40px;
}

.listing-card{
background:#0b1225;
border:1px solid rgba(255,255,255,.06);
padding:25px 30px;
border-radius:14px;
width:240px;
text-align:left;
transition:.35s;
position:relative;
overflow:hidden;
}

.listing-card span{
display:block;
font-size:15px;
opacity:.7;
margin-bottom:6px;
}

.listing-card strong{
font-size:20px;
font-weight:700;
}

/* STATUS COLORS */

.listing-card.active{
border-left:4px solid #3ddc97;
}

.listing-card.pending{
border-left:4px solid #facc15;
}

.listing-card.preparing{
border-left:4px solid #4da6ff;
}

/* HOVER EFFECT */

.listing-card:hover{
transform:translateY(-6px);
box-shadow:0 0 25px rgba(77,166,255,.25);
}


/* LISTING PROGRESS BINANCE STYLE */

.listing-grid{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:25px;
margin-top:40px;
}

.listing-card{
background:#0b1225;
border:1px solid rgba(255,255,255,.05);
padding:28px;
border-radius:16px;
width:260px;
transition:.4s;
}

.listing-card:hover{
transform:translateY(-6px);
box-shadow:0 0 35px rgba(77,166,255,.25);
}

.listing-header{
display:flex;
justify-content:space-between;
margin-bottom:15px;
}

.listing-header span{
opacity:.7;
}

.listing-header strong{
color:#4da6ff;
}

/* PROGRESS BAR */

.progress-bar{
width:100%;
height:10px;
background:#020617;
border-radius:20px;
overflow:hidden;
}

.progress-fill{
height:100%;
width:0%;
border-radius:20px;
background:linear-gradient(
90deg,
#4da6ff,
#9b5cff,
#3ddc97
);
position:relative;
overflow:hidden;
transition:width 2s ease;
}

/* BINANCE SHINE EFFECT */

.progress-fill::after{
content:'';
position:absolute;
top:0;
left:-40%;
width:40%;
height:100%;
background:linear-gradient(
90deg,
transparent,
rgba(255,255,255,.5),
transparent
);
animation:shine 2.5s infinite;
}

@keyframes shine{
0%{left:-40%}
100%{left:120%}
}

.contact-email a{
    color: #ffffff;   /* branco */
    text-decoration: none;
}

.contact-email a:hover{
    color: #ffffff;
    opacity: 0.8;
}

/* ======================
PARTNERS CAROUSEL
====================== */

.partners-section{
padding:40px 20px;
text-align:center;
max-width:1200px;
margin:auto;
}

.partners-section h2{
font-size:34px;
margin-bottom:5px;
}

.partners-sub{
opacity:.7;
margin-bottom:50px;
}

.partners-wrapper{
overflow:hidden;
position:relative;
}

.partners-track{
display:flex;
gap:40px;
width:max-content;
animation:scrollPartners 25s linear infinite;
}

.partner-card{
background:#0b1225;
border:1px solid rgba(255,255,255,.05);
padding:25px 35px;
border-radius:16px;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
min-width:180px;
transition:.35s;
}

.partner-card img{
height:50px;
margin-bottom:15px;
filter:brightness(1.1);
}

.partner-card span{
font-weight:600;
opacity:.85;
}

/* HOVER WEB3 GLOW */
.partner-card:hover{
transform:translateY(-8px);
border-color:#4da6ff;
box-shadow:0 0 25px rgba(77,166,255,.35);
}

/* AUTO SCROLL */
@keyframes scrollPartners{
0%{
transform:translateX(0);
}
100%{
transform:translateX(-50%);
}
}

/* RESPONSIVO */
@media(max-width:768px){

.partner-card{
min-width:140px;
padding:20px;
}

.partners-track{
gap:20px;
animation-duration:18s;
}

}

.partner-card{
text-decoration:none;
color:inherit;
cursor:pointer;
}

.section:first-of-type{
margin-top:0;
}

.section p{
margin-bottom:20px;
}