/* Astana recovered-page shell: preserves source content while giving it the live brand system. */
body.astana-inner-page > .alteman-contact-dock { display: none !important; }

.astana-inner-page .astana-page-hero { border-bottom: 1px solid var(--astana-line); }

.astana-inner-page .astana-page-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(250px, .42fr);
    gap: clamp(40px, 7vw, 126px);
    align-items: end;
    min-height: 286px;
    padding: 56px 0 52px;
}

.astana-inner-page .astana-page-hero__inner::after {
    top: auto;
    right: 0;
    bottom: 42px;
    width: 23%;
    height: 96px;
    border-color: var(--astana-orange);
}

.astana-inner-page .astana-page-hero__copy,
.astana-inner-page .astana-page-hero__meta { position: relative; z-index: 1; }

.astana-inner-page .astana-page-hero h1 {
    max-width: 900px;
    font-size: clamp(54px, 6.1vw, 88px);
    line-height: .91;
}

.astana-page-hero__meta {
    display: grid;
    gap: 16px;
    max-width: 320px;
    padding: 0 0 3px 24px;
    border-left: 2px solid var(--astana-orange);
}

.astana-page-hero__meta span {
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.astana-page-hero__meta p {
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.56;
}

.astana-inner-page .astana-page__content { padding: clamp(52px, 6.5vw, 104px) 0; }

.astana-page__layout {
    display: block;
}

.astana-page__rail {
    position: static;
    display: grid;
    grid-template-columns: minmax(170px, .58fr) minmax(280px, 1.65fr) auto;
    align-items: end;
    gap: 26px clamp(28px, 4vw, 68px);
    max-width: none;
    margin: 0 0 clamp(46px, 6vw, 82px);
    padding: 17px 0 21px;
    border-top: 3px solid var(--astana-orange);
    border-bottom: 1px solid var(--astana-line);
}

.astana-page__rail,
.astana-inner-page .astana-prose { min-width: 0; }

.astana-page__rail .astana-section-label { margin: 0; color: var(--astana-orange); }

.astana-page__rail p:not(.astana-section-label) {
    margin: 0;
    max-width: 520px;
    color: var(--astana-graphite);
    font-size: 14px;
    line-height: 1.58;
}

.astana-page__rail a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    padding-bottom: 5px;
    border-bottom: 2px solid var(--astana-orange);
    color: var(--astana-graphite);
    font-family: Oswald, Impact, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .045em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.astana-page__rail a:hover,
.astana-page__rail a:focus-visible { color: var(--astana-orange); outline: none; }

.astana-inner-page .astana-prose {
    max-width: none;
    padding-top: 0;
}

.astana-inner-page .astana-prose > h2:first-child {
    max-width: 1040px;
    margin: 0 0 32px;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(42px, 4.65vw, 71px);
    line-height: .96;
}

.astana-inner-page .astana-prose h2 {
    max-width: 1040px;
    margin: 66px 0 24px;
    padding-top: 17px;
    border-top-color: var(--astana-line);
    font-size: clamp(39px, 4.1vw, 61px);
    line-height: .98;
}

.astana-inner-page .astana-prose h2,
.astana-inner-page .astana-prose h3 {
    overflow-wrap: break-word;
    hyphens: auto;
}

.astana-inner-page .astana-prose h3 {
    max-width: 980px;
    margin-top: 42px;
    padding-left: 17px;
    border-left: 3px solid var(--astana-orange);
    color: var(--astana-graphite);
    font-size: clamp(24px, 2.25vw, 34px);
    line-height: 1.08;
}

.astana-inner-page .astana-prose h4 { margin-top: 35px; }

.astana-inner-page .astana-prose p,
.astana-inner-page .astana-prose ul,
.astana-inner-page .astana-prose ol,
.astana-inner-page .astana-prose blockquote { max-width: 920px; margin-bottom: 22px; }

.astana-inner-page .astana-prose figure,
.astana-inner-page .astana-prose > img,
.astana-inner-page .astana-prose p:has(> img),
.astana-inner-page .astana-prose a:has(> img),
.astana-inner-page .astana-prose p:has(> a > img) { width: min(100%, 1040px); margin: 34px 0; }

.astana-inner-page .astana-prose h2 + h3 { margin-top: 31px; }

/* Internet marketing: original image system, scoped to one production page. */
.astana-marketing-page .astana-prose > h2,
.astana-marketing-page .astana-prose > h3,
.astana-marketing-page .astana-prose > h4,
.astana-marketing-page .astana-prose > p,
.astana-marketing-page .astana-prose > ul,
.astana-marketing-page .astana-prose > ol,
.astana-marketing-page .astana-prose > blockquote {
    width: min(100%, 1120px);
    max-width: none;
}

.astana-marketing-page .astana-prose > p,
.astana-marketing-page .astana-prose > ul,
.astana-marketing-page .astana-prose > ol {
    font-size: clamp(17px, 1.22vw, 19px);
    line-height: 1.72;
}

.astana-marketing-page .astana-prose .astana-marketing-scene {
    display: grid;
    grid-template-columns: minmax(0, 1.68fr) minmax(320px, .82fr);
    width: 100%;
    margin: clamp(38px, 5.5vw, 78px) 0;
    overflow: hidden;
    border: 1px solid var(--astana-line);
    background: #f4efe6;
}

.astana-marketing-page .astana-prose .astana-marketing-scene > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
}

.astana-marketing-scene figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 17px;
    min-width: 0;
    padding: clamp(27px, 3vw, 44px);
    background: var(--astana-graphite);
    color: #fffaf2;
}

.astana-marketing-scene figcaption span {
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.astana-marketing-page .astana-prose .astana-marketing-scene figcaption strong {
    color: #fffaf2;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(26px, 2vw, 34px);
    font-weight: 500;
    line-height: 1.06;
}

.astana-marketing-signals {
    width: 100%;
    margin: clamp(54px, 7vw, 104px) 0;
    padding-top: 20px;
    border-top: 3px solid var(--astana-orange);
}

.astana-marketing-signals__intro {
    display: grid;
    grid-template-columns: minmax(150px, .38fr) minmax(340px, 1fr) minmax(270px, .55fr);
    gap: 28px clamp(28px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 52px);
}

.astana-marketing-signals__intro .astana-section-label {
    margin: 0;
    color: var(--astana-orange);
}

.astana-marketing-signals__intro h2 {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: .96;
}

.astana-marketing-signals__intro > p:last-child {
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.6;
}

.astana-marketing-signals__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.astana-marketing-signal {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px 18px 24px;
    border: 1px solid var(--astana-line);
    background: #f8f3ea;
}

.astana-marketing-page .astana-prose .astana-marketing-signal img {
    display: block;
    width: calc(100% + 36px);
    max-width: none;
    aspect-ratio: 1;
    height: auto;
    margin: -12px -18px 18px;
    object-fit: cover;
}

.astana-marketing-signal > span {
    margin-bottom: 19px;
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
}

.astana-marketing-signal h3 {
    max-width: none;
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(23px, 1.85vw, 30px);
    line-height: 1.03;
    hyphens: none;
    overflow-wrap: normal;
}

.astana-marketing-signal p {
    margin: auto 0 0;
    color: var(--astana-graphite);
    font-size: 14px;
    line-height: 1.55;
}

.astana-marketing-scene + h2,
.astana-marketing-signals + .astana-marketing-scene + h2 { margin-top: clamp(58px, 7vw, 96px); }

/* Editorial article system: two original scenes and four unique signals per material. */
.astana-editorial-page .astana-prose > h2,
.astana-editorial-page .astana-prose > h3,
.astana-editorial-page .astana-prose > h4,
.astana-editorial-page .astana-prose > p,
.astana-editorial-page .astana-prose > ul,
.astana-editorial-page .astana-prose > ol,
.astana-editorial-page .astana-prose > blockquote {
    width: min(100%, 1120px);
    max-width: none;
}

.astana-editorial-page .astana-prose > p,
.astana-editorial-page .astana-prose > ul,
.astana-editorial-page .astana-prose > ol {
    font-size: clamp(17px, 1.2vw, 19px);
    line-height: 1.72;
}

.astana-editorial-page .astana-prose h2,
.astana-editorial-page .astana-prose h3,
.astana-editorial-page .astana-prose h4 {
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    text-wrap: balance;
}

.astana-editorial-page .astana-prose .astana-editorial-scene {
    display: grid;
    grid-template-columns: minmax(0, 1.68fr) minmax(300px, .78fr);
    width: 100%;
    max-width: none;
    margin: clamp(42px, 6vw, 88px) 0;
    overflow: hidden;
    border: 1px solid var(--astana-line);
    background: #f4efe6;
}

.astana-editorial-page .astana-prose .astana-editorial-scene > img {
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 430px;
    margin: 0;
    object-fit: cover;
}

.astana-editorial-scene figcaption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 17px;
    min-width: 0;
    padding: clamp(27px, 3vw, 46px);
    background: var(--astana-graphite);
    color: #fffaf2;
}

.astana-editorial-scene figcaption span {
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.35;
    text-transform: uppercase;
}

.astana-editorial-page .astana-prose .astana-editorial-scene figcaption strong {
    color: #fffaf2;
    font-family: Oswald, Impact, sans-serif;
    font-size: clamp(25px, 1.92vw, 33px);
    font-weight: 500;
    line-height: 1.08;
    overflow-wrap: normal;
    hyphens: none;
}

.astana-editorial-page .astana-prose .astana-editorial-scene--reverse {
    grid-template-columns: minmax(300px, .78fr) minmax(0, 1.68fr);
}

.astana-editorial-page .astana-prose .astana-editorial-scene--reverse > img {
    grid-column: 2;
    grid-row: 1;
}

.astana-editorial-scene--reverse figcaption {
    grid-column: 1;
    grid-row: 1;
}

.astana-editorial-signals {
    width: 100%;
    margin: clamp(58px, 7vw, 108px) 0;
    padding-top: 20px;
    border-top: 3px solid var(--astana-orange);
}

.astana-editorial-signals__intro {
    display: grid;
    grid-template-columns: minmax(150px, .36fr) minmax(360px, 1fr) minmax(270px, .58fr);
    gap: 28px clamp(28px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 52px);
}

.astana-editorial-signals__intro .astana-section-label {
    margin: 0;
    color: var(--astana-orange);
}

.astana-editorial-page .astana-prose .astana-editorial-signals__intro h2 {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(38px, 4vw, 62px);
    line-height: .98;
}

.astana-editorial-page .astana-prose .astana-editorial-signals__intro > p:last-child {
    width: auto;
    max-width: 440px;
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.6;
}

.astana-editorial-signals__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.astana-editorial-signal {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 12px 18px 24px;
    border: 1px solid var(--astana-line);
    background: #f8f3ea;
}

.astana-editorial-icon {
    width: calc(100% + 36px);
    aspect-ratio: 1;
    margin: -12px -18px 18px;
    background-color: #f5efe5;
    background-image: var(--editorial-icons);
    background-repeat: no-repeat;
    background-size: 200% 200%;
}

.astana-editorial-icon--1 { background-position: 0 0; }
.astana-editorial-icon--2 { background-position: 100% 0; }
.astana-editorial-icon--3 { background-position: 0 100%; }
.astana-editorial-icon--4 { background-position: 100% 100%; }

.astana-editorial-signal > span {
    margin-bottom: 18px;
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .08em;
}

.astana-editorial-page .astana-prose .astana-editorial-signal h3 {
    width: auto;
    max-width: none;
    margin: 0 0 13px;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(22px, 1.72vw, 29px);
    line-height: 1.04;
    overflow-wrap: normal;
    hyphens: none;
}

.astana-editorial-page .astana-prose .astana-editorial-signal p {
    width: auto;
    max-width: none;
    margin: auto 0 0;
    color: var(--astana-graphite);
    font-size: 14px;
    line-height: 1.55;
}

@media (max-width: 980px) {
    .astana-editorial-signals__intro {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .astana-editorial-page .astana-prose .astana-editorial-signals__intro h2 {
        max-width: 720px;
    }

    .astana-editorial-page .astana-prose .astana-editorial-signals__intro > p:last-child {
        max-width: 620px;
    }

    .astana-editorial-signals__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .astana-inner-page .astana-wrap { width: calc(100% - 32px); }

    .astana-inner-page .astana-page-hero__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: 0;
        padding: 48px 0 43px;
    }

    .astana-inner-page .astana-page-hero__inner::after {
        top: auto;
        right: 0;
        bottom: 26px;
        width: 30%;
        height: 92px;
    }

    .astana-inner-page .astana-page-hero h1 { font-size: clamp(49px, 13.3vw, 72px); }

    .astana-page-hero__meta {
        max-width: 100%;
        padding-left: 16px;
    }

    .astana-page__layout { display: block; }

    .astana-page__rail {
        grid-template-columns: 1fr auto;
        column-gap: 24px;
        max-width: none;
        margin-bottom: 41px;
        padding-top: 14px;
    }

    .astana-page__rail .astana-section-label { grid-column: 1 / -1; }
    .astana-page__rail a { align-self: end; font-size: 15px; }
    .astana-page__rail p:not(.astana-section-label) { max-width: 230px; }

    .astana-inner-page .astana-prose > h2:first-child { margin-bottom: 26px; font-size: clamp(39px, 11.8vw, 58px); }
    .astana-inner-page .astana-prose h2 { margin-top: 55px; padding-top: 15px; font-size: clamp(37px, 10.4vw, 52px); }
    .astana-inner-page .astana-prose h3 { margin-top: 31px; padding-left: 14px; font-size: clamp(23px, 7.1vw, 31px); }
    .astana-inner-page .astana-prose p,
    .astana-inner-page .astana-prose ul,
    .astana-inner-page .astana-prose ol,
    .astana-inner-page .astana-prose blockquote { max-width: none; }

    .astana-marketing-page .astana-prose .astana-marketing-scene {
        grid-template-columns: 1fr;
        margin: 38px 0 56px;
    }

    .astana-marketing-page .astana-prose .astana-marketing-scene > img { min-height: 0; height: auto; aspect-ratio: 3 / 2; }

    .astana-marketing-scene figcaption { padding: 25px 22px 28px; }

    .astana-marketing-signals__intro { grid-template-columns: 1fr; gap: 15px; }
    .astana-marketing-signals__intro h2 { font-size: clamp(37px, 10.6vw, 52px); }
    .astana-marketing-signals__intro > p:last-child { max-width: 540px; }
    .astana-marketing-signals__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .astana-marketing-signal h3 { font-size: clamp(22px, 5.8vw, 29px); }

    .astana-editorial-page .astana-prose .astana-editorial-scene,
    .astana-editorial-page .astana-prose .astana-editorial-scene--reverse {
        grid-template-columns: 1fr;
        margin: 40px 0 58px;
    }

    .astana-editorial-page .astana-prose .astana-editorial-scene > img,
    .astana-editorial-page .astana-prose .astana-editorial-scene--reverse > img {
        grid-column: 1;
        grid-row: 1;
        min-height: 0;
        height: auto;
        aspect-ratio: 3 / 2;
    }

    .astana-editorial-scene figcaption,
    .astana-editorial-scene--reverse figcaption {
        grid-column: 1;
        grid-row: 2;
        padding: 25px 22px 29px;
    }

    .astana-editorial-signals__intro { grid-template-columns: 1fr; gap: 15px; }
    .astana-editorial-page .astana-prose .astana-editorial-signals__intro h2 { font-size: clamp(37px, 10.4vw, 51px); }
    .astana-editorial-page .astana-prose .astana-editorial-signals__intro > p:last-child { max-width: 560px; }
    .astana-editorial-signals__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .astana-editorial-page .astana-prose .astana-editorial-signal h3 { font-size: clamp(22px, 5.6vw, 28px); }
}

@media (max-width: 430px) {
    .astana-editorial-page--customer-problem .astana-page-hero h1 {
        font-size: clamp(40px, 11.3vw, 44px);
        letter-spacing: -.015em;
    }

    .astana-editorial-page .astana-prose > h2,
    .astana-editorial-page .astana-prose > h2:first-child {
        font-size: clamp(31px, 8.8vw, 38px);
        line-height: .98;
    }

    .astana-page__rail { grid-template-columns: 1fr; }
    .astana-page__rail p:not(.astana-section-label) { max-width: 100%; }
    .astana-page__rail a { justify-self: start; }
    .astana-marketing-signals__grid { grid-template-columns: 1fr; }
    .astana-marketing-signal { padding: 12px 18px 26px; }
    .astana-marketing-signal img { aspect-ratio: 4 / 3; }
    .astana-editorial-signals__grid { grid-template-columns: 1fr; }
    .astana-editorial-signal { padding: 12px 18px 26px; }
    .astana-editorial-icon { aspect-ratio: 4 / 3; }
}

/* Human-readable sitemap: keep every important page reachable from the main navigation graph. */
.astana-html-sitemap {
    width: 100%;
}

.astana-html-sitemap__intro {
    display: grid;
    grid-template-columns: minmax(150px, .36fr) minmax(360px, 1fr) minmax(270px, .58fr);
    gap: 28px clamp(28px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(42px, 5vw, 70px);
    padding-top: 20px;
    border-top: 3px solid var(--astana-orange);
}

.astana-html-sitemap__intro .astana-section-label {
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--astana-orange);
}

.astana-editorial-page .astana-prose .astana-html-sitemap__intro h2 {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(38px, 4vw, 62px);
    line-height: .98;
}

.astana-editorial-page .astana-prose .astana-html-sitemap__intro > p:last-child {
    width: auto;
    max-width: 440px;
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.6;
}

.astana-html-sitemap__groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2.3vw, 34px);
}

.astana-html-sitemap__group {
    min-width: 0;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid var(--astana-line);
    background: #f8f3ea;
}

.astana-html-sitemap__group--portfolio {
    grid-column: 1 / -1;
}

.astana-html-sitemap__group--portfolio ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: clamp(24px, 3vw, 46px);
}

.astana-editorial-page .astana-prose .astana-html-sitemap__group h3 {
    width: auto;
    max-width: none;
    margin: 0 0 24px;
    padding: 0 0 17px;
    border: 0;
    border-bottom: 2px solid var(--astana-orange);
    color: var(--astana-graphite);
    font-size: clamp(27px, 2.35vw, 38px);
    line-height: 1;
}

.astana-html-sitemap__group ul {
    display: grid;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.astana-html-sitemap__group li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--astana-line);
}

.astana-html-sitemap__group a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: start;
    padding: 13px 0;
    color: var(--astana-graphite);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.astana-html-sitemap__group a > span:last-child {
    color: var(--astana-orange);
}

.astana-html-sitemap__group a:hover,
.astana-html-sitemap__group a:focus-visible {
    color: var(--astana-orange);
}

@media (max-width: 980px) {
    .astana-html-sitemap__intro {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .astana-html-sitemap__groups {
        grid-template-columns: 1fr;
    }

    .astana-html-sitemap__group--portfolio ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .astana-html-sitemap__group {
        padding: 20px 16px;
    }

    .astana-html-sitemap__group a {
        font-size: 14px;
    }

    .astana-html-sitemap__group--portfolio ul {
        grid-template-columns: 1fr;
    }
}

/* Site maintenance: turn the imported one-column industry list into a compact full-width index. */
.astana-editorial-page--site-maintenance .astana-maintenance-industries {
    width: 100%;
    margin: clamp(58px, 7vw, 108px) 0;
    padding-top: 20px;
    border-top: 3px solid var(--astana-orange);
}

.astana-editorial-page--site-maintenance .astana-maintenance-industries__intro {
    display: grid;
    grid-template-columns: minmax(150px, .36fr) minmax(360px, 1fr) minmax(270px, .58fr);
    gap: 28px clamp(28px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 52px);
}

.astana-editorial-page--site-maintenance .astana-maintenance-industries__intro .astana-section-label {
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--astana-orange);
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industries__intro h2 {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(38px, 4vw, 62px);
    line-height: .98;
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industries__intro > p:last-child {
    width: auto;
    max-width: 440px;
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.6;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industries__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--astana-line);
    border-left: 1px solid var(--astana-line);
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    min-height: 124px;
    padding: 19px 18px 20px;
    border-right: 1px solid var(--astana-line);
    border-bottom: 1px solid var(--astana-line);
    background: #f8f3ea;
    color: var(--astana-graphite);
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry:hover,
.astana-editorial-page--site-maintenance .astana-maintenance-industry:focus-visible {
    border-color: var(--astana-orange);
    background: #fff9f0;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--astana-orange) 35%, transparent);
    outline-offset: -3px;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry > span {
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.35;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry__body {
    display: flex;
    min-width: 0;
    min-height: 84px;
    flex-direction: column;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry__cta {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding-top: 16px;
    color: var(--astana-orange);
    font-family: Manrope, Arial, sans-serif;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-transform: uppercase;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry__cta > span {
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease;
}

.astana-editorial-page--site-maintenance .astana-maintenance-industry:hover .astana-maintenance-industry__cta > span,
.astana-editorial-page--site-maintenance .astana-maintenance-industry:focus-visible .astana-maintenance-industry__cta > span {
    transform: translate(2px, -2px);
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industry h3 {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(20px, 1.45vw, 25px);
    line-height: 1.08;
    overflow-wrap: normal;
    hyphens: none;
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects {
    width: 100%;
    margin: clamp(64px, 8vw, 116px) 0;
    padding-top: 20px;
    border-top: 3px solid var(--astana-orange);
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects__intro {
    display: grid;
    grid-template-columns: minmax(150px, .36fr) minmax(360px, 1fr) minmax(270px, .58fr);
    gap: 28px clamp(28px, 4vw, 64px);
    align-items: end;
    margin-bottom: clamp(32px, 4vw, 52px);
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects__intro .astana-section-label {
    width: auto;
    max-width: none;
    margin: 0;
    color: var(--astana-orange);
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-projects__intro h2 {
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(38px, 4vw, 62px);
    line-height: .98;
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-projects__intro > p:last-child {
    width: auto;
    max-width: 440px;
    margin: 0;
    color: var(--astana-graphite);
    font-size: 15px;
    line-height: 1.6;
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(14px, 1.7vw, 24px);
}

.astana-editorial-page--site-maintenance .astana-maintenance-project {
    display: flex;
    min-width: 0;
    padding: 10px 10px 24px;
    border: 1px solid var(--astana-line);
    background: #f8f3ea;
    color: var(--astana-graphite);
    text-decoration: none;
    flex-direction: column;
    transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.astana-editorial-page--site-maintenance .astana-maintenance-project:hover,
.astana-editorial-page--site-maintenance .astana-maintenance-project:focus-visible {
    border-color: var(--astana-orange);
    background: #fff9f0;
    transform: translateY(-4px);
}

.astana-editorial-page--site-maintenance .astana-maintenance-project:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--astana-orange) 35%, transparent);
    outline-offset: 3px;
}

.astana-editorial-page--site-maintenance .astana-maintenance-project__image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    margin-bottom: 18px;
    background: #e7e1d7;
}

.astana-editorial-page--site-maintenance .astana-maintenance-project__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
    transition: transform .35s ease;
}

.astana-editorial-page--site-maintenance .astana-maintenance-project:hover .astana-maintenance-project__image img,
.astana-editorial-page--site-maintenance .astana-maintenance-project:focus-visible .astana-maintenance-project__image img {
    transform: scale(1.025);
}

.astana-editorial-page--site-maintenance .astana-maintenance-project__meta {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin: 0 10px 12px;
    color: var(--astana-orange);
    font-family: Oswald, Impact, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 1.35;
    text-transform: uppercase;
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-project h3 {
    width: auto;
    max-width: none;
    margin: 0 10px 10px;
    padding: 0;
    border: 0;
    color: var(--astana-graphite);
    font-size: clamp(25px, 2vw, 34px);
    line-height: 1;
    overflow-wrap: anywhere;
}

.astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-project > p {
    width: auto;
    max-width: 36ch;
    margin: auto 10px 0;
    color: var(--astana-graphite);
    font-size: 14px;
    line-height: 1.55;
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects__all {
    display: inline-flex;
    gap: 24px;
    align-items: center;
    margin-top: 28px;
    padding: 15px 0 9px;
    border-bottom: 2px solid var(--astana-orange);
    color: var(--astana-graphite);
    font-family: Oswald, Impact, sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .035em;
    text-decoration: none;
    text-transform: uppercase;
}

.astana-editorial-page--site-maintenance .astana-maintenance-projects__all:hover,
.astana-editorial-page--site-maintenance .astana-maintenance-projects__all:focus-visible {
    color: var(--astana-orange);
}

@media (max-width: 980px) {
    .astana-editorial-page--site-maintenance .astana-maintenance-industries__intro {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industries__intro h2 {
        max-width: 720px;
    }

    .astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industries__intro > p:last-child {
        max-width: 620px;
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-industries__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-industry:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        min-height: 86px;
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-projects__intro {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-projects__intro h2 {
        max-width: 720px;
    }

    .astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-projects__intro > p:last-child {
        max-width: 620px;
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-projects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .astana-editorial-page--site-maintenance .astana-maintenance-industry {
        grid-template-columns: 26px minmax(0, 1fr) auto;
        gap: 6px;
        align-content: start;
        min-height: 94px;
        padding: 16px 12px 17px;
    }

    .astana-editorial-page--site-maintenance .astana-prose .astana-maintenance-industry h3 {
        font-size: clamp(17px, 4.65vw, 19px);
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-projects__grid {
        grid-template-columns: 1fr;
    }

    .astana-editorial-page--site-maintenance .astana-maintenance-project {
        padding-bottom: 22px;
    }
}
