/* === Страница contatti — изолированные стили === */
.enzimlex-contact-section-shell {
  padding: 60px 20px 80px;
}

.enzimlex-contact-section-shell .enzimlex-article-inner-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.enzimlex-contact-section-shell .enzimlex-contact-page-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.3;
}

.enzimlex-contact-intro-paragraph {
  font-size: 18px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.enzimlex-contact-info-zone {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 12px;
  font-family: 'Roboto', sans-serif;
}

.enzimlex-contact-layout-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  text-align: center;
}

.enzimlex-contact-info-item {
  flex: 1 1 250px;
  min-width: 200px;
}

.enzimlex-contact-icon-symbol {
  font-size: 24px;
  margin-bottom: 12px;
}

.enzimlex-contact-info-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.enzimlex-contact-info-item p {
  margin: 0;
  font-size: 16px;
}

.enzimlex-contact-info-item a {
  text-decoration: none;
}

.enzimlex-contact-info-item a:hover {
  text-decoration: underline;
}

.enzimlex-business-hours-text {
  margin: 4px 0 0;
  font-size: 14px;
}

.enzimlex-legal-notice-box {
  margin-top: 40px;
  padding-top: 30px;
  text-align: center;
}

.enzimlex-legal-notice-box p {
  font-size: 16px;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .enzimlex-contact-section-shell {
    padding: 40px 15px 60px;
  }
  .enzimlex-contact-info-zone {
    padding: 20px 15px;
  }
  .enzimlex-contact-info-item {
    flex: 1 1 100%;
  }
}


/* === Страницы legal (privacy, cookies) === */
.enzimlex-legal-document-shell {
  padding: 60px 20px 80px;
}

.enzimlex-regulatory-text-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 12px;
  line-height: 1.7;
  font-size: 16px;
}

.enzimlex-law-page-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.enzimlex-update-date-meta {
  font-style: italic;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .enzimlex-regulatory-text-wrap {
    padding: 25px 20px;
    font-size: 15px;
  }

  .enzimlex-law-page-heading {
    font-size: 26px;
  }

  .eudalie-cookie-policy-block h2 {
    font-size: 20px;
  }
}




/* === Блог === */
.enzimlex-blog-archive-container {
  padding: 60px 20px 80px;
}

.enzimlex-archive-main-heading {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.enzimlex-posts-grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 32px;
  margin-bottom: 40px;
}

.enzimlex-article-teaser-card {
  border-radius: 12px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.enzimlex-article-teaser-card:hover {
  transform: translateY(-4px);
}

.enzimlex-teaser-title-link {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.enzimlex-teaser-title-link a {
  text-decoration: none;
}

.enzimlex-teaser-title-link a:hover {
  text-decoration: underline;
}

.enzimlex-publish-date-meta {
  font-size: 15px;
  margin: 0 0 14px;
}

.enzimlex-teaser-summary-text {
  line-height: 1.6;
  margin: 0 0 16px;
}

.enzimlex-read-more-action {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.enzimlex-read-more-action:hover {
  text-decoration: underline;
}



/* Обертка для контента статьи */
.enzimlex-article-inner-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* Страница статьи */
.enzimlex-main-layout-shell h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

.enzimlex-post-date-meta {
  font-size: 16px;
  margin-bottom: 24px;
}

.enzimlex-main-layout-shell p {
  margin-bottom: 16px;
  line-height: 1.7;
}

/* Адаптивность */
@media (max-width: 768px) {
  .enzimlex-posts-grid-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .enzimlex-archive-main-heading {
    font-size: 28px;
  }
  .enzimlex-article-inner-wrap {
    padding: 30px 15px;
  }
  .enzimlex-main-layout-shell h1 {
    font-size: 28px;
  }
}




/* ============================================
   ФУТЕР — ОБНОВЛЁННЫЙ ДИЗАЙН
   ============================================ */
.enzimlex-site-footer-section {
    padding: 50px 20px !important;
    margin-top: 80px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    border-top: 1px solid !important;
}

.enzimlex-footer-inner-zone {
    max-width: 1200px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.enzimlex-footer-nav-region {
    margin-bottom: 30px !important;
    text-align: center !important;
}

.enzimlex-footer-link-list {
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 auto !important;
    gap: 40px !important;
    text-align: center !important;
}

.enzimlex-footer-link-item {
    display: inline-block !important;
    margin: 0 !important;
    text-align: center !important;
}

.enzimlex-footer-anchor-tag {
    display: inline-block !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    -webkit-transition: all 0.2s ease !important;
    -o-transition: all 0.2s ease !important;
    transition: all 0.2s ease !important;
    padding: 5px 0 !important;
}

.enzimlex-footer-anchor-tag:hover {
    text-decoration: none !important;
    -webkit-transform: translateY(-2px) !important;
    -ms-transform: translateY(-2px) !important;
    transform: translateY(-2px) !important;
}

/* Разделитель между пунктами меню */
.enzimlex-footer-link-item:not(:last-child)::after {
    content: '•' !important;
    margin-left: 40px !important;
    font-size: 12px !important;
}

/* Копирайт */
.enzimlex-copyright-notice-paragraph {
    font-size: 14px !important;
    margin: 0 !important;
    font-family: "Raleway", Arial, sans-serif !important;
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid !important;
}

/* ============================================
   АДАПТИВНОСТЬ
   ============================================ */
@media screen and (max-width: 768px) {
    .enzimlex-site-footer-section {
        padding: 40px 15px !important;
        margin-top: 60px !important;
    }

    .enzimlex-footer-link-list {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .enzimlex-footer-link-item:not(:last-child)::after {
        display: none !important;
    }

    .enzimlex-copyright-notice-paragraph {
        font-size: 13px !important;
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-site-footer-section {
        padding: 30px 12px !important;
    }

    .enzimlex-footer-anchor-tag {
        font-size: 14px !important;
    }
}



.hreflang-section {
  width: 100%;
  margin: 15px 0;
}
.hreflang-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.hreflang-list li a {
  padding: 4px 8px;
  border: 1px solid;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.hreflang-list li.active a {
  border-color: ;
  font-weight: bold;
}



/* === Хедер (меню) === */
.enzimlex-primary-nav-bar {
    padding: 8px 2% !important;
    border-bottom: 1px solid !important;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 55px;
    position: relative;
}

.enzimlex-header-inner-shell {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.enzimlex-top-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
}

.enzimlex-top-link-item {
    display: flex;
    align-items: center;
}

.enzimlex-logo-container-item {
    margin-right: 40px;
    padding-right: 40px;
    border-right: 1px solid;
}

.enzimlex-top-link-item.enzimlex-logo-container-item .enzimlex-logo-home-link {
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.enzimlex-top-link-item.enzimlex-logo-container-item .enzimlex-logo-home-link .enzimlex-official-badge-label {
    margin-top: 8px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-transform: lowercase;
}

.enzimlex-top-link-item:not(.enzimlex-logo-container-item):not(:last-child) {
    border-right: 1px solid;
    margin-right: 35px;
    padding-right: 35px;
}

.enzimlex-top-link-item:not(.enzimlex-logo-container-item) .enzimlex-nav-anchor-link {
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Raleway", Arial, sans-serif !important;
    padding: 8px 0;
    transition: all 0.2s ease;
}

.enzimlex-top-link-item:not(.enzimlex-logo-container-item) .enzimlex-nav-anchor-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.enzimlex-mobile-nav-trigger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}
.enzimlex-mobile-nav-trigger span {
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.enzimlex-mobile-nav-trigger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.enzimlex-mobile-nav-trigger.active span:nth-child(2) {
    opacity: 0;
}
.enzimlex-mobile-nav-trigger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 992px) {
    .enzimlex-primary-nav-bar {
        padding: 10px 5%;
        min-height: 50px;
    }

    .enzimlex-header-inner-shell {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center;
        position: relative;
    }

    .enzimlex-logo-container-item {
        order: 1;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }

    .enzimlex-top-link-list {
        order: 2;
        display: none !important;
        flex-direction: column;
        width: 280px;
        max-width: 85vw;
        margin: 0;
        padding: 0;
        border: 1px solid;
        border-radius: 0 0 0 12px;
        position: absolute;
        top: 100%;
        right: 0;
        left: auto !important;
        z-index: 99;
    }

    .enzimlex-top-link-list.active {
        display: flex !important;
        animation: slideFromRight 0.25s ease;
    }

    @keyframes slideFromRight {
        from {
            opacity: 0;
            transform: translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .enzimlex-mobile-nav-trigger {
        display: flex !important;
        order: 3;
        position: relative;
        z-index: 101;
        margin-left: auto;
    }

    .enzimlex-top-link-item {
        width: 100%;
        justify-content: center !important;
        padding: 0;
        border-right: 0 !important;
        margin-right: 0 !important;
        padding-right: 0 !important;
    }

    .enzimlex-logo-container-item {
        order: 1;
        justify-content: center !important;
        padding: 15px 20px 20px;
        border-bottom: 1px solid;
        margin-bottom: 5px;
    }

    .enzimlex-top-link-item.enzimlex-logo-container-item .enzimlex-logo-home-link {
        font-size: 20px;
        align-items: center !important;
        width: 100%;
        text-align: center;
    }

    .enzimlex-top-link-item.enzimlex-logo-container-item .enzimlex-logo-home-link .enzimlex-official-badge-label {
        font-size: 13px;
        text-align: center;
        margin-top: 5px;
    }

    .enzimlex-top-link-item:not(.enzimlex-logo-container-item) {
        order: 2;
        padding: 0 20px;
        border-bottom: 1px solid;
    }

    .enzimlex-top-link-item:not(.enzimlex-logo-container-item):last-child {
        border-bottom: 0;
    }

    .enzimlex-top-link-item:not(.enzimlex-logo-container-item) .enzimlex-nav-anchor-link {
        font-size: 16px;
        padding: 14px 0;
        width: 100%;
        text-align: center !important;
        justify-content: center !important;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-top-link-item.enzimlex-logo-container-item .enzimlex-logo-home-link {
        font-size: 18px !important;
    }
    .enzimlex-top-link-item:not(.enzimlex-logo-container-item) .enzimlex-nav-anchor-link {
        font-size: 15px !important;
    }
    .enzimlex-top-link-list {
        width: 240px;
    }
}




/* ============================================
   СЕКЦИЯ "HOW NEOFLOMAX WORKS"
   ============================================ */
.enzimlex-mechanism-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-mechanism-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-mechanism-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-mechanism-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-mechanism-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-mechanism-intro-container {
    max-width: 900px;
    margin: 0 auto 50px;
}

.enzimlex-mechanism-intro-paragraph {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-action-process-block,
.enzimlex-benefits-display-block {
    max-width: 1200px;
    margin: 0 auto 60px;
}

.enzimlex-block-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-cards-layout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

.enzimlex-info-card {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 25px;
    width: 280px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.enzimlex-info-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.enzimlex-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-info-card:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.enzimlex-card-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.enzimlex-icon-svg {
    width: 100%;
    height: 100%;
}

.enzimlex-card-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 1190px) {
    .enzimlex-info-card {
        width: 100%;
        max-width: 320px;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-mechanism-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-mechanism-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .enzimlex-mechanism-heading::after {
        width: 60px;
    }

    .enzimlex-mechanism-intro-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .enzimlex-block-heading {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .enzimlex-info-card {
        padding: 30px 20px;
        width: 100%;
        max-width: 350px;
    }

    .enzimlex-card-icon {
        width: 75px;
        height: 75px;
    }

    .enzimlex-card-description {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-mechanism-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-mechanism-heading {
        font-size: 30px;
        line-height: 36px;
    }
}





/* ============================================
   СЕКЦИЯ "WHAT IS NEOFLOMAX?" — ОПИСАНИЕ ПРОДУКТА
   ============================================ */
.enzimlex-product-overview-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-overview-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-product-overview-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-overview-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-overview-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-overview-subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-intro-text-container {
    max-width: 900px;
    margin: 0 auto 50px;
}

.enzimlex-intro-paragraph {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-features-block,
.enzimlex-usage-reasons-block {
    max-width: 900px;
    margin: 0 auto 50px;
}

.enzimlex-block-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.enzimlex-feature-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.enzimlex-feature-list li:last-child {
    margin-bottom: 0;
}

.enzimlex-list-bullet-icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 24px;
    height: 24px;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

.enzimlex-list-item-description {
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .enzimlex-product-overview-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-overview-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-overview-heading::after {
        width: 60px;
    }

    .enzimlex-overview-subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .enzimlex-intro-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .enzimlex-block-heading {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .enzimlex-feature-list li {
        padding-left: 35px;
        margin-bottom: 15px;
    }

    .enzimlex-list-bullet-icon {
        width: 20px;
        height: 20px;
        top: 3px;
    }

    .enzimlex-list-item-description {
        font-size: 18px;
        line-height: 26px;
    }

    .enzimlex-overview-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-overview-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-overview-subtitle {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   СЕКЦИЯ COMPOSITION — УНИКАЛЬНЫЕ КЛАССЫ
   ============================================ */
.enzimlex-ingredients-overview-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-ingredients-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-ingredients-overview-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-ingredients-primary-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-ingredients-primary-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-ingredients-secondary-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-ingredients-intro-container {
    max-width: 900px;
    margin: 0 auto 60px;
}

.enzimlex-ingredients-intro-paragraph {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-ingredients-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
}

.enzimlex-ingredient-entry-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.enzimlex-ingredient-row-flipped {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.enzimlex-ingredient-image-frame {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    position: relative;
}

.enzimlex-ingredient-visual {
    width: 500px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.enzimlex-ingredient-details-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.enzimlex-ingredient-name-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 25px;
    font-family: "Raleway", Arial, sans-serif;
    width: 100%;
}

.enzimlex-ingredient-description-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.enzimlex-ingredient-description-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-ingredient-description-text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1190px) {
    .enzimlex-ingredient-image-frame {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }

    .enzimlex-ingredient-visual {
        width: 400px;
        height: 400px;
    }
}

@media screen and (max-width: 992px) {
    .enzimlex-ingredient-entry-row,
    .enzimlex-ingredient-row-flipped {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .enzimlex-ingredient-image-frame {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .enzimlex-ingredient-visual {
        width: 400px;
        height: 400px;
        margin: 0 auto;
        display: block;
    }

    .enzimlex-ingredient-details-content {
        width: 100%;
        text-align: center;
    }

    .enzimlex-ingredient-name-heading {
        text-align: center;
    }

    .enzimlex-ingredient-description-text {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-ingredients-overview-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-ingredients-primary-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-ingredients-primary-title::after {
        width: 60px;
    }

    .enzimlex-ingredients-secondary-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .enzimlex-ingredients-intro-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .enzimlex-ingredients-list-wrapper {
        gap: 50px;
    }

    .enzimlex-ingredient-image-frame {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
        margin: 0 auto 30px;
    }

    .enzimlex-ingredient-visual {
        width: 350px;
        height: 350px;
        margin: 0 auto;
        display: block;
    }

    .enzimlex-ingredient-name-heading {
        font-size: 26px;
        line-height: 32px;
        text-align: center;
    }

    .enzimlex-ingredient-description-text p {
        font-size: 17px;
        line-height: 26px;
        text-align: center;
    }

    .enzimlex-ingredients-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-ingredients-primary-title {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-ingredients-secondary-title {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-ingredient-image-frame {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
        margin: 0 auto 25px;
    }

    .enzimlex-ingredient-visual {
        width: 320px;
        height: 320px;
        margin: 0 auto;
        display: block;
    }

    .enzimlex-ingredient-name-heading {
        font-size: 24px;
        line-height: 30px;
    }

    .enzimlex-ingredient-description-text p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 400px) {
    .enzimlex-ingredient-image-frame {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }

    .enzimlex-ingredient-visual {
        width: 280px;
        height: 280px;
    }
}


/* ============================================
   СЕКЦИЯ "PACKAGE LEAFLET" — ИНФОРМАЦИЯ ДЛЯ ПАЦИЕНТА
   ============================================ */
.enzimlex-leaflet-doc-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-leaflet-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-leaflet-doc-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-leaflet-primary-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-leaflet-primary-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-leaflet-secondary-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-leaflet-info-panel {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid;
}

.enzimlex-leaflet-info-panel:last-child {
    margin-bottom: 0;
}

.enzimlex-leaflet-panel-heading {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-leaflet-panel-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .enzimlex-leaflet-doc-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-leaflet-primary-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-leaflet-primary-title::after {
        width: 60px;
    }

    .enzimlex-leaflet-secondary-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .enzimlex-leaflet-info-panel {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .enzimlex-leaflet-panel-heading {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .enzimlex-leaflet-panel-content {
        font-size: 17px;
        line-height: 26px;
    }

    .enzimlex-leaflet-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-leaflet-primary-title {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-leaflet-secondary-title {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
СЕКЦИЯ "RECENSIONI DEI CLIENTI" — ОБНОВЛЁННЫЙ ДИЗАЙН
============================================ */
.enzimlex-testimonials-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-testimonials-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-testimonials-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-testimonials-primary-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-testimonials-primary-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

/* Сетка отзывов: 3 колонки на десктопе */
.enzimlex-testimonials-grid-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 50px;
}

/* Карточка отзыва */
.enzimlex-testimonial-card {
    border: 1px solid;
    border-radius: 15px;
    padding: 30px 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.enzimlex-testimonial-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.enzimlex-testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c70000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-testimonial-card:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* Шапка карточки: аватар + инфо */
.enzimlex-testimonial-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.enzimlex-reviewer-avatar-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.enzimlex-reviewer-avatar-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enzimlex-testimonial-card:hover .enzimlex-reviewer-avatar-img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.22);
}

.enzimlex-reviewer-identity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.enzimlex-reviewer-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.enzimlex-reviewer-location {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.7;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-purchase-verification-badge {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #27ae60;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-reviewer-age-indicator {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    opacity: 0.6;
    font-family: "Raleway", Arial, sans-serif;
}

/* Текст отзыва */
.enzimlex-testimonial-card-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

.enzimlex-review-commentary {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

/* Звёзды рейтинга */
.enzimlex-review-rating-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}

.enzimlex-rating-star-icon {
    font-size: 20px;
    line-height: 1;
}

.enzimlex-star-filled {
    color: #FFC107;
}

.enzimlex-star-empty {
    color: #ddd;
}

/* Агрегированный рейтинг */
.enzimlex-aggregate-rating-visual {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-aggregate-stars {
    color: #FFC107;
    font-size: 24px;
}

.enzimlex-aggregate-count {
    opacity: 0.6;
}

/* Кнопка "Загрузить ещё" */
.enzimlex-reviews-load-more-container {
    text-align: center;
    margin-top: 40px;
}

.enzimlex-reviews-load-more-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    padding: 16px 40px;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 2px solid;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-reviews-load-more-btn:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.enzimlex-btn-arrow-icon {
    font-size: 20px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-reviews-load-more-btn:hover .enzimlex-btn-arrow-icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

/* ============================================
АДАПТИВНОСТЬ ОТЗЫВОВ
============================================ */
@media screen and (max-width: 1190px) {
    .enzimlex-testimonials-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-testimonials-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-testimonials-primary-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .enzimlex-testimonials-primary-title::after {
        width: 60px;
    }

    .enzimlex-testimonials-grid-layout {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .enzimlex-testimonial-card {
        padding: 25px 20px;
    }

    .enzimlex-reviewer-avatar-img {
        width: 50px;
        height: 50px;
    }

    .enzimlex-reviewer-name {
        font-size: 16px;
        line-height: 21px;
    }

    .enzimlex-review-commentary {
        font-size: 15px;
        line-height: 24px;
    }

    .enzimlex-reviews-load-more-btn {
        font-size: 16px;
        padding: 14px 30px;
    }

    .enzimlex-testimonials-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-testimonials-primary-title {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-testimonial-card {
        padding: 20px 15px;
    }

    .enzimlex-reviewer-avatar-img {
        width: 45px;
        height: 45px;
    }

    .enzimlex-reviewer-name {
        font-size: 15px;
        line-height: 20px;
    }

    .enzimlex-reviewer-location {
        font-size: 13px;
    }

    .enzimlex-purchase-verification-badge {
        font-size: 11px;
    }

    .enzimlex-review-commentary {
        font-size: 14px;
        line-height: 22px;
    }

    .enzimlex-rating-star-icon {
        font-size: 18px;
    }

    .enzimlex-reviews-load-more-btn {
        font-size: 15px;
        padding: 12px 25px;
    }
}


/* ============================================
   СЕКЦИЯ "FAQ" — ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ
   ============================================ */
.enzimlex-faq-accordion-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-faq-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-faq-accordion-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-faq-primary-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-faq-primary-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-faq-secondary-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-faq-accordion-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.enzimlex-faq-accordion-item {
    border: 1px solid;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enzimlex-faq-accordion-item summary::-webkit-details-marker {
    display: none;
}

.enzimlex-faq-question-trigger {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    padding: 20px 25px;
    cursor: pointer;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Raleway", Arial, sans-serif;
    -webkit-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease;
}

.enzimlex-faq-toggle-indicator {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 15px;
}

.enzimlex-faq-toggle-indicator::before,
.enzimlex-faq-toggle-indicator::after {
    content: '';
    position: absolute;
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-faq-toggle-indicator::before {
    width: 16px;
    height: 3px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.enzimlex-faq-toggle-indicator::after {
    width: 3px;
    height: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.enzimlex-faq-accordion-item[open] .enzimlex-faq-toggle-indicator::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.enzimlex-faq-answer-content {
    padding: 0 25px 20px;
    border-top: 1px solid;
}

.enzimlex-faq-answer-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 0;
    padding-top: 15px;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 768px) {
    .enzimlex-faq-accordion-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-faq-primary-title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-faq-primary-title::after {
        width: 60px;
    }

    .enzimlex-faq-secondary-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .enzimlex-faq-question-trigger {
        font-size: 18px;
        line-height: 26px;
        padding: 18px 20px;
    }

    .enzimlex-faq-answer-content p {
        font-size: 17px;
        line-height: 26px;
        padding-top: 12px;
    }

    .enzimlex-faq-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-faq-primary-title {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-faq-secondary-title {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-faq-question-trigger {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 18px;
    }

    .enzimlex-faq-answer-content p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ============================================
   СЕКЦИЯ "WHERE TO BUY" — ГДЕ КУПИТЬ
   ============================================ */
.enzimlex-purchase-info-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-purchase-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-purchase-info-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-purchase-primary-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.enzimlex-purchase-primary-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-purchase-intro-container {
    max-width: 900px;
    margin: 0 auto 50px;
}

.enzimlex-purchase-intro-paragraph {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-purchase-benefits-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto 50px;
}

.enzimlex-purchase-benefit-card {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 25px;
    width: 100%;
    max-width: 340px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.enzimlex-purchase-benefit-card::before {
    content: attr(data-num);
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-purchase-benefit-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.enzimlex-benefit-card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.enzimlex-benefit-card-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    position: relative;
    z-index: 1;
}

.enzimlex-purchase-alert-box {
    max-width: 900px;
    margin: 0 auto 40px;
    padding: 25px 30px;
    border-left: 4px solid;
    border-radius: 8px;
}

.enzimlex-purchase-alert-message {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

@media screen and (max-width: 992px) {
    .enzimlex-purchase-benefits-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .enzimlex-purchase-benefit-card {
        max-width: 400px;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-purchase-info-section {
        padding: 50px 15px;
        margin-bottom: 60px;
    }

    .enzimlex-purchase-primary-title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .enzimlex-purchase-primary-title::after {
        width: 60px;
    }

    .enzimlex-purchase-intro-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .enzimlex-purchase-benefit-card {
        padding: 25px 20px;
    }

    .enzimlex-benefit-card-title {
        font-size: 20px;
        line-height: 25px;
    }

    .enzimlex-benefit-card-description {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-purchase-alert-box {
        padding: 20px;
    }

    .enzimlex-purchase-alert-message {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-purchase-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-purchase-primary-title {
        font-size: 26px;
        line-height: 34px;
    }

    .enzimlex-purchase-intro-paragraph {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-purchase-benefit-card::before {
        font-size: 36px;
    }
}




/* ============================================
   ЭЛЕМЕНТЫ ДОВЕРИЯ — КОМПАКТНЫЕ, БЕЗ РАМОК
   ============================================ */
.enzimlex-trust-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 12px 0 8px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.enzimlex-trust-badge {
    font-weight: 500;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
    white-space: nowrap;
}

.enzimlex-trust-separator {
    font-size: 12px;
}

@media screen and (max-width: 480px) {
    .enzimlex-trust-indicators {
        gap: 6px;
    }

    .enzimlex-trust-badge {
        font-size: 12px;
    }
}

/* ============================================
   ЦВЕТ КНОПКИ ЗАКАЗА
   ============================================ */
.enzimlex-action-button-primary {
    width: 100%;
    padding: 16px 25px;
    font-weight: 700;
    font-size: 18px;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Raleway", Arial, sans-serif;
    margin-top: 10px;
}

.enzimlex-action-button-primary:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* ============================================
   СТРАНИЦА ОТЗЫВОВ — NEOFLOMAX
   ============================================ */

.enzimlex-testimonials-page-container {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    min-height: 100vh;
}

.enzimlex-testimonials-page-container .enzimlex-layout-container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.enzimlex-testimonials-page-header {
    text-align: center;
    margin-bottom: 60px;
}

.enzimlex-testimonials-page-main-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-testimonials-introductory-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-testimonials-page-grid-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
}

.enzimlex-testimonial-review-card {
    border: 1px solid;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 380px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enzimlex-testimonial-review-card:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.enzimlex-testimonial-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}

.enzimlex-reviewer-avatar-letter {
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 22px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
}

.enzimlex-reviewer-identity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}

.enzimlex-reviewer-display-name {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-reviewer-age-indicator {
    font-weight: 400;
    font-size: 13px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-purchase-verification-badge {
    font-weight: 500;
    font-size: 12px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-review-rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}

.enzimlex-visual-star-rating {
    font-size: 20px;
    letter-spacing: 2px;
}

.enzimlex-rating-numeric-description {
    font-weight: 400;
    font-size: 14px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-testimonial-body-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    font-style: italic;
}

.enzimlex-return-link-wrapper {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid;
}

.enzimlex-return-to-order-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 35px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-return-to-order-link:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
    .enzimlex-testimonials-page-container {
        padding: 50px 15px;
    }
    
    .enzimlex-testimonials-page-main-title {
        font-size: 32px;
        line-height: 42px;
    }
    
    .enzimlex-testimonials-introductory-text {
        font-size: 16px;
        line-height: 26px;
    }
    
    .enzimlex-testimonial-review-card {
        padding: 25px 20px;
        max-width: 100%;
    }
    
    .enzimlex-reviewer-avatar-letter {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .enzimlex-reviewer-display-name {
        font-size: 16px;
    }
    
    .enzimlex-testimonial-body-content {
        font-size: 15px;
        line-height: 24px;
    }
    
    .enzimlex-return-to-order-link {
        font-size: 15px;
        padding: 12px 30px;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-testimonials-page-main-title {
        font-size: 26px;
        line-height: 36px;
    }
    
    .enzimlex-testimonials-introductory-text {
        font-size: 15px;
        line-height: 24px;
    }
    
    .enzimlex-testimonial-review-card {
        padding: 20px 15px;
    }
    
    .enzimlex-reviewer-avatar-letter {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .enzimlex-visual-star-rating {
        font-size: 18px;
    }
    
    .enzimlex-return-to-order-link {
        font-size: 14px;
        padding: 11px 25px;
    }
}


/* ============================================
СЕКЦИЯ COMPARISON (ЗАМЕНА MECHANISM)
============================================ */
.enzimlex-comparison-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-comparison-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-comparison-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-comparison-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-comparison-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-comparison-display-block {
    max-width: 1200px;
    margin: 0 auto;
}

.enzimlex-comparison-intro {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 45px;
    font-family: "Raleway", Arial, sans-serif;
}

/* Десктоп: flex-контейнер */
.enzimlex-comparison-layout-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
}

/* Карточка — ключевое исправление: box-sizing + min-width: 0 */
.enzimlex-comparison-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 430px;
    min-width: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.enzimlex-comparison-panel:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.enzimlex-comparison-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-comparison-panel:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.enzimlex-comparison-panel-before::before { background: #c70000; }
.enzimlex-comparison-panel-after::before { background: #27ae60; }

.enzimlex-comparison-panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.enzimlex-comparison-panel-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-comparison-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.enzimlex-comparison-mark--no {
    color: #c70000;
    background: rgba(199, 0, 0, 0.08);
}

.enzimlex-comparison-mark--yes {
    color: #27ae60;
    background: rgba(39, 174, 96, 0.08);
}

.enzimlex-comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.enzimlex-comparison-list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-comparison-list li:last-child { margin-bottom: 0; }

.enzimlex-comparison-list li::before {
    position: absolute;
    left: 0;
    top: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 800;
}

.enzimlex-comparison-panel-before .enzimlex-comparison-list li::before {
    content: '✗';
    color: #c70000;
    background: rgba(199, 0, 0, 0.08);
}

.enzimlex-comparison-panel-after .enzimlex-comparison-list li::before {
    content: '✓';
    color: #27ae60;
    background: rgba(39, 174, 96, 0.08);
}

/* VS — центрирование */
.enzimlex-comparison-vs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.enzimlex-comparison-vs span {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 800;
    font-size: 20px;
    font-family: "Raleway", Arial, sans-serif;
}

/* ============================================
АДАПТИВНОСТЬ
============================================ */
@media screen and (max-width: 992px) {
    .enzimlex-comparison-layout-grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
    }

    .enzimlex-comparison-panel {
        max-width: 500px;
        width: 100%;
    }

    .enzimlex-comparison-vs {
        margin: 15px 0;
        -ms-flex-item-align: center;
        align-self: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-comparison-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-comparison-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .enzimlex-comparison-heading::after { width: 60px; }

    .enzimlex-comparison-intro {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    /* Ключевое: убираем фиксированный max-width, карточка = 100% родителя */
    .enzimlex-comparison-panel {
        padding: 25px 20px;
        max-width: 100%;
        width: 100%;
    }

    .enzimlex-comparison-panel-title {
        font-size: 20px;
        line-height: 25px;
    }

    .enzimlex-comparison-list li {
        font-size: 17px;
        line-height: 26px;
        padding-left: 36px;
        margin-bottom: 14px;
    }

    .enzimlex-comparison-list li::before {
        width: 22px;
        height: 22px;
        font-size: 13px;
        top: 3px;
    }

    .enzimlex-comparison-vs span {
        width: 56px;
        height: 56px;
        font-size: 18px;
    }

    .enzimlex-comparison-vs {
        margin: 12px 0;
    }

    .enzimlex-comparison-bg-shape { display: none; }
}

@media screen and (max-width: 480px) {
    .enzimlex-comparison-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-comparison-panel-title {
        font-size: 18px;
        line-height: 23px;
    }

    .enzimlex-comparison-list li {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-comparison-vs span {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .enzimlex-comparison-vs {
        margin: 10px 0;
    }
}


/* Дозировка (мг) — справа от названия, с цветовым акцентом */
.enzimlex-ingredient-dosage {
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    line-height: 42px;
    margin-left: 15px;
    padding: 2px 14px;
    border-radius: 8px;
    background: rgba(199, 0, 0, 0.08);
    color: #c70000;
    font-family: "Raleway", Arial, sans-serif;
    vertical-align: middle;
    white-space: nowrap;
}

@media screen and (max-width: 992px) {
    .enzimlex-ingredient-dosage {
        font-size: 20px;
        line-height: 32px;
        margin-left: 12px;
        padding: 2px 12px;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-ingredient-dosage {
        display: block;
        margin-left: 0;
        margin-top: 8px;
        font-size: 18px;
        line-height: 26px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-ingredient-dosage {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 10px;
    }
}



/* ============================================
СЕКЦИЯ TIMELINE — PERCORSO CON ENZIMLEX
============================================ */
.enzimlex-timeline-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-timeline-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-timeline-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-timeline-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-timeline-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-timeline-subtitle {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-timeline-intro-container {
    max-width: 900px;
    margin: 0 auto 60px;
}

.enzimlex-timeline-intro-paragraph {
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    font-family: "Raleway", Arial, sans-serif;
}

/* Сетка шагов */
.enzimlex-timeline-steps-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.enzimlex-timeline-step-card {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 30px;
    width: 100%;
    max-width: 280px;
    position: relative;
    overflow: visible;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.enzimlex-timeline-step-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Верхняя акцентная линия при ховере */
.enzimlex-timeline-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c70000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-timeline-step-card:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* Иконка-эмодзи */
.enzimlex-timeline-step-icon {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    text-align: center;
}

/* Период (Settimana 1, Mese 1...) */
.enzimlex-timeline-step-period {
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 10px;
    color: #c70000;
    font-family: "Raleway", Arial, sans-serif;
}

/* Заголовок шага */
.enzimlex-timeline-step-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 15px;
    font-family: "Raleway", Arial, sans-serif;
}

/* Текст шага */
.enzimlex-timeline-step-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Коннектор между карточками (стрелка/линия) */
.enzimlex-timeline-connector {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.enzimlex-timeline-connector::after {
    content: '';
    position: absolute;
    right: 0;
    top: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.15);
}

/* ============================================
АДАПТИВНОСТЬ TIMELINE
============================================ */
@media screen and (max-width: 1190px) {
    .enzimlex-timeline-steps-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .enzimlex-timeline-step-card {
        max-width: calc(50% - 15px);
    }

    /* Скрываем коннекторы при переносе на 2 колонки */
    .enzimlex-timeline-connector {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-timeline-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-timeline-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-timeline-heading::after {
        width: 60px;
    }

    .enzimlex-timeline-subtitle {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .enzimlex-timeline-intro-paragraph {
        font-size: 18px;
        line-height: 28px;
    }

    .enzimlex-timeline-steps-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
    }

    .enzimlex-timeline-step-card {
        max-width: 500px;
        padding: 30px 25px;
    }

    .enzimlex-timeline-step-icon {
        font-size: 40px;
    }

    .enzimlex-timeline-step-title {
        font-size: 20px;
        line-height: 25px;
    }

    .enzimlex-timeline-step-text {
        font-size: 16px;
        line-height: 25px;
    }

    .enzimlex-timeline-connector {
        display: none;
    }

    .enzimlex-timeline-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-timeline-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-timeline-step-card {
        padding: 25px 20px;
    }

    .enzimlex-timeline-step-icon {
        font-size: 36px;
    }

    .enzimlex-timeline-step-period {
        font-size: 12px;
    }

    .enzimlex-timeline-step-title {
        font-size: 18px;
        line-height: 23px;
    }

    .enzimlex-timeline-step-text {
        font-size: 15px;
        line-height: 24px;
    }
}


/* ============================================
СЕКЦИЯ "COSA DICONO I NUMERI" — СТАТИСТИКА КЛИЕНТОВ
============================================ */
.enzimlex-stats-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.enzimlex-stats-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-stats-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

.enzimlex-stats-heading {
    font-weight: 700;
    font-size: 60px;
    line-height: 69px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-stats-heading::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto 0;
    border-radius: 2px;
}

.enzimlex-stats-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-family: "Raleway", Arial, sans-serif;
}

/* Сетка статистики: 4 колонки на десктопе */
.enzimlex-stats-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px;
}

/* Карточка статистики */
.enzimlex-stat-card {
    border: 1px solid;
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.enzimlex-stat-card:hover {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.enzimlex-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c70000;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.enzimlex-stat-card:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* Процентное значение */
.enzimlex-stat-percent-value {
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 20px;
    color: #c70000;
    font-family: "Raleway", Arial, sans-serif;
}

/* Описание */
.enzimlex-stat-description-text {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Дисклеймер */
.enzimlex-stats-disclaimer-note {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    opacity: 0.6;
    font-style: italic;
    font-family: "Raleway", Arial, sans-serif;
}

/* ============================================
АДАПТИВНОСТЬ STATS
============================================ */
@media screen and (max-width: 1190px) {
    .enzimlex-stats-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .enzimlex-stats-section {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .enzimlex-stats-heading {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 5px;
    }

    .enzimlex-stats-heading::after {
        width: 60px;
    }

    .enzimlex-stats-subtitle {
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .enzimlex-stats-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .enzimlex-stat-card {
        padding: 30px 20px;
    }

    .enzimlex-stat-percent-value {
        font-size: 48px;
        margin-bottom: 15px;
    }

    .enzimlex-stat-description-text {
        font-size: 16px;
        line-height: 24px;
    }

    .enzimlex-stats-disclaimer-note {
        font-size: 13px;
        line-height: 18px;
    }

    .enzimlex-stats-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-stats-heading {
        font-size: 30px;
        line-height: 36px;
    }

    .enzimlex-stats-subtitle {
        font-size: 15px;
        line-height: 22px;
    }

    .enzimlex-stat-card {
        padding: 25px 18px;
    }

    .enzimlex-stat-percent-value {
        font-size: 42px;
    }

    .enzimlex-stat-description-text {
        font-size: 15px;
        line-height: 23px;
    }

    .enzimlex-stats-disclaimer-note {
        font-size: 12px;
        line-height: 17px;
    }
}



/* ============================================
СЕКЦИЯ "PARERE DELL'AUTORE" — МНЕНИЕ АВТОРА
============================================ */
.enzimlex-author-section {
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.enzimlex-author-bg-shape {
    position: absolute;
    top: -85px;
    right: -196px;
    width: 1242px;
    height: 1434.14px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    z-index: 0;
    pointer-events: none;
}

.enzimlex-author-section .enzimlex-layout-container {
    position: relative;
    z-index: 1;
}

/* Карточка автора */
.enzimlex-author-card {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid;
    border-radius: 15px;
    padding: 50px 45px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.enzimlex-author-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #c70000;
}

/* Шапка: аватар + инфо */
.enzimlex-author-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.enzimlex-author-avatar-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.enzimlex-author-avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.enzimlex-author-identity-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.enzimlex-author-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-author-role {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #c70000;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-author-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    font-family: "Raleway", Arial, sans-serif;
}

/* Заголовок статьи */
.enzimlex-author-article-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: "Raleway", Arial, sans-serif;
}

/* Тело статьи */
.enzimlex-author-article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.enzimlex-author-paragraph-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    font-family: "Raleway", Arial, sans-serif;
}

/* ============================================
АДАПТИВНОСТЬ AUTHOR
============================================ */
@media screen and (max-width: 768px) {
    .enzimlex-author-section {
        padding: 25px 15px;
    }

    .enzimlex-author-card {
        padding: 30px 25px;
    }

    .enzimlex-author-header {
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .enzimlex-author-avatar-img {
        width: 60px;
        height: 60px;
    }

    .enzimlex-author-name {
        font-size: 20px;
        line-height: 26px;
    }

    .enzimlex-author-role {
        font-size: 14px;
        line-height: 20px;
    }

    .enzimlex-author-date {
        font-size: 13px;
    }

    .enzimlex-author-article-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .enzimlex-author-paragraph-text {
        font-size: 16px;
        line-height: 26px;
    }

    .enzimlex-author-bg-shape {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .enzimlex-author-card {
        padding: 25px 20px;
    }

    .enzimlex-author-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .enzimlex-author-identity-block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .enzimlex-author-avatar-img {
        width: 55px;
        height: 55px;
    }

    .enzimlex-author-name {
        font-size: 18px;
        line-height: 24px;
    }

    .enzimlex-author-article-title {
        font-size: 22px;
        line-height: 30px;
    }

    .enzimlex-author-paragraph-text {
        font-size: 15px;
        line-height: 24px;
    }
}

/* ============================================
БЛОК КОНТАКТОВ В ФУТЕРЕ — ЦЕНТРИРОВАНИЕ
============================================ */
.enzimlex-footer-contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
    max-width: 800px;
    margin: 0 auto 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-align: left;
}

.enzimlex-footer-brand-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: left;
}

.enzimlex-footer-brand-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 8px;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-footer-brand-tagline {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 6px;
    opacity: 0.7;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-footer-legal-name {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    opacity: 0.6;
    font-family: "Raleway", Arial, sans-serif;
}

.enzimlex-footer-contact-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.enzimlex-footer-contact-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Raleway", Arial, sans-serif;
    white-space: nowrap;
}

.enzimlex-footer-contact-line a {
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.enzimlex-footer-contact-line a:hover {
    opacity: 0.7;
}

.enzimlex-footer-contact-icon {
    font-size: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 22px;
    text-align: center;
}

/* Адаптивность */
@media screen and (max-width: 768px) {
    .enzimlex-footer-contacts-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 20px;
    }

    .enzimlex-footer-brand-info {
        text-align: center;
    }

    .enzimlex-footer-contact-details {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .enzimlex-footer-contact-line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: normal;
    }
}