
body {
    margin: 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(135deg, #ff5252, #ff867c);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.container {
    background: rgba(0,0,0,0.25);
    padding: 50px 30px;
    max-width: 720px;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.logo {
    margin-bottom: 20px;
}

h1 {
    font-size: 42px;
    margin: 10px 0;
    letter-spacing: 1px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    opacity: 0.9;
}

.description {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.95;
}

.founders {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}

.coming {
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

footer {
    margin-top: 40px;
    font-size: 13px;
    opacity: 0.8;
}

@media (max-width: 600px) {
    h1 {
        font-size: 34px;
    }
    .container {
        padding: 40px 20px;
    }
}
