body {
    background: linear-gradient(135deg, #f8fafc 0%, #e0e7ef 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.coming-soon {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feature-icon {
    font-size: 2.5rem;
    color: #0d6efd;
    margin-bottom: 0.5rem;
}
.notify-form input {
    max-width: 300px;
}
footer {
    background: #f1f3f7;
    text-align: center;
    padding: 1rem 0;
    margin-top: auto;
}