/*LP FSC*/
.lp-main {
    background: #f7f7f5;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-light-blue);
    margin-top: -52px;
}

.page-template-whatis-template .toplist,
.page-template-whatis-template .header {
    background: transparent;
}

.lp-main .btn {
    line-height: 120%;
    font-weight: 600;
}

.lp-hero {
    position: relative;
    overflow: hidden;
    min-height: 750px;
    display: flex;
    align-items: center;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-hero__bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-hero .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.lp-hero__content {
    max-width: 670px;
    margin-top: 20px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: var(--black-light-blue);
}

.lp-hero__title {
    margin: 0 0 16px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
    color: var(--black-blue);
}

.lp-hero__title span {
    display: block;
}

.lp-hero__text {
    margin: 0 0 24px;
}

.lp-hero__description {
    background: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 500;
    border-radius: 130px;
    padding: 13px 23px;
    width: fit-content;
}

.lp-about {
    overflow: hidden;
    margin-top: -93px;
    position: relative;
    z-index: 1;
    border-radius: 50px 60px 60px 60px;
    background: #fff;
    padding: 100px 0;
}

.lp-about__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

.lp-about__image {
    max-width: 520px;
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
    flex: 1;
}

.lp-about__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.lp-about__content {
    flex: 1;
}

.lp-about__content .section-title {
    margin-bottom: 30px;
    max-width: 610px;
}

.lp-section__text p {
    margin: 0 0 6px;
}

.lp-section__text p:last-child {
    margin-bottom: 0;
}

.lp-section__text strong {
    font-weight: 600;
}

.lp-shield {
    padding: 100px 0;
    text-align: center;
}

.lp-shield .section-title {
    margin-bottom: 32px;
}

.lp-shield .lp-section__text {
    max-width: 824px;
    margin: 0px auto 15px;
}

.lp-shield__top {
    font-weight: 600;
    font-size: 18px;
    margin: 0px auto 30px;
}

.lp-shield__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.lp-shield__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.lp-shield__item {
    min-height: 110px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 19px;
    text-align: left;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
}

.lp-shield__item img {
    width: 22px;
    flex-shrink: 0;
}

.lp-shield__item p {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
}

.lp-shield__image {
    flex-shrink: 0;
    width: 476px;
    height: 244px;
    border-radius: 20px;
    overflow: hidden;
}

.lp-shield__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lp-shield__bottom {
    display: flex;
    justify-content: center;
    gap: 31px;
    margin-top: 26px;
    align-items: center;
    flex-wrap: wrap;
}

.lp-shield__label {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    color: var(--black-blue);
    text-align: left;
}

.lp-shield__text {
    max-width: 540px;
    text-align: left;
}

.lp-areas {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
    border-radius: 60px;
    position: relative;
    z-index: 2;
}

.lp-areas .section-title {
    margin-bottom: 26px;
    max-width: 490px;
}

.lp-areas .lp-section__text {
    margin-bottom: 25px;
}

.lp-areas__top {
    border-radius: 30px;
    display: grid;
    grid-template-columns: 1fr 565px;
    align-items: center;
    margin-bottom: 80px;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
}

.lp-areas__content {
    display: flex;
    flex-direction: column;
    padding: 55px 26px 51px 50px;
}

.lp-areas__list {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 15px;
}

.lp-areas__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 13px;
    border: 1px solid var(--delider);
    border-radius: 20px;
    min-height: 80px;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
}

.lp-areas__item--full {
    grid-column: 1 / -1;
}

.lp-areas__item img {
    width: 35px;
    flex-shrink: 0;
}

.lp-areas__item strong {
    display: block;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 4px;
}

.lp-areas__item span {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
}

.lp-areas__image {
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.lp-areas__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-areas__bottom {
    text-align: center;
}

.lp-areas__bottom .section-title,
.lp-areas__subtitle {
    color: #fff;
}

.lp-areas__bottom .section-title {
    margin-bottom: 0px;
    max-width: 100%;
}

.lp-areas__bottom .lp-section__text {
    margin: 14px auto 24px;
    max-width: 870px;
    color: #fff;
}

.lp-areas__subtitle {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
}

.lp-areas__subtitle strong {
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-areas__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lp-areas__row:first-child {
    display: grid;
    grid-template-columns: 1fr 0.98fr 1fr;
    gap: 20px;
}

.lp-areas__row:last-child {
    display: grid;
    grid-template-columns: 1fr 0.95fr 1.05fr 1fr;
    gap: 20px;
}

.lp-areas__card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(234, 238, 241, 0.1);
    border-radius: 20px;
    text-align: left;
}

.lp-areas__card img {
    width: 60px;
    flex-shrink: 0;
}

.lp-areas__card span {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}

.lp-products {
    padding: 170px 0 102px;
    margin-top: -72px;
    position: relative;
    z-index: 1;
    border-radius: 0px 0px 60px 60px;
    background: var(--white-100);
}

.lp-products__head {
    margin-bottom: 40px;
    position: relative;
}

.lp-products__head .section-title {
    margin-bottom: 0px;
    text-align: center;
}

.lp-products__head .lp-section__text {
    margin-top: 30px;
    text-align: center;
}

.lp-products__link {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    color: var(--black-blue);
}

.lp-products__slider {
    position: relative;
    height: 246px;
}

.lp-audience {
    padding: 100px 0;
}

.lp-audience__desktop {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 18px;
}

.lp-audience__content {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
    border-radius: 20px;
    padding: 20px 43px;
}

.lp-audience__content .section-title {
    text-align: center;
    margin: 0 auto 15px;
}

.lp-audience__content .section-title strong {
    display: block;
}

.lp-audience__subtitle {
    margin-top: 15px;
    display: block;
}

.lp-audience__item img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

.lp-audience__item span {
    display: block;
    margin-top: 6px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.lp-audience__mobile {
    display: none;
}

.lp-how {
    position: relative;
    overflow: hidden;
    padding: 119px 0;
    border-radius: 60px;
}

.lp-how__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lp-how__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-how .container {
    position: relative;
    z-index: 2;
}

.lp-how__content {
    max-width: 670px;
}

.lp-how__content .section-title {
    margin-bottom: 30px;
}

.lp-laboratory {
    padding: 100px 0;
}

.lp-laboratory .section-title {
    margin-bottom: 37px;
    text-align: center;
}

.lp-laboratory__wrapper {
    display: flex;
    align-items: center;
    gap: 27px;
}

.lp-laboratory__content {
    flex: 1;
    max-width: 724px;
}

.lp-laboratory__content .lp-section__text {
    margin: 0 0 20px;
    line-height: 130%;
}

.lp-accent__text {
    background: var(--white-100);
    border-radius: 20px;
    padding: 16px 23px;
    margin: 0px 0 26px;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-blue);
}

.lp-laboratory__image {
    flex-shrink: 0;
    width: 545px;
    border-radius: 30px;
    overflow: hidden;
}

.lp-laboratory__image img {
    display: block;
    width: 100%;
}

.btn.btn-gold {
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--white-100);
    padding: 18.5px 61.5px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.lp-scan {
    padding: 100px 0;
    background: linear-gradient(129deg, #0b1f3a 0%, #0c2445 100%);
    border-radius: 30px;
    text-align: center;
}

.lp-scan .section-title {
    color: #fff;
    margin: 0 0 25px;
}

.lp-scan .lp-section__text {
    color: #fff;
    margin: 0 0 31px;
    font-weight: 500;
}

.lp-scan__box {
    display: grid;
    height: 500px;
    grid-template-columns: 1fr 288px 370px;
    align-items: center;
    box-shadow: inset 0 0 140px -10px var(--white-5);
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid #254167;
    border-radius: 20px;
}

.lp-scan__human--mobile {
    display: none;
}

.lp-scan__human img {
    width: 100%;
    display: block;
}

.lp-scan__center {
    margin-left: -266px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-scan__circle h3 {
    font-family: var(--second-family);
    margin: 22px 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-scan__circle p {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: var(--white-100);
}

.btn.lp-scan__button {
    padding: 18.5px 49.5px;
    margin-top: 38px;
    border: 0;
    background: rgba(154, 123, 59, 0.8);
    position: relative;
    z-index: 55;
}

.lp-scan__result {
    border: 1px solid #378cdd;
    border-radius: 20px;
    width: 340px;
    height: 440px;
    box-shadow: inset 0 0 140px -10px var(--white-5);
    background: rgba(255, 255, 255, 0.01);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: hidden; */
    transition:
        border-color 0.6s ease,
        box-shadow 0.6s ease;
}

.lp-catalog {
    padding: 86px 0 80px;
}

.lp-catalog .section-title {
    text-align: center;
    margin-bottom: 0px;
}

.lp-catalog .section-title span {
    display: block;
}

.lp-catalog .lp-section__text {
    max-width: 1130px;
    margin: 25px auto 30px;
    text-align: center;
}

.lp-catalog__types {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 100px;
}

.lp-catalog__type {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.lp-catalog__type-content {
    padding: 30px 80px 34px 31px;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
    border-radius: 20px;
    margin-bottom: 20px;
}

.lp-catalog__type-image {
    height: 450px;
    overflow: hidden;
    border-radius: 20px;
}

.lp-catalog__type h3 {
    margin: 0 0 15px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

.lp-catalog__type p {
    margin: 0;
}

.lp-catalog__type img {
    width: 100%;
    display: block;
}

.lp-catalog__series {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lp-catalog__series .lp-section__text {
    max-width: 1186px;
    margin: 25px auto 14px;
    text-align: center;
}

.lp-catalog__subtitle {
    margin: 0 0 17px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-catalog__links {
    overflow: visible;
}

.lp-catalog__links .swiper-wrapper {
    display: flex;
}

.lp-catalog__links .swiper-scrollbar {
    display: none;
}

.lp-catalog__links span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--black-light-blue);
    text-decoration: none;
    transition: 0.3s;
}

.lp-catalog__image {
    margin: -10px auto 6px;
}

.lp-catalog__image img {
    display: block;
    width: 100%;
}

.lp-catalog__series .btn {
    margin: 0px auto;
}

.lp-usage {
    padding: 100px 0;
    background: var(--white-100);
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 60px;
}

.lp-usage__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.lp-usage__intro {
    padding: 24px 75px 30px 0;
}

.lp-usage .section-title {
    margin-bottom: 20px;
}

.lp-usage__item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 30px 37px 30px 32px;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
    border: 1px solid var(--delider);
    border-radius: 20px;
    height: 180px;
}

.lp-usage__item picture {
    display: flex;
}

.lp-usage__item img {
    width: 102px;
    flex-shrink: 0;
}

.lp-usage__item.lp-usage__a > div {
    max-width: 420px;
}

.lp-usage__item.lp-usage__c > div {
    max-width: 340px;
}

.lp-usage__item.lp-usage__b img {
    width: 118px;
}

.lp-usage__item h3 {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--black-blue);
}

.lp-usage__item p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}

.lp-usage__footer {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
}

.lp-energy {
    position: relative;
    z-index: 1;

    margin-top: -66px;
    border-radius: 0 0 60px 60px;
    aspect-ratio: 1980/800;
}

.lp-energy .section-title {
    margin-bottom: 20px;
}

.lp-energy__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 0 0 60px 60px;
}

.lp-energy__bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.lp-energy__content {
    max-width: 1200px;
    width: 100%;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
    border-radius: 30px;
    padding: 48px 50px 48px 46px;
    position: absolute;
    bottom: -158px;
    left: 50%;
    transform: translateX(-50%);
}

.lp-help {
    padding: 280px 0 100px;
    position: relative;
    z-index: 1;
}

.lp-help__wrapper {
    display: grid;
    grid-template-columns: 604px 1fr;
    gap: 30px;
}

.lp-help__content .section-title {
    margin-bottom: 25px;
    margin-top: 10px;
}

.lp-help__content .lp-section__text {
    margin-bottom: 25px;
}

.lp-help__content .section-title strong {
    display: block;
}

.lp-help__content .btn {
    padding: 18.5px 79.5px;
}

.lp-help__image {
    border-radius: 30px;
    overflow: hidden;
    height: 401px;
}

.lp-help__image img {
    display: block;
    width: 100%;
}

.lp-reviews {
    padding: 0 0 100px;
}

.lp-reviews__content {
    max-width: 720px;
    margin: 0 auto 30px;
    text-align: center;
}
html[lang="de-DE"] .lp-reviews__content {
    max-width: 740px;
}

.lp-reviews__content .section-title {
    margin-bottom: 20px;
}

.lp-reviews__content .btn {
    margin: 30px 0 0;
    padding: 18.5px 71px;
}

.lp-reviews__image {
    overflow: hidden;
    border-radius: 30px;
}

.lp-reviews__image img {
    display: block;
    width: 100%;
}

html[lang^='fr'] .lp-hero__content {
    max-width: 710px;
}

html[lang^='fr'] .lp-hero__description {
    padding: 12px 30px;
    width: 450px;
}

html[lang^='fr'] .lp-shield {
    padding: 80px 0 154px;
}

html[lang^='fr'] .lp-shield .lp-section__text {
    max-width: 880px;
}

html[lang^='fr'] .lp-shield__item {
    gap: 10px;
    padding: 16px;
}

html[lang^='fr'] .lp-shield__text {
    max-width: 550px;
}

html[lang^='fr'] .lp-areas__bottom .lp-section__text {
    margin: 14px auto;
    max-width: 1110px;
}

html[lang^='fr'] .lp-audience__content {
    padding: 20px 24px;
}

html[lang^='fr'] .lp-audience {
    padding: 90px 0 80px;
}

html[lang^='fr'] .lp-how {
    padding: 100px 0 90px;
}

html[lang^='fr'] .lp-laboratory {
    padding: 100px 0 80px;
}

html[lang^='fr'] .lp-laboratory__content {
    max-width: 772px;
}

html[lang^='fr'] .lp-laboratory__image {
    width: 505px;
    height: 421px;
}

html[lang^='fr'] .lp-laboratory__image img {
    height: 100%;
    object-fit: cover;
}

html[lang^='fr'] .lp-accent__text {
    max-width: 716px;
}

html[lang^='fr'] .lp-catalog .lp-section__text {
    max-width: 1094px;
    margin: 16px auto 30px;
}

html[lang^='fr'] .lp-catalog__type-content {
    padding: 30px 61px 34px 31px;
}

html[lang^='fr'] .lp-catalog__series .lp-section__text {
    max-width: 1078px;
}

html[lang^='fr'] .lp-usage__intro {
    padding: 10px 56px 30px 0;
}

html[lang^='fr'] .lp-usage__item {
    gap: 18px;
    padding: 29px 30px 30px 17px;
    height: 200px;
}

html[lang^='fr'] .lp-usage__item.lp-usage__c > div {
    max-width: 386px;
}

html[lang^='fr'] .lp-energy__content {
    max-width: 1294px;
    bottom: -188px;
}

html[lang^='fr'] .lp-help__wrapper {
    grid-template-columns: 644px 1fr;
}

html[lang^='fr'] .lp-reviews__content {
    max-width: 764px;
}

.only-mobi {
    display: none;
}

/* =========================================================
     ORBITS — inserted inside .lp-scan__circle, behind the content.
     Each orbit = a static hairline track + a rotating "comet":
     a conic-gradient ring masked down to a thin stroke, so it reads
     as a glowing arc with a fading tail rather than a single dot.
     ========================================================= */
.lp-scan__circle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgba(75, 170, 255, 0.5);
    width: 346px;
    height: 346px;
}

.orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.orbit--outer {
    width: 346px;
    height: 346px;
}
.orbit--mid {
    width: 306px;
    height: 306px;
    box-shadow: inset 0 0 44px 20px rgba(51, 133, 205, 0.1);
}
.orbit--inner {
    width: 265px;
    height: 265px;
    box-shadow: inset 0 0 44px 20px rgba(51, 133, 205, 0.2);
}

.orbit__track {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid var(--line);
}

/* animatable custom property — lets us smoothly tween the arc's
     angular width inside a conic-gradient (plain CSS vars can't be
     interpolated, @property tells the browser this one is an <angle>) */
@property --tail-span {
    syntax: '<angle>';
    inherits: false;
    initial-value: 40deg;
}

.orbit__comet {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    /* mask cuts out everything except a thin ring at the edge */
    -webkit-mask: radial-gradient(
        farthest-side,
        transparent calc(100% - 2px),
        #000 calc(100% - 2px)
    );
    mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
    will-change: transform;
}

/* two comet tails per ring, positioned almost opposite each other
     (::after is offset ~170deg instead of a perfect 180deg) */
.orbit__comet::before,
.orbit__comet::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    --tail-span: 40deg;
    animation: comet-width-pulse 3.2s ease-in-out infinite;
}
.orbit__comet::after {
    transform: rotate(170deg);
    animation-delay: -1.6s;
}

@keyframes comet-width-pulse {
    0%,
    100% {
        --tail-span: 26deg;
    }
    50% {
        --tail-span: 46deg;
    }
}

.orbit__comet--blue::before,
.orbit__comet--blue::after {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent calc(360deg - var(--tail-span)),
        rgba(79, 163, 255, 0.95) 355deg,
        rgba(79, 163, 255, 0) 360deg
    );
}
.orbit__comet--gold::before,
.orbit__comet--gold::after {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent calc(360deg - var(--tail-span)),
        rgba(240, 207, 154, 0.95) 355deg,
        rgba(240, 207, 154, 0) 360deg
    );
}
.orbit__comet--white::before,
.orbit__comet--white::after {
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        transparent calc(360deg - var(--tail-span)),
        rgba(255, 255, 255, 0.95) 355deg,
        rgba(255, 255, 255, 0) 360deg
    );
}

.orbit__comet--blue {
    animation: orbit-spin-cw 28s linear infinite;
}
.orbit__comet--gold {
    animation: orbit-spin-ccw 20s linear infinite;
}
.orbit__comet--white {
    animation: orbit-spin-cw 12s linear infinite;
}

@keyframes orbit-spin-cw {
    to {
        transform: rotate(360deg);
    }
}
@keyframes orbit-spin-ccw {
    to {
        transform: rotate(-360deg);
    }
}

/* faster spin while the scan is running, same direction, smooth crossfade via animation-duration */
.lp-scan__box.is-active .orbit__comet--blue {
    animation-duration: 12s;
}
.lp-scan__box.is-active .orbit__comet--gold {
    animation-duration: 8s;
}
.lp-scan__box.is-active .orbit__comet--white {
    animation-duration: 4.4s;
}

@media (prefers-reduced-motion: reduce) {
    .orbit__comet,
    .orbit__comet::before,
    .orbit__comet::after,
    .lp-scan__flare,
    .lp-scan__inner-glow {
        animation: none;
    }
}

/* =========================================================
     CENTER FLARE — a soft 4-point star/sparkle that fades in and
     out behind the logo, independent of the orbit rotation
     ========================================================= */
.lp-scan__flare {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    animation: flare-pulse 5s ease-in-out infinite;
}
.lp-scan__flare::before {
    /* the glow */
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(240, 207, 154, 0.9) 0%,
        rgba(240, 207, 154, 0.35) 30%,
        transparent 70%
    );
}
.lp-scan__flare::after {
    /* the crossed rays */
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.9) 50%,
        transparent 100%
    );
    box-shadow: 0 0 0 1px transparent;
    /* second ray, perpendicular, drawn via an extra box-shadow trick is fragile —
       use a second pseudo instead (see .lp-scan__flare-ray-v below) */
}
.lp-scan__flare-ray-v {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translate(-50%, -50%);
    background: linear-gradient(
        180deg,
        transparent 0%,
        rgba(255, 255, 255, 0.9) 50%,
        transparent 100%
    );
}

@keyframes flare-pulse {
    0%,
    100% {
        opacity: 0;
    }
    45%,
    55% {
        opacity: 1;
    }
}

/* =========================================================
     INNER GLOW — soft light inside the smallest circle,
     breathes together with the flare
     ========================================================= */

.lp-scan__circle-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    width: 210px;
    height: 210px;
    padding-top: 66px;
}

.lp-scan__circle-content img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* text shown while scanning, hidden by default */
.lp-scan__scanning-text {
    display: none;
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--white-100);
    text-align: center;
    padding-top: 20px;
}

.lp-scan__box.is-flowing .lp-scan__circle-content > h3,
.lp-scan__box.is-flowing .lp-scan__circle-content > p {
    display: none;
}

.lp-scan__box.is-scanning .lp-scan__circle-content > h3,
.lp-scan__box.is-scanning .lp-scan__circle-content > p {
    display: none;
}
.lp-scan__box.is-result .lp-scan__circle-content > h3,
.lp-scan__box.is-result .lp-scan__circle-content > p {
    display: none;
}
.lp-scan__box.is-flowing .lp-scan__scanning-text {
    display: block;
}

.lp-scan__button {
    margin-top: 22px;
    transition: opacity 0.3s ease;
}
.lp-scan__button:disabled {
    background: transparent !important;
    color: var(--text-muted) !important;
    box-shadow: none !important;
    cursor: default !important;
    border: 1px dashed var(--white-30) !important;
}
/* fallback look if btn-gold classes aren't loaded in this demo */
.lp-scan__human--desktop {
    position: relative;
    display: inline-block; /* keeps wrapper sized to the image */
}

/* base flare: soft glow, no color yet */
.human-flare {
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

/* chest — gold, positioned by eye against your image */
.human-flare--chest {
    top: 31%;
    left: 39%;
    width: 18%;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
        circle,
        rgba(240, 207, 154, 0.95) 0%,
        rgba(240, 207, 154, 0.4) 35%,
        transparent 70%
    );
    animation: flare-pulse-gold 3.3s ease-in-out infinite;
}

/* feet — blue-white, wider/flatter since it sits in the light beam */
.human-flare--feet {
    top: 84%;
    left: 39%;
    width: 18%;
    aspect-ratio: 1 / 1;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(120, 190, 255, 0.45) 35%,
        transparent 70%
    );
    animation: flare-pulse-blue 2.8s ease-in-out infinite;
}

@keyframes flare-pulse-gold {
    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.85);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.15);
    }
}
@keyframes flare-pulse-blue {
    0%,
    100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(0.85);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* =========================================================
     ENERGY FLOW — new element placed between .lp-scan__center
     and .lp-scan__result
     ========================================================= */
/* .lp-scan__energy {
    position: absolute;
    top: 50%;
    left: calc(200px + 260px);
    right: 220px;
    height: 2px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}
.lp-scan__energy svg {
    width: 100%;
    height: 60px;
    overflow: visible;
    display: block;
    margin-top: -30px;
} */
.flow-line {
    stroke: var(--blue-glow);
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 6 10;
    opacity: 0;
    transition: opacity 0.4s ease;
}
.lp-scan__box.is-active .flow-line {
    opacity: 0.8;
    animation: dash-move 1s linear infinite;
}
@keyframes dash-move {
    to {
        stroke-dashoffset: -32;
    }
}
.flow-particle {
    fill: var(--white-glow);
    filter: drop-shadow(0 0 4px var(--blue-glow));
    opacity: 0;
}

/* =========================================================
     TRACE ENERGY — inline SVG (not <img>), so each line is a real
     <path>/<line> we can style and animate directly:
     - .trace-line brightens + gets a moving dash pattern when active
     - a small dot runs along each exact path via CSS offset-path
     ========================================================= */
.lp-scan__trace {
    position: absolute;
    top: 17%;
    right: 100%; /* sits immediately to the left of the result box */
    width: 119px; /* matches the svg's own width/height */
    height: 191px;
    pointer-events: none;
}
.lp-scan__trace svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.trace-line {
    stroke: #378cdd;
    transition:
        stroke 0.4s ease,
        filter 0.4s ease;
}
.lp-scan__box.is-flowing .trace-line {
    stroke: var(--blue-glow);
    filter: drop-shadow(0 0 4px var(--blue-glow));
    stroke-dasharray: 6 10;
    animation: dash-move 1.8s linear infinite;
}
@keyframes dash-move {
    to {
        stroke-dashoffset: -32;
    }
}

.flow-particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--blue-glow) 55%,
        var(--light-glow) 88%,
        var(--white-glow) 100%
    );
    filter: drop-shadow(0 0 4px var(--blue-glow));
    opacity: 0;
    offset-anchor: 100% 50%;
    offset-rotate: auto;
    offset-distance: 0%;
}
.flow-particle--1 {
    offset-path: path(
        'M0.5 32.5H29.5685C32.6044 32.5 35.4759 31.1208 37.3737 28.7512L56.9976 4.24879C58.8954 1.87916 61.767 0.5 64.8029 0.5H117'
    );
}
.flow-particle--2 {
    offset-path: path('M12,95 L118,95');
}
.flow-particle--3 {
    offset-path: path(
        'M0.5 158.5H29.5685C32.6044 158.5 35.4759 159.879 37.3737 162.249L56.9976 186.751C58.8954 189.121 61.767 190.5 64.8029 190.5H117'
    );
}

.lp-scan__box.is-flowing .flow-particle {
    animation: flow-move 1.1s linear infinite;
}
.lp-scan__box.is-flowing .flow-particle--2 {
    animation-delay: 0.25s;
}
.lp-scan__box.is-flowing .flow-particle--3 {
    animation-delay: 0.5s;
}

@keyframes flow-move {
    0% {
        offset-distance: 0%;
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        offset-distance: 100%;
        opacity: 0;
    }
}

/* =========================================================
     RESULT BOX
     ========================================================= */
.lp-scan__box.is-scanning .lp-scan__result {
    border-color: var(--blue-glow);
    animation: result-border-pulse 2.4s ease-in-out infinite;
}

@keyframes result-border-pulse {
    0%,
    100% {
        box-shadow:
            0 0 26px rgba(79, 163, 255, 0.45),
            inset 0 0 26px rgba(79, 163, 255, 0.16);
    }
    50% {
        box-shadow:
            0 0 46px rgba(79, 163, 255, 0.75),
            inset 0 0 38px rgba(79, 163, 255, 0.3);
    }
}

.lp-scan__loader {
    width: 64px;
    height: 64px;
    position: relative;
    opacity: 0;
    transform: scale(0.8);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}
.lp-scan__box.is-scanning .lp-scan__loader {
    opacity: 1;
    transform: scale(1);
}
.lp-scan__loader svg {
    width: 100%;
    height: 100%;
    animation: spin 2.2s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.petal {
    fill: var(--gold-2);
}

.lp-scan__status-text {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
    color: var(--text-muted);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.lp-scan__box.is-scanning .lp-scan__status-text {
    opacity: 1;
}

.lp-scan__result-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: blur(14px) grayscale(1);
    opacity: 0.25;
    pointer-events: none;
    transition:
        filter 0.8s ease,
        opacity 0.8s ease;
    padding: 16px;
}
.lp-scan__box.is-result .lp-scan__result-content {
    filter: blur(0);
    opacity: 1;
    pointer-events: auto;
}
.result-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: var(--white-100);
    margin-bottom: 16px;
}

.result-title strong {
    background: linear-gradient(135deg, #caa457 0%, #e3be72 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.result-product {
    margin-bottom: 16px;
    width: 182px;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    overflow: hidden;
}

.btn.result-cta {
    background: rgba(154, 123, 59, 0.8);
    padding: 15.5px 66px !important;
}

.lp-scan__banner {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translate(-50%, -140%);
    background: var(--gold-2);
    color: #3a2a12;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
    white-space: nowrap;
    opacity: 0;
    transition:
        opacity 0.5s ease,
        transform 0.5s ease;
    z-index: 5;
}
.lp-scan__box.is-result .lp-scan__banner {
    opacity: 1;
    transform: translate(-50%, -260%);
}

.btn.lp-scan__no-more-mobile {
    display: none;
}

@media (max-width: 1360px) {
    .lp-areas__list {
        grid-template-columns: 1fr;
    }

    .lp-catalog__type-content {
        min-height: 291px;
    }

    .lp-catalog__type-image {
        height: auto;
    }

    .lp-catalog__types {
        margin-bottom: 60px;
    }

    .lp-usage__item,
    html[lang^='fr'] .lp-usage__item {
        padding: 15px 25px 19px 5px;
        min-height: 200px;
        height: auto;
        gap: 10px;
    }

    .lp-energy__content,
    html[lang^='fr'] .lp-energy__content {
        max-width: 900px;
        bottom: -256px;
    }

    .lp-help {
        padding: 330px 0 100px;
    }

    .lp-help__content .section-title strong {
        display: inline;
    }

    .lp-help__wrapper,
    html[lang^='fr'] .lp-help__wrapper {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .lp-help__image {
        height: auto;
    }
}

@media (max-width: 1260px) {
    .lp-scan__result {
        width: 300px;
        margin-right: 0px;
    }

    .lp-scan__box .lp-scan__human--desktop {
        display: none;
    }

    .lp-scan__human--mobile {
        display: block;
    }

    .lp-scan__center {
        margin-left: -24px;
    }

    .lp-scan__circle {
        width: 288px;
        height: 288px;
    }

    .lp-scan__box {
        grid-template-columns: 330px 1fr 315px;
    }

    .lp-energy {
        aspect-ratio: 2 / 1;
    }

    .lp-scan__trace {
        display: none;
    }
}

@media (max-width: 991px) {
    .lp-hero {
        min-height: 620px;
        padding: 80px 0;
    }

    .lp-hero__content {
        max-width: 100%;
    }

    .lp-hero__title {
        font-size: 48px;
    }

    .lp-about__wrapper {
        flex-direction: column-reverse;
        gap: 40px;
        padding: 32px;
    }

    .lp-about__image {
        flex: none;
        width: 100%;
    }

    .lp-shield__wrapper {
        flex-direction: column;
    }

    .lp-shield__image {
        order: 2;
        width: 280px;
    }

    .lp-shield__col:first-child {
        order: 1;
    }

    .lp-shield__col:last-child {
        order: 3;
    }

    .lp-areas {
        padding: 60px 0;
    }

    .lp-areas__top {
        grid-template-columns: 1fr;
    }

    .lp-areas__image {
        order: 2;
        height: 300px;
    }

    .lp-areas__list {
        grid-template-columns: 1fr;
    }

    .lp-areas__item--full {
        grid-column: auto;
    }

    .lp-areas__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lp-laboratory__wrapper {
        flex-direction: column;
    }

    .lp-laboratory__image,
    html[lang^='fr'] .lp-laboratory__image {
        width: 100%;
    }

    .lp-scan__box {
        grid-template-columns: 1fr;
        height: auto;
        position: relative;
    }

    .lp-scan__human--mobile {
        display: block;
        max-width: 50%;
        margin: 0 auto;
        position: relative;
    }

    .human-flare--chest {
        top: 29%;
        left: 50%;
        width: 18%;
    }

    .human-flare--feet {
        top: 83%;
        left: 50%;
        width: 16%;
    }

    .lp-scan__human {
        grid-row: 1;
    }

    /* circle stage and result share the same cell —
     the row's height becomes max(circle height, result height) automatically */
    .lp-scan__center,
    .lp-scan__result {
        grid-row: 2;
        grid-column: 1;
    }

    .lp-scan__center {
        margin-left: 0;
        margin-top: 24px;
        opacity: 1;
        transition: opacity 0.5s ease;
    }

    .btn.lp-scan__button {
        margin-top: 60px;
    }

    .lp-scan__result {
        margin: 50px auto;
        opacity: 0;
        pointer-events: none; /* not clickable while invisible */
        transition: opacity 0.5s ease;
    }

    /* was: .lp-scan__box.is-result .lp-scan__center{ opacity:0; ... } */
    .lp-scan__box.is-scanning .lp-scan__center,
    .lp-scan__box.is-result .lp-scan__center {
        opacity: 0;
        pointer-events: none;
    }

    /* was: .lp-scan__box.is-result .lp-scan__result{ opacity:1; ... } */
    .lp-scan__box.is-scanning .lp-scan__result,
    .lp-scan__box.is-result .lp-scan__result {
        opacity: 1;
        pointer-events: auto;
    }

    .lp-scan__box .lp-scan__no-more-mobile {
        display: none;
        border: 1px dashed var(--white-10);
        padding: 14.5px 18px;
        min-width: 230px;
        background: #0d2545;
        margin-top: 20px auto 0;
        opacity: 0;
        margin: -25px auto 27px;
        width: fit-content;
        transition: opacity 0.4s ease;
    }
    .lp-scan__box.is-scanning .lp-scan__no-more-mobile {
        display: block;
    }

    .lp-scan__box.is-result .lp-scan__no-more-mobile {
        display: block;
        opacity: 1;
    }

    .lp-catalog__types {
        grid-template-columns: 1fr;
    }

    .lp-catalog__type-content {
        min-height: auto;
    }

    .lp-catalog__type-image {
        height: 340px;
    }

    .lp-energy__content {
        padding: 30px 20px;
    }

    .lp-energy {
        aspect-ratio: 1 / 1;
    }

    .lp-energy__bg img {
        object-position: 19% 50%;
    }

    .lp-help__wrapper,
    html[lang^='fr'] .lp-help__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    .lp-catalog__links .swiper-wrapper {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
        max-width: 1058px;
        margin: 0 auto;

        transform: none !important;
    }

    .lp-catalog__links .swiper-slide {
        width: auto !important;
        flex: 0 0 auto;
    }
}

@media (max-width: 767px) {
    .lp-main {
        font-size: 16px;
    }

    .lp-main .section-title {
        font-weight: 700;
        font-size: 26px !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .only-desctop {
        display: none;
    }

    .only-mobi {
        display: block;
    }

    .lp-hero {
        min-height: auto;
        padding: 160px 0 382px;
    }

    .lp-hero__title {
        font-size: 36px;
    }

    .lp-hero__content {
        max-width: 80% !important;
    }

    .lp-hero__bg img {
        object-position: bottom;
    }

    .lp-hero__description,
    html[lang^='fr'] .lp-hero__description {
        padding: 11px 15px;
        max-width: 450px;
        width: 100%;
        background: var(--white-100);
        border-radius: 20px;
    }

    .lp-about {
        padding: 35px 0;
        border-radius: 20px;
    }

    .lp-about__wrapper {
        gap: 22px;
        padding: 0px;
    }

    .lp-about__content .section-title {
        margin-bottom: 15px;
    }

    .lp-about__image {
        height: 320px;
    }

    .lp-about__image img {
        object-position: 40% 70%;
    }

    .lp-shield {
        padding: 50px 0 60px;
    }

    .lp-shield .section-title {
        margin-bottom: 22px;
    }

    .lp-shield__top {
        margin: 0px auto 10px;
    }

    .lp-shield__item {
        padding: 16px 15px;
    }

    .lp-shield__item br {
        display: none;
    }

    .lp-shield__image {
        width: auto;
    }

    .lp-shield__bottom {
        flex-direction: column;
        gap: 10px;
        margin-top: 15px;
        align-items: flex-start;
    }

    .lp-areas {
        padding: 10px 0 20px;
        border-radius: 20px;
    }

    .lp-areas .container {
        padding: 0 10px;
    }

    .lp-areas .lp-section__text p {
        margin-bottom: 15px;
        text-align: center;
    }

    .lp-areas__content {
        padding: 15px 20px 20px 0;
    }

    .lp-areas__top {
        gap: 0px;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 25px;
    }

    .lp-areas__bottom {
        padding: 0 15px;
    }

    .lp-areas__image {
        height: 240px;
        border-radius: 20px;
    }

    .lp-areas__image img {
        object-position: 0 70%;
    }

    .lp-areas__grid {
        flex-direction: column;
    }

    .lp-areas__row {
        grid-template-columns: 1fr !important;
    }

    .lp-areas__card span br {
        display: none;
    }

    .lp-products {
        padding: 112px 0 40px;
        border-radius: 0px;
        background: transparent;
    }

    .lp-products .section-title {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lp-products .section-title strong {
        display: block;
    }

    .lp-products__head .lp-section__text {
        margin-top: 15px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-products__link {
        position: absolute;
        right: -10px;
        bottom: unset;
        top: 4px;
        font-size: 13px;
    }

    .lp-audience {
        padding: 40px 0 28px !important;
        box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
        background: var(--white-100);
        border-radius: 20px;
    }

    .lp-audience__desktop {
        display: none;
    }

    .lp-audience__mobile {
        display: block;
    }

    .lp-audience__subtitle {
        margin-top: 10px;
        font-size: 15px;
    }

    .lp-audience__content {
        margin-bottom: 24px;
        padding: 0 !important;
        background: transparent;
        box-shadow: none;
    }

    .lp-audience-slider .swiper-scrollbar {
        position: static !important;
        padding: 1px;
        height: 10px !important;
        background: #eaecef;
        border-radius: 10px;
        margin-top: 20px;
    }

    .lp-audience-slider .swiper-scrollbar-drag {
        background: var(--white-100);
        border-radius: 10px;
    }

    .lp-audience__slide-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .lp-how {
        border-radius: 20px;
        background: var(--white-100);
        padding: 30px 0 !important;
        margin-top: 60px;
    }

    .lp-how__content .section-title {
        margin-bottom: 15px;
    }

    .lp-how__img {
        width: calc(100% + 60px);
        margin: 20px -30px -30px;
    }

    .lp-laboratory {
        padding: 40px 0 60px !important;
    }

    .lp-laboratory .section-title {
        margin-bottom: 20px;
    }

    .btn.btn-gold {
        margin: 0 auto;
        display: flex;
        width: fit-content;
    }

    .lp-scan {
        padding: 40px 0 20px;
        border-radius: 20px;
    }

    .lp-scan .section-title {
        margin: 0 0 20px;
    }

    .lp-scan .lp-section__text {
        margin: 0 0 25px;
    }
    
    .result-title {
        margin-bottom: 4px;
    }

    .btn.lp-scan__button {
        padding: 16.5px 67.5px;
        margin-top: 20px;
    }

    .lp-catalog {
        padding: 60px 0 50px;
    }

    .lp-catalog__links {
        overflow: hidden;
        max-width: 100vw !important;
        padding: 0 20px !important;
    }

    .lp-catalog__links .swiper-wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        margin: 0;
        max-width: none;
    }

    .lp-catalog__links .swiper-wrapper::after {
        content: '';
        flex: 0 0 20px;
    }

    .lp-catalog__links .swiper-slide {
        display: block;
        width: auto;
    }

    .lp-catalog__links .swiper-scrollbar {
        display: block;
        position: static !important;
        padding: 1px;
        height: 10px !important;
        background: #eaecef;
        border-radius: 10px;
        margin-top: 20px;
        width: 100% !important;
    }

    .lp-catalog__links .swiper-scrollbar-drag {
        background: var(--white-100);
        border-radius: 10px;
    }

    .lp-usage {
        padding: 40px 0;
        border-radius: 20px;
    }

    .lp-usage__wrapper {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .lp-usage__intro {
        padding: 0 !important;
    }

    .lp-usage .section-title {
        margin-bottom: 15px;
    }

    .lp-usage .lp-section__text {
        text-align: center;
        margin: 0 auto;
    }

    .lp-energy {
        padding: 240px 0 20px;
        border-radius: 20px;
    }

    .lp-energy__content {
        max-width: 100%;
        bottom: -210px !important;
    }

    .lp-help {
        padding: 270px 0 40px;
    }

    .lp-help__wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lp-help__image {
        order: 2;
    }

    .lp-reviews {
        padding: 20px 0 60px;
    }

    .lp-reviews__content {
        margin-bottom: 24px;
    }

    .lp-reviews__image {
        border-radius: 18px;
    }
}

@media (max-width: 576px) {
    .lp-main {
        font-size: 13px;
        line-height: 130%;
    }

    .lp-hero {
        padding: 130px 0 302px;
    }

    .lp-hero__content {
        max-width: 100% !important;
        font-size: 13px;
        line-height: 130%;
    }

    .lp-hero__title {
        margin-bottom: 15px;
    }

    .lp-hero__text {
        margin: 0 0 11px;
        max-width: 80%;
    }

    .lp-about .lp-section__text {
        line-height: 140%;
    }

    .lp-about__image {
        height: 200px;
    }

    .lp-shield {
        padding: 40px 0 64px !important;
    }

    .lp-shield .lp-section__text {
        margin: 0px auto 18px;
    }

    .lp-shield__top {
        font-size: 15px;
    }

    .lp-shield__wrapper {
        gap: 5px;
    }

    .lp-shield__item {
        min-height: 70px;
        gap: 6px !important;
        padding: 16px 14px !important;
    }

    .lp-shield__item img {
        width: 16px;
    }

    .lp-shield__item p {
        font-size: 15px;
    }

    .lp-shield__col {
        gap: 5px;
    }

    .lp-shield__image {
        height: 200px;
    }

    .lp-shield__col:last-child .lp-shield__item {
        padding: 11px 14px !important;
    }

    .lp-shield__col:last-child .lp-shield__item:first-child p {
        max-width: 80%;
    }

    .lp-shield__label {
        font-size: 18px;
    }

    .lp-shield__text {
        max-width: 95% !important;
    }

    .lp-areas__list {
        gap: 5px;
    }
    
    .lp-areas .lp-section__text {
        text-align: center;
    }

    .lp-areas__item {
        min-height: 60px;
        padding: 11px 12px;
        gap: 8px;
    }

    .lp-areas__item img {
        width: 28px;
        height: 28px;
    }

    .lp-areas__item strong {
        font-size: 15px;
        line-height: 120%;
    }

    .lp-areas__item span {
        font-size: 13px;
    }

    .lp-areas__image {
        height: 180px;
    }

    .lp-areas__bottom .section-title {
        font-size: 20px !important;
        max-width: 280px;
        margin: 0 auto;
    }

    .lp-areas__bottom .lp-section__text {
        margin: 8px auto !important;
    }

    .lp-areas__subtitle {
        max-width: 260px;
        margin: 0px auto 12px;
        font-size: 15px;
        line-height: 138%;
    }
    .lp-areas__grid,
    .lp-areas__row {
        gap: 5px !important;
    }

    .lp-areas__card {
        gap: 14px;
        padding: 9px 6px;
    }

    .lp-areas__card img {
        width: 50px;
    }

    .lp-areas__card span {
        font-size: 15px;
        line-height: 130%;
    }

    .lp-areas__row:first-child .lp-areas__card:first-child span {
        max-width: 160px;
    }

    .lp-areas__row:last-child .lp-areas__card:not(:nth-child(2)) span {
        max-width: 184px;
    }

    .lp-areas__row:last-child .lp-areas__card:last-child span {
        max-width: 164px;
    }

    .lp-products__head {
        margin-bottom: 14px;
    }

    .lp-products__slider {
        height: 210px;
    }

    .lp-audience .lp-section__text {
        margin: 0 -5px;
    }

    .lp-audience__item img {
        width: auto;
        height: 112px;
        object-fit: cover;
    }

    .lp-audience__item span {
        margin-top: 3px;
        font-size: 11px;
    }

    .lp-how .lp-section__text {
        line-height: 140%;
    }

    .lp-how__img {
        width: calc(100% + 40px);
        margin: 20px -20px -30px;
    }

    .lp-laboratory .section-title {
        margin-bottom: 20px;
        max-width: 264px;
        margin: 0 auto 25px;
    }

    .lp-laboratory__content .lp-section__text {
        line-height: 140%;
    }

    .lp-laboratory__wrapper {
        position: relative;
    }

    .lp-laboratory__image {
        height: 200px !important;
        border-radius: 20px;
    }
    
    .lp-laboratory__image img {
        height: 100%;
        object-position: center 80%;
    }

    .lp-accent__text {
        padding: 12px 10px;
        font-size: 13px;
        margin: 10px 0 30px;
    }

    .btn.btn-gold {
        width: auto;
        padding: 15.5px 61.5px;
        font-size: 15px;
    }

    .lp-scan .section-title {
        margin: 0 auto 20px;
        max-width: 270px;
    }

    .lp-scan__human--mobile {
        max-width: 100%;
    }

    .lp-scan__center {
        margin-top: 0px;
        overflow: hidden;
    }

    .lp-scan__circle {
        width: 284px;
        height: 284px;
    }

    .orbit--outer {
        width: 284px;
        height: 284px;
    }

    .orbit--mid {
        width: 254.5px;
        height: 254.5px;
    }

    .orbit--inner {
        width: 225px;
        height: 225px;
    }

    .lp-scan__circle-content {
        width: 176px;
        height: 184px;
        padding-top: 60px;
    }

    .lp-scan__circle h3 {
        font-size: 16px;
        line-height: 120%;
    }

    .lp-catalog .container {
        padding: 0;
    }

    .lp-scan__scanning-text,
    .lp-scan__circle p {
        font-size: 14px;
        line-height: 130%;
    }

    .lp-scan__result {
        margin: 5px auto;
        height: 390px;
    }

    .result-product img {
        width: 88%;
    }

    .lp-scan__result-content {
        padding: 0 16px;
    }

    .lp-catalog .section-title {
        text-align: left;
        margin-bottom: 0px;
        padding: 0 20px;
    }

    .btn.lp-scan__button {
        padding: 16.5px 23.5px;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .lp-catalog .section-title strong {
        max-width: 260px;
        display: block;
    }

    .lp-catalog .lp-section__text {
        text-align: left;
        margin: 15px auto 26px !important;
        padding: 0 20px;
    }

    .lp-catalog__types {
        padding: 0 20px;
    }

    .lp-catalog__type h3 {
        font-size: 20px;
        margin: 0px 0 10px;
    }

    .lp-catalog__type p {
        line-height: 140%;
    }

    .lp-catalog__type-content {
        padding: 20px 24px 10px 20px !important;
        margin-bottom: 10px;
    }

    .lp-catalog__type-image {
        height: 180px;
    }

    .lp-catalog__type img {
        height: 100%;
        object-fit: cover;
        object-position: 0 0;
    }

    .lp-catalog__series .section-title {
        text-align: center;
    }

    .lp-catalog__series .section-title strong {
        max-width: 100% !important;
    }

    .lp-catalog__series .lp-section__text {
        line-height: 140%;
        margin-bottom: 10px !important;
    }

    .lp-catalog__subtitle {
        margin: 3px 0 17px;
        max-width: 80%;
        font-size: 15px;
        text-align: left;
        padding: 0 20px;
    }

    .lp-catalog__links {
        gap: 6px;
        padding-bottom: 24px !important;
        padding-left: 20px !important;
    }

    .lp-catalog__links span {
        padding: 12px 18px;
        font-size: 14px;
    }

    .lp-catalog__image {
        margin: 8px auto 6px;
        width: 186%;
        position: relative;
        left: -32%;
    }

    .lp-catalog__series .btn {
        font-size: 15px;
        display: flex;
        width: calc(100% - 40px);
        padding: 14.5px 49.5px;
        margin: 0 20px;
    }
    
    .lp-usage__item picture {
        min-width: 62px;
    }

    .lp-usage__item.lp-usage__b img,
    .lp-usage__item img {
        width: auto;
        height: 70px;
    }

    .lp-usage__item h3 {
        font-size: 17px;
    }

    .lp-usage__item p {
        font-size: 13px;
    }

    .lp-usage__footer .btn-dark {
        padding: 14.5px 37px;
        font-size: 15px;
    }
    
    html[lang="de-DE"] .lp-usage__footer .btn-dark {
        padding: 14.5px 20px;
        font-size: 12px;
    }

    .lp-usage__item,
    html[lang^='fr'] .lp-usage__item {
        min-height: auto;
        height: auto;
    }

    .lp-usage__item.lp-usage__b h3 {
        font-size: 17px;
        max-width: 152px;
    }

    .lp-energy {
        aspect-ratio: 1 / 1.3;
    }

    .lp-energy__content {
        border-radius: 20px;
        bottom: -204px !important;
    }
    
    .lp-energy__bg {
        border-radius: 0 0 30px 30px;
    }

    .lp-help__image {
        height: 260px !important;
        border-radius: 20px;
    }

    .lp-reviews__image img,
    .lp-help__image img {
        object-fit: cover;
        height: 100%;
    }

    .lp-reviews__content h2 strong {
        display: block;
    }

    .lp-reviews__content .section-title {
        margin-bottom: 15px;
    }
    
    html[lang="de-DE"] .lp-reviews__content h2 {
        font-size: 22px !important;
        white-space: nowrap;
    }
    
    html[lang="de-DE"] .lp-reviews__content h2 strong {
        display: inline;
    }

    .lp-reviews__content .lp-section__text {
        max-width: 260px;
        margin: 0 auto;
    }

    .lp-reviews__content .btn {
        margin: 18px 0 0;
        padding: 14.5px 71px;
        font-size: 15px;
        width: 100%;
    }

    .lp-reviews__image {
        border-radius: 20px;
        height: 240px;
    }
}

@media (max-width: 410px) {
    .lp-hero__bg img {
        height: auto;
    }

    .lp-usage__intro {
        padding: 0 !important;
        max-width: 301px;
        margin: 0 auto;
    }
}

/* ---------------------------------------------------
   Horizontal product slider card
   --------------------------------------------------- */
 
.xproducts-h {
    position: relative;
}
 
.xproducts-h .swiper-slide {
    height: auto;
}
 
.xproducts-h__card {
    display: flex;
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
}
 
/* Left: image */
.xproducts-h__media {
    position: relative;
    flex: 0 0 180px;
    width: 180px;
}
 
.xproducts-h__image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    border-radius: 26px;
}
 
.xproducts-h__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 
.xproducts-h__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 2;
    background: #E8623D;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}
 
/* Right: content */
.xproducts-h__body {
    display: flex;
    flex-direction: column;
    padding: 25px 20px 26px 58px;
    margin: 13px 0;
    margin-left: -33px;
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    border: 1px solid var(--delider);
    border-radius: 0 20px 20px 0;
    box-shadow: 0 6px 24px 0 rgba(103, 111, 123, 0.06);
    background: var(--white-100);
}

.xproducts-h .yith-add-to-wishlist-button-block {
    position: absolute;
    top: 8px;
    right: 15px;
}
 
.xproducts-h .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    border: 1px solid var(--delider);
    border-radius: 100px;
    padding: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
}
 
.xproducts-h__title {
    margin: 0 0 13px;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: var(--black-blue);
    max-width: 149px;
}
 
.xproducts-h__rating {
    margin-bottom: 13px;
}
 
.xproducts-h__no-reviews {
    margin-bottom: 13px;
    font-size: 12px;
    color: #8A94A6;
}
 
.xproducts-h__reviews-link {
    color: #8A94A6;
    text-decoration: none;
}

.xproducts-h__footer {
    margin-top: auto;
}
 
.xproducts-h .xproducts-h__price span {
    margin: 0 0 13px;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 120%;
    color: var(--black-blue);
}
 
.xproducts-h__footer .add_to_cart_button,
.xproducts-h__footer .ajax_add_to_cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13.5px 63px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 120%;
    height: auto;
    min-width: 200px;
}
 
.xproducts-h .sliderst-nav-prev {
    left: -55px !important;
    transform: translateY(50%);
}
 
.xproducts-h .sliderst-nav-next {
    right: -55px !important;
    transform: translateY(50%);
}

@media (max-width: 1020px) {
    
    .xproducts-h__body {
        padding: 20px 22px 20px 58px;
        margin-left: -42px;
    }
 
    .xproducts-h__media {
        flex-basis: 168px;
        width: 168px;
    }
 
    .xproducts-h__title {
        font-size: 14px;
        margin-bottom: 10px;
    }
 
    .xproducts-h__price {
        font-size: 17px;
        margin-bottom: 10px;
    }
 
    .xproducts-h__footer .add_to_cart_button, .xproducts-h__footer .ajax_add_to_cart {
        padding: 10.5px 36px !important;
        font-size: 12px !important;
        min-width: 170px;
    }
    
    .xproducts-h .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
        padding: 8px 8px 7px;
        width: 32px;
        height: 32px;
        align-items: center;
    }
    
    .xproducts-h .sliderst-nav-prev {
        left: -7px !important;
        width: 30px;
        height: 30px;
    }
     
    .xproducts-h .sliderst-nav-next {
        right: -7px !important;
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 460px) {
    .lp-products .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .xproducts-h__media {
        flex-basis: 158px;
        width: 158px;
    }
}
