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

.container {
    text-align: center;
    background: white;
    padding: 3rem;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    max-width: 500px;
}

.main-image {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 2rem;
}

h1 {
    font-size: 3rem;
    margin: 0 0 0.5rem 0;
    color: #d81b60;
    letter-spacing: -1px;
}

.coming-soon {
    font-size: 1.5rem;
    font-style: italic;
    color: #888;
    margin-bottom: 2rem;
}

.launch-date {
    font-weight: 600;
    font-size: 1.5rem;
    color: #d81b60;
    text-transform: uppercase;
    letter-spacing: 1px;
}
