
body {
    margin: 0;
    background-color: #0d0d0d;
    font-family: 'Courier New', monospace;
    color: #ffffff;
    overflow-x: hidden;
}

.background {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url('assets/ceo-background.png');
    background-size: 250px;
    background-repeat: repeat;
    background-position: center;
    z-index: -2;
}

.overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: -1;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
}

.logo.large {
    width: 280px;
    margin-bottom: 1rem;
}

h2 {
    font-size: 2.5rem;
    color: #00ffff;
    text-shadow: 0 0 10px #00ffff;
}

.slogan {
    font-size: 1.8rem;
    margin: 1rem 0;
    color: #ff66ff;
    text-shadow: 0 0 10px #ff00ff;
}

.buttons {
    margin: 2rem 0;
}

.btn {
    display: inline-block;
    margin: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: 2px solid #00ffff;
    color: #00ffff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1rem;
    text-shadow: 0 0 5px #00ffff;
}

.btn:hover {
    background-color: #00ffff;
    color: #000000;
}

section {
    margin-top: 4rem;
}

.tokenomics ul, .roadmap ol {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    padding: 0;
    list-style-position: inside;
    font-size: 1.1rem;
    text-shadow: 0 0 5px #00ffcc;
}

.tokenomics h3, .roadmap h3 {
    color: #00ffcc;
    text-shadow: 0 0 8px #00ffcc;
    font-size: 2rem;
    margin-bottom: 1rem;
}

footer {
    margin-top: 5rem;
    font-size: 0.9rem;
    color: #888;
    text-shadow: 0 0 3px #000;
}

.icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
