@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
    font-family: 'Montserrat', sans-serif;
    color: #2F5597;
}

.bg {
    background: #1E3171;
    /* Full height */
    height: 100%;
    min-height: 100svh;
}

.modal-body {
    background-color: #FCFCFC;
}

.modal-header {
    background-color: #ffffff;
}

.headline {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: calc(19 / 16);
    text-align: center;
}

.cta-headline {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -0.18px;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
}

.cta-subtitle {
    font-size: 0.9rem;
    color: #748398;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    white-space: pre-line;
    margin-bottom: 1em;
}

.primary-button {
    font-size: 0.9rem;
    background: #1E3171;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(30, 49, 113, 0.3);
}

.flat-button {
    font-size: 1.1rem;
    color: #2F5597;
}

.header-image {
    object-fit: contain;
}

@media only screen and (min-device-width: 420px) and (min-device-height: 840px) {
    .header-image {
        max-height: 115px;
    }
}
