.waitlist-page {
    background: #eff5ff;
    border-radius: 1.55rem;
    box-shadow: 0 18px 38px rgba(14, 38, 91, .14);
    color: #10224d;
    margin: clamp(4.5rem, 9vw, 7rem) auto;
    padding: clamp(2rem, 6vw, 4rem) 1.25rem;
    text-align: center;
}

.waitlist-page h1 {
    font-family: "LoRes", sans-serif;
    font-size: clamp(2rem, 5vw, 2.6rem);
    line-height: 1.1;
    margin: 0 auto .8rem;
}

.waitlist-page p {
    max-width: 620px;
}

.waitlist-card {
    margin-top: 2rem;
    max-width: 540px;
    padding-top: 3rem;
}

.waitlist-message {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.waitlist-detail {
    color: #000;
    font-size: 1rem;
    opacity: .8;
    padding: .4rem 0 0;
}

.waitlist-whatsapp-link {
    margin-top: 1.5rem;
}

.waitlist-note {
    color: #000;
    font-size: .95rem;
    opacity: .75;
    padding-bottom: 0;
}
