/*pl*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Oxygen-Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

img.logo {
    width: 145px;
}

#top-form #sib-container {
    background-color: unset !important;
    padding: 0 !important;
}

#top-form #sib-form-container {
    text-align: left !important;
}

#top-form .sib-input,
.sib-form,
.sib-form-block {
    padding: 0 !important;
}

.hero-section-container {
    background-color: #f2f2f4;
}

.ebook-hero-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1190px;
    margin: auto;
}

.lp-subtitle {
    font-weight: bold;
    font-size: 20px;
}

.ebook-left-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ebook-left-section img {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
}

.ebook-right-section {
    flex: 1;
    padding: 25px;
}

.ebook-right-section h1 {
    color: #0e40af;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.price .main-price {
    color: red;
    text-decoration: line-through;
}

.price .promo-price {
    color: green;
}

.price {
    display: flex;
    gap: 15px;
    font-size: 55px;
    font-weight: bold;
}

.lp-badge {
    background-color: #0e40af;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}

.lp .benefits,
.lp .features-content {
    max-width: 1180px;
    margin: auto;
    text-align: center;
    margin-top: 25px;
    width: 100%;
}

.lp .benefits {
    margin-bottom: 35px;
}

.lp h2 {
    color: #0e40af;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    margin-bottom: 45px;
    display: inline-block;
}

.lp .details {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 65px;
    font-size: 19px;
}

.lp .details .element .title {
    font-weight: bold;
}

.lp .details .element img {
    max-height: 65px;
    margin-bottom: -25px;
}

.lp .details .element {
    max-width: 29%;
}

.lp .details .element .number {
    font-size: 75px;
    font-weight: bold;
    color: #373737;
}

.lp .details .element .title {
    font-weight: bold;
    color: #373737;
}

.lp .features {
    background-color: #ebebeb;
    width: 100%;
    /* padding-top: 45px; */
    padding-bottom: 45px;
}

.footer-cta {
    max-width: 1180px;
    text-align: center;
    margin: auto;
    margin-top: 55px;
}

.footer-cta input {
    max-width: 500px;
    font-size: 25px;
}

.footer-cta .main-msg {
    color: #0e40af;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
}

.footer-cta .secondary-msg {
    font-size: 25px;
    margin-bottom: 15px;
}

.lp .benefits .details .element .title {
    color: #0e40af;
}

i.em {
    height: 45px;
    aspect-ratio: 1 / 1;
    width: auto;
    margin-bottom: 15px;
}

.features i {
    font-size: 55px;
    color: #4b4b4b;
}

.lp .features h2 {
    /* color: #0e40af; */
    /* color: #ff0000; */
    /* font-size: 15px; */
}

.lp .features .element .title {
    color: #0e40af;
    /* color: #ff0000; */
    /* font-size: 15px; */
}

.footer-cta .sib-form-container {
    background-color: #fff;
}

.footer-cta .sib-form-container button {
    width: 100%;
    text-align: center !important;
    font-size: 25px !important;
    padding: 15px;
}

.footer-cta label {
    text-align: center !important;
}

@media (max-width: 991px) {
    /* Hero Section becomes column-reverse */
    .ebook-hero-section {
        flex-direction: column;
        text-align: center;
    }
    .ebook-left-section img {
        max-width: 500px;
    }
    .ebook-right-section {
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .price {
        justify-content: center;
        font-size: 40px;
        flex-direction: row;
        gap: 25px;
    }
    .footer-cta .main-msg {
        font-size: 1.75em;
    }
    .footer-cta .secondary-msg {
        font-size: 18px;
    }
    button#scroll-to-form {
        font-size: 20px !important;
        padding: 12px;
    }
    .lp h2 {
        font-size: 32px;
    }
    .lp-subtitle {
        font-size: 18px;
    }
    #top-form {
        width: 90%;
    }
    #top-form #sib-container {
        max-width: unset !important;
        width: 100%;
    }
    #top-form .sib-form .entry__label,
    #top-form .sib-form .entry__label,
    #top-form .sib-form button {
        width: 100%;
        max-width: unset !important;
        text-align: center !important;
    }
    #top-form .sib-form button {
        font-size: 20px !important;
        padding: 15px 5px;
    }
}

@media (max-width: 768px) {
    .lp .details .element {
        max-width: 100%;
    }
    .lp .details {
        flex-direction: column;
        row-gap: 30px;
    }
    .features i {
        font-size: 40px;
    }
    .footer-cta input {
        width: 100%;
        font-size: 20px;
    }
    .lp .details {
        align-items: center;
    }
}