.landing {
    text-align: center;
    margin-top: 10vh;
    font-family: system-ui, sans-serif;
}

    .landing h1 {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

.tagline {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 2rem;
}

button.primary {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border: none;
    border-radius: 6px;
    background: #4f46e5;
    color: white;
    cursor: pointer;
}

    button.primary:hover {
        background: #4338ca;
    }
