.tpl-montazh_cluster .install-branch-page {
    --install-surface: #ffffff;
    --install-surface-soft: #f8fafc;
    --install-surface-strong: #f1f5f9;
    --install-border: #d8e0ea;
    --install-border-strong: #c7d2df;
    --install-ink: #122247;
    --install-copy: #233754;
    --install-muted: #5b7294;
    --install-accent: #1d4ed8;
    --install-accent-soft: #dbeafe;
    --install-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
    gap: 14px;
}

.tpl-montazh_cluster .install-branch-page > section {
    position: relative;
    padding: 22px 24px;
    border-radius: 20px;
    border: 1px solid var(--install-border);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    box-shadow: var(--install-shadow);
    overflow: hidden;
}

.tpl-montazh_cluster .install-branch-page > section::after {
    display: none;
}

.tpl-montazh_cluster .install-branch-page > section > h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    font-size: clamp(24px, 2vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: var(--install-ink);
}

.tpl-montazh_cluster .install-branch-page > section > p {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    max-width: 78ch;
    color: var(--install-copy);
    font-size: 16px;
    line-height: 1.62;
}

.tpl-montazh_cluster .install-branch-page > section > p:last-child {
    margin-bottom: 0;
}

.tpl-montazh_cluster .install-branch-page > section > p:first-of-type {
    font-size: 17px;
    line-height: 1.68;
}

.tpl-montazh_cluster .install-branch-page > section > p strong,
.tpl-montazh_cluster .install-branch-page > section li strong,
.tpl-montazh_cluster .install-branch-page > section .pricing-note strong {
    display: inline;
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-weight: 700;
    vertical-align: baseline;
}

.tpl-montazh_cluster .install-cards-section > h2,
.tpl-montazh_cluster .install-process-section > h2 {
    margin-bottom: 16px;
}

.tpl-montazh_cluster .install-text-section > h2 {
    margin-bottom: 12px;
}

.tpl-montazh_cluster .install-list-section > p:first-of-type,
.tpl-montazh_cluster .install-text-section > p:first-of-type {
    padding-left: 16px;
    border-left: 2px solid rgba(29, 78, 216, 0.22);
    color: #38506f;
}

.tpl-montazh_cluster .install-city-hero-section {
    padding-top: 28px;
    padding-bottom: 24px;
    border-color: #cfd8e3;
    background:
        linear-gradient(135deg, rgba(244, 248, 252, 0.98) 0%, rgba(255, 255, 255, 0.96) 58%),
        linear-gradient(180deg, #ffffff 0%, #fafcff 100%);
}

.tpl-montazh_cluster .install-city-hero-section::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1d4ed8 0%, #60a5fa 100%);
}

.tpl-montazh_cluster .install-city-hero-section > p:first-of-type {
    max-width: 70ch;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.62;
    color: #17305d;
}

.tpl-montazh_cluster .install-city-editorial-section,
.tpl-montazh_cluster .install-city-coordination-section,
.tpl-montazh_cluster .install-proof-section,
.tpl-montazh_cluster .install-intro-section,
.tpl-montazh_cluster .install-offer-highlight-section,
.tpl-montazh_cluster .install-text-section,
.tpl-montazh_cluster .install-list-section {
    background:
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.tpl-montazh_cluster .install-city-editorial-section > h2,
.tpl-montazh_cluster .install-city-coordination-section > h2,
.tpl-montazh_cluster .install-proof-section > h2,
.tpl-montazh_cluster .install-offer-highlight-section > h2,
.tpl-montazh_cluster .install-intro-section > h2,
.tpl-montazh_cluster .install-text-section > h2,
.tpl-montazh_cluster .install-list-section > h2 {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(15, 88, 216, 0.14);
}

.tpl-montazh_cluster .install-proof-section {
    border-color: #d6dee8;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.tpl-montazh_cluster .install-card-grid,
.tpl-montazh_cluster .install-step-grid {
    margin-top: 14px;
}

.tpl-montazh_cluster .install-card-grid {
    gap: 10px;
}

.tpl-montazh_cluster .install-step-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
}

.tpl-montazh_cluster .install-card,
.tpl-montazh_cluster .install-step-card {
    min-height: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid #d8e0ea;
    background: #fff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
}

.tpl-montazh_cluster .install-card {
    position: relative;
}

.tpl-montazh_cluster article.install-card {
    padding: 18px 18px 16px;
    border-color: #dde4ec;
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
}

.tpl-montazh_cluster article.install-card::before {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1d4ed8 0%, #93c5fd 100%);
}

.tpl-montazh_cluster .service-card {
    gap: 4px;
}

.tpl-montazh_cluster a.install-card {
    padding-right: 36px;
    transition: border-color 0.15s ease, background-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.tpl-montazh_cluster a.install-card::after {
    content: "\203A";
    position: absolute;
    right: 14px;
    top: 14px;
    color: #5f7fb3;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.tpl-montazh_cluster a.install-card:hover,
.tpl-montazh_cluster a.install-card:focus-visible {
    border-color: #b6c5d8;
    background: #fcfdff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    color: #1d4ed8;
    outline: none;
}

.tpl-montazh_cluster a.install-card:hover strong,
.tpl-montazh_cluster a.install-card:focus-visible strong {
    color: #1d4ed8;
}

.tpl-montazh_cluster .install-card strong,
.tpl-montazh_cluster .install-step-card strong {
    display: block;
    margin: 0 0 3px;
    min-height: 0;
    color: #142848;
    font-size: 17px;
    line-height: 1.25;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
}

.tpl-montazh_cluster .install-card span,
.tpl-montazh_cluster .install-step-card span {
    display: block;
    min-height: 0;
    color: var(--install-muted);
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: unset;
    -webkit-box-orient: initial;
    overflow: visible;
}

.tpl-montazh_cluster .install-text-section,
.tpl-montazh_cluster .install-list-section {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.tpl-montazh_cluster .install-list {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
}

.tpl-montazh_cluster .install-list li {
    position: relative;
    padding: 14px 0 14px 18px;
    border: 0;
    border-bottom: 1px solid #e4ebf2;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #1f3454;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
    transition: color 0.16s ease, border-color 0.16s ease;
}

.tpl-montazh_cluster .install-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #1d4ed8;
    opacity: 0.9;
}

.tpl-montazh_cluster .install-list li:hover {
    border-color: #cfd9e5;
    color: #13284a;
}

.tpl-montazh_cluster .pricing-note {
    margin-top: 12px;
    color: #59708f;
    font-size: 15px;
    line-height: 1.56;
}

.tpl-montazh_cluster .install-text-section .pricing-note,
.tpl-montazh_cluster .install-list-section .pricing-note,
.tpl-montazh_cluster .install-offer-highlight-section .pricing-note {
    max-width: 78ch;
    margin-top: 14px;
    padding: 16px 18px;
    border: 1px solid #dde4ec;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #f2f6fa 100%);
    color: #3a516e;
    font-weight: 600;
    line-height: 1.5;
}

.tpl-montazh_cluster .install-inline-cta {
    margin-top: 14px;
}

.tpl-montazh_cluster .install-inline-cta .button.secondary {
    min-height: 48px;
    padding: 11px 20px;
    border-radius: 14px;
    box-shadow: none;
}

.tpl-montazh_cluster .install-price-section + .install-price-section,
.tpl-montazh_cluster .install-related-group + .install-related-group {
    margin-top: 20px;
}

.tpl-montazh_cluster .install-price-section h3,
.tpl-montazh_cluster .install-related-group h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.25;
    color: #173261;
}

.tpl-montazh_cluster .pricing-table-wrap {
    margin-top: 12px;
    border-radius: 16px;
    border-color: #dbe2ea;
    background: #fff;
}

.tpl-montazh_cluster .pricing-table th {
    background: #f8fafc;
    color: #183153;
    font-weight: 700;
}

.tpl-montazh_cluster .pricing-table td {
    color: #243857;
}

.tpl-montazh_cluster .pricing-table tbody tr:hover {
    background: #fbfcfe;
}

.tpl-montazh_cluster .install-price-section {
    padding: 18px;
    border: 1px solid #dde4ec;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.tpl-montazh_cluster .install-process-section .install-step-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "index title"
        "copy copy";
    align-items: center;
    column-gap: 12px;
    row-gap: 8px;
    padding: 16px;
    border: 1px solid #dde4ec;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
    overflow: hidden;
}

.tpl-montazh_cluster .install-process-section .install-step-card::before {
    display: none;
}

.tpl-montazh_cluster .install-process-section .install-step-index {
    grid-area: index;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 999px;
    background: #eef4ff;
    border: 1px solid #d3def0;
    color: #1d4ed8;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
}

.tpl-montazh_cluster .install-process-section .install-step-title {
    grid-area: title;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: -0.01em;
}

.tpl-montazh_cluster .install-process-section .install-step-copy {
    grid-area: copy;
    position: relative;
    z-index: 1;
    display: block;
    margin: -2px 0 0;
    color: #4f5f79;
    font-size: 15px;
    line-height: 1.45;
}

.tpl-montazh_cluster .install-city-links-section > p {
    max-width: 78ch;
}

.tpl-montazh_cluster .install-city-link {
    min-height: 0;
}

.tpl-montazh_cluster .install-city-link .city-chooser-card-meta {
    font-size: 13px;
    line-height: 1.35;
}

.tpl-montazh_cluster .install-cta-section {
    border: 1px solid #dbe2ea;
    background:
        linear-gradient(135deg, rgba(246, 249, 252, 0.96) 0%, rgba(255, 255, 255, 0.98) 56%);
}

.tpl-montazh_cluster .install-cta-section h2 {
    margin-top: 0;
}

.tpl-montazh_cluster .install-cta-section .cta-row {
    margin-top: 18px;
}

.tpl-montazh_cluster .install-cta-section .button.secondary {
    background: #fff;
}

@media (max-width: 767px) {
    .tpl-montazh_cluster .install-branch-page {
        gap: 12px;
    }

    .tpl-montazh_cluster .install-branch-page > section {
        padding: 16px;
        border-radius: 18px;
    }

    .tpl-montazh_cluster .install-branch-page > section > h2 {
        margin-bottom: 12px;
        font-size: clamp(24px, 7vw, 30px);
    }

    .tpl-montazh_cluster .install-branch-page > section > p {
        font-size: 15px;
        line-height: 1.52;
    }

    .tpl-montazh_cluster .install-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tpl-montazh_cluster .install-card,
    .tpl-montazh_cluster .install-step-card {
        padding: 14px;
        border-radius: 16px;
    }

    .tpl-montazh_cluster .install-list li {
        padding: 14px 0 14px 18px;
    }

    .tpl-montazh_cluster .install-list li::before {
        left: 0;
        top: 20px;
        width: 7px;
        height: 7px;
    }

    .tpl-montazh_cluster article.install-card {
        padding: 16px 14px 14px;
    }

    .tpl-montazh_cluster article.install-card::before {
        width: 36px;
        margin-bottom: 12px;
    }

    .tpl-montazh_cluster .install-process-section .install-step-grid {
        gap: 10px;
    }

    .tpl-montazh_cluster .install-process-section .install-step-card {
        padding: 14px;
    }

    .tpl-montazh_cluster .install-text-section .pricing-note,
    .tpl-montazh_cluster .install-list-section .pricing-note {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .tpl-montazh_cluster .install-process-section .install-step-title,
    .tpl-montazh_cluster .install-card strong,
    .tpl-montazh_cluster .install-step-card strong {
        font-size: 17px;
    }

    .tpl-montazh_cluster .install-process-section .install-step-copy,
    .tpl-montazh_cluster .install-card span,
    .tpl-montazh_cluster .install-step-card span {
        font-size: 14px;
    }

    .tpl-montazh_cluster .install-price-section h3,
    .tpl-montazh_cluster .install-related-group h3 {
        font-size: 18px;
    }

    .tpl-montazh_cluster .install-city-link .city-chooser-card-meta {
        font-size: 13px;
    }

    .tpl-montazh_cluster a.install-card {
        padding-right: 34px;
    }

    .tpl-montazh_cluster a.install-card::after {
        right: 12px;
        top: 14px;
        font-size: 22px;
    }

    .tpl-montazh_cluster .install-cta-section .cta-row {
        display: grid;
        gap: 10px;
    }
}
