.site-content {
    padding: 24px 0 72px;
}

.box-right-inner {
    margin-bottom: 24px;
    color: #5f6f77;
    font-size: 14px;
}

.box-right-inner a {
    color: #1f5860;
    text-decoration: none;
}

.box-right-inner a:hover {
    text-decoration: underline;
}

.view-left-content {
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
    padding: 40px 42px;
    border: 1px solid rgba(28, 82, 90, 0.10);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(136, 185, 173, 0.20), transparent 34%),
        linear-gradient(135deg, #f8fcfa 0%, #eef6f2 55%, #e8f0ee 100%);
    box-shadow: 0 22px 60px rgba(23, 53, 57, 0.08);
}

.block-body-holder {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(28, 82, 90, 0.08);
    color: #1f5860;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.view-left-content h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: #163740;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
}

.base-box__fixed {
    max-width: 760px;
    margin: 0;
    color: #36545c;
    font-size: 18px;
    line-height: 1.65;
}

.flex-panel__body {
    display: inline-flex;
    margin: 18px 0 0;
    padding: 8px 12px;
    border: 1px solid rgba(28, 96, 81, 0.22);
    border-radius: 8px;
    background: rgba(28, 96, 81, 0.08);
    color: #1c6051;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.main-inner__left {
    padding: 0;
}

.element-fluid-container .wrapper-body-v8 {
    background: transparent;
}

.element-fluid-container .holder-area-v8,
.element-fluid-container .grid-holder__right {
    filter: none;
}

.container-fluid-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.85fr);
    gap: 28px;
    align-items: center;
    min-height: 300px;
    padding: 40px 42px;
}

.page-header__top {
    min-width: 0;
}

.wrapper-body-v8 {
    position: relative;
    min-height: 220px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0) 60%);
}

.holder-area-v8,
.grid-holder__right {
    max-width: 100%;
}

.holder-area-v8 {
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
}

.site-card__fluid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.page-container {
    grid-template-columns: 1fr;
}

.card-top-holder {
    display: grid;
    gap: 20px;
}

.container-active-v4 {
    padding: 28px;
    border: 1px solid rgba(28, 82, 90, 0.10);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(17, 43, 48, 0.06);
}

.card-bottom-item {
    background: linear-gradient(180deg, #f9fbfa 0%, #f1f6f4 100%);
}

.container-active-v4 h2 {
    margin: 0 0 16px;
    color: #173941;
    font-size: 28px;
    line-height: 1.22;
}

.container-active-v4 p {
    margin: 0 0 14px;
    color: #3f5960;
    font-size: 17px;
    line-height: 1.72;
}

.container-active-v4 p:last-child {
    margin-bottom: 0;
}

.content-left-v2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.content-left-v2 li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 26px;
    color: #36545c;
    font-size: 16px;
    line-height: 1.65;
}

.content-left-v2 li:last-child {
    margin-bottom: 0;
}

.content-left-v2 li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f7b63 0%, #1f5860 100%);
}

.panel-active-v5,
.grid-holder,
.flex-header__center,
.view-center-block,
.container-active-v5 {
    display: grid;
    gap: 16px;
}

.panel-active-v5,
.grid-holder,
.view-center-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.container-active-v5 {
    grid-template-columns: 1fr;
}

.seo-quote,
.core-card__body,
.base-container,
.main-wrapper__left,
.flex-content {
    padding: 20px 22px;
    border-radius: 22px;
    background: #f7fbf9;
    border: 1px solid rgba(28, 82, 90, 0.10);
}

.seo-quote::before {
    content: "★★★★★";
    display: block;
    margin-bottom: 10px;
    color: #f4b400;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
}

.seo-quote strong,
.core-card__body strong,
.main-wrapper__left strong,
.flex-content strong {
    display: block;
    margin-bottom: 10px;
    color: #173941;
    font-size: 18px;
}

.seo-quote p,
.core-card__body p,
.main-wrapper__left p,
.flex-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.inner-fluid-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.inner-fluid-panel .grid-content__fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 180px;
    text-align: center;
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid #1d6f60;
    border-radius: 12px;
    background: linear-gradient(180deg, #30a37c 0%, #1f7760 100%);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: none;
}

.inner-fluid-panel .grid-content__fixed:hover {
    background: linear-gradient(180deg, #278c67 0%, #165f4e 100%);
    border-color: #165f4e;
}

.inner-fluid-panel .grid-content__fixed:disabled {
    opacity: 0.48;
    filter: grayscale(0.12);
    cursor: default;
}

.inner-fluid-panel .grid-content__fixed:focus-visible {
    outline: 2px solid rgba(22, 95, 78, 0.45);
    outline-offset: 2px;
}

.base-container {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f6 100%);
}

.base-container a {
    color: #173941;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}

.base-container a:hover {
    color: #1f5860;
}

.base-container p {
    margin: 10px 0 0;
    color: #476168;
    font-size: 15px;
    line-height: 1.6;
}

.core-section__active {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 108px;
}

.site-wrapper__top {
    margin: 0 0 12px;
    color: #173941;
    font-size: 22px;
}

.item-top-v5 {
    display: grid;
    gap: 12px;
}

.card-right-v8 {
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(28, 82, 90, 0.10);
    color: #36545c;
    font-size: 15px;
    line-height: 1.55;
}

.card-right-v8 strong {
    display: block;
    margin-bottom: 6px;
    color: #173941;
    font-size: 16px;
}

.seo-checkmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    border-radius: 50%;
    background: #1f5860;
    flex-shrink: 0;
    text-align: center;
    transform: translateY(-1px);
}

.seo-checkmark::before {
    content: "";
    width: 5px;
    height: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-1px);
    display: block;
    box-sizing: border-box;
}

.grid-header {
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(140deg, #1f5860 0%, #295f51 100%);
    color: #ffffff;
    box-shadow: 0 20px 50px rgba(24, 58, 63, 0.24);
}

.grid-header h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.22;
}

.grid-header p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.68;
}

.grid-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-cta__marketplace-links {
    display: grid;
    width: 100%;
    gap: 12px;
}

.block-center-header {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    background: #ffffff;
    color: #173941;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.block-center-header:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(13, 30, 33, 0.18);
}

.grid-inner__right {
    background: #ffffff;
    color: #173941;
}

.ui-holder__fixed.marketplace--wildberries {
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #ffffff;
}

.ui-holder__fixed.marketplace--wildberries:hover,
.ui-holder__fixed.marketplace--wildberries:focus-visible {
    background: #b04dfd;
    color: #ffffff;
}

.ui-holder__fixed.page-content__left {
    background: #1450d2;
    color: #ffffff;
}

.ui-holder__fixed.page-content__left:hover,
.ui-holder__fixed.page-content__left:focus-visible {
    background: #0d3fb1;
    color: #ffffff;
}

.ui-holder__fixed.main-inner {
    background: #fce000;
    color: #1a1a1a;
}

.ui-holder__fixed.main-inner:hover,
.ui-holder__fixed.main-inner:focus-visible {
    background: #e6cd00;
    color: #1a1a1a;
}

.seo-note {
    color: #5f757a;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .site-card__fluid {
        grid-template-columns: 1fr;
    }

    .core-section__active {
        position: static;
    }
}

@media (max-width: 767px) {
    .site-content {
        padding: 18px 0 56px;
    }

    .view-left-content {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .main-inner__left {
        padding: 0;
    }

    .container-fluid-panel {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 20px;
        padding: 26px 22px;
    }

    .wrapper-body-v8 {
        order: -1;
        min-height: 180px;
    }

    .holder-area-v8 {
    }

    .container-active-v4 {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .container-active-v4 h2,
    .grid-header h2 {
        font-size: 24px;
    }

    .container-active-v4 p,
    .base-box__fixed {
        font-size: 16px;
    }

    .panel-active-v5,
    .grid-holder,
    .view-center-block {
        grid-template-columns: 1fr;
    }

    .inner-fluid-panel {
        flex-direction: column;
    }

    .inner-fluid-panel .grid-content__fixed {
        width: 100%;
        flex-basis: 100%;
    }

    .grid-header {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .grid-inner {
        flex-direction: column;
    }

    .block-center-header {
        width: 100%;
    }
}
