.sc-about-page {
    background: #f5f7f9;
    color: #07111f;
}

.sc-about-container {
    width: min(100% - 48px, var(--aw-container, 1560px));
    margin: 0 auto;
}

.sc-about-hero {
    padding: 28px 0 0;
    background:
        radial-gradient(circle at 14% 18%, rgba(247, 102, 40, .06), transparent 34rem),
        linear-gradient(180deg, #f8fafc 0%, #f5f7f9 100%);
}

.sc-about-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    color: #728093;
    font-size: 14px;
}

.sc-about-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.sc-about-breadcrumbs a:hover {
    color: #f76628;
}

.sc-about-hero__layout {
    display: grid;
    grid-template-columns: minmax(420px, .92fr) minmax(620px, 1.08fr);
    min-height: 360px;
    border-bottom: 1px solid rgba(123, 139, 162, .18);
}

.sc-about-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 44px 34px 0;
}

.sc-about-hero__content h1 {
    margin: 0;
    color: #07111f;
    font-size: clamp(48px, 5vw, 78px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.06em;
}

.sc-about-hero__lead {
    max-width: 610px;
    margin: 22px 0 0;
    color: #253348;
    font-size: 22px;
    line-height: 1.35;
}

.sc-about-hero__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 40px;
}

.sc-about-hero__features article {
    min-height: 112px;
    padding: 0 22px 0 0;
    border-right: 1px solid rgba(123, 139, 162, .26);
}

.sc-about-hero__features article:last-child {
    border-right: 0;
}

.sc-about-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border: 1px solid rgba(247, 102, 40, .22);
    border-radius: 12px;
    background: rgba(255,255,255,.72);
    color: #f76628;
}

.sc-about-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sc-about-hero__features strong {
    display: block;
    color: #07111f;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.sc-about-hero__features small {
    display: block;
    margin-top: 6px;
    color: #627185;
    font-size: 13px;
    line-height: 1.35;
}

.sc-about-hero__visual {
    min-height: 360px;
    border-radius: 0;
    background:
        linear-gradient(90deg, #f5f7f9 0%, rgba(245,247,249,.78) 16%, rgba(245,247,249,.10) 46%),
        radial-gradient(circle at 58% 64%, rgba(30, 145, 255, .55), transparent 7rem),
        url('/images/pages/about-hero.webp'),
        linear-gradient(135deg, #d9e0e8 0%, #9aa8b8 45%, #111923 100%);
    background-size: cover;
    background-position: center;
}

.sc-about-intro {
    padding: 30px 0 20px;
    background: #fff;
}

.sc-about-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(560px, .9fr);
    gap: 34px;
    align-items: center;
}

.sc-about-intro__text p {
    margin: 0;
    color: #1d2b3f;
    font-size: 16px;
    line-height: 1.72;
}

.sc-about-intro__text p + p {
    margin-top: 16px;
}

.sc-about-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(123, 139, 162, .20);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 23, 42, .045);
}

.sc-about-trust-strip div {
    min-height: 86px;
    padding: 18px 16px;
    border-right: 1px solid rgba(123, 139, 162, .16);
}

.sc-about-trust-strip div:last-child {
    border-right: 0;
}

.sc-about-trust-strip .sc-about-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    color: #07111f;
    border-color: transparent;
    background: transparent;
}

.sc-about-trust-strip strong {
    display: block;
    color: #07111f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
}

.sc-about-section {
    padding: 18px 0;
    background: #fff;
}

.sc-about-section--compact {
    padding-top: 4px;
}

.sc-about-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(340px, .92fr);
    gap: 18px;
}

.sc-about-card {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border: 1px solid rgba(123, 139, 162, .20);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .045);
}

.sc-about-card h2 {
    margin: 0 0 20px;
    color: #07111f;
    font-size: 25px;
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -.03em;
    text-transform: uppercase;
}

.sc-about-card--visual::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 230px;
    height: 230px;
    opacity: .12;
    background:
        radial-gradient(circle at 50% 50%, rgba(247,102,40,.5), transparent 5rem),
        linear-gradient(135deg, #1b2532, #dfe5ec);
    border-radius: 50%;
    pointer-events: none;
}

.sc-about-check-list,
.sc-about-industry-list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sc-about-check-list li,
.sc-about-industry-list li {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    color: #26354a;
    font-size: 15px;
    line-height: 1.45;
}

.sc-about-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #f76628;
    font-weight: 900;
}

.sc-about-industry-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: .55em;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #f76628;
    box-shadow: 0 0 0 5px rgba(247, 102, 40, .10);
}

.sc-about-card a {
    display: inline-flex;
    margin-top: 24px;
    color: #f76628;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.sc-about-secondary-grid {
    display: grid;
    grid-template-columns: minmax(300px, .7fr) minmax(0, 1.45fr) minmax(320px, .75fr);
    gap: 18px;
}

.sc-about-principles__list {
    display: grid;
    gap: 16px;
}

.sc-about-principles__list div {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
}

.sc-about-principles__list .sc-about-icon {
    grid-row: span 2;
    margin: 0;
}

.sc-about-principles__list strong {
    display: block;
    color: #07111f;
    font-size: 15px;
    font-weight: 900;
}

.sc-about-principles__list p {
    margin: 5px 0 0;
    color: #637287;
    font-size: 13px;
    line-height: 1.4;
}

.sc-about-timeline__line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    padding-top: 34px;
}

.sc-about-timeline__line::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 11px;
    height: 2px;
    background: #0e1722;
    opacity: .72;
}

.sc-about-timeline__line div {
    position: relative;
}

.sc-about-timeline__line div::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #07111f;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px rgba(7,17,31,.25);
}

.sc-about-timeline__line strong {
    display: block;
    margin-bottom: 8px;
    color: #07111f;
    font-size: 19px;
    font-weight: 900;
}

.sc-about-timeline__line span {
    display: block;
    color: #536173;
    font-size: 13px;
    line-height: 1.42;
}

.sc-about-facts__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 28px;
}

.sc-about-facts__grid strong {
    display: block;
    color: #f76628;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.sc-about-facts__grid span {
    display: block;
    margin-top: 8px;
    color: #58677a;
    font-size: 13px;
    line-height: 1.35;
}

.sc-about-bottom-grid {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 18px;
}

.sc-about-expertise {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(270px, .8fr);
    gap: 20px;
}

.sc-about-expertise p {
    margin: 0;
    color: #536173;
    font-size: 15px;
    line-height: 1.6;
}

.sc-about-expertise__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.sc-about-expertise__items span {
    min-height: 68px;
    padding: 12px;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 14px;
    color: #26354a;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    background: #fff;
}

.sc-about-expertise__image {
    min-height: 235px;
    border-radius: 16px;
    background:
        radial-gradient(circle at 55% 74%, rgba(30,145,255,.55), transparent 6rem),
        url('/images/pages/about-expertise.webp'),
        linear-gradient(135deg, #263344, #101820);
    background-size: cover;
    background-position: center;
}

.sc-about-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.sc-about-products__grid a {
    display: block;
    min-height: 130px;
    margin: 0;
    padding: 16px;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    color: inherit;
}

.sc-about-products__grid strong {
    display: block;
    color: #07111f;
    font-size: 14px;
    line-height: 1.25;
}

.sc-about-products__grid span {
    display: block;
    margin-top: 8px;
    color: #637287;
    font-size: 13px;
    line-height: 1.35;
}

.sc-about-products__link {
    margin-top: 18px !important;
}

.sc-about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 28px;
    align-items: center;
    margin-top: 18px;
    padding: 28px 34px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 94% 50%, rgba(247, 102, 40, .34), transparent 18rem),
        linear-gradient(135deg, #111923, #07111f);
    color: #fff;
    box-shadow: 0 20px 50px rgba(7,17,31,.18);
}

.sc-about-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.035em;
}

.sc-about-cta p {
    max-width: 640px;
    margin: 10px 0 0;
    color: rgba(255,255,255,.74);
    font-size: 15px;
    line-height: 1.55;
}

.sc-about-cta__benefits {
    display: flex;
    gap: 24px;
    color: rgba(255,255,255,.78);
    font-size: 13px;
    font-weight: 800;
}

.sc-about-cta > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff6b2b, #f45116);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 18px 38px rgba(247,102,40,.28);
}

@media (max-width: 1180px) {
    .sc-about-hero__layout,
    .sc-about-intro__grid,
    .sc-about-main-grid,
    .sc-about-secondary-grid,
    .sc-about-bottom-grid,
    .sc-about-cta {
        grid-template-columns: 1fr;
    }

    .sc-about-hero__visual {
        min-height: 340px;
    }

    .sc-about-products__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-about-timeline__line {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .sc-about-container {
        width: min(100% - 28px, var(--aw-container, 1560px));
    }

    .sc-about-hero__content h1 {
        font-size: 44px;
    }

    .sc-about-hero__features,
    .sc-about-trust-strip,
    .sc-about-facts__grid,
    .sc-about-products__grid,
    .sc-about-expertise,
    .sc-about-expertise__items,
    .sc-about-timeline__line {
        grid-template-columns: 1fr;
    }

    .sc-about-cta__benefits {
        flex-direction: column;
        gap: 8px;
    }
}


/* About page: simplified lower grid */
.sc-about-secondary-grid {
    grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
    align-items: stretch;
}

.sc-about-products {
    min-height: 100%;
}

.sc-about-products__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sc-about-products__grid a {
    min-height: 132px;
}

@media (max-width: 1180px) {
    .sc-about-secondary-grid {
        grid-template-columns: 1fr;
    }
}

/* About page: mask image in "Что мы делаем" card */
.sc-about-card--visual::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 285px;
    height: 285px;
    background: url('/images/pages/about-card-mask.webp') center / contain no-repeat;
    opacity: .24;
    mix-blend-mode: multiply;
    pointer-events: none;
}

.sc-about-card--visual > * {
    position: relative;
    z-index: 1;
}

/* About page: full-width hero banner */
.sc-about-page .sc-about-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid rgba(123, 139, 162, .18);
    background:
        radial-gradient(circle at 12% 20%, rgba(247, 102, 40, .055), transparent 34rem),
        linear-gradient(180deg, #f8fafc 0%, #f5f7f9 100%);
}

.sc-about-page .sc-about-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0 0 0 38%;
    background:
        linear-gradient(
            90deg,
            rgba(248, 250, 252, 1) 0%,
            rgba(248, 250, 252, .92) 16%,
            rgba(248, 250, 252, .58) 38%,
            rgba(248, 250, 252, .16) 62%,
            rgba(248, 250, 252, 0) 100%
        ),
        url('/images/pages/about-hero.webp') center right / cover no-repeat;
    pointer-events: none;
}

.sc-about-page .sc-about-hero .sc-about-container {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    padding-bottom: 42px;
}

.sc-about-page .sc-about-breadcrumbs {
    position: relative;
    z-index: 2;
    margin: 0 0 32px;
    color: #7b8797;
}

.sc-about-page .sc-about-hero__layout {
    display: block;
    min-height: 430px;
    border-bottom: 0;
}

.sc-about-page .sc-about-hero__visual {
    display: none;
}

.sc-about-page .sc-about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    min-height: 0;
    padding: 0;
    background: transparent;
}

.sc-about-page .sc-about-hero__content h1 {
    max-width: 620px;
    margin: 0;
    color: #07111f;
    font-size: clamp(56px, 5.2vw, 82px);
    font-weight: 900;
    line-height: .92;
    letter-spacing: -.065em;
}

.sc-about-page .sc-about-hero__lead {
    max-width: 620px;
    margin: 24px 0 0;
    color: #253348;
    font-size: 24px;
    line-height: 1.34;
}

.sc-about-page .sc-about-hero__features {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 660px;
    gap: 0;
    margin-top: 50px;
}

.sc-about-page .sc-about-hero__features article {
    min-height: 132px;
    padding: 0 22px 0 0;
    border-right: 1px solid rgba(123, 139, 162, .26);
    background: transparent;
}

.sc-about-page .sc-about-hero__features article + article {
    padding-left: 22px;
}

.sc-about-page .sc-about-hero__features article:last-child {
    border-right: 0;
}

.sc-about-page .sc-about-hero__features .sc-about-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border: 1px solid rgba(247, 102, 40, .24);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    color: #f76628;
}

.sc-about-page .sc-about-hero__features strong {
    color: #07111f;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}

.sc-about-page .sc-about-hero__features small {
    margin-top: 8px;
    color: #627185;
    font-size: 13px;
    line-height: 1.36;
}

/* About page: hero responsive */
@media (max-width: 1180px) {
    .sc-about-page .sc-about-hero::after {
        inset: 0;
        opacity: .42;
        background:
            linear-gradient(
                90deg,
                rgba(248, 250, 252, .98) 0%,
                rgba(248, 250, 252, .88) 45%,
                rgba(248, 250, 252, .38) 100%
            ),
            url('/images/pages/about-hero.webp') center right / cover no-repeat;
    }

    .sc-about-page .sc-about-hero__content {
        max-width: 720px;
    }
}

@media (max-width: 760px) {
    .sc-about-page .sc-about-hero .sc-about-container {
        padding-top: 22px;
        padding-bottom: 30px;
    }

    .sc-about-page .sc-about-hero__layout {
        min-height: auto;
    }

    .sc-about-page .sc-about-hero__content h1 {
        font-size: 44px;
    }

    .sc-about-page .sc-about-hero__lead {
        font-size: 18px;
    }

    .sc-about-page .sc-about-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 0;
        margin-top: 34px;
    }

    .sc-about-page .sc-about-hero__features article {
        min-height: auto;
        padding-right: 16px;
    }

    .sc-about-page .sc-about-hero__features article + article {
        padding-left: 16px;
    }

    .sc-about-page .sc-about-hero__features article:nth-child(2) {
        border-right: 0;
    }
}

/* About page: card text link */
.sc-about-card__link {
    display: inline-flex;
    align-items: center;
    margin-top: 18px;
    color: #f76628;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.sc-about-card__link::after {
    content: "→";
    margin-left: 8px;
    font-size: 16px;
    line-height: 1;
}

.sc-about-card__link:hover {
    color: #d94d14;
}

/* About page: inline brand word */
.sc-brand-word {
    display: inline-flex;
    align-items: baseline;
    gap: 0;
    font-weight: 900;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.sc-brand-word__dark {
    color: #07111f;
}

.sc-brand-word__accent {
    color: #f76628;
}
