.svc-page {
    --svc-bg: #0c101b;
    --svc-panel: #121827;
    --svc-line: rgba(255, 255, 255, .11);
    --svc-muted: #aeb7ca;
    --svc-blue: #4398ff;
    overflow: hidden;
    color: #f5f7fb;
    background: var(--svc-bg);
}

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

.svc-page section {
    position: relative;
    padding: 110px 0;
    border-bottom: 1px solid var(--svc-line);
}

.svc-page h1,
.svc-page h2,
.svc-page h3,
.svc-page p {
    margin-top: 0;
}

.svc-page h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 72px);
    line-height: .98;
    letter-spacing: -.045em;
}

.svc-page h2 {
    max-width: 920px;
    margin-bottom: 0;
    font-size: clamp(32px, 3.6vw, 54px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.svc-page h3 {
    font-size: 22px;
    line-height: 1.2;
}

.svc-page p {
    color: var(--svc-muted);
    font-size: 16px;
    line-height: 1.7;
}

.svc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    color: #76b6ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.svc-kicker::before {
    width: 22px;
    height: 1px;
    background: currentColor;
    content: "";
}

.svc-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.svc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #f5f7fb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.svc-text-link span {
    color: var(--svc-blue);
}

.svc-section-head {
    margin-bottom: 52px;
}

/* Landing development */
.ld-hero {
    display: flex;
    min-height: calc(100svh - 68px);
    align-items: center;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background:
        radial-gradient(circle at 75% 45%, rgba(57, 129, 255, .15), transparent 30%),
        linear-gradient(135deg, #0a0e18, #101625);
}

.ld-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(440px, .85fr);
    gap: 7vw;
    align-items: center;
}

.ld-hero__copy p {
    max-width: 690px;
    font-size: 18px;
}

.ld-hero__map {
    position: relative;
    padding: 22px;
    border: 1px solid var(--svc-line);
    background: rgba(12, 16, 27, .68);
}

.ld-hero__map::before {
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(104, 167, 255, .22);
    content: "";
    pointer-events: none;
}

.ld-signal {
    position: relative;
    z-index: 1;
    padding: 24px;
    border: 1px solid var(--svc-line);
    background: #111827;
}

.ld-signal small,
.ld-signal strong {
    display: block;
}

.ld-signal small {
    margin-bottom: 8px;
    color: #75b7ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ld-signal strong {
    font-size: 17px;
}

.ld-signal--core {
    margin-left: 44px;
    border-color: rgba(67, 152, 255, .55);
    background: linear-gradient(135deg, rgba(67, 152, 255, .18), #111827);
}

.ld-signal--result {
    margin-left: 88px;
}

.ld-map-line {
    width: 1px;
    height: 28px;
    margin-left: 46px;
    background: var(--svc-blue);
}

.ld-thesis {
    text-align: center;
}

.ld-thesis__eyebrow {
    color: #76b6ff !important;
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.ld-thesis h2 {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

.ld-thesis__columns {
    display: grid;
    max-width: 940px;
    margin: 48px auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    text-align: left;
}

.ld-anatomy {
    background: #0f1421;
}

.ld-anatomy__list {
    border-top: 1px solid var(--svc-line);
}

.ld-anatomy__list article {
    display: grid;
    padding: 30px 0;
    border-bottom: 1px solid var(--svc-line);
    grid-template-columns: 70px minmax(220px, .8fr) 1.3fr 150px;
    gap: 28px;
    align-items: center;
}

.ld-anatomy__list article > span {
    color: #5ba8ff;
    font-weight: 800;
}

.ld-anatomy__list h3,
.ld-anatomy__list p {
    margin-bottom: 0;
}

.ld-anatomy__list strong {
    color: #818ca2;
    font-size: 12px;
    letter-spacing: .1em;
    text-align: right;
    text-transform: uppercase;
}

.ld-use__layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8vw;
}

.ld-use__title {
    align-self: start;
    position: sticky;
    top: 100px;
}

.ld-use__cases {
    counter-reset: use-case;
}

.ld-use__cases > div {
    position: relative;
    padding: 0 0 36px 68px;
    border-left: 1px solid var(--svc-line);
    counter-increment: use-case;
}

.ld-use__cases > div::before {
    position: absolute;
    top: 0;
    left: -20px;
    display: grid;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(67, 152, 255, .45);
    border-radius: 50%;
    color: #74b6ff;
    background: var(--svc-bg);
    content: "0" counter(use-case);
    font-size: 10px;
    font-weight: 800;
    place-items: center;
}

.ld-use__cases strong {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
}

.ld-work {
    background:
        linear-gradient(90deg, rgba(67, 152, 255, .08) 1px, transparent 1px) 0 0 / 25% 100%,
        #101624;
}

.ld-work__intro {
    display: grid;
    margin-bottom: 64px;
    grid-template-columns: .6fr 1.1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ld-work__steps {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(4, 1fr);
    list-style: none;
}

.ld-work__steps li {
    min-height: 240px;
    padding: 28px;
    border: 1px solid var(--svc-line);
    border-right: 0;
}

.ld-work__steps li:last-child {
    border-right: 1px solid var(--svc-line);
}

.ld-work__steps span {
    display: block;
    margin-bottom: 52px;
    color: #65adff;
    font-size: 12px;
    font-weight: 800;
}

.ld-work__steps strong {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
}

/* Order Telegram bot */
.obt-hero {
    display: flex;
    min-height: calc(100svh - 68px);
    align-items: center;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    background:
        radial-gradient(circle at 72% 40%, rgba(74, 132, 255, .18), transparent 28%),
        #0b101b;
}

.obt-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr);
    gap: 8vw;
    align-items: center;
}

.obt-hero__copy p {
    max-width: 680px;
    font-size: 18px;
}

.obt-chat {
    padding: 18px;
    border: 1px solid rgba(105, 161, 255, .3);
    border-radius: 26px;
    background: #111827;
    box-shadow: 0 35px 80px rgba(0, 0, 0, .32);
}

.obt-chat__top {
    display: flex;
    margin: -18px -18px 22px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--svc-line);
    justify-content: space-between;
}

.obt-chat__top span {
    font-weight: 800;
}

.obt-chat__top i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #5ba9ff;
    box-shadow: 0 0 16px #5ba9ff;
}

.obt-message {
    max-width: 84%;
    margin-bottom: 12px;
    padding: 14px 16px;
    font-size: 14px;
    line-height: 1.45;
}

.obt-message--bot {
    border-radius: 6px 18px 18px;
    background: #1a2335;
}

.obt-message--user {
    margin-left: auto;
    border-radius: 18px 6px 18px 18px;
    background: #337fd5;
}

.obt-options {
    display: flex;
    margin: 0 0 14px 22px;
    gap: 8px;
    flex-wrap: wrap;
}

.obt-options span {
    padding: 9px 12px;
    border: 1px solid rgba(89, 164, 255, .45);
    border-radius: 12px;
    color: #78b9ff;
    font-size: 11px;
    font-weight: 700;
}

.obt-chat__status {
    padding-top: 14px;
    border-top: 1px solid var(--svc-line);
    color: #768199;
    font-size: 11px;
    text-align: center;
}

.obt-dialog__head {
    display: grid;
    margin-bottom: 60px;
    grid-template-columns: .55fr 1.45fr;
    gap: 60px;
}

.obt-branches {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.obt-branches article {
    position: relative;
    min-height: 330px;
    padding: 30px;
    border-top: 1px solid var(--svc-line);
    border-bottom: 1px solid var(--svc-line);
    border-left: 1px solid var(--svc-line);
}

.obt-branches article:last-child {
    border-right: 1px solid var(--svc-line);
}

.obt-branches b {
    position: absolute;
    top: -17px;
    left: 28px;
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #09101b;
    background: #65adff;
    font-size: 10px;
    place-items: center;
}

.obt-branches article > span {
    display: block;
    margin: 35px 0 42px;
    color: #6eaef5;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.obt-jobs {
    background: #101624;
}

.obt-jobs__layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8vw;
}

.obt-jobs__intro p {
    max-width: 520px;
    margin-top: 26px;
}

.obt-jobs__list article {
    display: grid;
    padding: 28px 0;
    border-bottom: 1px solid var(--svc-line);
    grid-template-columns: 110px 1fr 1.3fr;
    gap: 26px;
}

.obt-jobs__list article:first-child {
    border-top: 1px solid var(--svc-line);
}

.obt-jobs__list span {
    color: #68afff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.obt-jobs__list h3,
.obt-jobs__list p {
    margin-bottom: 0;
}

.obt-build__head {
    max-width: 820px;
    margin-bottom: 58px;
}

.obt-build__route {
    position: relative;
    display: grid;
    padding-top: 28px;
    grid-template-columns: repeat(4, 1fr);
    gap: 38px;
}

.obt-build__route::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, #4398ff, rgba(67, 152, 255, .1));
    content: "";
}

.obt-build__route b {
    display: block;
    margin-bottom: 42px;
    color: #61a9fb;
}

.obt-build__route strong {
    display: block;
    margin-bottom: 12px;
    font-size: 19px;
}

/* Turnkey website */
.tw-hero {
    display: flex;
    min-height: calc(100svh - 68px);
    align-items: center;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    background: linear-gradient(145deg, #0a0f19, #111827);
}

.tw-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, .8fr);
    gap: 7vw;
    align-items: center;
}

.tw-hero__copy p {
    max-width: 700px;
    font-size: 18px;
}

.tw-blueprint {
    position: relative;
    height: 460px;
    border: 1px solid rgba(99, 162, 255, .34);
    background:
        linear-gradient(rgba(80, 147, 246, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(80, 147, 246, .09) 1px, transparent 1px);
    background-size: 28px 28px;
}

.tw-blueprint__label {
    position: absolute;
    top: 18px;
    left: 20px;
    color: #77b8ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.tw-frame {
    position: absolute;
    display: grid;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .34);
    gap: 10px;
}

.tw-frame i {
    display: block;
    border: 1px solid rgba(102, 170, 255, .3);
    background: rgba(67, 152, 255, .08);
}

.tw-frame--one {
    top: 80px;
    right: 70px;
    width: 63%;
    height: 190px;
    grid-template-columns: 1.2fr .8fr;
}

.tw-frame--one i:first-child {
    grid-row: span 2;
}

.tw-frame--two {
    right: 30px;
    bottom: 44px;
    width: 54%;
    height: 130px;
    grid-template-columns: repeat(2, 1fr);
}

.tw-blueprint__note {
    position: absolute;
    bottom: 35px;
    left: 22px;
    color: rgba(153, 194, 246, .48);
    font-family: monospace;
    font-size: 11px;
    line-height: 1.7;
    text-transform: uppercase;
}

.tw-definition__grid,
.tw-handoff__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 9vw;
}

.tw-definition__text {
    columns: 2;
    column-gap: 42px;
}

.tw-route {
    background: #101624;
}

.tw-route__head {
    margin-bottom: 62px;
}

.tw-route__line article {
    display: grid;
    padding: 30px 0;
    border-top: 1px solid var(--svc-line);
    grid-template-columns: 120px 1fr;
}

.tw-route__line article:last-child {
    border-bottom: 1px solid var(--svc-line);
}

.tw-route__line article > span {
    color: #63adff;
    font-size: 26px;
    font-weight: 800;
}

.tw-route__line article > div {
    display: grid;
    grid-template-columns: 130px .8fr 1.2fr;
    gap: 28px;
    align-items: start;
}

.tw-route__line small {
    color: #818ca2;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tw-route__line h3,
.tw-route__line p {
    margin-bottom: 0;
}

.tw-scope__title {
    max-width: 920px;
}

.tw-scope__title p {
    max-width: 720px;
    margin-top: 28px;
}

.tw-scope__matrix {
    display: grid;
    margin-top: 56px;
    grid-template-columns: repeat(2, 1fr);
}

.tw-scope__matrix > div {
    display: flex;
    min-height: 150px;
    padding: 30px;
    border: 1px solid var(--svc-line);
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.tw-scope__matrix span {
    color: #6eaff8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tw-scope__matrix strong {
    max-width: 320px;
    font-size: 18px;
    line-height: 1.35;
    text-align: right;
}

.tw-handoff {
    background: linear-gradient(120deg, rgba(67, 152, 255, .13), transparent 46%), #101624;
}

.tw-handoff p {
    font-size: 18px;
}

/* Business automation */
.ba-hero {
    display: flex;
    min-height: calc(100svh - 68px);
    align-items: center;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    background:
        radial-gradient(circle at 70% 50%, rgba(46, 129, 255, .14), transparent 30%),
        #0b101b;
}

.ba-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(450px, .9fr);
    gap: 6vw;
    align-items: center;
}

.ba-hero__copy p {
    max-width: 690px;
    font-size: 18px;
}

.ba-pipeline {
    display: grid;
    grid-template-columns: 1fr 34px 1fr 34px 1fr;
    align-items: center;
}

.ba-pipeline > div {
    min-height: 180px;
    padding: 22px 18px;
    border: 1px solid rgba(93, 160, 255, .32);
    background: rgba(17, 24, 39, .78);
}

.ba-pipeline span,
.ba-pipeline strong,
.ba-pipeline small {
    display: block;
}

.ba-pipeline span {
    margin-bottom: 48px;
    color: #68afff;
    font-size: 11px;
    font-weight: 800;
}

.ba-pipeline strong {
    margin-bottom: 8px;
    font-size: 16px;
}

.ba-pipeline small {
    color: #818ca2;
    font-size: 10px;
    line-height: 1.5;
}

.ba-pipeline i {
    height: 1px;
    background: #4398ff;
}

.ba-problem__grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 9vw;
}

.ba-problem__checks {
    border-top: 1px solid var(--svc-line);
}

.ba-problem__checks p {
    margin: 0;
    padding: 24px 0;
    border-bottom: 1px solid var(--svc-line);
}

.ba-problem__checks span {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.ba-flow {
    background: #101624;
}

.ba-flow__head {
    margin-bottom: 62px;
}

.ba-flow__scheme {
    display: grid;
    grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr;
    align-items: stretch;
}

.ba-flow__scheme article {
    min-height: 260px;
    padding: 26px;
    border: 1px solid var(--svc-line);
}

.ba-flow__scheme article > span {
    display: block;
    margin-bottom: 68px;
    color: #6eaff8;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ba-flow__scheme b {
    display: grid;
    color: #5ba8ff;
    font-size: 22px;
    place-items: center;
}

.ba-scenarios__intro {
    max-width: 800px;
    margin-bottom: 52px;
}

.ba-scenarios__rows article {
    display: grid;
    padding: 28px 0;
    border-top: 1px solid var(--svc-line);
    grid-template-columns: .65fr 1.35fr .8fr;
    gap: 40px;
}

.ba-scenarios__rows article:last-child {
    border-bottom: 1px solid var(--svc-line);
}

.ba-scenarios__rows strong {
    font-size: 20px;
}

.ba-scenarios__rows p {
    margin: 0;
}

.ba-scenarios__rows span {
    color: #6eaff8;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

.ba-guard {
    background: linear-gradient(135deg, #101624, #0c111d);
}

.ba-guard__grid {
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 9vw;
}

.ba-guard__grid > div p {
    max-width: 700px;
    margin-top: 28px;
    font-size: 17px;
}

.ba-guard ol {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--svc-line);
    list-style: none;
}

.ba-guard li {
    display: grid;
    padding: 22px 0;
    border-bottom: 1px solid var(--svc-line);
    grid-template-columns: 52px 1fr;
    color: #dfe5ef;
    line-height: 1.45;
}

.ba-guard li span {
    color: #67adfb;
    font-size: 11px;
    font-weight: 800;
}

/* Maintenance */
.mt-hero {
    display: flex;
    min-height: calc(100svh - 68px);
    align-items: center;
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    background:
        linear-gradient(rgba(87, 150, 241, .06) 1px, transparent 1px) 0 0 / 100% 42px,
        #0b101b;
}

.mt-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .78fr);
    gap: 8vw;
    align-items: center;
}

.mt-hero__copy p {
    max-width: 690px;
    font-size: 18px;
}

.mt-status {
    border: 1px solid rgba(100, 163, 255, .3);
    background: #111827;
}

.mt-status__head,
.mt-status__row,
.mt-status__foot {
    display: grid;
    padding: 18px 20px;
    border-bottom: 1px solid var(--svc-line);
    align-items: center;
}

.mt-status__head {
    grid-template-columns: 1fr auto;
}

.mt-status__head span {
    color: #76839a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.mt-status__head strong {
    color: #72b5ff;
    font-size: 11px;
}

.mt-status__row {
    grid-template-columns: 18px 1fr auto;
    gap: 12px;
}

.mt-status__row i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4297f7;
}

.mt-status__row i.is-hot {
    box-shadow: 0 0 14px #4297f7;
}

.mt-status__row b {
    color: #7e899e;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mt-status__foot {
    border: 0;
    color: #69758a;
    font-size: 11px;
}

.mt-queue__head {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: .45fr 1fr .85fr;
    gap: 36px;
    align-items: start;
}

.mt-ticket {
    display: grid;
    padding: 28px 0;
    border-top: 1px solid var(--svc-line);
    grid-template-columns: 80px 1fr 1.2fr 100px;
    gap: 30px;
    align-items: center;
}

.mt-ticket:last-child {
    border-bottom: 1px solid var(--svc-line);
}

.mt-ticket > span {
    color: #6eaff8;
    font-size: 13px;
    font-weight: 800;
}

.mt-ticket strong {
    font-size: 18px;
}

.mt-ticket p {
    margin: 0;
}

.mt-ticket > b {
    color: #7e899e;
    font-size: 10px;
    letter-spacing: .1em;
    text-align: right;
    text-transform: uppercase;
}

.mt-ticket--urgent > b {
    color: #68afff;
}

.mt-coverage {
    background: #101624;
}

.mt-coverage__grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 8vw;
}

.mt-coverage__intro {
    align-self: start;
    position: sticky;
    top: 100px;
}

.mt-coverage__intro p {
    margin-top: 28px;
}

.mt-coverage__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.mt-coverage__list article {
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--svc-line);
}

.mt-coverage__list article > span {
    display: block;
    margin-bottom: 58px;
    color: #66acfb;
    font-size: 11px;
    font-weight: 800;
}

.mt-rhythm__title {
    max-width: 850px;
    margin-bottom: 54px;
}

.mt-rhythm__modes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mt-rhythm__modes article {
    min-height: 320px;
    padding: 30px;
    border-top: 3px solid #388eea;
    background: #111827;
}

.mt-rhythm__modes small {
    display: block;
    min-height: 70px;
    color: #6faef4;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.5;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.mt-start {
    background: linear-gradient(120deg, rgba(67, 152, 255, .12), transparent 45%), #101624;
}

.mt-start__grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 9vw;
}

.mt-start ol {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--svc-line);
    list-style: none;
}

.mt-start li {
    display: grid;
    padding: 22px 0;
    border-bottom: 1px solid var(--svc-line);
    grid-template-columns: 55px 1fr;
    line-height: 1.5;
}

.mt-start li span {
    color: #68afff;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    .svc-page section {
        padding: 88px 0;
    }

    .ld-hero__grid,
    .obt-hero__grid,
    .tw-hero__grid,
    .ba-hero__grid,
    .mt-hero__grid {
        grid-template-columns: 1fr 420px;
        gap: 45px;
    }

    .ld-anatomy__list article {
        grid-template-columns: 55px .85fr 1.15fr;
    }

    .ld-anatomy__list strong {
        display: none;
    }

    .obt-branches {
        grid-template-columns: repeat(2, 1fr);
        gap: 34px 0;
    }

    .ba-flow__scheme {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .ba-flow__scheme b {
        display: none;
    }
}

@media (max-width: 820px) {
    .svc-page section {
        padding: 72px 0;
    }

    .svc-page h1 {
        font-size: clamp(38px, 10vw, 54px);
    }

    .svc-page h2 {
        font-size: clamp(30px, 8vw, 42px);
    }

    .ld-hero,
    .obt-hero,
    .tw-hero,
    .ba-hero,
    .mt-hero {
        min-height: calc(100svh - 72px);
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }

    .ld-hero__grid,
    .obt-hero__grid,
    .tw-hero__grid,
    .ba-hero__grid,
    .mt-hero__grid {
        grid-template-columns: 1fr;
    }

    .ld-hero__map,
    .obt-chat,
    .tw-blueprint,
    .ba-pipeline,
    .mt-status {
        display: none;
    }

    .ld-thesis__columns,
    .ld-use__layout,
    .obt-dialog__head,
    .obt-jobs__layout,
    .tw-definition__grid,
    .tw-handoff__grid,
    .ba-problem__grid,
    .ba-guard__grid,
    .mt-coverage__grid,
    .mt-start__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ld-anatomy__list article,
    .obt-jobs__list article,
    .tw-route__line article,
    .tw-route__line article > div,
    .ba-scenarios__rows article,
    .mt-ticket {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .ld-anatomy__list article > span {
        margin-bottom: 12px;
    }

    .ld-use__title,
    .mt-coverage__intro {
        position: static;
    }

    .ld-work__intro {
        grid-template-columns: 1fr;
    }

    .ld-work__steps,
    .obt-build__route,
    .tw-scope__matrix,
    .ba-flow__scheme,
    .mt-coverage__list,
    .mt-rhythm__modes {
        grid-template-columns: 1fr;
    }

    .ld-work__steps li {
        min-height: 0;
        border-right: 1px solid var(--svc-line);
        border-bottom: 0;
    }

    .ld-work__steps li:last-child {
        border-bottom: 1px solid var(--svc-line);
    }

    .ld-work__steps span,
    .obt-build__route b,
    .obt-branches article > span,
    .mt-coverage__list article > span {
        margin-bottom: 24px;
    }

    .obt-branches {
        grid-template-columns: 1fr;
    }

    .obt-branches article {
        min-height: 0;
    }

    .tw-definition__text {
        columns: 1;
    }

    .tw-scope__matrix > div {
        min-height: 120px;
    }

    .ba-scenarios__rows span,
    .mt-ticket > b {
        text-align: left;
    }

    .mt-queue__head {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .svc-page section {
        padding: 58px 0;
    }

    .svc-page h1 {
        font-size: 38px;
        line-height: 1.02;
    }

    .svc-page h2 {
        font-size: 30px;
    }

    .svc-page p {
        font-size: 15px;
    }

    .svc-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .ld-thesis__columns {
        gap: 12px;
    }

    .ld-use__cases > div {
        padding-left: 50px;
    }

    .tw-scope__matrix > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .tw-scope__matrix strong {
        text-align: left;
    }
}
