* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #071423;
    font-family: "Inter", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    color: #e8f5ff;
    padding: 20px;
}

.container {
    max-width: 600px;
}

.logo {
    width: 160px;
    margin-bottom: 20px;
}

.title {
    font-size: 2.8rem;
    color: #32c6d4;
    margin-bottom: 10px;
    font-weight: 700;
}

.subtitle {
    font-size: 1.4rem;
    color: #9fdbea;
    margin-bottom: 25px;
}

.coming-soon {
    font-size: 1.2rem;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
}

.divider {
    width: 80px;
    height: 3px;
    background: #32c6d4;
    margin: 20px auto;
    border-radius: 6px;
}

.tagline {
    font-size: 1.1rem;
    color: #b6d8e6;
    margin-bottom: 40px;
    line-height: 1.5;
}

.footer {
    font-size: 0.9rem;
    opacity: 0.6;
}
