body {
    background: #FAFBFC !important;
    color: #0A1F44 !important;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

nav {
    border-bottom: solid 2px #E2E2E2;
}

/* Waitlist form */
.email-input {
    border-radius: 8px 0 0 8px;
    border: 1px solid #e0e6ed;
    padding: 12px 50px;
    font-size: 1rem;
    background: #f6f8fa;
    color: #0a2342;
    outline: none;
    box-shadow: none;
    transition: border 0.2s;
    text-align: center;
}

.email-input:focus {
    border-color: #0a2342;
    background: #fff;
}

.email-button {
    border-radius: 0px 8px 8px 0px !important;
    border: none;
    background: #0a2342;
    color: #fff;
    font-weight: 600;
    padding: 12px 24px;
    font-size: 1rem;
    transition: background 0.2s;
}

.email-button:hover,
.email-button:focus {
    background: #163e6c;
}

/* NAV */
.company-logo {
    align-items: flex-end;
    display: inline-flex;
    gap: 8px;
}

.company-logo span {
    font-weight: 600;
    color: #1F7AE0;
    font-size: 1.1rem;
}

.back-text {
    color: #0A1F44;
    font-weight: 500;
    text-decoration: none;
}