.popup-banner__section {
    position: fixed;
    bottom: 54px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90%;
    max-width: 350px;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease-in-out;
}

.popup-banner__section.show {
    opacity: 1;
    visibility: visible;
    display: none!important;
}
.popup-banner-wide__section.show {
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.popup-banner-wide__section.show::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.popup-banner__container {
    position: relative;
    border-radius: 48px;
    padding: 80px 32px 32px;
    box-shadow: 0 20px 40px rgba(124, 58, 237, 0.3);
    background: linear-gradient(57deg, #2A0335 40.04%, #78099D 66.26%);
}

.popup-banner__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    padding: 4px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.popup-banner__close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.popup-banner__image-container {
    position: relative;
    margin-bottom: 24px;
}

.popup-banner__image-circle {
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: -70px;
    left: 45px;
}

.popup-banner__woman-image {
    width: 206px;
    height: auto;
}

.graph-amount {
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.graph-percentage {
    color: white;
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
}

.graph-chart {
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.graph-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 0.3;
}

.popup-banner__heading {
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px 0;
    text-align: left;
}

.popup-banner__subheading {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 12px 0;
    opacity: 0.9;
}

.popup-banner__features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
}

.popup-banner__feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.feature-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.feature-content {
    flex: 1;
}

.feature-title {
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 4px 0;
    line-height: 1.3;
}

.feature-description {
    color: rgba(255, 255, 255, 0.60);
    font-size: 11px;
    line-height: 1.4;
    margin: 0;
}

.highlight {
    font-weight: 700;
}

.popup-banner__image-woman {
    display: none;
}

.popup-banner-wide__section {
    background: #ffffff;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: none;
    width: 100%;
    max-width: 100%;
}

.popup-banner-wide__container {
    background: linear-gradient(173deg, rgba(255, 255, 255, 0.50) 9.64%, rgba(254, 236, 227, 0.50) 75.28%, rgba(222, 202, 250, 0.50) 118.51%);
    height: 100%;
    padding: 0;
    overflow: auto;
    border-radius: 0;
}

.popup-banner-wide__container .lp-8 .header__text {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
}

.popup-banner-wide__container .header__body {
    gap: 16px;
}

.popup-banner-wide__container .lp-8 header .container {
    padding: 16px;

}

.popup-banner-wide__container .lp-8 .header__visual {
    gap: 16px;
}

.popup-banner-wide__container .lp-8 .header__benefits {
    gap: 12px;
    margin-top: 0;
}

.popup-banner-wide__container {

}

.popup-banner-wide__container {

}

.popup-banner__bg {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, .2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.popup-banner-wide__section.show + .popup-banner__bg {
    opacity: 1;
    visibility: visible;
}
.intercom-lightweight-app .intercom-lightweight-app-launcher{
    bottom: 8px;
    right: 8px;
}
.popup-banner__section .header__video{
    /* width: 100%; */
}

@media screen and (min-width:768px){.popup-banner__section {
        left: auto;
        right: 64px;
        bottom: 32px;
        transform: unset;
        max-width: 500px;
        width: 100%;
    }

    .popup-banner__container {
        padding: 32px;
        height: auto;
        max-height: 100%;
    }

    .popup-banner__heading {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.64px;
        max-width: 90%;
        margin-bottom: 16px;
    }

    .popup-banner__subheading {
        margin-bottom: 16px;
        font-size: 15px;
    }

    .popup-banner__image-woman {
        display: block;
        position: absolute;
        bottom: 0;
        right: -32px;
    }

    .popup-banner__image-woman img {
        display: block;
        width: 425px;
        height: auto;
    }

    .popup-banner__image-circle {
        display: none;
    }

    .popup-banner__features {
        max-width: 232px;
    }

    .popup-banner__section .btn {
        width: max-content;
        display: block;
        margin: 0;
        position: relative;
        z-index: 10;
    }

    .popup-banner-wide__section {
       
    }

    .popup-banner-wide__container .lp-8 {
        background: none;
    }
    .popup-banner__section{
        transform: translate(0,0);
        bottom: 8px;
    }
    .popup-banner-wide__container .lp-8 .header__text {
    }

    .popup-banner-wide__container .header__body {
    }

    .popup-banner-wide__container .lp-8 header .container {
        padding: 0;
    }

    .popup-banner-wide__container .lp-8 .header__visual {
    gap: 24px;
    }

    .popup-banner-wide__container .lp-8 .header__benefits {
        width: max-content;
        margin: auto;
    }

    .popup-banner-wide__container .lp-8 .header__title {

    }
    .popup-banner-wide__section {
        left: 50%;
        right: auto;
        top: 50%;
        bottom: auto;
        max-width: 640px;
        transform: translate(-50%, -50%);
        width: 100%;
        margin: 0;
        max-height: calc(100% - 32px);
        height: auto;
        border-radius: 48px;
    }

    .popup-banner-wide__container {
        max-width: 640px;
        width: 100%;
        margin: auto;
        border-radius: 48px;
    }}

@media screen and (min-width:1024px){.popup-banner-wide__section {
        max-width: 980px;
    }

    .popup-banner-wide__container {
        max-width: 980px;
    }

    .popup-banner-wide__container .lp-8 .header__video {
        max-width: 380px;
        width: 100%;
    }

    .popup-banner-wide__container .header__body {
    }

    .popup-banner-wide__container .lp-8 header .container {

    }

    .popup-banner-wide__container .lp-8 .header__visual {
    }

    .popup-banner-wide__container .lp-8 .header__benefits {
        width: 100%;
        flex-direction: row;
        margin-left: -100px;
        width: calc(100% + 200px);
        justify-content: center;
        gap: 48px;
    }

    .popup-banner-wide__container .lp-8 .header__title {

    }}

@media screen and (min-width:1280px){.popup-banner-wide__section {
    }

    .popup-banner-wide__container {
    }

    .popup-banner-wide__container .lp-8 .header__text {
    }

    .popup-banner-wide__container .header__body {
    }

    .popup-banner-wide__container .lp-8 header .container {

    }

    .popup-banner-wide__container .lp-8 .header__visual {
        flex-direction: column;
        gap: 24px;
    }

    .popup-banner-wide__container .lp-8 .header__text {
        max-width: 680px;
    }

    .popup-banner-wide__container .lp-8 .header__title {

    }
    .popup-banner-wide__section .lp-8 header{
        max-width: 980px;
    }}

@media screen and (min-width:1600px){.popup-banner-wide__section {
    max-width: 1120px;
    }

    .popup-banner-wide__container {
    padding: 72px;
    max-width: 1120px;
    }

    .popup-banner-wide__container .lp-8 .header__text {
    font-size: 24px;
    /* font-weight: 600; */
    line-height: 32px;
    max-width: 784px;
    margin-top: -34px;
    }

    .popup-banner-wide__container .header__body {
    gap: 50px;
    }

    .popup-banner-wide__container .lp-8 header .container {

    }

    .popup-banner-wide__container .lp-8 .header__visual {
    gap: 50px;
    }

    .popup-banner-wide__container .lp-8 .header__benefits {
    }

    .popup-banner-wide__container .lp-8 .header__title {margin-top: -34px;}
    .popup-banner-wide__container .lp-8 .header__video{
        min-width: 530px;
    }}