.main-card {
    padding: 24px 0 72px;
}

.container-right-inner {
    margin-bottom: 24px;
    color: #5f6f77;
    font-size: 14px;
}

.container-right-inner a {
    color: #1f5860;
    text-decoration: none;
}

.container-right-inner a:hover {
    text-decoration: underline;
}

.card-area-card {
    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);
}

.wrapper-bottom-view {
    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;
}

.card-area-card h1 {
    max-width: 820px;
    margin: 0 0 16px;
    color: #163740;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
}

.box-bottom-row {
    max-width: 760px;
    margin: 0;
    color: #36545c;
    font-size: 18px;
    line-height: 1.65;
}

.ui-inner {
    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;
}

.base-inner__fluid {
    padding: 0;
}

.site-row__body .flex-inner__fluid {
    background: transparent;
}

.site-row__body .panel-right-element,
.site-row__body .core-inner__left {
    filter: none;
}

.card-body-wrapper {
    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;
}

.holder-top-v2 {
    min-width: 0;
}

.flex-inner__fluid {
    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%);
}

.panel-right-element,
.core-inner__left {
    max-width: 100%;
}

.panel-right-element {
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.18));
}

.element-fluid-v4 {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, 0.95fr);
    gap: 24px;
    align-items: start;
}

.flex-box__active {
    grid-template-columns: 1fr;
}

.card-right-v4 {
    display: grid;
    gap: 20px;
}

.item-top-item {
    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);
}

.site-element {
    background: linear-gradient(180deg, #f9fbfa 0%, #f1f6f4 100%);
}

.item-top-item h2 {
    margin: 0 0 16px;
    color: #173941;
    font-size: 28px;
    line-height: 1.22;
}

.item-top-item p {
    margin: 0 0 14px;
    color: #3f5960;
    font-size: 17px;
    line-height: 1.72;
}

.item-top-item p:last-child {
    margin-bottom: 0;
}

.custom-element {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-element li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 26px;
    color: #36545c;
    font-size: 16px;
    line-height: 1.65;
}

.custom-element li:last-child {
    margin-bottom: 0;
}

.custom-element li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2f7b63 0%, #1f5860 100%);
}

.base-container__fixed,
.box-area-box,
.app-view,
.ui-header__active,
.flex-row {
    display: grid;
    gap: 16px;
}

.base-container__fixed,
.box-area-box,
.ui-header__active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row {
    grid-template-columns: 1fr;
}

.ui-element,
.wrapper-fluid-v1,
.wrapper-top-v9,
.block-top-card,
.inner-bottom-v7 {
    padding: 20px 22px;
    border-radius: 22px;
    background: #f7fbf9;
    border: 1px solid rgba(28, 82, 90, 0.10);
}

.ui-element::before {
    content: "★★★★★";
    display: block;
    margin-bottom: 10px;
    color: #f4b400;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0;
}

.ui-element strong,
.wrapper-fluid-v1 strong,
.block-top-card strong,
.inner-bottom-v7 strong {
    display: block;
    margin-bottom: 10px;
    color: #173941;
    font-size: 18px;
}

.ui-element p,
.wrapper-fluid-v1 p,
.block-top-card p,
.inner-bottom-v7 p {
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.item-active-v1 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    margin-top: 16px;
}

.item-active-v1 .page-content__area {
    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;
}

.item-active-v1 .page-content__area:hover {
    background: linear-gradient(180deg, #278c67 0%, #165f4e 100%);
    border-color: #165f4e;
}

.item-active-v1 .page-content__area:disabled {
    opacity: 0.48;
    filter: grayscale(0.12);
    cursor: default;
}

.item-active-v1 .page-content__area:focus-visible {
    outline: 2px solid rgba(22, 95, 78, 0.45);
    outline-offset: 2px;
}

.wrapper-top-v9 {
    background: linear-gradient(180deg, #ffffff 0%, #f4f9f6 100%);
}

.wrapper-top-v9 a {
    color: #173941;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}

.wrapper-top-v9 a:hover {
    color: #1f5860;
}

.wrapper-top-v9 p {
    margin: 10px 0 0;
    color: #476168;
    font-size: 15px;
    line-height: 1.6;
}

.holder-area-v4 {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 108px;
}

.core-wrapper {
    margin: 0 0 12px;
    color: #173941;
    font-size: 22px;
}

.mod-inner {
    display: grid;
    gap: 12px;
}

.content-fixed-item {
    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;
}

.content-fixed-item 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;
}

.mod-holder__center {
    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);
}

.mod-holder__center h2 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.22;
}

.mod-holder__center p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.68;
}

.container-right-v3 {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-cta__marketplace-links {
    display: grid;
    width: 100%;
    gap: 12px;
}

.mod-wrapper__active {
    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;
}

.mod-wrapper__active:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(13, 30, 33, 0.18);
}

.app-row__left {
    background: #ffffff;
    color: #173941;
}

.content-bottom-wrapper.marketplace--wildberries {
    background: linear-gradient(135deg, #7f28d6 0%, #c33bd0 100%);
    color: #ffffff;
}

.content-bottom-wrapper.marketplace--wildberries:hover,
.content-bottom-wrapper.marketplace--wildberries:focus-visible {
    background: #b04dfd;
    color: #ffffff;
}

.content-bottom-wrapper.element-center-inner {
    background: #1450d2;
    color: #ffffff;
}

.content-bottom-wrapper.element-center-inner:hover,
.content-bottom-wrapper.element-center-inner:focus-visible {
    background: #0d3fb1;
    color: #ffffff;
}

.content-bottom-wrapper.site-row__center {
    background: #fce000;
    color: #1a1a1a;
}

.content-bottom-wrapper.site-row__center:hover,
.content-bottom-wrapper.site-row__center:focus-visible {
    background: #e6cd00;
    color: #1a1a1a;
}

.seo-note {
    color: #5f757a;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .element-fluid-v4 {
        grid-template-columns: 1fr;
    }

    .holder-area-v4 {
        position: static;
    }
}

@media (max-width: 767px) {
    .main-card {
        padding: 18px 0 56px;
    }

    .card-area-card {
        padding: 26px 22px;
        border-radius: 24px;
    }

    .base-inner__fluid {
        padding: 0;
    }

    .card-body-wrapper {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 20px;
        padding: 26px 22px;
    }

    .flex-inner__fluid {
        order: -1;
        min-height: 180px;
    }

    .panel-right-element {
    }

    .item-top-item {
        padding: 22px 18px;
        border-radius: 22px;
    }

    .item-top-item h2,
    .mod-holder__center h2 {
        font-size: 24px;
    }

    .item-top-item p,
    .box-bottom-row {
        font-size: 16px;
    }

    .base-container__fixed,
    .box-area-box,
    .ui-header__active {
        grid-template-columns: 1fr;
    }

    .item-active-v1 {
        flex-direction: column;
    }

    .item-active-v1 .page-content__area {
        width: 100%;
        flex-basis: 100%;
    }

    .mod-holder__center {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .container-right-v3 {
        flex-direction: column;
    }

    .mod-wrapper__active {
        width: 100%;
    }
}
