
body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #f5f6fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

h1 {
    font-size: 3rem;
    color: #2f3640;
}

.tagline {
    font-size: 1.2rem;
    color: #718093;
    margin: 20px 0;
}

.cta-button {
    display: inline-block;
    padding: 12px 24px;
    background: #0097e6;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
}
