* { box-sizing: border-box; margin: 0; padding: 0; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #333;
    background: #fff;
    line-height: 1.6;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #2e7d32; text-decoration: none; transition: color .2s; }
a:hover { color: #1b5e20; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; line-height: 1.25; }
.box-left-v9 { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 1rem; color: #1a1a2e; }
.base-content__fluid { font-size: 1.5rem; font-weight: 700; text-align: center; margin: 2.5rem 0 1.5rem; color: #1a1a2e; }
.mod-holder { text-align: center; max-width: 800px; margin: 0 auto 2.5rem; font-size: 1.05rem; color: #555; }
.content-fixed-v2 { text-align: center; font-size: 1.15rem; font-weight: 700; color: #d32f2f; margin: 2rem 0; padding: 1rem; background: #fff3f3; border-radius: 8px; }
.section__safety { text-align: center; font-size: .95rem; color: #555; margin-top: 2rem; padding: 1rem; background: #e8f5e9; border-radius: 8px; }

/* ===== BUTTONS ===== */
.btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all .25s;
    text-align: center;
    text-decoration: none;
}
.box-center-v9 {
    background: #2e7d32;
    color: #fff;
    padding: 10px 24px;
    font-size: .9rem;
}
.box-center-v9:hover { background: #1b5e20; color: #fff; }
.app-row__body {
    background: linear-gradient(135deg, #ff6f00, #ff8f00);
    color: #fff;
    padding: 16px 32px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .5px;
    box-shadow: 0 4px 15px rgba(255,111,0,.35);
    width: 100%;
}
.app-row__body:hover {
    background: linear-gradient(135deg, #e65100, #ff6f00);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,111,0,.45);
    color: #fff;
}
.page-item {
    background: #1b4957;
    color: #ccc;
    font-size: .8rem;
    padding: 8px 0;
}
.panel-body-v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.ui-card__area {
    background: #2e7d32;
    color: #fff;
    padding: 3px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: .75rem;
}
.site-holder__fluid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.site-holder__fluid span { white-space: nowrap; }
.site-holder__fluid strong { color: #fff; }

/* ===== HEADER ===== */
.header {
    background: #fff;
    border-bottom: 2px solid #e8f5e9;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.main-holder__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    gap: 16px;
    position: relative;
}
.custom-card { display: flex; flex-direction: column; text-decoration: none; }
.ui-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: #2e7d32;
    line-height: 1;
}
.core-inner__right { font-size: .7rem; color: #888; }
.block-bottom-v9 { display: flex; gap: 16px; }
.header__nav-link {
    font-size: .85rem;
    font-weight: 500;
    color: #333;
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    transition: all .2s;
}
.header__nav-link:hover { color: #2e7d32; border-bottom-color: #2e7d32; }
.view-top-v9 { white-space: nowrap; }
.ui-box {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}
.ui-box span {
    width: 24px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all .3s;
}

.header-body-v9 {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 50%, #fff 100%);
    padding: 3rem 0 0;
}
.custom-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}
.wrapper-top-v8 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.panel-fluid-box {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.ui-container {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
    padding: 8px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 1.5rem;
}
.mod-section__left {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mod-section__left li {
    position: relative;
    padding-left: 28px;
    font-size: .95rem;
}
.mod-section__left li::before {
    content: none;
    display: none;
}

.hero__benefit-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}

.mod-section__left li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 18px;
}

.grid-card {
    width: fit-content;
    max-width: 100%;
    margin-top: 16px;
    padding: 10px 14px;
    border: 1px solid #d7a23a;
    border-radius: 8px;
    background: #fff8e8;
    color: #633f00;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
}
.page-box__bottom { display: flex; flex-direction: column; align-items: center; }
.grid-element__bottom {
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,.15));
}
.base-panel {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,.1);
    width: 100%;
    max-width: 420px;
}
.hero__timer-wrap { text-align: center; margin-bottom: 1rem; }
.hero__timer-label { font-size: .85rem; color: #666; display: block; margin-bottom: 6px; }
.timer { display: flex; justify-content: center; align-items: center; gap: 4px; }
.timer__block { text-align: center; }
.timer__num {
    display: block;
    background: #d32f2f;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    padding: 6px 12px;
    border-radius: 6px;
    min-width: 48px;
}
.timer__label { font-size: .7rem; color: #888; }
.timer__sep { font-size: 1.5rem; font-weight: 700; color: #d32f2f; }
.hero__stock {
    text-align: center;
    font-size: .9rem;
    color: #d32f2f;
    margin-bottom: .8rem;
}
.hero__price { text-align: center; margin-bottom: .5rem; }
.hero__price-old {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
    margin-right: 12px;
}
.hero__price-new {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    color: #d32f2f;
}
.hero__price-note { display: block; text-align: center; color: #888; font-size: .75rem; margin-bottom: 1rem; }
.hero__consent { font-size: .7rem; color: #999; text-align: center; margin-top: .5rem; }
.hero__consent a { color: #2e7d32; }
.hero__consent a { 
    text-decoration-line: underline;
    text-underline-offset: 0.12em;
    text-decoration-thickness: 0.09em;
}

.card-top-v2 {
    background: #fff;
    padding: 1.5rem 0;
    margin-top: 2rem;
    border-top: 1px solid #e0e0e0;
}
.box-fixed-v5 { display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.grid-container__center {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .9rem;
    font-weight: 600;
    color: #333;
}
.grid-container__center img { width: 50px; height: 50px; }

.order-form { display: flex; flex-direction: column; gap: 10px; }
.order-form--inline {
    flex-direction: row;
    max-width: 700px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.order-form__field {
    flex: 1;
    min-width: 200px;
}
.order-form__input, .order-form__select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: .95rem;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s;
}
.order-form__input:focus, .order-form__select:focus {
    outline: none;
    border-color: #2e7d32;
    box-shadow: 0 0 0 3px rgba(46,125,50,.1);
}
.phone-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.phone-input-flag {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
    letter-spacing: -1px;
}
.order-form__input--phone {
    padding-left: 58px !important;
}
.order-form__checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .8rem;
    color: #666;
}
.order-form__checkbox input {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #2e7d32;
}
.order-form__checkbox a { color: #2e7d32; }
.order-form__submit {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #ff6f00, #ff8f00);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all .3s;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.order-form__submit:hover {
    background: linear-gradient(135deg, #e65100, #ff6f00);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,111,0,.45);
}

.block-left-v9 {
    padding: 3rem 0;
}
.container-left-v7 {
    background: #f9f9f9;
}
.block-fixed-panel {
    background: #fff;
}
.section--composition {
    background: #f9f9f9;
}
.row-area-holder {
    background: #e8f5e9;
}
.section--instructions {
    background: #fff;
}
.section--comparison {
    background: #f9f9f9;
}
.card-bottom-v4 {
    background: #fff;
}
.base-element {
    background: #f9f9f9;
}
.item-fluid-view {
    background: linear-gradient(180deg, #f8faf8 0%, #f5f8f4 100%);
}
.item-fluid-view .container {
    max-width: 1180px;
}
.base-block {
    background: #fff;
}
.grid-box__body {
    background: #f9f9f9;
}

.container-fluid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.symptom-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #d32f2f;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
}
.symptom-card:hover {
    box-shadow: 0 4px 16px rgba(211,47,47,.15);
    transform: translateY(-4px);
}
.mod-header {
    font-size: 2rem;
    margin-bottom: .5rem;
}
.symptom-card__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1rem;
}
.symptom-card__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.5;
}

.mechanism-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.mechanism-step {
    text-align: center;
    position: relative;
}
.mechanism-step::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 100%;
    width: 100%;
    height: 2px;
    background: #2e7d32;
}
.mechanism-step:last-child::after {
    display: none;
}
.mechanism-step__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.mechanism-step__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}
.mechanism-step__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.composition-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.ingredient-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
}
.ingredient-card:hover {
    box-shadow: 0 8px 24px rgba(46,125,50,.12);
    transform: translateY(-4px);
}
.ingredient-card__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.05rem;
}
.ingredient-card__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.expert-quote {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-left: 5px solid #2e7d32;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.expert-quote__text {
    font-size: 1.1rem;
    color: #333;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}
.expert-quote__author {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.expert-quote__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}
.expert-quote__info h4 {
    font-size: .95rem;
    color: #1a1a2e;
    margin-bottom: .2rem;
}
.expert-quote__info p {
    font-size: .85rem;
    color: #666;
}

.instructions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.instruction-box {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 12px;
    border-top: 4px solid #2e7d32;
}
.instruction-box__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    font-size: 1.05rem;
}
.instruction-box__content {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}
.instruction-box__content ul {
    list-style: none;
    margin-top: .5rem;
}
.instruction-box__content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: .5rem;
}
'\\2022';
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: 700;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    border-radius: 8px;
    overflow: hidden;
}
.comparison-table th {
    background: #2e7d32;
    color: #fff;
    padding: 1rem;
    text-align: left;
    font-weight: 700;
    font-size: .95rem;
}
.comparison-table td {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: .9rem;
}
.comparison-table tr:hover {
    background: #f5f5f5;
}
.comparison-table tr:last-child td {
    border-bottom: none;
}

.base-block__left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    margin-top: 2rem;
}
.custom-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.cert-stat {
    background: #e8f5e9;
    padding: 1.5rem;
    border-radius: 12px;
    text-align: center;
}
.cert-stat__number {
    font-size: 2.2rem;
    font-weight: 900;
    color: #2e7d32;
    margin-bottom: .5rem;
}
.row-area-v4 {
    font-size: .9rem;
    color: #666;
    line-height: 1.4;
    display: block;
    width: 100%;
    margin-top: .55rem;
}
.cert-image {
    text-align: center;
}
.element-area-v9 {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.cert-image__caption {
    font-size: .85rem;
    color: #666;
    margin-top: 1rem;
}
.ui-item__fluid {
    background: #fff3f3;
    border: 1px solid #ffcdd2;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 2rem;
    color: #c62828;
    font-size: .9rem;
    line-height: 1.6;
}

.header-body-container {
    display: none;
}
.reviews-grid.reviews-grid--expanded .header-body-container {
    display: block;
}
.holder-fluid-v5 {
    text-align: center;
    margin-top: 2rem;
}
.content-bottom-v1 {
    display: inline-block;
    background: #fff;
    color: #2e7d32;
    border: 2px solid #2e7d32;
    padding: 14px 40px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
}
.content-bottom-v1:hover {
    background: #2e7d32;
    color: #fff;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.review-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
}
.review-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    transform: translateY(-4px);
}
.review-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.review-card__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.review-card__author {
    flex: 1;
}
.container-fluid-v1 {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .2rem;
    font-size: .95rem;
}
.review-card__rating {
    color: #ff9800;
    font-size: .85rem;
}
.core-wrapper {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}


.item-fluid-row {
    max-width: 800px;
    margin: 2rem auto;
}
.faq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.faq-item__header {
    padding: 1.5rem;
    background: #f9f9f9;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .2s;
    user-select: none;
}
.faq-item__header:hover {
    background: #f0f0f0;
}
.faq-item__title {
    font-weight: 700;
    color: #1a1a2e;
    font-size: .95rem;
}
.faq-item__toggle {
    font-size: 1.5rem;
    color: #2e7d32;
    transition: transform .3s;
}
.faq-item.active .faq-item__toggle {
    transform: rotate(180deg);
}
.faq-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}
.faq-item.active .faq-item__content {
    max-height: 500px;
}
.faq-item__text {
    padding: 1.5rem;
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.view-top-wrapper {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 1.5rem;
    margin-top: 2rem;
    align-items: center;
}
.delivery-step {
    text-align: center;
    position: relative;
}
.delivery-step::after {
    display: none;
}
.delivery-step:last-child::after {
    display: none;
}
.custom-block__area {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.delivery-step__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.05rem;
}
.delivery-step__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.ui-header__left {
    background: #1b4957;
    color: #ccc;
    padding: 2.5rem 0 1.5rem;
    font-size: .85rem;
    margin-top: 3rem;
}
.ui-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
    margin-bottom: 1.5rem;
}
.inner-right-v3 {}
.ui-inner__right {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 .8rem;
}
.box-right-v7 {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.container-area-card {
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 6px;
    padding: .8rem 1rem;
    color: #ccc;
    line-height: 1.6;
}
.container-area-card p {
    margin: 0;
}
.block-active-content {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}
.holder-right-holder {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 .4rem;
}
.main-row__left {
    color: #aaa;
    text-decoration: none;
    transition: color .2s;
}
.main-row__left:hover {
    color: #fff;
}
.row-body-view .mod-inner {
    color: #aaa;
    line-height: 1.5;
}
.row-body-view .panel-left-v8 {
    color: #ccc;
    margin: 0;
}
.row-active-wrapper {
    color: #ccc;
    margin: 0;
}
.row-active-wrapper a {
    color: #ccc;
    text-decoration: none;
    transition: color .2s;
}
.row-active-wrapper a:hover {
    color: #fff;
}
.app-block__fixed {
    display: inline-block;
    margin-top: .5rem;
    padding: .5rem 1.2rem;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: background .2s, color .2s;
    font-size: .85rem;
}
.app-block__fixed:hover {
    background: #fff;
    color: #1a1a2e;
}
.mod-wrapper__area {
    display: flex;
    justify-content: center;
    gap: 3rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.15);
    margin-bottom: 1.5rem;
}
.mod-wrapper__area a {
    color: #aaa;
    text-decoration: underline;
    transition: color .2s;
}
.mod-wrapper__area a:hover {
    color: #fff;
}
.core-row__top {
    text-align: center;
}
.panel-left-box {
    color: #aaa;
    margin-bottom: 1rem;
}
.custom-container {
    color: #fff;
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.5;
}

.container-fluid-block {
    background: #f9f9f9;
    padding: 3rem 0;
}
.nutra-about__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}
.nutra-about__left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.nutra-about__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a1a2e;
    line-height: 1.25;
}
.nutra-about__subtitle {
    font-size: 1.05rem;
    text-align: center;
    color: #555;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.container-center-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto 1.5rem;
    text-align: center;
}
.container-center-item p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
}
.header-top-v6 {
    max-width: 800px;
    margin: 0 auto 1.5rem;
    padding: 12px 16px;
    border: 1px solid #d7a23a;
    border-radius: 8px;
    background: #fff8e8;
    color: #633f00;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}
.holder-active-v4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.holder-left-v1 {
    display: flex;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 12px;
    border-left: 4px solid #2e7d32;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transition: all .3s;
}
.holder-left-v1:hover {
    box-shadow: 0 8px 24px rgba(46,125,50,.12);
    transform: translateY(-4px);
}
.main-view {
    font-size: 1.8rem;
    min-width: 50px;
    text-align: center;
    line-height: 1;
    flex-shrink: 0;
}
.ui-element__top h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}
.ui-element__top p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}


.row-center-v7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.danger-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #d32f2f;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
}
.danger-card:hover {
    box-shadow: 0 4px 16px rgba(211,47,47,.15);
    transform: translateY(-4px);
}
.panel-left-v7 {
    font-size: 2rem;
    margin-bottom: .5rem;
    color: #d32f2f;
}
.danger-card h4 {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1rem;
}
.danger-card p {
    font-size: .9rem;
    color: #666;
    line-height: 1.5;
}

.container-top-content {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.custom-section {
    position: relative;
    padding: 1rem 1rem 1rem 3rem;
    background: #fafafa;
    border: 1px solid #e7f5eb;
    border-radius: 10px;
}

'\\2713';
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2e7d32;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(46, 125, 50, 0.3);
}

.custom-section h3 {
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a2e;
    margin-top: 0;
    margin-bottom: 0.45rem;
}

.custom-section p {
    margin: 0;
    font-size: .93rem;
    color: #555;
    line-height: 1.55;
}

.site-wrapper__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.step-card {
    text-align: center;
    background: #f9f9f9;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    border-top: 4px solid #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
    position: relative;
}
.step-card:hover {
    box-shadow: 0 8px 24px rgba(46,125,50,.12);
    transform: translateY(-4px);
}
.main-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
.block-bottom-container {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}
.step-card__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.comp-card {
    background: #fff;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: all .3s;
    text-align: center;
}
.comp-card:hover {
    box-shadow: 0 8px 24px rgba(46,125,50,.12);
    transform: translateY(-4px);
}
.comp-card__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
}
.comp-card__img--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    background: #e8f5e9;
}
.base-row__left {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2e7d32;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    flex-shrink: 0;
}
.site-block {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.05rem;
}
.comp-card__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.comp-card--hidden {
    display: none;
}

.composition-grid.composition-grid--expanded .comp-card--hidden {
    display: block;
}

.content-left-container:not(.seo-feature-grid--expanded) .seo-feature--hidden {
    display: none;
}

.composition-toggle-wrap {
    text-align: center;
    margin-top: 2rem;
}

.btn--toggle-composition {
    display: inline-block;
    background: #fff;
    color: #1a1a2e;
    border: 3px solid #1a1a1a;
    padding: 14px 34px;
    border-radius: 18px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn--toggle-composition:hover {
    transform: translateY(-2px);
}

.seo-feature-toggle-wrap {
    margin-top: 1.5rem;
}

.content-body-wrapper {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    max-width: 800px;
    margin: 2rem auto;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.custom-header {
    flex-shrink: 0;
}
.custom-header img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2e7d32;
}
.inner-bottom-container {
    flex: 1;
}
.section-active-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1a1a2e;
    font-size: 1.1rem;
    margin-bottom: .3rem;
}
.container-active-v1 {
    font-size: .85rem;
    color: #666;
    margin-bottom: 1rem;
}
.base-wrapper__body {
    font-size: 1rem;
    color: #333;
    font-style: italic;
    line-height: 1.8;
    border-left: 4px solid #2e7d32;
    padding-left: 1rem;
    margin: 0;
}

.view-fixed-v1 {
    background: linear-gradient(135deg, #1a1a2e 0%, #2e7d32 100%);
    padding: 3rem 0;
}
.block-body-wrapper {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.custom-row__top {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}
.holder-bottom-content {
    font-size: 1.05rem;
    color: rgba(255,255,255,.85);
    margin-bottom: 2rem;
    line-height: 1.6;
}
.mid-cta__note {
    display: block;
    margin-top: 1rem;
    font-size: .8rem;
    color: rgba(255,255,255,.6);
}

.view-fixed-v1 .hero__consent {
    margin-top: .85rem;
    font-size: .8rem;
    line-height: 1.6;
    color: rgba(255,255,255,.82);
}

.view-fixed-v1 .hero__consent a {
    color: rgba(255,255,255,.82);
    font-weight: 400;
    text-decoration-color: rgba(255,255,255,.55);
    text-decoration-line: underline;
    text-underline-offset: 0.12em;
    text-decoration-thickness: 0.09em;
}

.flex-card__fluid {
    background: #fff;
}
.main-row__center {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.instr-step {
    text-align: center;
    background: #f9f9f9;
    padding: 2rem 1.5rem;
    border-radius: 12px;
    border-top: 4px solid #2e7d32;
}
.core-inner__fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.3rem;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
.instr-step__title {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: 1.05rem;
}
.instr-step__text {
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}
.header-center-v7 {
    background: #e8f5e9;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    font-size: .9rem;
    color: #333;
    line-height: 1.6;
}
.header-center-v7 strong {
    color: #2e7d32;
}
.element-center-view {
    margin-top: 2rem;
}
.page-header__fluid {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.page-header__fluid summary {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
    font-weight: 700;
    color: #1a1a2e;
    font-size: .95rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-header__fluid summary::-webkit-details-marker { display: none; }
.page-header__fluid summary::after {
    content: '+';
    font-size: 1.3rem;
    color: #2e7d32;
    font-weight: 700;
    transition: transform .3s;
}
.page-header__fluid[open] summary::after {
    content: '\2212';
}
.page-header__fluid p {
    margin: 0;
    padding: 0 1.5rem 1.2rem 1.5rem;
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.element-left-v3 {
    background: #f9f9f9;
}
.view-right-wrapper {
    overflow-x: auto;
    margin-top: 2rem;
}
.holder-center-wrapper {
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.holder-center-wrapper th {
    background: #1a1a2e;
    color: #fff;
    padding: 1rem;
    text-align: left;
    font-weight: 700;
    font-size: .95rem;
}
.holder-center-wrapper td {
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: .9rem;
    color: #555;
}
.holder-center-wrapper tr:hover {
    background: #f5f5f5;
}
.holder-center-wrapper tr:last-child td {
    border-bottom: none;
}
.wrapper-center-holder {
    background: #e8f5e9 !important;
    color: #2e7d32 !important;
    font-weight: 600;
}

.card-bottom-v4 {
    scroll-margin-top: 100px;
}

.cert-stat__num {
    font-size: 1.8rem;
    font-weight: 900;
    color: #2e7d32;
    overflow-wrap: anywhere;
}
.base-card__area {
    font-size: 1.5rem;
    font-weight: 900;
    color: #2e7d32;
}

.main-wrapper {
    grid-column: 1 / -1;
    margin-top: 0.35rem;
    padding: 0.4rem 0.15rem 0;
    color: var(--text-main);
}

.page-panel__body {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.5;
    font-weight: 700;
    color: var(--text-main);
}

.cert-stats__text-sub {
    margin: 1.25rem 0 0;
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--text-main);
    white-space: pre-line;
}

@media (max-width: 768px) {
    .card-bottom-v4 {
        scroll-margin-top: 76px;
    }

    .custom-block {
        gap: 1rem;
    }

    .cert-stat {
        padding: 1.25rem 0.75rem;
    }

    .cert-stat__num {
        font-size: 1.35rem;
    }

    .base-card__area {
        font-size: 1.1rem;
    }
}

#item-center-v4.container-fluid-v4 {
    background: linear-gradient(180deg, #eef6f2 0%, #e7f1ec 54%, #f7faf8 100%);
    padding: 4.5rem 0;
}

.block-body-v3.main-wrapper__fluid {
    max-width: 820px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.final-cta__marketplace-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 1rem;
}

.final-cta__marketplace-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: #f4eaff;
    color: #8b24bd;
    font-size: 0.9rem;
    font-weight: 800;
}

.main-wrapper__fluid .panel-area-holder {
    margin-bottom: 0.8rem;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    line-height: 1.18;
    letter-spacing: 0;
}

.main-wrapper__fluid .base-content__body {
    max-width: 720px;
    margin: 0 auto 2rem;
    color: var(--text-muted);
    font-size: 1.05rem;
}

.wrapper-area-inner.base-panel__fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.75rem;
    max-width: 640px;
    margin: 0 auto;
    padding: 1.5rem 2rem 1.35rem;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(31, 90, 75, 0.14);
    border-radius: 24px;
    box-shadow: 0 22px 50px rgba(24, 51, 59, 0.12);
}

.flex-row {
    display: flex;
    width: 100%;
    max-width: 360px;
    min-height: auto;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 auto 0.5rem;
    background: transparent;
    border-radius: 0;
    box-shadow: none
}

.main-wrapper__fluid .grid-item {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 280px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    object-fit: contain;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.12)); 
}

.main-inner__fixed.wrapper-left-container {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

.final-cta__availability {
    max-width: 520px;
    margin: 0;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.65;
}

.app-header__body {
    display: inline-flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.25rem;
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 30px rgba(142, 40, 201, 0.23);
}

.final-cta__marketplace-buttons {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 0.75rem;
}

.app-header__body:hover,
.app-header__body:focus-visible {
    background: #b04dfd;
    color: #fff;
    transform: translateY(-1px);
}

.final-cta__marketplace-badge.wrapper-right-block {
    background: #e9efff;
    color: #1450d2;
}

.app-header__body.wrapper-right-block {
    background: #1450d2;
    box-shadow: 0 14px 30px rgba(20, 80, 210, 0.22);
}

.final-cta__marketplace-badge.wrapper-center-v5 {
    background: #fff3cf;
    color: #7a5b00;
}

.app-header__body.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
    box-shadow: 0 14px 30px rgba(222, 195, 0, 0.22);
}

.core-container {
    margin: 0;
    color: #7b8b92;
    font-size: 0.86rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    #item-center-v4.container-fluid-v4 {
        padding: 3.5rem 0;
    }

    .main-wrapper__fluid .panel-area-holder {
        font-size: 1.75rem;
    }

    .main-wrapper__fluid .base-content__body {
        font-size: 1rem;
    }

    .wrapper-area-inner.base-panel__fluid {
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 20px;
    }

    .app-header__body {
        min-height: 56px;
        font-size: 0.95rem;
    }
}

@media (max-width: 560px) {
    .final-cta__marketplace-buttons {
        grid-template-columns: 1fr;
    }
}

.review-card__photo {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.site-content {
    color: #ff9800;
    font-size: 1.1rem;
    margin-bottom: .5rem;
}
.container-fluid-v1 {
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: .5rem;
    font-size: .95rem;
}

.content-top-box {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 380px);
    gap: 58px;
    align-items: center;
    min-height: 642px;
    padding: 52px 58px;
    background:
        radial-gradient(circle at 76% 10%, rgba(184, 219, 139, .38) 0 70px, transparent 72px),
        radial-gradient(circle at 88% 64%, rgba(199, 231, 169, .42) 0 100px, transparent 102px),
        linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .92));
    border: 1px solid #e0e8dd;
    border-radius: 18px;
    box-shadow: 0 20px 48px rgba(35, 58, 40, .12);
}
.content-top-box::before {
    content: "";
    position: absolute;
    right: 48px;
    top: 82px;
    width: 320px;
    height: 320px;
    border: 1px dashed rgba(126, 178, 83, .45);
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(12deg);
    pointer-events: none;
}
.content-top-box::after {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .85);
    pointer-events: none;
}
.ui-row__area,
.site-row__bottom {
    position: absolute;
    display: block;
    z-index: 0;
    pointer-events: none;
}
.ui-row__area {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(145deg, #bfdc76, #84bc37);
    box-shadow: 0 12px 24px rgba(118, 170, 60, .22);
}
.block-area-content {
    right: 44%;
    top: 138px;
    width: 20px;
    height: 20px;
}
.grid-block__center {
    right: 39%;
    bottom: 152px;
}
.page-row__area {
    right: 51%;
    bottom: 230px;
    width: 15px;
    height: 15px;
}
.site-row__bottom {
    border-radius: 50%;
    background: rgba(211, 236, 194, .48);
    filter: blur(.2px);
}
.container-body-inner {
    right: 64px;
    top: 24px;
    width: 170px;
    height: 170px;
}
.view-left-v8 {
    left: -72px;
    bottom: -44px;
    width: 150px;
    height: 150px;
    background: rgba(207, 234, 166, .38);
}
.max-channel__decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.max-channel__decor--left {
    left: 10px;
    bottom: 14px;
    width: 150px;
    opacity: .48;
}
.max-channel__decor--right {
    right: -8px;
    bottom: 102px;
    width: 190px;
    opacity: .96;
}
.holder-body-section,
.flex-section {
    position: relative;
    z-index: 2;
}
.core-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 17px;
    border-radius: 12px;
    background: linear-gradient(135deg, #edf8f1, #e2f3ea);
    color: #2e7d32;
    font-weight: 700;
    font-size: .98rem;
}
.mod-section__active,
.row-area-v3 span,
.custom-element__top span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #86bc35;
    color: #fff;
    font-weight: 900;
    box-shadow: 0 4px 10px rgba(73, 134, 34, .25);
}
.mod-section__active {
    width: 24px;
    height: 24px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-size: .82rem;
}
.mod-section__active svg,
.card-fluid-v2 svg,
.max-channel-card__link-icon svg,
.max-channel-card__button-icon svg,
.max-channel-card__hint span:first-child svg {
    display: block;
    width: 100%;
    height: 100%;
}
.header-body-element {
    max-width: 560px;
    margin: 30px 0 16px;
    font-size: 2.68rem;
    line-height: 1.12;
    font-weight: 900;
    color: #17212b;
}
.mod-block__top {
    max-width: 540px;
    margin: 0 0 28px;
    color: #6b7280;
    font-size: 1.08rem;
    line-height: 1.65;
}
.row-area-v3 {
    display: grid;
    gap: 16px;
    margin: 0 0 30px;
}
.row-area-v3 li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #3f4652;
    font-size: 1.06rem;
    line-height: 1.45;
}
.max-channel__name {
    margin: 0 0 22px;
    color: #3f4652;
    font-size: 1.08rem;
}
.max-channel__name strong {
    color: #2e7d32;
    font-weight: 800;
}
.holder-left-v7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: min(100%, 380px);
    min-height: 66px;
    padding: 18px 28px;
    border-radius: 13px;
    background: linear-gradient(135deg, #0495ff, #0577f2);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.12rem;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(5, 136, 255, .28);
    transition: transform .2s, box-shadow .2s, background .2s;
}
.holder-left-v7:hover {
    background: #0076e4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(5, 136, 255, .34);
}
.section-right-v3 {
    font-size: 1.55rem;
    line-height: 1;
}
.custom-element__top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: #6b7280;
    font-size: .98rem;
}
.custom-element__top span:first-child {
    width: 25px;
    height: 25px;
    background: transparent;
    color: #2e7d32;
    border: 0;
    box-shadow: none;
    font-size: .78rem;
}
.flex-section {
    display: flex;
    justify-content: center;
}
.max-channel-card {
    width: 100%;
    max-width: 340px;
    padding: 30px 24px 23px;
    border-radius: 24px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(145deg, rgba(255, 255, 255, .95), rgba(209, 218, 207, .9)) border-box;
    border: 10px solid transparent;
    box-shadow:
        0 18px 36px rgba(19, 33, 46, .18),
        inset 0 0 0 1px rgba(224, 230, 224, .9);
    text-align: center;
}
.max-channel-card__avatar {
    width: 96px;
    height: 96px;
    margin: 0 auto 14px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(93, 142, 42, .26);
}
.max-channel-card__title {
    margin: 0;
    color: #111827;
    font-size: 1.42rem;
    font-weight: 900;
}
.max-channel-card__count {
    color: #7d8794;
    font-size: .92rem;
}
.max-channel-card__divider {
    height: 1px;
    margin: 18px 0 16px;
    background: #e6e9ed;
}
.max-channel-card__desc {
    margin: 0 0 16px;
    color: #2f3742;
    font-size: .9rem;
    line-height: 1.45;
    text-align: left;
}
.max-channel-card__link {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef9f0, #e7f4e8);
    color: #2e7d32;
    font-size: .84rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
    text-align: left;
}
.max-channel-card__link:hover {
    color: #1b5e20;
}
.max-channel-card__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 0;
    color: #2e7d32;
    font-size: 1rem;
    font-weight: 900;
}
.max-channel-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 56px;
    border-radius: 11px;
    background: linear-gradient(135deg, #0495ff, #0577f2);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(5, 136, 255, .24);
}
.max-channel-card__button-icon {
    display: inline-flex;
    width: 21px;
    height: 21px;
    color: #fff;
}
.max-channel-card__button:hover {
    color: #fff;
    background: #0076e4;
}
.max-channel-card__hint {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 10px;
    align-items: start;
    margin-top: 18px;
    color: #89919d;
    font-size: .82rem;
    line-height: 1.45;
    text-align: left;
}
.max-channel-card__hint span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    color: #9aa5b1;
    font-size: .72rem;
    font-weight: 900;
}

@media (max-width: 992px) {
    .content-top-box {
        grid-template-columns: 1fr;
        gap: 30px;
        min-height: 0;
        padding: 42px 36px;
    }
    .header-body-element {
        font-size: 2.2rem;
    }
    .flex-section {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .item-fluid-view {
        padding: 2rem 0;
    }
    .content-top-box {
        padding: 24px 20px 28px;
        border-radius: 16px;
        background:
            radial-gradient(circle at 96% 4%, rgba(215, 239, 196, .68) 0 32px, transparent 34px),
            radial-gradient(circle at 100% 34%, rgba(199, 231, 169, .5) 0 72px, transparent 74px),
            linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .94));
    }
    .content-top-box::before {
        right: -72px;
        top: 86px;
        width: 220px;
        height: 220px;
    }
    .max-channel__decor--left {
        width: 112px;
        left: -28px;
        bottom: 132px;
    }
    .max-channel__decor--right {
        width: 126px;
        right: -36px;
        bottom: 372px;
    }
    .block-area-content {
        right: 32px;
        top: 118px;
    }
    .grid-block__center {
        right: 34px;
        bottom: 575px;
        width: 20px;
        height: 20px;
    }
    .page-row__area {
        display: none;
    }
    .container-body-inner {
        right: -24px;
        top: 18px;
        width: 86px;
        height: 86px;
    }
    .view-left-v8 {
        left: -64px;
        bottom: 248px;
        width: 112px;
        height: 112px;
    }
    .core-row {
        min-height: 38px;
        padding: 8px 14px;
        font-size: .88rem;
    }
    .header-body-element {
        margin-top: 22px;
        font-size: 2rem;
        line-height: 1.16;
    }
    .mod-block__top,
    .row-area-v3 li,
    .max-channel__name {
        font-size: .98rem;
    }
    .mod-block__top {
        line-height: 1.6;
        margin-bottom: 24px;
    }
    .row-area-v3 {
        gap: 14px;
        margin-bottom: 24px;
    }
    .holder-left-v7 {
        width: 100%;
        min-height: 58px;
        padding: 15px 22px;
        font-size: 1.02rem;
    }
    .custom-element__top {
        font-size: .88rem;
    }
    .max-channel-card {
        max-width: none;
        padding: 24px 18px 20px;
        border-width: 8px;
        border-radius: 22px;
    }
    .max-channel-card__avatar {
        width: 86px;
        height: 86px;
    }
    .max-channel-card__title {
        font-size: 1.2rem;
    }
    .max-channel-card__desc,
    .max-channel-card__link,
    .max-channel-card__hint {
        font-size: .8rem;
    }
    .max-channel-card__button {
        min-height: 52px;
        font-size: .95rem;
    }
}

.header-fixed-v6 {
    max-width: 800px;
    margin: 2rem auto;
}
.faq-item {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}
.box-fixed-item {
    padding: 1.5rem;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: 700;
    color: #1a1a2e;
    font-size: .95rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-fixed-item::-webkit-details-marker { display: none; }
.box-fixed-item::after {
    content: '+';
    font-size: 1.5rem;
    color: #2e7d32;
    font-weight: 700;
    transition: transform .3s;
}
'\\2212';
}
.box-fixed-item:hover {
    background: #f0f0f0;
}
.app-holder {
    padding: 1.5rem;
    font-size: .9rem;
    color: #666;
    line-height: 1.6;
}

.view-active-holder {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.view-active-holder .app-row__body {
    width: auto;
    min-width: 320px;
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width: 520px) {
    .view-active-holder .app-row__body {
        min-width: 0;
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}

.base-card__center {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #2e7d32;
    font-weight: 700;
}
.flex-panel {
    background: #e8f5e9;
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
    font-size: .95rem;
    color: #333;
    line-height: 1.6;
}
.flex-panel strong {
    color: #2e7d32;
}

.container-fluid-v4 {
    background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 50%, #fff 100%);
    padding: 1.35rem 0 3rem;
}
.block-body-v3 {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.panel-area-holder {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 1rem;
}
.base-content__body {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 2rem;
    line-height: 1.6;
}
.wrapper-area-inner {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.grid-item {
    width: 180px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.main-inner__fixed {
    text-align: center;
}

.panel-left-v9 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}
.panel-left-v9.active {
    display: flex;
}
.element-center-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}
.mod-content {
    position: relative;
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 16px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0,0,0,.3);
    z-index: 1;
}
.custom-content__bottom {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.8rem;
    color: #999;
    cursor: pointer;
    transition: color .2s;
}
.custom-content__bottom:hover {
    color: #333;
}
.core-card__fixed {
    width: 70px;
    height: 70px;
    background: #2e7d32;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 1.5rem;
}
.mod-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: #1a1a2e;
    margin-bottom: .5rem;
}
.mod-content p {
    font-size: .95rem;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .nutra-about__wrapper {
        gap: 3rem;
    }
    .nutra-about__title {
        font-size: 1.8rem;
    }
    .mechanism-grid {
        grid-template-columns: 1fr;
    }
    .mechanism-step::after {
        display: none;
    }
    .site-wrapper__body {
        grid-template-columns: 1fr;
    }
    .main-row__center {
        grid-template-columns: 1fr;
    }
    .view-top-wrapper {
        grid-template-columns: 1fr;
    }
    .delivery-step::after {
        display: none;
    }
    .base-card__center {
        display: none;
    }
    .base-block__left {
        grid-template-columns: 1fr;
    }
    .content-body-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .base-wrapper__body {
        border-left: none;
        border-top: 4px solid #2e7d32;
        padding-left: 0;
        padding-top: 1rem;
    }
    .wrapper-area-inner {
        flex-direction: column;
    }
}

.app-row__top {
    background: #2c6975;
    padding: 2.5rem 0;
}
.card-fixed-v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    text-align: center;
}
.box-fixed-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
}
.block-top-v2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}
.grid-container__left {
    font-size: .95rem;
    color: rgba(255,255,255,.85);
    font-weight: 400;
}

@media (max-width: 768px) {
    .block-left-v9 {
        padding: 2rem 0;
    }
    .box-left-v9 {
        font-size: 1.5rem;
    }
    .custom-inner {
        grid-template-columns: 1fr;
    }
    .wrapper-top-v8 {
        font-size: 1.6rem;
    }
    .card-fixed-v2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }
    .block-top-v2 {
        font-size: 1.8rem;
    }
    .main-holder__bottom {
        padding: 23px 20px;
    }
    .view-top-v9 {
        padding: 7px 14px;
        font-size: .75rem;
    }
    .block-bottom-v9 {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 1rem;
        box-shadow: 0 4px 20px rgba(0,0,0,.1);
        z-index: 100;
    }
    .block-bottom-v9.active {
        display: flex;
    }
    .header__nav-link {
        padding: 10px 16px;
        font-size: 1rem;
        border-bottom: 1px solid #eee;
    }
    .header__nav-link:last-child {
        border-bottom: none;
    }
    .ui-box {
        display: flex;
    }
    .box-fixed-v5 {
        gap: 1.5rem;
    }
    .container-fluid-wrapper {
        grid-template-columns: 1fr;
    }
    .composition-grid {
        grid-template-columns: 1fr;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .row-center-v7 {
        grid-template-columns: 1fr;
    }
    .ui-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .mod-wrapper__area {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .custom-row__top {
        font-size: 1.4rem;
    }
    .container-fluid-block {
        padding: 3rem 0;
    }
    .nutra-about__wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .nutra-about__title {
        font-size: 1.6rem;
        text-align: center;
    }
    .nutra-about__subtitle {
        text-align: center;
    }
    .container-center-item p {
        text-align: center;
    }
    .holder-left-v1 {
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-left: none;
        border-top: 5px solid #2e7d32;
    }
    .holder-left-v1:hover {
        transform: translateY(-4px);
    }
    .nutra-about__product-card {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    .wrapper-top-v8 {
        font-size: 1.3rem;
    }
    .box-left-v9 {
        font-size: 1.3rem;
    }
    .nutra-about__title {
        font-size: 1.3rem;
    }
    .order-form--inline {
        flex-direction: column;
    }
    .order-form__field {
        min-width: auto;
    }
}


:root {
    --page-bg: #f3f6f3;
    --surface: #ffffff;
    --surface-soft: #f7faf8;
    --brand: #1f5a4b;
    --brand-strong: #173742;
    --brand-soft: #e3efe9;
    --accent: #c49142;
    --accent-soft: #f6ecda;
    --text-main: #20313a;
    --text-muted: #5f6f77;
    --line: #d7e2dc;
    --danger-soft: #f8e9e6;
    --shadow-sm: 0 12px 30px rgba(24, 51, 59, 0.08);
    --shadow-md: 0 20px 50px rgba(24, 51, 59, 0.12);
    --shadow-lg: 0 28px 60px rgba(24, 51, 59, 0.16);
}

html {
    background: var(--page-bg);
}

body {
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(196, 145, 66, 0.08), transparent 28%),
        linear-gradient(180deg, #f9fbf9 0%, #f3f6f3 48%, #eff4f0 100%);
}

a {
    color: var(--brand);
}

a:hover {
    color: var(--brand-strong);
}

.container {
    max-width: 1240px;
}

.block-left-v9 {
    padding: 5.5rem 0;
}

.box-left-v9 {
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--text-main);
    letter-spacing: -0.03em;
    margin-bottom: 1.2rem;
}

.base-content__fluid {
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.mod-holder {
    color: var(--text-muted);
    font-size: 1.08rem;
    max-width: 860px;
}

.content-fixed-v2,
.section__safety {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}

.content-fixed-v2 {
    color: #8b3d3d;
    background: #fff8f7;
}

html {
    scroll-padding-top: 100px;
}

.container-left-v7 .content-fixed-v2 {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
}

.section__safety {
    color: var(--text-muted);
    background: var(--surface);
}

.btn {
    border-radius: 16px;
}

.box-center-v9 {
    background: linear-gradient(135deg, #234b60, var(--brand));
    box-shadow: 0 14px 30px rgba(35, 75, 96, 0.18);
    padding: 12px 24px;
}

.box-center-v9:hover {
    background: linear-gradient(135deg, #1b3b4c, #184639);
    box-shadow: 0 18px 36px rgba(27, 59, 76, 0.24);
}

.app-row__body,
.order-form__submit {
    background: linear-gradient(135deg, var(--brand-strong), var(--brand));
    box-shadow: 0 18px 34px rgba(31, 90, 75, 0.22);
    letter-spacing: 0.02em;
    text-transform: none;
}

.app-row__body:hover,
.order-form__submit:hover {
    background: linear-gradient(135deg, #102d36, #19483b);
    box-shadow: 0 22px 40px rgba(23, 55, 66, 0.28);
}

.page-item {
    background: linear-gradient(90deg, var(--brand-strong) 0%, var(--brand) 100%);
    color: rgba(255, 255, 255, 0.82);
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-body-v3 {
    gap: 12px 20px;
}

.ui-card__area {
    background: var(--accent-soft);
    color: #775426;
    border: 1px solid rgba(196, 145, 66, 0.3);
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.site-holder__fluid {
    gap: 12px;
}

.site-holder__fluid span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: normal;
}

.site-holder__fluid strong {
    color: #fff;
}

.header {
    background: rgba(251, 252, 251, 0.92);
    border-bottom: 1px solid rgba(215, 226, 220, 0.85);
    box-shadow: 0 14px 32px rgba(24, 51, 59, 0.08);
    backdrop-filter: blur(18px);
}

.main-holder__bottom {
    padding: 16px 20px;
    gap: 14px;
}

.ui-wrapper {
    color: var(--brand);
    font-size: 1.78rem;
    letter-spacing: -0.05em;
}

.core-inner__right {
    color: var(--text-muted);
    font-size: 0.75rem;
}

.block-bottom-v9 {
    gap: 10px;
    align-items: center;
}

.header__nav-link {
    color: var(--text-muted);
    padding: 10px 14px;
    border: none;
    border-radius: 999px;
    font-weight: 600;
}

.header__nav-link:hover,
.header__nav-link--active {
    color: var(--brand) !important;
    background: rgba(31, 90, 75, 0.08);
    border-bottom-color: transparent !important;
}

.view-top-v9 {
    padding-inline: 20px;
}

.ui-box span {
    background: var(--brand-strong);
}

.ui-box.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ui-box.active span:nth-child(2) {
    opacity: 0;
}

.ui-box.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.header-body-v9 {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at right top, rgba(196, 145, 66, 0.14), transparent 24%),
        linear-gradient(180deg, #f7faf8 0%, #edf5f1 58%, #f6f2ea 100%);
    padding: 4.6rem 0 0;
}

.header-body-v9::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.15) 48%, transparent 62%);
    pointer-events: none;
}

.custom-inner {
    position: relative;
    gap: 3rem;
    align-items: center;
}

.item-area-v1 {
    max-width: 590px;
}

.wrapper-top-v8 {
    font-size: clamp(1.95rem, 3.1vw, 2.8rem);
    color: #19313b;
    letter-spacing: -0.05em;
    margin-bottom: 1.25rem;
}

.panel-fluid-box {
    color: var(--text-muted);
    font-size: 1.08rem;
    max-width: 92%;
    margin-bottom: 1.8rem;
}

.ui-container {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(31, 90, 75, 0.14);
    border-radius: 999px;
    box-shadow: var(--shadow-sm);
    color: var(--brand);
    padding: 10px 18px;
}

.mod-section__left {
    gap: 12px;
}

.mod-section__left li {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
    color: var(--text-main);
    padding: 15px 18px 15px 50px;
}

.mod-section__left li::before {
    content: none;
    display: none;
}

.hero__benefit-icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}

.mod-section__left li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 18px;
}

.page-box__bottom {
    position: relative;
}

.grid-element__bottom {
    object-fit: contain;
    margin-bottom: -18px;
    filter: drop-shadow(0 28px 46px rgba(24, 51, 59, 0.18));
}

.grid-element__bottom.section-center-v9 {

    max-height: none;
    object-fit: contain;
    object-position: center;
    margin-bottom: 0.5rem;
}

.base-header__area.section-center-v9,
.wrapper-body-box.section-center-v9,
.app-wrapper__active.section-center-v9,
.base-row.section-center-v9,
.instr-hero__product-img.section-center-v9,
.view-area-block.section-center-v9,
.content-bottom-item.section-center-v9 {
    width: min(330px, 100%);
    max-width: min(330px, 100%);
    max-height: 360px;
}

.grid-item.section-center-v9 {
    width: min(240px, 100%);
}

.base-panel {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(31, 90, 75, 0.12);
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
    max-width: 440px;
    padding: 2rem;
}

.hero__timer-wrap {
    background: var(--surface-soft);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 14px;
}

.hero__timer-label {
    color: var(--text-muted);
}

.timer__num {
    background: linear-gradient(180deg, #244d61 0%, var(--brand-strong) 100%);
    border-radius: 12px;
    min-width: 56px;
    padding: 8px 12px;
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.14);
}

.timer__label {
    color: var(--text-muted);
}

.timer__sep {
    color: var(--brand-strong);
}

.hero__stock {
    background: var(--accent-soft);
    border: 1px solid rgba(196, 145, 66, 0.28);
    border-radius: 14px;
    color: #775426;
    padding: 11px 14px;
}

.hero__price-old {
    color: #9aa8ae;
}

.hero__price-new {
    color: var(--brand);
    text-shadow: 0 10px 20px rgba(31, 90, 75, 0.14);
}

.hero__price-note,
.hero__consent {
    color: #74828a;
}

.hero__consent a {
    font-weight: 600;
    text-decoration-line: underline;
    text-underline-offset: 0.12em;
    text-decoration-thickness: 0.09em;
}

.card-top-v2 {
    background: transparent;
    border-top: none;
    padding: 2.2rem 0 0;
}

.box-fixed-v5 {
    gap: 1rem;
}

.grid-container__center {
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
    padding: 14px 18px;
}

.grid-container__center img {
    width: 42px;
    height: 42px;
}

.order-form__input,
.order-form__select {
    min-height: 56px;
    background: #fcfdfc;
    border: 1px solid var(--line);
    border-radius: 14px;
    color: var(--text-main);
}

.order-form__input::placeholder,
.order-form__select::placeholder {
    color: #93a0a6;
}

.order-form__input:focus,
.order-form__select:focus {
    border-color: rgba(31, 90, 75, 0.5);
    box-shadow: 0 0 0 4px rgba(31, 90, 75, 0.08);
}

.order-form__input.error,
.order-form__select.error {
    background: #fdeaea;
    border-color: #d85b5b;
    box-shadow: 0 0 0 4px rgba(216, 91, 91, 0.14);
}

.order-form__input.error::placeholder,
.order-form__select.error::placeholder {
    color: #a45454;
}

.container-left-v7,
.section--composition,
.base-element,
.grid-box__body,
.section--comparison,
.container-fluid-block {
    background: transparent;
}

.row-area-holder {
    background: linear-gradient(180deg, #ebf4ef 0%, #f7faf8 100%);
}

.app-row__top {
    background: linear-gradient(135deg, var(--brand-strong) 0%, #204b57 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.grid-container__left {
    max-width: 150px;
}

.symptom-card,
.danger-card,
.step-card,
.comp-card,
.review-card,
.faq-item,
.cert-stat,
.holder-left-v1,
.instr-step,
.delivery-step,
.content-body-wrapper,
.mod-content {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-sm);
}

.symptom-card:hover,
.danger-card:hover,
.step-card:hover,
.comp-card:hover,
.review-card:hover,
.holder-left-v1:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.symptom-card,
.danger-card {
    border-left: none;
    padding: 1.7rem;
}

.symptom-card {
    display: grid;
    grid-template-columns: 52px 1fr;
    column-gap: 18px;
    align-items: start;
}

.symptom-card > span {
    display: block;
    line-height: 1.55;
}

.mod-header,
.panel-left-v7 {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 1rem;
}

.mod-header {
    background: var(--accent-soft);
    margin-bottom: 0;
}

.panel-left-v7 {
    background: var(--danger-soft);
}

.step-card,
.instr-step {
    background: linear-gradient(180deg, #ffffff 0%, #f6faf8 100%);
    border-top: none;
}

.main-container,
.base-row__left,
.core-inner__fixed {
    background: linear-gradient(135deg, #234b60 0%, var(--brand) 100%);
    box-shadow: 0 14px 28px rgba(35, 75, 96, 0.18);
}

.comp-card__img {
    width: 120px;
    height: 120px;
    border: 3px solid rgba(31, 90, 75, 0.08);
}

.comp-card__img--icon {
    background: var(--brand-soft);
}

.content-body-wrapper {
    border-radius: 30px;
    gap: 2.2rem;
    padding: 2.3rem;
}

.custom-header img {
    border: 4px solid rgba(31, 90, 75, 0.12);
    box-shadow: 0 20px 35px rgba(24, 51, 59, 0.14);
}

.base-wrapper__body {
    color: var(--text-muted);
    font-style: normal;
    border-left-color: var(--accent);
}

.block-body-wrapper,
.block-body-v3 {
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 62%, #2f7767 100%);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 3rem;
}

.view-fixed-v1,
.container-fluid-v4 {
    background: transparent;
}

#item-center-v4.container-fluid-v4 {
    padding-top: 3rem;
}

.custom-row__top,
.panel-area-holder {
    letter-spacing: -0.03em;
}

.holder-bottom-content,
.base-content__body,
.mid-cta__note {
    color: rgba(255, 255, 255, 0.82);
}

.wrapper-area-inner {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 1.5rem;
}

.grid-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 1rem;
}

.block-body-v3 {
    background: linear-gradient(180deg, #eef6f2 0%, #e4f0ea 52%, #f6f8f7 100%);
    border: 1px solid rgba(31, 90, 75, 0.12);
}

.panel-area-holder {
    color: var(--text-main);
}

.base-content__body {
    color: var(--text-muted);
}

.wrapper-area-inner {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(31, 90, 75, 0.1);
}

.grid-item {
    background: rgba(255, 255, 255, 0.88);
}

.comparison-table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.comparison-table th {
    background: linear-gradient(135deg, #234b60 0%, var(--brand) 100%);
}

.comparison-table td {
    background: rgba(255, 255, 255, 0.94);
    color: var(--text-main);
    padding: 1.15rem 1rem;
}

.comparison-table tr:nth-child(even) td {
    background: #f7faf8;
}

.cert-stat {
    background: linear-gradient(180deg, #ffffff 0%, #f4f8f5 100%);
}

.ui-item__fluid {
    background: #fffaf4;
    border: 1px solid rgba(196, 145, 66, 0.22);
    border-radius: 20px;
    color: #8b622c;
}

.review-card__rating,
.site-content {
    color: var(--accent);
}

.faq-item {
    border-radius: 20px;
    margin-bottom: 1rem;
}

.faq-item__header,
.box-fixed-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
}

.faq-item__header:hover,
.box-fixed-item:hover {
    background: linear-gradient(180deg, #f8fbf9 0%, #f1f7f3 100%);
}

.app-holder {
    color: var(--text-muted);
}

.delivery-step {
    padding: 1.7rem;
}

.custom-block__area {
    width: 82px;
    height: 82px;
    margin: 0 auto 1rem;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
}

.base-card__center {
    color: var(--accent);
}

.ui-header__left {
    background: linear-gradient(180deg, var(--brand-strong) 0%, #10272f 100%);
    padding: 3.5rem 0 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ui-inner {
    gap: 2rem;
}

.ui-inner__right {
    font-size: 1.8rem;
}

.box-right-v7,
.main-row__left,
.panel-left-box {
    color: rgba(255, 255, 255, 0.72);
}

.container-area-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1rem 1.1rem;
}

.mod-wrapper__area a {
    color: rgba(255, 255, 255, 0.72);
}

.app-block__fixed {
    background: linear-gradient(135deg, #c48a33 0%, #dfab58 100%);
    border: none;
    border-radius: 14px;
    color: var(--brand-strong);
    font-weight: 700;
    padding: 0.75rem 1.15rem;
}

.app-block__fixed:hover {
    color: #0f242c;
}

.core-row__top {
    max-width: 960px;
    margin: 0 auto;
}

.custom-container {
    color: #fff4dd;
}

.element-center-panel {
    background: rgba(16, 39, 47, 0.6);
}

.mod-content {
    max-width: 500px;
}

@media (max-width: 1024px) {
    .custom-inner {
        gap: 2.4rem;
    }

    .wrapper-top-v8 {
        font-size: clamp(2.1rem, 4vw, 3.3rem);
    }

    .block-body-wrapper,
    .block-body-v3 {
        padding: 2.4rem;
    }
}

@media (min-width: 1025px) {
    .custom-inner {
        grid-template-columns: 1.12fr 0.88fr;
    }

    .item-area-v1 {
        max-width: 680px;
    }

    .wrapper-top-v8 {
        font-size: clamp(1.35rem, 1.75vw, 1.9rem);
        line-height: 1.14;
        max-width: none;
        text-wrap: normal;
    }
}

@media (max-width: 768px) {
    .page-item {
        padding: 10px 0;
    }

    .panel-body-v3 {
        justify-content: center;
    }

    .ui-card__area {
        text-align: center;
    }

    .block-left-v9 {
        padding: 4rem 0;
    }

    .main-holder__bottom {
        padding: 14px 18px;
    }

    .block-bottom-v9 {
        top: calc(100% + 10px);
        left: 14px;
        right: 14px;
        background: rgba(251, 252, 251, 0.98);
        border: 1px solid var(--line);
        border-radius: 22px;
        box-shadow: var(--shadow-md);
        padding: 0.7rem;
    }

    .header__nav-link {
        border-radius: 14px;
    }

    .view-top-v9 {
        display: none;
    }

    .header-body-v9 {
        padding-top: 3.2rem;
    }

    .item-area-v1,
    .panel-fluid-box {
        max-width: 100%;
    }

    .wrapper-top-v8 {
        font-size: 2rem;
    }

    .mod-section__left li {
        padding-right: 14px;
    }

    .base-panel {
        padding: 1.4rem;
        border-radius: 24px;
    }

    .grid-element__bottom {
        margin-bottom: 0.8rem;
    }

    .grid-element__bottom.section-center-v9 {

        max-height: none;
        object-fit: contain;
        object-position: center;
        margin-bottom: 0.35rem;
    }

    .box-fixed-v5 {
        gap: 0.85rem;
    }

    .grid-container__center {
        width: 100%;
        justify-content: center;
    }

    .grid-container__left {
        max-width: none;
    }

    .step-card,
    .instr-step,
    .block-body-wrapper,
    .block-body-v3,
    .content-body-wrapper {
        padding: 1.6rem;
    }

    .ui-header__left {
        padding-top: 3rem;
    }
}

.wrapper-area-v9 {
    position: relative;
    z-index: 2;
    margin-top: -1px;
    padding: 2.6rem 0 0;
    background: linear-gradient(180deg, #f6f2ea 0%, rgba(246, 242, 234, 0) 100%);
}

.inner-top-panel {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(31, 90, 75, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-sm, 0 12px 30px rgba(24, 51, 59, 0.08));
    backdrop-filter: blur(12px);
}

.flex-card__bottom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 12px 14px;
    border: 1px solid rgba(31, 90, 75, 0.16);
    border-radius: 16px;
    background: linear-gradient(135deg, var(--brand-strong, #173742), var(--brand, #1f5a4b));
    box-shadow: 0 14px 28px rgba(31, 90, 75, 0.16);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.flex-card__bottom:hover,
.flex-card__bottom:focus {
    background: linear-gradient(135deg, #102d36, #19483b);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(23, 55, 66, 0.22);
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 76px;
    }

    .wrapper-area-v9 {
        padding-top: 1.8rem;
    }

    .inner-top-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        padding: 10px;
        border-radius: 20px;
    }

    .flex-card__bottom {
        min-height: 48px;
        padding: 10px 8px;
        border-radius: 14px;
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .inner-top-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.error-page {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 250, 248, 0.96)),
        var(--page-bg, #f3f6f3);
}

.error-page__hero {
    min-height: 58vh;
    padding: 5rem 0;
    display: flex;
    align-items: center;
}

.error-page__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    align-items: center;
    gap: 2rem;
}

.error-page__content {
    max-width: 720px;
}

.error-page__code {
    margin-bottom: 0.8rem;
    color: var(--accent, #c49142);
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
}

.error-page__title {
    margin-bottom: 1rem;
    color: var(--text-main, #20313a);
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 0;
}

.error-page__text {
    max-width: 620px;
    color: var(--text-muted, #5f6f77);
    font-size: 1.08rem;
    line-height: 1.75;
}

.error-page__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem;
    margin-top: 2rem;
}

.btn--secondary {
    padding: 12px 24px;
    border: 1px solid var(--line, #d7e2dc);
    background: var(--surface, #ffffff);
    color: var(--brand, #1f5a4b);
    box-shadow: none;
}

.btn--secondary:hover {
    border-color: var(--brand, #1f5a4b);
    background: var(--brand-soft, #e3efe9);
    color: var(--brand-strong, #173742);
}

.error-page__btn {
    min-width: 150px;
}

.error-page__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--brand, #1f5a4b);
    font-weight: 700;
}

.error-page__card {
    padding: 1.5rem;
    border: 1px solid var(--line, #d7e2dc);
    border-radius: 8px;
    background: var(--surface, #ffffff);
    box-shadow: var(--shadow-sm, 0 12px 30px rgba(24, 51, 59, 0.08));
}

.error-page__card-label {
    display: inline-block;
    margin-bottom: 0.75rem;
    color: var(--accent, #c49142);
    font-family: "Montserrat", sans-serif;
    font-size: 0.84rem;
    font-weight: 800;
}

.error-page__card p {
    color: var(--text-muted, #5f6f77);
    line-height: 1.65;
}

@media (max-width: 768px) {
    .error-page__hero {
        min-height: auto;
        padding: 3.5rem 0;
    }

    .error-page__inner {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .error-page__title {
        font-size: 2rem;
    }

    .error-page__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .error-page__btn,
    .error-page__link {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .error-page__title {
        font-size: 1.72rem;
    }

    .error-page__text {
        font-size: 1rem;
    }
}

.section--related-products {
    padding: 1.25rem 0 2.5rem;
}

.related-products {
    border-top: 1px solid #e3ebe6;
    padding-top: 1.35rem;
}

.related-products__title {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: #5e6e74;
    text-align: left;
}

.related-products__dropdown {
    border: 1px solid #d8e3db;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.82);
    overflow: hidden;
}

.related-products__summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem;
    cursor: pointer;
    color: #254b58;
    font-size: 0.95rem;
    font-weight: 600;
}

.related-products__summary::-webkit-details-marker {
    display: none;
}

.related-products__summary-note {
    color: #7b8c92;
    font-weight: 400;
}

.related-products__chevron {
    width: 11px;
    height: 11px;
    flex: 0 0 auto;
    border-right: 2px solid #6f7f84;
    border-bottom: 2px solid #6f7f84;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
}

.related-products__dropdown[open] .related-products__chevron {
    transform: rotate(-135deg) translateY(-1px);
}

.related-products__panel {
    border-top: 1px solid rgba(216, 227, 219, 0.8);
    padding: 0.95rem 1rem 1rem;
}

.related-products__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem 2rem;
}

.related-products__item {
    font-size: 0.92rem;
    line-height: 1.55;
    color: #6f7f84;
}

.related-products__link {
    color: #254b58;
    font-weight: 600;
}

.related-products__link:hover {
    color: #173742;
}

.related-products__text {
    color: #75858b;
}

@media (max-width: 768px) {
    .related-products__grid {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }
}

@media (max-width: 480px) {
    .site-holder__fluid {
        justify-content: center;
    }

    .box-left-v9 {
        font-size: 1.7rem;
    }

    .wrapper-top-v8 {
        font-size: 1.72rem;
    }

    .mod-section__left li {
        font-size: 0.92rem;
    }

    .timer__num {
        min-width: 46px;
        font-size: 1.3rem;
    }
}


#item-center-v4 .app-header__body {
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #fff;
}

#item-center-v4 .app-header__body:hover,
#item-center-v4 .app-header__body:focus-visible {
    background: #b04dfd;
    color: #fff;
}

#item-center-v4 .app-header__body.wrapper-right-block {
    background: #1450d2;
}

#item-center-v4 .app-header__body.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
}

#item-center-v4 .app-header__body.wrapper-right-block:hover,
#item-center-v4 .app-header__body.wrapper-right-block:focus-visible {
    background: #0d3fb1;
}

#item-center-v4 .app-header__body.wrapper-center-v5:hover,
#item-center-v4 .app-header__body.wrapper-center-v5:focus-visible {
    background: #e6cd00;
    color: #1a1a1a;
}

/* BAD footer marketplace CTA */
.marketplace-menu {
    position: relative;
}

.marketplace-menu__trigger[role="button"] {
    border: 0;
    cursor: pointer;
    font: inherit;
    letter-spacing: 0;
}

.marketplace-menu__trigger[aria-haspopup="menu"]::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
}

.marketplace-menu.is-open .marketplace-menu__trigger[aria-haspopup="menu"]::after,
.marketplace-menu:focus-within .marketplace-menu__trigger[aria-haspopup="menu"]::after {
    transform: translateY(2px) rotate(225deg);
}

.marketplace-menu__list {
    position: absolute;
    z-index: 1200;
    display: grid;
    width: min(370px, calc(100vw - 32px));
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(215, 226, 220, 0.95);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(24, 51, 59, 0.18);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-6px);
    transition:
        opacity 0.18s ease,
        visibility 0.18s ease,
        transform 0.18s ease;
}

.marketplace-menu:hover .marketplace-menu__list,
.marketplace-menu:focus-within .marketplace-menu__list,
.marketplace-menu.is-open .marketplace-menu__list {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.marketplace-menu__item {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 6px;
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
}

.marketplace-menu__item:hover,
.marketplace-menu__item:focus-visible {
    background: #b04dfd;
    color: #fff;
}

.marketplace-menu__item.wrapper-right-block {
    background: #1450d2;
}

.marketplace-menu__item.wrapper-right-block:hover,
.marketplace-menu__item.wrapper-right-block:focus-visible {
    background: #0e3fa8;
}

.marketplace-menu__item.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
}

.marketplace-menu__item.wrapper-center-v5:hover,
.marketplace-menu__item.wrapper-center-v5:focus-visible {
    background: #f3d900;
    color: #1a1a1a;
}

.marketplace-menu--header .marketplace-menu__list {
    top: calc(100% + 8px);
    right: 0;
}

.marketplace-menu--header .marketplace-menu__list::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 10px;
}

.marketplace-menu--footer {
    width: 100%;
}

.marketplace-menu--footer .marketplace-menu__list {
    right: 0;
    bottom: calc(100% + 8px);
}

.marketplace-menu--footer .marketplace-menu__list::after,
.marketplace-menu--nav .marketplace-menu__list::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 10px;
}

.ui-header__left .element-bottom-row {
    display: inline-flex;
    width: 100%;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #c48a33 0%, #dfab58 100%);
    color: var(--brand-strong);
    box-shadow: 0 12px 26px rgba(196, 138, 51, 0.2);
}

.ui-header__left .element-bottom-row:hover,
.ui-header__left .element-bottom-row:focus-visible {
    background: linear-gradient(135deg, #b87927 0%, #d69d42 100%);
    color: #0f242c;
}

.ui-header__left .element-bottom-row.wrapper-right-block {
    background: #1450d2;
    box-shadow: 0 12px 26px rgba(20, 80, 210, 0.22);
}

.ui-header__left .element-bottom-row.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
    box-shadow: 0 12px 26px rgba(222, 195, 0, 0.2);
}

.header .header__marketplace-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #234b60, var(--brand));
    color: #fff;
    box-shadow: 0 12px 26px rgba(35, 75, 96, 0.18);
}

.header .header__marketplace-btn:hover,
.header .header__marketplace-btn:focus-visible {
    background: linear-gradient(135deg, #1b3b4c, #184639);
    color: #fff;
}

.header .header__marketplace-btn.wrapper-right-block {
    background: #1450d2;
    box-shadow: 0 12px 26px rgba(20, 80, 210, 0.22);
}

.header .header__marketplace-btn.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
    box-shadow: 0 12px 26px rgba(222, 195, 0, 0.2);
}

.header__marketplace-nav-menu,
.header__marketplace-nav-link {
    display: none;
}

@media (max-width: 768px) {
    .header__marketplace-menu {
        display: none;
    }

    .header__marketplace-nav-menu {
        display: block;
        width: 100%;
    }

    .header__marketplace-nav-link {
        display: flex;
        width: 100%;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #234b60, var(--brand));
        color: #fff !important;
    }

    .header__marketplace-nav-link:hover,
    .header__marketplace-nav-link:focus-visible {
        background: linear-gradient(135deg, #1b3b4c, #184639);
        color: #fff !important;
    }

    .header__marketplace-nav-link.wrapper-right-block {
        background: #1450d2;
    }

    .header__marketplace-nav-link.wrapper-center-v5 {
        background: #fce000;
        color: #1a1a1a !important;
    }

    .marketplace-menu--nav .marketplace-menu__list {
        position: absolute;
        right: 0;
        bottom: calc(100% + 8px);
        left: 0;
        width: 100%;
        margin: 0;
        transform: translateY(4px);
    }

    .marketplace-menu--nav:hover .marketplace-menu__list,
    .marketplace-menu--nav:focus-within .marketplace-menu__list,
    .marketplace-menu--nav.is-open .marketplace-menu__list {
        transform: translateY(0);
    }

    .block-bottom-v9 {
        max-height: calc(100vh - 270px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }
}

.flex-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
    text-align: center;
}

.panel-center-v4 {
    align-self: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: #edf7f2;
    color: #1d6a55;
    font-weight: 700;
    line-height: 1.25;
}

.panel-fluid-v5 {
    margin: 0;
    color: var(--text-dark);
    font-family: var(--font-heading);
    font-size: 1.45rem;
    line-height: 1.25;
}

.inner-center-v9,
.bad-marketplace-panel__note {
    margin: 0;
    color: var(--text-muted);
    line-height: 1.6;
}

.page-card {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
    gap: 0.75rem;
}

.main-box {
    max-width: 760px;
    margin: 1.5rem auto 0;
}

.panel-center-view {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border: 0;
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #fff;
    text-decoration: none;
}

.panel-center-view:hover,
.panel-center-view:focus-visible {
    background: #b04dfd;
    color: #fff;
}

.panel-center-view.wrapper-right-block {
    background: #1450d2;
}

.panel-center-view.wrapper-right-block:hover,
.panel-center-view.wrapper-right-block:focus-visible {
    background: #0e3fa8;
}

.panel-center-view.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
}

.panel-center-view.wrapper-center-v5:hover,
.panel-center-view.wrapper-center-v5:focus-visible {
    background: #f3d900;
    color: #1a1a1a;
}

/* Analytics consent */
.container-top-section {
    position: fixed;
    z-index: 10000;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.1rem 1.25rem;
    border: 1px solid rgba(31, 92, 77, 0.28);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(19, 50, 58, 0.2);
}

.container-top-section[hidden] {
    display: none;
}

.grid-container__body {
    min-width: 0;
}

.holder-left-v3 {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--text-dark);
    font-family: var(--font-heading);
}

.content-bottom-v4 {
    margin: 0;
    color: var(--text-muted);
    font-size: 0.94rem;
    line-height: 1.5;
}

.content-bottom-v4 a {
    color: #146b50;
}

.item-right-v2 {
    margin: 0.45rem 0 0;
    color: #1f5c4d;
    font-size: 0.9rem;
    font-weight: 700;
}

.grid-content__right {
    display: flex;
    flex: 0 0 auto;
    gap: 0.65rem;
}

.app-view,
.policy-cookie-settings {
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid #1f5c4d;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.site-card__left,
.policy-cookie-settings {
    background: #1f5c4d;
    color: #fff;
}

.panel-top-v6 {
    background: #fff;
    color: #1f5c4d;
}

.app-view:hover,
.app-view:focus-visible,
.policy-cookie-settings:hover,
.policy-cookie-settings:focus-visible {
    outline: 3px solid rgba(31, 92, 77, 0.18);
    outline-offset: 2px;
}

@media (max-width: 720px) {
    .container-top-section {
        flex-direction: column;
        align-items: stretch;
    }

    .grid-content__right {
        display: grid;
        grid-template-columns: 1fr;
    }
}
.content-fixed-view {
    display: none;
}

@media (max-width: 768px) {
    .content-fixed-view {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px 16px;
        background: #ffffff;
        box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
        padding-bottom: max(10px, env(safe-area-inset-bottom));
    }

    .content-fixed-view .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    .content-fixed-view .btn:hover,
    .content-fixed-view .btn:active {
        color: #ffffff !important;
    }
	
    .mobile-sticky-cta__note {
        margin: 6px 0 0 0;
        font-size: 12px;
        line-height: 1.2;
        color: #000000;
        text-align: center;
    }

    body {
        padding-bottom: 95px;
    }
}
.container-area-section {
    font-size: 40px; 
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;  
    height: 60px;
    flex-shrink: 0;
}
.price-cta {
    background: transparent;
    padding: 3rem 0;
    text-align: center;
}

.price-cta .container {
    background: linear-gradient(135deg, var(--brand-strong) 0%, var(--brand) 70%, #2d7967 100%);
    border-radius: 30px;
    box-shadow: var(--shadow-lg);
    padding: 3rem 2rem;
}

.site-row {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.5rem, 2.3vw, 2rem);
    font-weight: 800;
    color: #fff;
}

.section-top-v3 {
    margin: .8rem 0 0;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.price-cta__marketplace-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .6rem;
    margin-top: 1.1rem;
}

.price-cta__marketplace-badge {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    justify-content: center;
    padding: .4rem .8rem;
    border-radius: 999px;
    background: #f4eaff;
    color: #8b24bd;
    font-size: .86rem;
    font-weight: 800;
}

.price-cta__marketplace-badge.wrapper-right-block {
    background: #e9efff;
    color: #1450d2;
}

.price-cta__marketplace-badge.wrapper-center-v5 {
    background: #fce000;
    color: #1a1a1a;
}

.price-cta__arrows {
    margin-top: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
}

.price-cta__arrow {
    position: relative;
    width: 10px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f7a94a 0%, #ef7c2f 55%, #dd5626 100%);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    animation: priceCtaArrowBounce 1.35s ease-in-out infinite;
}

.price-cta__arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 20px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f39b42 0%, #e46527 100%);
    transform-origin: center;
    transform: translateX(-28%) rotate(-42deg);
}

.price-cta__arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 20px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(180deg, #f39b42 0%, #e46527 100%);
    transform-origin: center;
    transform: translateX(-72%) rotate(42deg);
}

.price-cta__arrow:nth-child(2) {
    animation-delay: 0.15s;
}

.price-cta__arrow:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes priceCtaArrowBounce {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.92;
    }

    50% {
        transform: translateY(10px);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .price-cta .container {
        border-radius: 24px;
        padding: 2.3rem 1.2rem;
    }
}

}
.wrapper-left-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.final-cta__availability {
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}


.leadForm {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 14px; 
}

.card-fixed-v1 {
    position: relative;
    width: 100%;
}

.row-fixed-v2 {
    width: 100%;
    height: 52px;
    padding: 0 20px 0 46px; 
    background-color: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #1a202c;
    outline: none;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

.base-box__bottom::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    z-index: 2;
}

.site-element::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.row-fixed-v2:hover {
    border-color: #cbd5e1;
    background-color: #fff;
}

.row-fixed-v2:focus {
    border-color: #0284c7; 
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12);
}

.card-fixed-v1:focus-within::before {
    opacity: 1;
}

.box-bottom-card {
    width: 100%;
    height: 54px;
    margin-top: 4px;
    background: #ffcc00;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(255, 204, 0, 0.35);
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-bottom-card:hover {
    background: #f5c200;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(255, 204, 0, 0.45);
}

.box-bottom-card:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(255, 204, 0, 0.3);
}

.core-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    margin-top: 16px;
    text-align: center;
}

.core-container svg {
    flex-shrink: 0;
}

.section-left-v6 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    margin-bottom: 6px;
}

.page-view {
    font-size: 18px;
    color: #a0aec0;
    text-decoration: line-through;
    text-decoration-color: #e53e3e;
    text-decoration-thickness: 1.5px;
    font-weight: 500;
}

.site-header__area {
    font-size: 30px;
    color: #0f172a; 
    font-weight: 800;
    letter-spacing: -0.5px;
}

.site-header__area span {
    font-size: 20px;
    color: #94a3b8;
    font-weight: 400;
}

.element-fluid-v5 {
    font-size: 11px;
    color: #94a3b8;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    opacity: 0.8;
}

@media (max-width: 768px) {
    #item-center-v4.container-fluid-v4 {
        padding: 2.5rem 0;
    }

    .wrapper-area-inner.base-panel__fluid {
        gap: 1.2rem;
        padding: 1.25rem 1rem;
        border-radius: 20px;
    }

    .flex-row {
        width: 100% !important;
        max-width: 280px !important;
        min-height: auto !important;
        padding: 0 !important;
        margin: 0 auto 0.5rem !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    .main-wrapper__fluid .grid-item {
        width: 100% !important;
        max-width: 250px !important;
        height: auto !important;
        max-height: none !important;
        filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
    }

    .leadForm {
        max-width: 100%;
        gap: 10px;
    }

    .row-fixed-v2 {
        height: 48px;
        font-size: 15px;
    }

    .box-bottom-card {
        height: 50px;
        font-size: 15px;
    }

    .site-header__area {
        font-size: 26px;
    }

    .page-view {
        font-size: 16px;
    }
}