body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #050507;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo {
    font-size: 60px;
    color: #00F0FF;
    text-shadow: 0 0 15px #00F0FF;
    margin-bottom: 10px;
}

.tagline {
    color: #9CA3AF;
    font-size: 18px;
    margin-bottom: 20px;
}

.coming {
    font-size: 24px;
    margin-bottom: 30px;
    color: #7B3FFF;
}

.waitlist input {
    padding: 12px;
    border-radius: 6px;
    border: none;
    width: 220px;
    margin-right: 10px;
}

.waitlist button {
    padding: 12px 18px;
    border: none;
    border-radius: 6px;
    background: #00F0FF;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.waitlist button:hover {
    background: #00FFC6;
}

.socials {
    margin-top: 30px;
}

.socials a {
    color: #00F0FF;
    text-decoration: none;
    font-size: 16px;
}

.socials a:hover {
    text-decoration: underline;
}
