/* Product support: route-owned operational composition */

body.page-vedenie-podderzhka {
    --ps-bg: #080a0d;
    --ps-bg-soft: #0d1117;
    --ps-panel: #121720;
    --ps-panel-2: #171d27;
    --ps-paper: #ebeae5;
    --ps-ink: #090b0f;
    --ps-text: #f2f1ec;
    --ps-muted: #9ba3b2;
    --ps-line: rgba(242, 241, 236, 0.15);
    --ps-line-strong: rgba(242, 241, 236, 0.28);
    --ps-accent: #5578ff;
    --ps-shell: min(1760px, calc(100vw - clamp(48px, 6vw, 112px)));
    background: var(--ps-bg) !important;
}

body.page-vedenie-podderzhka .ed-template-hero {
    display: none !important;
}

body.page-vedenie-podderzhka .br-page-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    color: var(--ps-text) !important;
    background: var(--ps-bg) !important;
}

body.page-vedenie-podderzhka .ps-page.ed-route-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    color: var(--ps-text) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: var(--ps-bg) !important;
    overflow: clip !important;
}

.ps-page,
.ps-page *,
.ps-page *::before,
.ps-page *::after {
    box-sizing: border-box;
}

.ps-page {
    position: relative;
    width: 100%;
    color: var(--ps-text);
    background: var(--ps-bg);
    font-family: mont, Arial, sans-serif;
    overflow: clip;
    interpolate-size: allow-keywords;
}

.ps-page :where(h1, h2, h3, p, ul) {
    margin: 0;
    padding: 0;
}

.ps-page :where(h1, h2, h3) {
    color: inherit !important;
    font-family: mont, Arial, sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.052em !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-transform: none !important;
}

.ps-page :where(h1, h2, h3) span {
    color: inherit !important;
    font: inherit !important;
    letter-spacing: inherit !important;
}

.ps-page a,
.ps-page button,
.ps-page summary {
    -webkit-tap-highlight-color: transparent;
}

.ps-page button,
.ps-page a {
    font-family: inherit;
}

.ps-shell {
    position: relative;
    z-index: 2;
    width: var(--ps-shell);
    margin-inline: auto;
}

.ps-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #b3bac7 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.17em !important;
    text-transform: uppercase;
}

.ps-kicker > span {
    display: block;
    width: 30px;
    height: 2px;
    flex: 0 0 auto;
    background: var(--ps-accent);
}

.ps-section-intro h2,
.ps-operations__header h2,
.ps-sla__header h2,
.ps-model__header h2 {
    max-width: 13ch;
    margin-top: 26px;
    font-size: clamp(48px, 4vw, 64px) !important;
    line-height: 0.98 !important;
    text-wrap: balance;
}

.ps-continuity .ps-section-intro h2 {
    max-width: 14ch;
    font-size: clamp(48px, 3.6vw, 56px) !important;
}

.ps-section-intro > p:last-child {
    max-width: 570px;
    margin-top: 32px;
    color: var(--ps-muted) !important;
    font-size: clamp(17px, 1.2vw, 21px) !important;
    line-height: 1.65 !important;
}

.ps-section-intro--sticky {
    position: sticky;
    top: 150px;
    align-self: start;
}

.ps-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 38px;
}

.ps-button {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.ps-button:hover {
    transform: translateY(-2px);
}

.ps-button:focus-visible,
.ps-page summary:focus-visible {
    outline: 2px solid var(--ps-accent);
    outline-offset: 4px;
}

.ps-button--primary {
    min-width: 244px;
    color: #fff !important;
    border-color: var(--ps-accent);
    background: var(--ps-accent);
}

.ps-button--primary::after {
    flex: 0 0 auto;
    content: "↗";
    font-size: 18px;
    font-weight: 400;
}

.ps-button--primary:hover {
    color: #fff !important;
    border-color: #fff;
    background: transparent;
}

.ps-button--quiet {
    min-width: 220px;
    padding-inline: 4px;
    color: var(--ps-text) !important;
    border: 0;
    border-bottom: 1px solid var(--ps-line-strong);
    border-radius: 0;
    background: transparent;
}

.ps-button--quiet::after {
    flex: 0 0 auto;
    content: "↓";
    font-size: 17px;
    font-weight: 400;
}

.ps-button--quiet:hover {
    color: #fff !important;
    border-color: #fff;
    background: transparent;
}

/* Hero */

.ps-hero {
    position: relative;
    height: min(960px, 100svh);
    min-height: 0;
    color: var(--ps-text);
    background: #080a0d;
    isolation: isolate;
    overflow: hidden;
}

.ps-hero::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background:
        linear-gradient(90deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.91) 37%, rgba(7, 9, 12, 0.4) 63%, rgba(7, 9, 12, 0.1) 100%),
        linear-gradient(0deg, rgba(7, 9, 12, 0.62) 0%, transparent 44%);
}

.ps-hero::after {
    position: absolute;
    z-index: 1;
    right: clamp(48px, 6vw, 112px);
    bottom: 0;
    left: clamp(48px, 6vw, 112px);
    height: 1px;
    content: "";
    background: var(--ps-line);
}

.ps-hero__media {
    position: absolute;
    inset: 0;
}

.ps-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) contrast(1.03);
}

.ps-hero__layout {
    display: grid;
    height: 100%;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.65fr);
    grid-template-rows: minmax(0, 1fr) auto;
    gap: clamp(48px, 7vw, 140px);
    align-items: center;
    padding-top: clamp(126px, 14vh, 168px);
    padding-bottom: clamp(38px, 7vh, 72px);
}

.ps-hero__copy {
    max-width: 840px;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
}

.ps-hero__actions {
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    margin-top: 0;
    padding-top: 22px;
    border-top: 1px solid var(--ps-line);
}

.ps-hero h1 {
    max-width: 16ch;
    margin-top: 26px;
    font-size: clamp(64px, 5.6vw, 102px) !important;
    line-height: 0.9 !important;
    text-wrap: balance;
}

.ps-hero__lead {
    max-width: 690px;
    margin-top: 30px !important;
    color: #b3bac7 !important;
    font-size: clamp(17px, 1.15vw, 21px) !important;
    line-height: 1.58 !important;
}

.ps-hero__console {
    width: min(100%, 430px);
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    justify-self: end;
    margin-bottom: 0;
    color: var(--ps-text);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(7, 9, 12, 0.7);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.ps-hero__console header {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    color: #b3bac7;
    border-bottom: 1px solid var(--ps-line);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ps-hero__console header i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ps-accent);
    box-shadow: 0 0 20px rgba(85, 120, 255, 0.7);
}

.ps-hero__console ul {
    list-style: none;
}

.ps-hero__console li {
    display: grid;
    min-height: 68px;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 18px;
    align-items: center;
    padding: 0 22px;
    border-bottom: 1px solid var(--ps-line);
}

.ps-hero__console li > span {
    color: #858e9d;
    font-size: 12px;
}

.ps-hero__console li strong {
    color: var(--ps-text);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

.ps-hero__console footer {
    padding: 18px 22px;
    color: #858e9d;
    font-size: 12px;
    line-height: 1.4;
}

/* Continuity */

.ps-continuity {
    position: relative;
    padding: clamp(100px, 9vw, 164px) 0;
    color: var(--ps-text);
    border-bottom: 1px solid var(--ps-line);
    background:
        radial-gradient(circle at 84% 34%, rgba(85, 120, 255, 0.12), transparent 24%),
        var(--ps-bg-soft);
}

.ps-continuity__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(70px, 10vw, 190px);
    align-items: start;
}

.ps-continuity__sequence {
    border-top: 1px solid var(--ps-line-strong);
}

.ps-continuity__sequence article {
    position: relative;
    display: grid;
    min-height: 122px;
    grid-template-columns: minmax(170px, 0.62fr) minmax(0, 1.38fr);
    gap: 42px;
    align-items: center;
    padding: 26px 12px 26px 0;
    border-bottom: 1px solid var(--ps-line);
}

.ps-continuity__sequence article::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background: var(--ps-accent);
    transition: width 360ms ease;
}

.ps-continuity__sequence article:hover::before {
    width: 100%;
}

.ps-continuity__sequence span {
    color: var(--ps-text);
    font-size: clamp(22px, 1.8vw, 31px);
    letter-spacing: -0.035em;
}

.ps-continuity__sequence p {
    color: var(--ps-muted) !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

/* Operational stage */

.ps-operations {
    position: relative;
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-text);
    background: var(--ps-bg);
}

.ps-operations__header {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.55fr);
    gap: clamp(60px, 10vw, 190px);
    align-items: end;
    margin-bottom: clamp(56px, 6vw, 94px);
}

.ps-operations__header > p {
    max-width: 560px;
    padding-bottom: 6px;
    color: var(--ps-muted) !important;
    font-size: clamp(17px, 1.15vw, 20px) !important;
    line-height: 1.65 !important;
}

.ps-operations__stage {
    position: relative;
    min-height: clamp(650px, 48vw, 820px);
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
}

.ps-operations__visual {
    position: absolute;
    inset: 0;
}

.ps-operations__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(8, 10, 13, 0.08), transparent 50%);
}

.ps-operations__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ps-operations__board {
    position: relative;
    z-index: 1;
    width: min(50%, 720px);
    min-height: clamp(650px, 48vw, 820px);
    padding: clamp(26px, 3vw, 48px);
    color: var(--ps-text);
    background: rgba(8, 10, 13, 0.94);
    backdrop-filter: blur(18px);
}

.ps-operations__board-head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    color: #8f98a7;
    border-bottom: 1px solid var(--ps-line-strong);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ps-operations__board article {
    display: grid;
    grid-template-columns: 0.62fr 1.38fr;
    column-gap: 32px;
    padding: clamp(30px, 3.2vw, 50px) 0;
    border-bottom: 1px solid var(--ps-line);
}

.ps-operations__board article > span {
    grid-row: span 2;
    color: var(--ps-accent);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ps-operations__board strong {
    color: var(--ps-text);
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: -0.03em;
}

.ps-operations__board p {
    margin-top: 16px !important;
    color: var(--ps-muted) !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

/* Workstreams */

.ps-workstreams {
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-text);
    border-top: 1px solid var(--ps-line);
    background:
        linear-gradient(135deg, rgba(85, 120, 255, 0.06), transparent 36%),
        var(--ps-bg-soft);
}

.ps-workstreams__layout,
.ps-faq__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
    gap: clamp(70px, 10vw, 190px);
    align-items: start;
}

.ps-workstreams__list,
.ps-faq__list {
    border-top: 1px solid var(--ps-line-strong);
}

.ps-workstreams details,
.ps-faq details {
    border-bottom: 1px solid var(--ps-line);
}

.ps-workstreams summary,
.ps-faq summary {
    position: relative;
    display: grid;
    min-height: 118px;
    align-items: center;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.ps-workstreams summary {
    grid-template-columns: minmax(0, 1.3fr) minmax(130px, 0.55fr) 28px;
    gap: 28px;
}

.ps-workstreams summary::-webkit-details-marker,
.ps-faq summary::-webkit-details-marker {
    display: none;
}

.ps-workstreams summary > span,
.ps-faq summary > span {
    color: var(--ps-text);
    font-size: clamp(25px, 2vw, 36px);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.ps-workstreams summary small {
    color: #7f8998;
    font-size: 13px;
    line-height: 1.4;
}

.ps-workstreams summary i,
.ps-faq summary i {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    justify-self: end;
}

.ps-workstreams summary i::before,
.ps-workstreams summary i::after,
.ps-faq summary i::before,
.ps-faq summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 1px;
    content: "";
    background: currentColor;
    transition: transform 240ms ease;
}

.ps-workstreams summary i::before,
.ps-faq summary i::before {
    transform: translate(-50%, -50%);
}

.ps-workstreams summary i::after,
.ps-faq summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.ps-workstreams details[open]:not(.is-closing) summary i::after,
.ps-faq details[open]:not(.is-closing) summary i::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.ps-workstreams details::details-content,
.ps-faq details::details-content {
    block-size: 0;
    opacity: 0;
    overflow: hidden;
    transition: block-size 360ms ease, opacity 260ms ease, content-visibility 360ms allow-discrete;
}

.ps-workstreams details[open]::details-content,
.ps-faq details[open]::details-content {
    block-size: auto;
    opacity: 1;
}

.ps-workstreams__body {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 48px;
    padding: 8px 52px 38px 0;
}

.ps-workstreams__body p,
.ps-workstreams__body li {
    color: var(--ps-muted) !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.ps-workstreams__body ul {
    list-style: none;
}

.ps-workstreams__body li {
    position: relative;
    padding: 0 0 10px 18px;
}

.ps-workstreams__body li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 5px;
    height: 5px;
    content: "";
    border-radius: 50%;
    background: var(--ps-accent);
}

/* SLA ledger */

.ps-sla {
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-ink);
    background: var(--ps-paper);
}

.ps-sla .ps-kicker {
    color: #606773 !important;
}

.ps-sla .ps-sla__header h2 {
    color: var(--ps-ink) !important;
}

.ps-sla__header {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.58fr);
    gap: clamp(60px, 10vw, 190px);
    align-items: end;
    margin-bottom: clamp(60px, 7vw, 106px);
}

.ps-sla__header > p {
    max-width: 570px;
    color: #606773 !important;
    font-size: clamp(17px, 1.15vw, 20px) !important;
    line-height: 1.65 !important;
}

.ps-sla__table {
    border-top: 1px solid rgba(9, 11, 15, 0.5);
}

.ps-sla__row {
    display: grid;
    grid-template-columns: minmax(190px, 0.72fr) minmax(260px, 1fr) minmax(280px, 1.2fr);
    gap: clamp(32px, 5vw, 90px);
    align-items: start;
    padding: clamp(28px, 3vw, 48px) 0;
    border-bottom: 1px solid rgba(9, 11, 15, 0.18);
}

.ps-sla__row--head {
    padding-block: 18px;
    color: #666d77;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ps-sla__row strong {
    color: var(--ps-ink);
    font-size: clamp(22px, 1.65vw, 30px);
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: -0.035em;
}

.ps-sla__row p {
    color: #5f6670 !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
}

.ps-sla__note {
    display: grid;
    grid-template-columns: 130px minmax(0, 760px);
    gap: 34px;
    margin-top: 36px !important;
    margin-left: calc(24% + 20px) !important;
    color: #5f6670 !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
}

.ps-sla__note span {
    color: var(--ps-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Release flow */

.ps-flow {
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-text);
    border-bottom: 1px solid var(--ps-line);
    background: var(--ps-bg);
}

.ps-flow__layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1.34fr);
    gap: clamp(70px, 10vw, 190px);
}

.ps-flow__track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid var(--ps-line-strong);
    border-left: 1px solid var(--ps-line-strong);
}

.ps-flow__track::before {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: var(--ps-accent);
    box-shadow: 0 0 24px rgba(85, 120, 255, 0.7);
}

.ps-flow__track article {
    min-height: 230px;
    padding: clamp(28px, 3vw, 46px);
    border-right: 1px solid var(--ps-line);
    border-bottom: 1px solid var(--ps-line);
}

.ps-flow__track article:nth-child(3),
.ps-flow__track article:nth-child(4) {
    background: rgba(255, 255, 255, 0.025);
}

.ps-flow__track span {
    color: var(--ps-text);
    font-size: clamp(26px, 2.1vw, 39px);
    letter-spacing: -0.045em;
}

.ps-flow__track p {
    max-width: 30ch;
    margin-top: 20px !important;
    color: var(--ps-muted) !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
}

/* Engagement model */

.ps-model {
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-text);
    background:
        radial-gradient(circle at 76% 20%, rgba(85, 120, 255, 0.12), transparent 23%),
        var(--ps-bg-soft);
}

.ps-model__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: clamp(56px, 6vw, 94px);
}

.ps-model__header h2 {
    max-width: 12ch;
}

.ps-model__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    gap: 16px;
}

.ps-model__primary,
.ps-model__secondary {
    border: 1px solid var(--ps-line-strong);
    background: rgba(8, 10, 13, 0.54);
}

.ps-model__primary {
    display: grid;
    min-height: 500px;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.75fr);
    gap: clamp(40px, 7vw, 120px);
    align-items: end;
    padding: clamp(38px, 5vw, 78px);
}

.ps-model__secondary {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(34px, 4vw, 62px);
}

.ps-model__primary > div > span,
.ps-model__secondary > span {
    color: var(--ps-accent);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.ps-model__layout h3 {
    max-width: 12ch;
    margin-top: 24px !important;
    font-size: clamp(36px, 3.7vw, 68px) !important;
    line-height: 0.98 !important;
    text-wrap: balance;
}

.ps-model__secondary h3 {
    font-size: clamp(34px, 2.8vw, 50px) !important;
}

.ps-model__layout p {
    max-width: 620px;
    margin-top: 28px !important;
    color: var(--ps-muted) !important;
    font-size: 17px !important;
    line-height: 1.62 !important;
}

.ps-model__primary ul {
    align-self: end;
    list-style: none;
    border-top: 1px solid var(--ps-line-strong);
}

.ps-model__primary li {
    padding: 15px 0;
    color: #c3c8d1;
    border-bottom: 1px solid var(--ps-line);
    font-size: 14px;
    line-height: 1.4;
}

.ps-model__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 16px;
    padding: 30px 0 0;
}

.ps-model__cta p {
    max-width: 760px;
    color: var(--ps-muted) !important;
    font-size: 17px !important;
    line-height: 1.55 !important;
}

.ps-model__cta .ps-button {
    flex: 0 0 auto;
}

/* FAQ */

.ps-faq {
    padding: clamp(100px, 9vw, 160px) 0;
    color: var(--ps-text);
    border-top: 1px solid var(--ps-line);
    background: #0a0d12;
}

.ps-faq summary {
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 28px;
}

.ps-faq details > div {
    padding: 0 64px 34px 0;
}

.ps-faq details > div p {
    max-width: 780px;
    color: var(--ps-muted) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}

/* Laptop */

@media (max-width: 1240px) {
    body.page-vedenie-podderzhka {
        --ps-shell: min(1760px, calc(100vw - 64px));
    }

    .ps-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr);
        gap: 46px;
    }

    .ps-hero h1 {
        font-size: clamp(58px, 7vw, 84px) !important;
    }

    .ps-operations__board {
        width: 56%;
    }

    .ps-model__primary {
        grid-template-columns: 1fr;
        gap: 36px;
    }
}

/* Explicit tablet and small laptop composition */

@media (max-width: 1024px) {
    body.page-vedenie-podderzhka {
        --ps-shell: calc(100vw - 48px);
    }

    .ps-section-intro h2,
    .ps-operations__header h2,
    .ps-sla__header h2,
    .ps-model__header h2 {
        font-size: clamp(44px, 6vw, 64px) !important;
    }

    .ps-hero__layout {
        grid-template-columns: minmax(0, 1fr) 330px;
        gap: 32px;
        padding-top: 126px;
        padding-bottom: 34px;
    }

    .ps-hero h1 {
        max-width: 16ch;
        font-size: clamp(54px, 6.8vw, 70px) !important;
    }

    .ps-hero__lead {
        max-width: 560px;
        font-size: 16px !important;
    }

    .ps-hero__console li {
        grid-template-columns: 1fr;
        gap: 3px;
        padding-block: 12px;
    }

    .ps-continuity__layout,
    .ps-workstreams__layout,
    .ps-faq__layout,
    .ps-flow__layout {
        grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
        gap: 54px;
    }

    .ps-continuity__layout {
        grid-template-columns: 1fr;
    }

    .ps-continuity__sequence article {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ps-operations__header,
    .ps-sla__header {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
        gap: 54px;
    }

    .ps-operations__stage,
    .ps-operations__board {
        min-height: 680px;
    }

    .ps-operations__board {
        width: 60%;
    }

    .ps-operations__board article {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ps-operations__board article > span {
        grid-row: auto;
    }

    .ps-workstreams summary {
        grid-template-columns: minmax(0, 1fr) 28px;
    }

    .ps-workstreams summary small {
        display: none;
    }

    .ps-workstreams__body {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ps-sla__row {
        grid-template-columns: minmax(170px, 0.68fr) 1fr 1fr;
        gap: 28px;
    }

    .ps-flow__track article {
        min-height: 210px;
    }

    .ps-model__layout {
        grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
    }
}

@media (max-width: 820px) {
    .ps-hero__console {
        display: none;
    }

    .ps-hero__layout {
        grid-template-columns: 1fr;
    }

    .ps-hero__copy {
        align-self: end;
        padding-bottom: 32px;
    }

    .ps-hero::before {
        background:
            linear-gradient(0deg, rgba(7, 9, 12, 0.98) 0%, rgba(7, 9, 12, 0.82) 50%, rgba(7, 9, 12, 0.3) 100%),
            linear-gradient(90deg, rgba(7, 9, 12, 0.72), rgba(7, 9, 12, 0.08));
    }

    .ps-hero__media img {
        object-position: 64% center;
    }
}

/* Mobile */

@media (max-width: 760px) {
    body.page-vedenie-podderzhka {
        --ps-shell: calc(100vw - 36px);
    }

    .ps-section-intro--sticky {
        position: static;
    }

    .ps-section-intro h2,
    .ps-operations__header h2,
    .ps-sla__header h2,
    .ps-model__header h2 {
        max-width: 13ch;
        margin-top: 20px;
        font-size: clamp(38px, 11vw, 52px) !important;
        line-height: 1 !important;
    }

    .ps-continuity .ps-section-intro h2 {
        max-width: 100%;
        font-size: clamp(34px, 9.2vw, 38px) !important;
    }

    .ps-section-intro > p:last-child {
        margin-top: 24px;
        font-size: 16px !important;
    }

    .ps-kicker {
        gap: 10px;
        font-size: 10px !important;
        letter-spacing: 0.14em !important;
    }

    .ps-kicker > span {
        width: 22px;
    }

    .ps-hero {
        height: calc(100svh - 100px);
        max-height: 900px;
    }

    .ps-hero::after {
        right: 18px;
        left: 18px;
    }

    .ps-hero__layout {
        height: 100%;
        padding-top: 112px;
        padding-bottom: 24px;
    }

    .ps-hero__copy {
        align-self: end;
        padding-bottom: 0;
    }

    .ps-hero h1 {
        max-width: 16ch;
        margin-top: 18px;
        font-size: clamp(42px, 12.4vw, 60px) !important;
        line-height: 0.93 !important;
    }

    .ps-hero__lead {
        max-width: 38ch;
        margin-top: 20px !important;
        font-size: 15px !important;
        line-height: 1.48 !important;
    }

    .ps-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .ps-button {
        width: 100%;
        min-height: 54px;
        padding-inline: 18px;
        font-size: 14px;
    }

    .ps-continuity,
    .ps-operations,
    .ps-workstreams,
    .ps-sla,
    .ps-flow,
    .ps-model,
    .ps-faq {
        padding: 76px 0;
    }

    .ps-continuity__layout,
    .ps-workstreams__layout,
    .ps-faq__layout,
    .ps-flow__layout,
    .ps-operations__header,
    .ps-sla__header {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .ps-continuity__sequence article {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 24px 0;
    }

    .ps-continuity__sequence span {
        font-size: 25px;
    }

    .ps-continuity__sequence p {
        font-size: 15px !important;
    }

    .ps-operations__header,
    .ps-sla__header {
        margin-bottom: 46px;
    }

    .ps-operations__header > p,
    .ps-sla__header > p {
        font-size: 16px !important;
    }

    .ps-operations__stage {
        min-height: 780px;
    }

    .ps-operations__visual {
        inset: 0 0 auto;
        height: 330px;
    }

    .ps-operations__visual img {
        object-position: center;
    }

    .ps-operations__board {
        width: 100%;
        min-height: 0;
        margin-top: 286px;
        padding: 26px 22px;
        background: rgba(8, 10, 13, 0.97);
    }

    .ps-operations__board article {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 28px 0;
    }

    .ps-operations__board strong {
        font-size: 24px;
    }

    .ps-operations__board p {
        font-size: 14px !important;
    }

    .ps-workstreams summary,
    .ps-faq summary {
        min-height: 94px;
    }

    .ps-workstreams summary {
        grid-template-columns: minmax(0, 1fr) 24px;
        gap: 18px;
    }

    .ps-workstreams summary > span,
    .ps-faq summary > span {
        font-size: 25px;
    }

    .ps-workstreams__body {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 0 30px;
    }

    .ps-workstreams__body p,
    .ps-workstreams__body li {
        font-size: 15px !important;
    }

    .ps-sla__row--head {
        display: none;
    }

    .ps-sla__row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 30px 0;
    }

    .ps-sla__row p::before {
        display: block;
        margin-bottom: 8px;
        color: var(--ps-accent);
        font-size: 10px;
        font-weight: 600;
        letter-spacing: 0.13em;
        text-transform: uppercase;
    }

    .ps-sla__row p:nth-child(2)::before {
        content: "Как фиксируем";
    }

    .ps-sla__row p:nth-child(3)::before {
        content: "Что происходит";
    }

    .ps-sla__note {
        grid-template-columns: 1fr;
        gap: 10px;
        margin: 28px 0 0 !important;
    }

    .ps-flow__track {
        grid-template-columns: 1fr;
    }

    .ps-flow__track article {
        min-height: 0;
        padding: 30px 24px;
    }

    .ps-flow__track article:nth-child(3),
    .ps-flow__track article:nth-child(4) {
        background: transparent;
    }

    .ps-model__header {
        display: block;
        margin-bottom: 46px;
    }

    .ps-model__layout {
        grid-template-columns: 1fr;
    }

    .ps-model__primary,
    .ps-model__secondary {
        min-height: 0;
        padding: 34px 24px;
    }

    .ps-model__primary {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ps-model__layout h3,
    .ps-model__secondary h3 {
        font-size: 39px !important;
    }

    .ps-model__layout p,
    .ps-model__cta p {
        font-size: 15px !important;
    }

    .ps-model__cta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 28px;
    }

    .ps-faq details > div {
        padding: 0 0 30px;
    }

    .ps-faq details > div p {
        font-size: 15px !important;
    }

}

@media (max-height: 760px) and (min-width: 821px) {
    .ps-hero__layout {
        padding-top: 112px;
        padding-bottom: 24px;
    }

    .ps-hero h1 {
        margin-top: 18px;
        font-size: clamp(50px, 5.8vw, 72px) !important;
    }

    .ps-hero__lead {
        margin-top: 20px !important;
        font-size: 15px !important;
    }

    .ps-actions {
        margin-top: 22px;
    }

    .ps-button {
        min-height: 52px;
    }

    .ps-hero__console li {
        min-height: 56px;
    }
}

/* Explicit compact phone tuning */

@media (max-width: 390px) {
    body.page-vedenie-podderzhka {
        --ps-shell: calc(100vw - 32px);
    }

    .ps-hero__layout {
        padding-top: 104px;
        padding-bottom: 18px;
    }

    .ps-hero h1 {
        max-width: 16ch;
        font-size: 41px !important;
    }

    .ps-hero__lead {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .ps-actions {
        gap: 9px;
        margin-top: 20px;
    }

    .ps-button {
        min-height: 50px;
        font-size: 13px;
    }

    .ps-continuity,
    .ps-operations,
    .ps-workstreams,
    .ps-sla,
    .ps-flow,
    .ps-model,
    .ps-faq {
        padding: 66px 0;
    }

    .ps-section-intro h2,
    .ps-operations__header h2,
    .ps-sla__header h2,
    .ps-model__header h2 {
        font-size: 38px !important;
    }

    .ps-operations__stage {
        min-height: 800px;
    }

    .ps-operations__board-head span:last-child {
        display: none;
    }

    .ps-workstreams summary > span,
    .ps-faq summary > span {
        font-size: 22px;
    }

    .ps-model__layout h3,
    .ps-model__secondary h3 {
        font-size: 35px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ps-page *,
    .ps-page *::before,
    .ps-page *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .ps-button:hover {
        transform: none;
    }
}

/* Revisions 2.0 — team photography and a single motion owner for accordions. */
body.page-vedenie-podderzhka .ps-hero {
    height: auto;
    min-height: min(880px, 100dvh);
}
body.page-vedenie-podderzhka .ps-hero__layout {
    min-height: inherit;
    height: auto;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-content: center;
    gap: 36px;
    padding: 150px 0 70px;
}
body.page-vedenie-podderzhka .ps-hero__copy { max-width: min(58%, 790px); }
body.page-vedenie-podderzhka .ps-hero h1 {
    max-width: 13ch;
    font-size: clamp(52px, 5.25vw, 88px) !important;
    line-height: 1.03 !important;
}
body.page-vedenie-podderzhka .ps-hero__lead { max-width: 600px; font-size: clamp(17px, 1.3vw, 21px) !important; }
body.page-vedenie-podderzhka .ps-hero__actions { width: fit-content; padding-top: 0; border: 0; }
body.page-vedenie-podderzhka .ps-hero__media { left: 28%; }
body.page-vedenie-podderzhka .ps-hero__media img { transform: scaleX(-1); object-position: center; filter: grayscale(1) contrast(1.03); }
body.page-vedenie-podderzhka .ps-hero::before {
    background: linear-gradient(90deg, #080a0d 18%, rgba(8,10,13,.92) 37%, rgba(8,10,13,.28) 68%, rgba(8,10,13,.08)), linear-gradient(0deg, rgba(8,10,13,.45), transparent 45%);
}
body.page-vedenie-podderzhka .ps-continuity__sequence article { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 24px; }
body.page-vedenie-podderzhka .ps-continuity__sequence span { font-size: clamp(23px, 1.9vw, 30px); line-height: 1.16; }
body.page-vedenie-podderzhka .ps-operations__stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .76fr);
    align-items: stretch;
    gap: clamp(48px, 7vw, 110px);
    min-height: 0;
}
body.page-vedenie-podderzhka .ps-operations__visual {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    min-height: 580px;
    border-radius: 18px 90px 18px 18px;
    overflow: hidden;
}
body.page-vedenie-podderzhka .ps-operations__visual::after { display: none; }
body.page-vedenie-podderzhka .ps-operations__visual img { position: absolute; inset: 0; object-position: 70% center; filter: grayscale(1) contrast(1.02); }
body.page-vedenie-podderzhka .ps-operations__board {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
    padding: 0;
    background: none;
    backdrop-filter: none;
    border-top: 1px solid var(--ps-line);
}
body.page-vedenie-podderzhka .ps-operations__board article { grid-template-columns: 40px minmax(0, 1fr); gap: 25px; align-content: center; padding: 34px 0; }
body.page-vedenie-podderzhka .ps-operations__board article > span { padding-top: 7px; grid-row: auto; }
body.page-vedenie-podderzhka .ps-operations__board h3 { font-size: clamp(28px, 2.4vw, 40px) !important; line-height: 1.1 !important; }
body.page-vedenie-podderzhka .ps-operations__board p { max-width: 480px; margin-top: 18px !important; font-size: 17px !important; }
body.page-vedenie-podderzhka [data-support-details] { overflow-anchor: none; }
body.page-vedenie-podderzhka [data-support-details] details { box-sizing: border-box; }
body.page-vedenie-podderzhka [data-support-details] details::details-content {
    block-size: auto;
    opacity: 1;
    overflow: visible;
    transition: none;
}
body.page-vedenie-podderzhka [data-support-details] details:not([open])::details-content { content-visibility: hidden; }
body.page-vedenie-podderzhka .ps-flow .ps-section-intro h2 { max-width: 16ch; }
body.page-vedenie-podderzhka .ps-faq .ps-section-intro h2 { font-size: clamp(38px, 3.3vw, 52px) !important; }
@media (max-width: 1024px) {
    body.page-vedenie-podderzhka .ps-hero__copy { max-width: 64%; }
    body.page-vedenie-podderzhka .ps-operations__stage { gap: 36px; }
    body.page-vedenie-podderzhka .ps-operations__visual { min-height: 550px; }
}
@media (max-width: 720px) {
    body.page-vedenie-podderzhka .ps-hero { min-height: 780px; }
    body.page-vedenie-podderzhka .ps-hero__layout { min-height: inherit; align-content: start; gap: 28px; padding: 116px 0 340px; }
    body.page-vedenie-podderzhka .ps-hero__copy { max-width: 100%; }
    body.page-vedenie-podderzhka .ps-hero h1 { font-size: clamp(41px, 11vw, 62px) !important; max-width: 15ch; margin-top: 24px; }
    body.page-vedenie-podderzhka .ps-hero__lead { margin-top: 24px !important; font-size: 16px !important; }
    body.page-vedenie-podderzhka .ps-hero__media { inset: auto 0 0; height: 410px; }
    body.page-vedenie-podderzhka .ps-hero__media img { object-position: center 46%; }
    body.page-vedenie-podderzhka .ps-hero::before { background: linear-gradient(180deg, #080a0d 38%, rgba(8,10,13,.97) 48%, rgba(8,10,13,.08) 75%); }
    body.page-vedenie-podderzhka .ps-continuity__sequence article { grid-template-columns: 1fr; gap: 14px; padding-block: 25px; }
    body.page-vedenie-podderzhka .ps-operations__stage { grid-template-columns: 1fr; gap: 30px; }
    body.page-vedenie-podderzhka .ps-operations__visual { grid-column: 1; grid-row: 2; min-height: 0; aspect-ratio: .9; border-radius: 16px 70px 16px 16px; }
    body.page-vedenie-podderzhka .ps-operations__board { grid-column: 1; grid-row: 1; }
    body.page-vedenie-podderzhka .ps-operations__board article { grid-template-columns: 28px minmax(0, 1fr); gap: 15px; padding-block: 28px; }
    body.page-vedenie-podderzhka .ps-operations__board p { font-size: 16px !important; }
}
