body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #000;
    color: #e0e0e0;
    overflow-x: hidden;
}

header {
    text-align: center;
    padding-top: 60px;
}

.logo {
    width: 240px;
    filter: drop-shadow(0 0 12px #00aaff);
}

.logo-small {
    width: 160px;
    filter: drop-shadow(0 0 10px #00aaff);
}

.title {
    color: #00aaff;
    font-size: 2.4rem;
    margin-top: 20px;
}

main {
    text-align: center;
    margin-top: 80px;
}

.construction {
    font-size: 2rem;
    color: #ffd700;
    text-shadow: 0 0 10px #ffd700;
}

.subtext {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #b0b0b0;
}

footer {
    text-align: center;
    margin-top: 120px;
    padding-bottom: 40px;
    color: #888;
}

.contact {
    color: #ffd700;
    font-size: 1rem;
}

.contact-box {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #00aaff;
    padding: 30px;
    width: 300px;
    margin: 0 auto;
    border-radius: 12px;
    box-shadow: 0 0 20px #00aaff55;
}

.note {
    margin-top: 20px;
    color: #ccc;
}
