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

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

.sc-demo-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    color: #718196;
    font-size: 14px;
    font-weight: 600;
}

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

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

.sc-demo-hero {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    padding: 30px 0 54px;
    background:
        linear-gradient(90deg, rgba(245, 247, 249, 1) 0%, rgba(245, 247, 249, .98) 35%, rgba(245, 247, 249, .62) 56%, rgba(245, 247, 249, 0) 76%),
        url('/images/pages/services-demo-equipment.webp') center right / cover no-repeat;
    border-bottom: 1px solid rgba(123, 139, 162, .18);
}

.sc-demo-hero__content {
    max-width: 700px;
}

.sc-demo-hero h1 {
    max-width: 620px;
    margin: 0;
    color: #07111f;
    font-size: clamp(48px, 4.5vw, 76px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.055em;
}

.sc-demo-hero p {
    max-width: 630px;
    margin: 22px 0 0;
    color: #334258;
    font-size: 18px;
    line-height: 1.55;
}

.sc-demo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.sc-demo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 26px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.sc-demo-btn--primary {
    color: #fff;
    background: linear-gradient(135deg, #ff6b2c, #f04d18);
    box-shadow: 0 16px 36px rgba(247, 102, 40, .28);
}

.sc-demo-btn--secondary {
    color: #07111f;
    background: rgba(255, 255, 255, .86);
    border: 1px solid rgba(123, 139, 162, .30);
}

.sc-demo-products,
.sc-demo-formats,
.sc-demo-process,
.sc-demo-scenarios {
    padding: 42px 0 0;
}

.sc-demo-products h2,
.sc-demo-formats h2,
.sc-demo-process h2,
.sc-demo-section-head h2,
.sc-demo-cta h2 {
    margin: 0;
    color: #07111f;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -.035em;
}

.sc-demo-products__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.sc-demo-products__grid article {
    min-height: 170px;
    padding: 18px 18px 20px;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(7, 17, 31, .04);
}

.sc-demo-products__image {
    height: 82px;
    margin-bottom: 14px;
}

.sc-demo-products__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sc-demo-products__grid h3 {
    margin: 0;
    color: #07111f;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 950;
}

.sc-demo-products__grid p {
    margin: 9px 0 0;
    color: #5c6b80;
    font-size: 13px;
    line-height: 1.45;
}

.sc-demo-formats__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 22px;
}

.sc-demo-format-card {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    padding: 28px 28px 120px;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(7, 17, 31, .05);
}

.sc-demo-format-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 115px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .72;
    mask-image: linear-gradient(180deg, transparent 0%, #000 48%);
}

.sc-demo-format-card--site::after {
    background-image: url('/images/pages/demo-format-client-site.webp');
}

.sc-demo-format-card--online::after {
    background-image: url('/images/pages/demo-format-online.webp');
}

.sc-demo-format-card--materials::after {
    background-image: url('/images/pages/catalog-cta-banner.webp');
}

.sc-demo-format-card--task::after {
    background-image: url('/images/pages/repair-equipment-mig-mag.webp');
}

.sc-demo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #f76628;
}

.sc-demo-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sc-demo-format-card h3 {
    margin: 18px 0 0;
    color: #07111f;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 950;
}

.sc-demo-format-card p {
    margin: 12px 0 0;
    color: #5c6b80;
    font-size: 14px;
    line-height: 1.52;
}

.sc-demo-process__row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 22px;
}

.sc-demo-process__row article {
    position: relative;
    min-height: 82px;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(123, 139, 162, .20);
}

.sc-demo-process__row article::after {
    content: "вЂє";
    position: absolute;
    right: -12px;
    top: 24px;
    color: #7e8a9b;
    font-size: 38px;
    line-height: 1;
}

.sc-demo-process__row article:last-child::after {
    display: none;
}

.sc-demo-process__row span {
    display: block;
    color: #f76628;
    font-size: 13px;
    font-weight: 950;
}

.sc-demo-process__row strong {
    display: block;
    margin-top: 8px;
    color: #07111f;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
}

.sc-demo-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}

.sc-demo-section-head a {
    color: #f76628;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.sc-demo-scenarios__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.sc-demo-scenarios__grid article {
    overflow: hidden;
    border: 1px solid rgba(123, 139, 162, .18);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(7, 17, 31, .04);
}

.sc-demo-scenario-image {
    height: 118px;
    background-position: center;
    background-size: cover;
}

.sc-demo-scenario-image--one,
.sc-demo-scenario-image--two,
.sc-demo-scenario-image--three {
    background-image: url('/images/pages/catalog-cta-banner.webp');
}

.sc-demo-scenario-image--four {
    background-image: url('/images/pages/services-demo-equipment.webp');
}

.sc-demo-scenario-image--five {
    background-image: url('/images/pages/about-hero.webp');
}

.sc-demo-scenarios__grid h3 {
    margin: 16px 16px 0;
    color: #07111f;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 950;
}

.sc-demo-scenarios__grid p {
    margin: 9px 16px 18px;
    color: #5c6b80;
    font-size: 13px;
    line-height: 1.45;
}

.sc-demo-cta-section {
    padding: 42px 0 54px;
}

.sc-demo-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(420px, 1fr);
    gap: 46px;
    align-items: center;
    min-height: 300px;
    padding: 42px 46px;
    border-radius: 18px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(7, 17, 31, .98) 0%, rgba(7, 17, 31, .95) 46%, rgba(7, 17, 31, .72) 100%),
        url('/images/pages/services-demo-equipment.webp') center right / cover no-repeat;
    box-shadow: 0 22px 60px rgba(7, 17, 31, .18);
}

.sc-demo-cta h2 {
    color: #fff;
    font-size: 34px;
}

.sc-demo-cta p {
    max-width: 450px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.6;
}

.sc-demo-cta__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 24px;
    margin-top: 34px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    font-weight: 800;
}

.sc-demo-cta__benefits span {
    position: relative;
    padding-left: 17px;
}

.sc-demo-cta__benefits span::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f76628;
}

.sc-demo-cta__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.sc-demo-cta input,
.sc-demo-cta textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 7px;
    background: rgba(255,255,255,.07);
    color: #fff;
    font: inherit;
    outline: none;
}

.sc-demo-cta input {
    height: 44px;
    padding: 0 14px;
}

.sc-demo-cta textarea {
    min-height: 92px;
    margin-top: 10px;
    padding: 13px 14px;
    resize: vertical;
}

.sc-demo-cta input::placeholder,
.sc-demo-cta textarea::placeholder {
    color: rgba(255,255,255,.62);
}

.sc-demo-cta__agree {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 14px;
    color: rgba(255,255,255,.74);
    font-size: 12px;
}

.sc-demo-cta__agree input {
    width: 16px;
    height: 16px;
    padding: 0;
}

.sc-demo-cta button {
    width: 100%;
    height: 50px;
    margin-top: 14px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(135deg, #ff6b2c, #f04d18);
    font-weight: 950;
    cursor: pointer;
}

@media (max-width: 1180px) {
    .sc-demo-products__grid,
    .sc-demo-formats__grid,
    .sc-demo-process__row,
    .sc-demo-scenarios__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-demo-cta {
        grid-template-columns: 1fr;
    }
}

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

    .sc-demo-hero {
        min-height: auto;
        background:
            linear-gradient(90deg, rgba(245, 247, 249, 1) 0%, rgba(245, 247, 249, .94) 68%, rgba(245, 247, 249, .72) 100%),
            url('/images/pages/services-demo-equipment.webp') center right / cover no-repeat;
    }

    .sc-demo-hero h1 {
        font-size: 42px;
    }

    .sc-demo-hero p {
        font-size: 16px;
    }

    .sc-demo-products__grid,
    .sc-demo-formats__grid,
    .sc-demo-process__row,
    .sc-demo-scenarios__grid,
    .sc-demo-cta__grid {
        grid-template-columns: 1fr;
    }

    .sc-demo-process__row article::after {
        display: none;
    }

    .sc-demo-cta {
        padding: 30px 24px;
    }
}
/* Demo page: three demonstration format cards */
.sc-demo-formats__grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sc-demo-format-card--clients::after {
    background-image: url('/images/pages/demo-format-client-feedback.webp');
}

@media (max-width: 1180px) {
    .sc-demo-formats__grid--three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .sc-demo-formats__grid--three {
        grid-template-columns: 1fr;
    }
}
