.service-page {
    padding: 38px 0 20px;
    background: #f6f8fb;
}

.service-breadcrumb {
    margin-bottom: 18px;
    color: #47617f;
    font-size: 13px;
}

.service-top-card,
.service-content-card,
.service-process,
.service-pricing {
    position: relative;
    border: 1px solid #dce4ee;
    border-radius: 14px;
    background: #ffffff;
}

.service-top-card {
    margin-bottom: 22px;
    padding: 34px 40px 35px;
    overflow: hidden;
}

.service-top-card__accent {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 4px;
    border-radius: 0 6px 6px 0;
    background: linear-gradient(
        180deg,
        #ff616b,
        #f04451
    );
}

.service-top-card__label {
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    margin-bottom: 18px;
    padding: 0 15px;
    border-radius: 999px;
    background: #fff0f1;
    color: #f0525d;
    font-size: 13px;
}

.service-top-card h1 {
    max-width: 900px;
    margin-bottom: 15px;
    color: #062f45;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -0.7px;
}

.service-top-card__summary {
    max-width: 900px;
    margin: 0;
    color: #65758c;
    font-size: 15px;
    line-height: 1.8;
}

.service-content-card {
    padding: 38px 42px;
    color: #243b57;
    font-size: 15px;
    line-height: 1.9;
}

.service-content-card h2 {
    position: relative;
    margin: 37px 0 16px;
    padding-left: 15px;
    color: #063e58;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

.service-content-card h2::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 4px;
    border-radius: 4px;
    background: #ff6069;
}

.service-content-card h3 {
    margin: 29px 0 13px;
    color: #063e58;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.3;
}

.service-content-card p {
    margin-bottom: 20px;
}

.service-content-card p:last-child {
    margin-bottom: 0;
}

.service-content-card ul,
.service-content-card ol {
    margin: 0 0 23px;
    padding-left: 22px;
}

.service-content-card li {
    margin-bottom: 9px;
    padding-left: 3px;
}

.service-content-card li::marker {
    color: #ff5964;
}

.service-content-card a {
    color: var(--blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.service-content-card blockquote {
    margin: 30px 0;
    padding: 20px 23px;
    border-left: 4px solid var(--blue);
    border-radius: 0 8px 8px 0;
    background: #f2f7ff;
    color: #40536c;
}

.service-process,
.service-pricing {
    margin-top: 22px;
    padding: 34px 38px;
}

.service-section-heading {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 30px;
}

.service-section-heading__accent {
    width: 4px;
    height: 27px;
    flex: 0 0 4px;
    border-radius: 4px;
    background: #ff5964;
}

.service-section-heading__eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #667991;
    font-size: 12px;
}

.service-section-heading h2 {
    margin-bottom: 5px;
    color: #063e58;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

.service-section-heading p {
    max-width: 720px;
    margin: 0;
    color: #718096;
    font-size: 14px;
}

.service-process__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.service-process-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    min-width: 0;
}

.service-process-card__number {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    border-radius: 50%;
    background: #ff5c66;
    box-shadow: 0 8px 20px rgba(255, 92, 102, 0.18);
    color: #ffffff;
    font-size: 12px;
}

.service-process-card__content {
    position: relative;
    z-index: 2;
}

.service-process-card h3 {
    margin: 1px 0 6px;
    color: #083b55;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

.service-process-card p {
    margin: 0;
    color: #718096;
    font-size: 13px;
    line-height: 1.55;
}

.service-process-card__line {
    position: absolute;
    top: 19px;
    right: -12px;
    width: 24px;
    height: 1px;
    background: #dbe4ee;
}

.service-pricing__table-wrapper {
    overflow-x: auto;
    border: 1px solid #dce5ef;
    border-radius: 10px;
}

.service-pricing__table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.service-pricing__table th,
.service-pricing__table td {
    padding: 17px 18px;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
    vertical-align: middle;
}

.service-pricing__table th {
    background: #f4f7fb;
    color: #53667f;
    font-size: 13px;
    font-weight: 400;
}

.service-pricing__table td {
    color: #64758c;
    font-size: 14px;
}

.service-pricing__table tbody tr:last-child td {
    border-bottom: 0;
}

.service-pricing__table tbody tr:hover {
    background: #fafcff;
}

.service-pricing__table strong {
    color: #083b55;
    font-weight: 400;
}

.service-price {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 7px;
    background: #eef5ff;
    color: #155fca;
    white-space: nowrap;
}

.service-pricing__note {
    margin: 14px 0 0;
    color: #8491a3;
    font-size: 12px;
    line-height: 1.6;
}

.service-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    padding: 27px 30px;
    border-radius: 12px;
    background:
        radial-gradient(
            circle at 85% 20%,
            rgba(42, 130, 255, 0.35),
            transparent 30%
        ),
        linear-gradient(
            115deg,
            #062d5c,
            #0c55b8
        );
    color: #ffffff;
}

.service-cta__icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    font-size: 21px;
}

.service-cta__content {
    margin-right: auto;
}

.service-cta__content > span {
    display: block;
    margin-bottom: 4px;
    color: #8fbdff;
    font-size: 12px;
}

.service-cta h2 {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
}

.service-cta p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.service-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-width: 190px;
    min-height: 47px;
    padding: 0 18px;
    border-radius: 7px;
    background: #ffffff;
    color: #104c9d;
    font-size: 14px;
}

@media (max-width: 1050px) {
    .service-process__grid {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .service-process-card__line {
        display: none;
    }
}

@media (max-width: 760px) {
    .service-page {
        padding-top: 26px;
    }

    .service-top-card,
    .service-content-card,
    .service-process,
    .service-pricing {
        padding: 25px 21px;
    }

    .service-top-card h1 {
        font-size: 27px;
    }

    .service-top-card__summary,
    .service-content-card {
        font-size: 15px;
    }

    .service-content-card h2 {
        font-size: 23px;
    }

    .service-content-card h3 {
        font-size: 20px;
    }

    .service-process__grid {
        grid-template-columns: 1fr;
    }

    .service-cta {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 25px 21px;
    }

    .service-cta__content {
        width: calc(100% - 75px);
    }

    .service-cta__button {
        width: 100%;
        margin-top: 5px;
    }
}