:root{
    --gradient-blue: #7B98FF;
    --gradient-orange: #FCAD34;
}
.dark-theme {
    --gradient-blue: #7B98FF;
    --gradient-orange: #FCAD34;
}

.front-page .preview-text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #1D1E1E;
    max-width: 1130px;
    margin: 0 auto;
}

.dark-theme .front-page .preview-text {
    color: #E1E2E2;
}

.front-page .preview-text span {
    font-family: 'Merriweather-italic', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: var(--gradient-orange);
}

.front-page .title, .front-page .partners-text, .front-page .partners-text a  {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 110px;
    line-height: 114px;
    color: #1053FF;
}

a.title, a.title-blue {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    -moz-text-decoration-color:  unset !important;
    text-decoration-color:  unset !important;
    text-underline-offset: 8px;
}

a.title:hover, a.title-blue:hover {
color: var(--gradient-orange);


}


.front-page .title, .front-page .partners-text a {
    position: relative;
    display: inline-block;
}


.orange-link {
    position: relative;
}

.front-page .media-card:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 9.53%, rgba(255, 255, 255, 0) 124.95%);
    box-shadow: inset -1px -1px 0.5px rgba(255, 255, 255, 0.35), inset 1px 1px 0.5px rgba(255, 255, 255, 0.6), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.15), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.85), inset -10px -10px 15px rgba(0, 0, 0, 0.07), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.03));
    backdrop-filter: blur(10px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 40px;
    transform: matrix(1, 0, 0, 1, 0, 0);

}

.media-card::before {
    border-color: #F8873A;
}

.dark-theme .background-wave {
    background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-dark-wave.png) no-repeat center;
    background-size: 100% 100%;
}

.background-wave {
    background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-wave-blue.png) no-repeat top center;
    background-size: 100% 100%;
}

.dark-theme .orange.background-wave {
    background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-dark-orange.png) no-repeat center;
    background-size: 100% 100%;
}

.orange.background-wave {
    background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-orange-light.png) no-repeat top center;
    background-size: 100% 100%;
}

.background-wave .title {
    color: #fff;
    -webkit-text-fill-color: unset;
    background: unset;
}

.front-page .news {
    margin-top: 0;
    padding: 180px 0;
}

.front-page .news-wrapper {
    margin-top: 65px;
}

.front-page .news-card__title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
}

.front-page .news-card__date {
    color: #fff;
    opacity: .5;
}

.news-card__img {
    background: rgba(255, 255, 255, .01);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.03), inset -1px -1px 0.5px rgba(255, 255, 255, 0.05), inset 1px 1px 0.5px rgba(255, 255, 255, 0.05), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.01), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.45), inset -10px -10px 15px rgba(0, 0, 0, 0.03), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    backdrop-filter: blur(2px) saturate(80%);
    transform: rotate(0.02deg);
}

.front-page .partners-row {
    margin: 0;
}

.scroll-container {
    position: relative;
}

.background-fixed-wave {
    min-height: 100dvh;
    position: sticky;
    top: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
}


.business-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.business-cards .card {
    max-width: 386px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 35px 30px 25px;
    gap: 10px;
    isolation: isolate;


    background: rgba(255, 255, 255, .01);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.03), inset -1px -1px 0.5px rgba(255, 255, 255, 0.05), inset 1px 1px 0.5px rgba(255, 255, 255, 0.05), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.01), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.45), inset -10px -10px 15px rgba(0, 0, 0, 0.03), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px) saturate(80%);
    transform: rotate(0.02deg);

    border-radius: 40px;

    flex: none;
    order: 1;
    flex-grow: 1;
    transition: all .3s ease;
    cursor: pointer;
}

.business-cards .card:hover {
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) -1.15%, rgba(255, 255, 255, 0) 124.95%);
    box-shadow: inset -1px -1px 0.5px rgba(255, 255, 255, 0.35), inset 1px 1px 0.5px rgba(255, 255, 255, 0.6), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.15), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.85), inset -10px -10px 15px rgba(0, 0, 0, 0.1), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.03));
    backdrop-filter: blur(10px);
}
.business-cards .card:hover .card-title {
    color: #1053FF;
    text-decoration-color: #1053FF;
}
.consumer-cards .card:hover .card-title {
    color: var(--gradient-orange);
    text-decoration-color: var(--gradient-orange);

}
.business-cards .card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 54px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #fff;
    text-underline-offset: 8px;

    transition: all .3s ease;
    margin-bottom: 20px;
    min-height: 110px;
}

.card-text, .business-large-block-content {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s ease;
    min-height: 200px;
}
.card-text span, .business-large-block-content span {
    font-family: 'Merriweather-italic', sans-serif;
}

.scroll-container_inner-item a.btn {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
    transition: all .3s ease;
    box-sizing: border-box;
    height: 100px;
    width: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 80px;
    min-height: unset;
}

.scroll-container_inner-item .card:hover a.btn,
.scroll-container_inner-item a.btn:hover {
    background-image: url('/wp-content/themes/LoquatV3.0/assets/images/btn-gr.png');
    color: var(--light-background-grey);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}

 .title-blue {
    padding-top: 180px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 110px;
    line-height: 114px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

 .title-blue:not(.no-hover):hover {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-decoration: none;
}

.dark-theme .title-blue {
    color: #E1E2E2;
}
a.title-blue::after {
    width: 100%;
    background: #fff;
}

.title.news-title::after {
    width: 100%;
    background: #E1E2E2;
}

.business-cards {
    position: relative; /* обязательно для абсолютной пагинации внутри */
}

.front-page .swiper-pagination {
    margin-bottom: 0;
    position: relative;
    bottom: -20px;
}

.front-page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    margin: 0 3.5px;
    opacity: 1;
    transition: background 0.3s;
}

.front-page .swiper-pagination-bullet-active {
    background: #fff;
}

.business-large-block {

    box-sizing: border-box;
    display: flex;
    padding: 35px 30px 25px;
    gap: 20px;
    isolation: isolate;

    background: rgba(255, 255, 255, .01);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.03), inset -1px -1px 0.5px rgba(255, 255, 255, 0.05), inset 1px 1px 0.5px rgba(255, 255, 255, 0.05), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.01), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.45), inset -10px -10px 15px rgba(0, 0, 0, 0.03), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px) saturate(80%);
    transform: rotate(0.02deg);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 40px;
    transition: all .3s ease;
    cursor: pointer;
    margin-top: 60px;
    min-height: 520px;
}

.business-large-block-content {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    max-width: 350px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}


.business-large-block-image img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

@media (min-width: 768px) {
    .scroll-container .swiper-pagination {
        display: none;
    }
}


.btn.mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .front-page .preview-text {
        font-size: 24px;
        line-height: 36px;
    }

    .btn.desktop {
        display: none !important;
    }

    .btn.mobile {
        display: flex !important;
    }

    .business-large-block {
        flex-direction: column;
    }

    .dark-theme .background-wave {
        background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-blue-background-dark.png) no-repeat top center;
        background-size: 100% 100%;
    }

    .background-wave {
        background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-blue-background-light.png) no-repeat top center;
        background-size: 100% 100%;
    }


    .dark-theme .orange.background-wave {
        background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-orange-background-dark.png) no-repeat top center;
        background-size: 100% 100%;
    }

    .orange.background-wave {
        background:  url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-orange-background-light.png) no-repeat top center;
        background-size: 100% 100%;
    }
    .front-page .news {
        padding: 80px 0;
        margin: 0;
    }

    .front-page .partners-text {
        display: flex;
        flex-direction: column;
    }

    .front-page .title, .front-page .partners-text, .title-blue, .front-page .partners-text a {
        font-size: 60px;
        line-height: 60px;
        width: fit-content;
    }

    .front-page .news-card__title {
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
    }
}

:root {
    --header-height: 130px;
}

.front-page .news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.front-page .news-card {
    width: 100%;
}
.news.mobile {
    display: none !important;
}

.header-link, .btn.header-mobile-nav--hidden span {
    color: #f1ac27 !important;
    background: unset;
}


@media (max-width: 992px) {
    .news.mobile {
        display: block !important;
    }
    .news.desktop {
        display: none !important;
    }
    .front-page .news-wrapper {
        grid-template-columns: repeat(1, 1fr);

    }
    .business-cards .card {
        max-width: unset;
    }
    .business-cards .card-title {
        font-size: 42px;
        line-height: 50px;
    }
    .card-text {
        font-size: 18px;
        line-height: 25px;
    }
    .scroll-container_inner-item a.btn {
        height: 90px;
        font-size: 30px;
        line-height: 1;
    }
    .title-blue {
        font-size: 60px;
        line-height: 1;
    }

     .title-blue {
        padding-top: 60px;
    }
}
.dark-theme .header-mobile-nav.dark,.header-mobile-nav.dark {
    background: transparent;
}
.header-mobile-nav--hidden {
    background-color: #fff;
}

.btn.header-mobile-nav--hidden {
    border: 1px solid #f1ac27;
    max-height: 70px;
    min-height: unset;
}
.dark-theme .header-mobile-nav--hidden {
    background-color: #4b4f66;
}

.leadership-content__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.leadership-content__list-item {

    padding: 35px 25px 35px 45px;


    background: rgba(244, 248, 255, 0.7);
    border: 1px solid #D4DDF0;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.04), inset -1px -1px 0.5px rgba(255, 255, 255, 0.25), inset 1px 1px 0.5px rgba(255, 255, 255, 0.3), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.1), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.8), inset -10px -10px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(12.5px);
    border-radius: 40px;


    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    /* or 150% */

    color: #1D1E1E;

}
.faqs-wrapper {
    margin-top: 60px;
}
.account-wrapper:not(:first-child), .calm.scroll-container_inner .application-wrapper:last-child {
    margin-top: 50px;
}

.account-wrapper:not(:first-child) img {
    max-width: 340px;
}

@media (max-width: 768px) {
    .account-wrapper:not(:first-child), .calm.scroll-container_inner .application-wrapper:last-child {
        align-items: center;
    }

    .front-page .preview-text span {
        font-size: 24px;
        line-height: 36px;
    }

    .business-large-block-image img {
        border-radius: 10px;
    }

    .application, .business, .partners, .platform {
        margin-top: 40px;
    }
}

@media  (max-width: 520px) {
    .values-title--blue {
        font-size: 45px;
        line-height: 104%;
    }
    .account-wrapper:not(:first-child), .calm.scroll-container_inner .application-wrapper:last-child {
        margin-top: 30px;
    }
    .calm .application-wrapper:nth-child(2) {
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .calm-second {
        margin-top: 30px;
    }
    .calm-second img {
        width: 100%;
    }
}
.active-link>a {
    color: #f1ac27 !important;
}

.team-info__desc {
    font-size: 22px;
}