@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Rajdhani:wght@300;500;700&family=JetBrains+Mono:wght@400;700&display=swap');

:root {
    --glow: #00d2ff;
    --accent: #ff007a;
    --bg: #0d0d0f; /* Ajustado para um cinza profundo condizente com as ondas */
    --card-bg: rgba(10, 10, 15, 0.9);
    --border: rgba(0, 210, 255, 0.1);
    --gold: #ffd700;
}

* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; }

body {
    background-color: var(--bg);
    color: #e0e0e0; font-family: 'Rajdhani', sans-serif; overflow-x: hidden;
    
    /* MUDANÇA: Gradiente animado cinza conforme solicitado */
    background: linear-gradient(-45deg, #1a1a1c, #2d2d2f, #121214, #3d3d3f);
    background-size: 400% 400%;
    animation: moveGradient 10s ease infinite;
    background-attachment: fixed;
}

/* Animação simplificada do fundo */
@keyframes moveGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* MUDANÇA: Canvas para as ondas de pontos (precisa estar no HTML) */
#waves {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; /* Fica atrás de tudo */
    pointer-events: none;
}

.bg-grid { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: radial-gradient(rgba(0, 210, 255, 0.05) 1px, transparent 1px); background-size: 40px 40px; z-index: -1; pointer-events: none; }
.container { max-width: 1000px; margin: 0 auto; padding: 20px; }

header { text-align: center; margin: 40px 0; }

.main-logo { 
    /* VOLTADO AO TAMANHO ORIGINAL DO SEU CSS */
    width: 340px !important; 
    height: auto;
    filter: drop-shadow(0 0 16px rgb(255, 0, 0)); 
    margin-bottom: 25px; 
    transition: 0.3s; 
   
}

h1 { font-family: 'Orbitron'; font-weight: 900; font-size: 3rem; color: #fff; letter-spacing: -1px; }

@media (max-width: 600px) {
    /* VOLTADO AO TAMANHO ORIGINAL DO SEU CSS */
    .main-logo { width: 130px !important; } 
    h1 { font-size: 2rem; }
    .main-ip { font-size: 0.8rem !important; width: 100%; padding: 15px 10px !important; }
    .info-grid, .plans-grid, .gallery-grid { grid-template-columns: 1fr !important; }
    .nav-logo img{ width: 3px; background:transparent; filter: drop-shadow(0 0 4px rgb(255, 41, 41)); transition:0.2s; }
    .nav-links { width: 300px; }
   
}
.tagline { color: var(--glow); font-family: 'Orbitron'; font-size: 0.7rem; letter-spacing: 3px; margin-top: 10px; }
.ipport { color: var(--glow); font-family: 'Orbitron'; font-size: 0.9rem; letter-spacing: 1px; margin-top: 9px; }
.abert15 { font-family: 'Orbitron'; font-size: 1.8rem; color: #1955d6; }
.header-btns { display: flex; flex-direction: column; align-items: center; gap: 10px; margin: 30px 0; }
.main-ip { font-family: 'JetBrains Mono'; background: rgba(0, 210, 255, 0.05); padding: 15px 30px; border-radius: 8px; font-size: 1.1rem; border: 1px solid var(--glow); cursor: pointer; transition: 0.4s; color: var(--glow); display: inline-block; }
.main-ip:hover { background: var(--glow); color: #000; box-shadow: 0 0 30px var(--glow); }

.btn-group { font-family: 'Orbitron'; background: transparent; padding: 10px 20px; border-radius: 4px; font-size: 0.7rem; border: 1px solid var(--accent); color: var(--accent); text-decoration: none; transition: 0.3s; letter-spacing: 1px; }
.btn-group:hover { background: var(--accent); color: #fff; box-shadow: 0 0 15px var(--accent); }

.honor-roll { background: linear-gradient(45deg, rgba(255, 215, 0, 0.05), transparent); border: 1px solid var(--gold); padding: 20px; border-radius: 12px; margin-bottom: 20px; text-align: center; }
.honor-roll h2 { font-family: 'Orbitron'; color: var(--gold); font-size: 0.9rem; margin-bottom: 10px; }
.honor-item { font-family: 'JetBrains Mono'; color: #fff; font-size: 1.1rem; }

.meta-page { background: var(--card-bg); border: 1px solid var(--glow); padding: 30px; border-radius: 12px; margin-bottom: 40px; text-align: center; box-shadow: 0 0 20px rgba(0, 210, 255, 0.1); }
.meta-page h2 { font-family: 'Orbitron'; color: var(--glow); font-size: 1.2rem; margin-bottom: 15px; }
.meta-description { font-size: 1.1rem; line-height: 1.6; color: #fff; max-width: 800px; margin: 0 auto; }

.info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-bottom: 20px; }
.panel { background: var(--card-bg); border: 1px solid var(--border); padding: 25px; border-radius: 12px; }
.panel h3 { font-family: 'Orbitron'; color: var(--glow); font-size: 0.9rem; margin-bottom: 15px; border-bottom: 1px solid var(--border); padding-bottom: 10px; }
.panel ul { list-style: none; }
.panel li { margin-bottom: 10px; font-size: 0.9rem; line-height: 1.4; color: #aaa; }
.panel b { color: #fff; }

.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 15px; margin-bottom: 40px; }
.gallery-img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); transition: 0.3s; filter: grayscale(30%); }
.gallery-imgM { width: 120%; height: px; object-fit: cover; border-radius: 8px; border: 1px solid var(--border); transition: 0.3s; filter: grayscale(30%); }
.gallery-img:hover { filter: grayscale(0%); border-color: var(--glow); transform: scale(1.02); }

.plans-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; margin-bottom: 50px; }
.plan-card { background: var(--card-bg); padding: 35px 25px; border-radius: 12px; border: 1px solid #1a1a1f; display: flex; flex-direction: column; transition: 0.4s; position: relative; }
.plan-card:hover { border-color: var(--glow); transform: translateY(-5px); }
.plan-price { font-family: 'Orbitron'; font-size: 2.2rem; color: #fff; font-weight: 900; margin: 10px 0; }
.benefits-list { list-style: none; flex-grow: 1; }
.benefits-list li { font-size: 0.85rem; color: #aaa; margin-bottom: 12px; line-height: 1.4; padding-left: 20px; position: relative; }
.benefits-list li::before { content: "•"; position: absolute; left: 0; color: var(--glow); font-weight: bold; }
.benefits-list li b { color: #fff; }

.btn-buy { width: 100%; padding: 15px; background: transparent; border: 1px solid var(--glow); color: var(--glow); font-family: 'Orbitron'; font-weight: bold; cursor: pointer; border-radius: 4px; transition: 0.3s; margin-top: 20px; }

.goal-container { background: rgba(0,0,0,0.5); padding: 30px; border-radius: 12px; text-align: center; border: 1px solid #111; margin-top: 40px; }
.goal-bar { height: 10px; background: #000; border-radius: 5px; margin: 15px 0; overflow: hidden; }
.goal-fill { height: 100%; background: linear-gradient(90deg, var(--glow), #00ff88); width: 0%; transition: 1.5s ease-in-out; }

#notification {
    position: fixed; bottom: -100px; left: 50%; transform: translateX(-50%);
    background: #0a0a0f; border: 1px solid var(--glow); color: #fff;
    padding: 15px 30px; border-radius: 8px; font-family: 'Orbitron'; font-size: 0.8rem;
    box-shadow: 0 0 20px rgba(0, 210, 255, 0.2); z-index: 20000;
    transition: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#notification.show { bottom: 30px; }

.modal { display: none; position: fixed; z-index: 10000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); backdrop-filter: blur(8px); overflow-y: auto; }
.modal-content { background: #0a0a0f; margin: 5vh auto; padding: 30px; border: 1px solid var(--glow); width: 90%; max-width: 400px; border-radius: 8px; position: relative; }
.modal-content input { width: 100%; padding: 12px; margin: 10px 0; background: #000; border: 1px solid #222; color: #fff; border-radius: 4px; }

footer { text-align: center; padding: 40px; color: #444; font-family: 'JetBrains Mono'; font-size: 0.7rem; }

#countdown { font-size: 3rem; color: #e5211a; margin-top: 20px; text-align: center;}

/* MUDANÇA: Centralização dos doadores conforme solicitado */
.doardiv { 
    text-align: center; 
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.doadores { 
    list-style: none; 
    padding: 0;
    display: inline-block; 
    text-align: left;      
}

.doadores li {
    font-size: 0.85rem; 
    color: #aaa; 
    margin-bottom: 12px; 
    line-height: 1.4; 
    padding-left: 25px;    
    position: relative; 
}

.doadores li::before { 
    content: "•"; 
    position: absolute; 
    left: 0;               
    color: var(--glow); 
    font-weight: bold; 
}

.doares {
    font-size: 1.2rem;
    margin-bottom: 12px; 
    text-align: center; 
    color: rgba(255, 255, 255, 0.459);
}

#waves {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -2;
    background-color: #040406; /* Um tom abaixo do seu antigo pra destacar o neon */
}

/* MENU TOPO */

.navbar{
position: sticky;
top: 0;
width: 100%;
background: rgba(10,10,15,0.9);
border-bottom: 1px solid var(--border);
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 40px;
z-index: 9999;
backdrop-filter: blur(10px);
}

.nav-logo{
font-family: 'Orbitron';
font-size: 1.2rem;
color: var(--glow);
letter-spacing: 2px;
}

.nav-links{
display: flex;
gap: 25px;
}

.nav-links a{
font-family: 'Orbitron';
font-size: 0.7rem;
text-decoration: none;
color: #aaa;
transition: 0.3s;
letter-spacing: 1px;
}

.nav-links a:hover{
color: var(--glow);
text-shadow: 0 0 10px var(--glow);
}

#tituloDoadores{
transition: 0.3s;
}

.brilho-ciano{
color:#00ffff;
text-shadow:
0 0 5px #00ffff,
0 0 10px #00ffff,
0 0 20px #00ffff,
0 0 40px #00ffff;
}

#hack-screen{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:black;
color:#00ffff;
font-family:monospace;
font-size:14px;
padding:20px;
z-index:999999;
display:none;
}

#hack-screen.active{
display:block;
}

#hack-text{
white-space:pre-wrap;
animation: blink 0.05s infinite alternate;
}

@keyframes blink{
from{opacity:1;}
to{opacity:0.8;}
}

.nav-logo img{
width:20px;
background:transparent;
filter: drop-shadow(0 0 4px rgb(255, 41, 41));
transition:0.2s;
}

.nav-logo img:hover{
filter: drop-shadow(0 0 10px rgb(255, 41, 41));;
}

