html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    background: #f3f4f6;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

.cflb-body {
    margin: 0;
    padding: 0;
    background: #f3f4f6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.cflb-page {
    width: 100%;
    max-width: 430px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.04), 0 18px 50px rgba(15, 23, 42, 0.08);
}

.cflb-image-section {
    margin: 0;
    padding: 0;
    line-height: 0;
    background: #ffffff;
}

.cflb-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: top;
}

.cflb-form-section {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 12px 18px;
    background: #ffffff;
    line-height: normal;
}

.cflb-form-inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.cflb-form-section form {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.cflb-form-section input,
.cflb-form-section select,
.cflb-form-section textarea {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    font-size: 16px;
}

.cflb-form-section textarea {
    min-height: 90px;
}

.cflb-form-section button,
.cflb-form-section input[type="submit"] {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
}

.cflb-form-section img,
.cflb-form-section video,
.cflb-form-section iframe {
    max-width: 100%;
    height: auto;
}

/* Mobile: full screen width */
@media (max-width: 480px) {
    html,
    body {
        background: #ffffff;
    }

    .cflb-body {
        background: #ffffff;
    }

    .cflb-page {
        max-width: 100%;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .cflb-form-section {
        padding: 12px 10px 16px;
    }
}

/* Small phones */
@media (max-width: 360px) {
    .cflb-form-section {
        padding: 10px 8px 14px;
    }

    .cflb-form-section input,
    .cflb-form-section select,
    .cflb-form-section textarea,
    .cflb-form-section button,
    .cflb-form-section input[type="submit"] {
        font-size: 15px;
    }
}

/* Desktop: phone-like landing page */
@media (min-width: 481px) {
    .cflb-body {
        padding: 0;
    }

    .cflb-page {
        max-width: 430px;
    }
}
.cflb-top-offer-bar {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 10px 12px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;

    white-space: normal !important;
    word-break: normal !important;
}

@media (max-width: 480px) {
    .cflb-top-offer-bar {
        min-height: 38px !important;
        padding: 9px 10px !important;
        font-size: 13.5px !important;
    }
}
.cflb-image-link {
    display: block;
    text-decoration: none;
    color: inherit;
    line-height: 0;
    cursor: pointer;
}

.cflb-image-link:focus {
    outline: none;
}

.cflb-image-link:focus-visible {
    outline: 2px solid #111827;
    outline-offset: -2px;
}