.service-page-intro-card {
    margin-bottom: 8px;
}

.service-page-intro-note {
    max-width: 760px;
    margin-top: -6px;
    font-size: 17px;
    line-height: 1.75;
    color: #4a4a4a;
}

.service-page-band {
    position: relative;
    padding: 48px 0 102px;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(104, 204, 247, 0.28), transparent 32%),
        linear-gradient(132deg, #e2f3ff 0%, #b8ddff 48%, #f3faff 100%);
}

.service-page-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/static/img/effect-latest-news.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.56;
}

.service-page-band::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 96px;
    background-image: url(/static/img/before-home-2.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-page-band .container {
    position: relative;
    z-index: 1;
}

.service-page-band .content-page-block {
    padding-bottom: 0;
}

.service-page-band-copy .title-line-left,
.service-page-band-copy p {
    color: #1d1d1d;
}

.service-page-band-copy .title-line-left {
    margin-bottom: 16px;
}

.service-page-band-copy .title-line-left::before {
    background-color: #68ccf7;
}

.service-page-band-copy p:last-child {
    margin-bottom: 0;
}

.service-page-band-results {
    display: grid;
    gap: 16px;
}

.service-page-band-result {
    min-height: 100%;
    padding: 17px 21px;
    border: 1px solid #c8deef;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 16px 28px rgba(18, 44, 78, 0.08);
    color: #303030;
    line-height: 1.65;
    backdrop-filter: blur(7px);
}

.service-page-band-actions {
    padding-top: 28px;
}

.service-page-flow {
    position: relative;
    padding: 92px 0 58px;
}

.service-page-flow .title-bg {
    top: 0;
}

.service-page-flow-title {
    margin-bottom: 30px;
}

.service-page-timeline {
    position: relative;
    padding-left: 96px;
}

.service-page-timeline::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 8px;
    width: 1px;
    height: calc(100% - 16px);
    background: #dfdfdf;
}

.service-page-step {
    position: relative;
    padding-bottom: 34px;
}

.service-page-step:last-child {
    padding-bottom: 0;
}

.service-page-step-number {
    position: absolute;
    top: 6px;
    left: -96px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid rgba(104, 204, 247, 0.2);
    border-radius: 50%;
    background: #fff;
    color: #68ccf7;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transition: .3s ease;
}

.service-page-step:hover .service-page-step-number {
    border-color: #68ccf7;
}

.service-page-step-body {
    padding-bottom: 34px;
    border-bottom: 1px solid #dfdfdf;
}

.service-page-step:last-child .service-page-step-body {
    padding-bottom: 0;
    border-bottom: none;
}

.service-page-step-body h4 {
    margin-bottom: 14px;
    font-size: 30px;
    line-height: 1.35;
    color: #1d1d1d;
}

.service-page-step-body p {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.78;
    color: #4a4a4a;
}

.service-page-step-body p:last-child {
    margin-bottom: 0;
}

.service-page-footer-cta {
    min-height: 240px;
    padding: 54px 0;
    background: linear-gradient(129deg, #17375f -14%, #225374 42%, #68ccf7 108%);
}

.service-page-footer-cta::before {
    opacity: 0.72;
}

.service-page-footer-text {
    max-width: 620px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.72;
}

.service-page-footer-actions {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .service-page-band {
        padding: 42px 0 96px;
    }

    .service-page-band-results {
        margin-top: 28px;
    }

    .service-page-flow {
        padding-top: 78px;
    }

    .service-page-footer-actions {
        justify-content: flex-start;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .service-page-intro-note {
        font-size: 16px;
    }

    .service-page-band {
        padding: 38px 0 78px;
    }

    .service-page-band-result {
        padding: 16px 18px;
    }

    .service-page-flow {
        padding: 64px 0 44px;
    }

    .service-page-timeline {
        padding-left: 56px;
    }

    .service-page-timeline::before {
        left: 18px;
    }

    .service-page-step-number {
        left: -56px;
        width: 36px;
        height: 36px;
        border-width: 6px;
        font-size: 14px;
    }

    .service-page-step-body {
        padding-bottom: 28px;
    }

    .service-page-step-body h4 {
        font-size: 24px;
    }

    .service-page-footer-text {
        font-size: 16px;
    }
}
