.service-catalog {
    --sc-ink: #111b27;
    --sc-muted: #627083;
    --sc-line: #dce2e8;
    --sc-paper: #f4f7f8;
    --sc-blue: #2868d8;
    --sc-teal: #087f6b;
    --sc-orange: #e36a2e;
    --sc-yellow: #f3b61f;
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 36px 0 76px;
    color: var(--sc-ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.service-catalog *,
.service-catalog *::before,
.service-catalog *::after {
    box-sizing: border-box;
    letter-spacing: 0;
}

.service-catalog-header {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #12202e;
    color: #fff;
    box-shadow: 0 22px 56px rgba(17, 27, 39, .16);
}

.service-catalog-header::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(90deg, transparent 0%, #000 56%, #000 100%);
}

.service-catalog-header::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--sc-yellow);
}

.service-catalog-header-inner {
    position: relative;
    z-index: 1;
    min-height: 330px;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    align-items: center;
    gap: 54px;
    padding: 48px;
}

.service-catalog-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    color: #aebdcc;
    font-size: .7rem;
    font-weight: 750;
}

.service-catalog-breadcrumb a {
    color: #dbe7f1;
    text-decoration: none;
}

.service-catalog-breadcrumb i {
    font-size: .57rem;
}

.service-catalog-kicker,
.service-catalog-intro-label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #79a9fa;
    font-size: .71rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-catalog-kicker::before,
.service-catalog-intro-label::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: var(--sc-yellow);
}

.service-catalog-header h1 {
    max-width: 720px;
    margin: 13px 0 14px;
    color: #fff;
    font-size: 2.9rem;
    font-weight: 900;
    line-height: 1.05;
}

.service-catalog-header-copy {
    max-width: 690px;
    margin: 0;
    color: #afbfcd;
    font-size: .93rem;
    line-height: 1.68;
}

.service-catalog-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 26px;
}

.service-catalog-assurance {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(255, 255, 255, .05);
    color: #d4e0ea;
    font-size: .69rem;
    font-weight: 750;
}

.service-catalog-assurance i {
    color: #64d9b5;
}

.service-catalog-side {
    display: grid;
    gap: 12px;
}

.service-catalog-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 7px;
    background: rgba(3, 12, 20, .28);
}

.service-catalog-metric {
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 19px;
    border-right: 1px solid rgba(255, 255, 255, .13);
}

.service-catalog-metric:last-child {
    border-right: 0;
}

.service-catalog-metric span {
    color: #9eb0bf;
    font-size: .66rem;
    font-weight: 750;
    text-transform: uppercase;
}

.service-catalog-metric strong {
    margin-top: 6px;
    color: #fff;
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1;
}

.service-catalog-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.service-catalog-action {
    min-height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
    color: #fff !important;
    font-size: .73rem;
    font-weight: 850;
    text-decoration: none;
}

.service-catalog-action.is-primary {
    border-color: var(--sc-yellow);
    background: var(--sc-yellow);
    color: #17202a !important;
}

.service-catalog-progress {
    position: relative;
    z-index: 2;
    width: calc(100% - 56px);
    min-height: 96px;
    margin: -18px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--sc-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 27, 39, .1);
}

.service-catalog-step {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    border-right: 1px solid var(--sc-line);
}

.service-catalog-step:last-child {
    border-right: 0;
}

.service-catalog-step > span {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid #cfd8e0;
    border-radius: 50%;
    background: #fff;
    color: var(--sc-muted);
    font-size: .76rem;
    font-weight: 900;
}

.service-catalog-step.is-current > span {
    border-color: var(--sc-blue);
    background: var(--sc-blue);
    color: #fff;
}

.service-catalog-step div {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.service-catalog-step strong {
    overflow: hidden;
    color: var(--sc-ink);
    font-size: .79rem;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-catalog-step small {
    overflow: hidden;
    color: var(--sc-muted);
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.service-catalog-intro {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin: 70px 0 28px;
}

.service-catalog-intro-label {
    color: var(--sc-blue);
}

.service-catalog-intro h2 {
    margin: 10px 0 8px;
    color: var(--sc-ink);
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.12;
}

.service-catalog-intro p {
    max-width: 680px;
    margin: 0;
    color: var(--sc-muted);
    font-size: .84rem;
    line-height: 1.65;
}

.service-catalog-count {
    flex: 0 0 auto;
    border-left: 3px solid var(--sc-yellow);
    padding: 8px 0 8px 13px;
    color: #495b6d;
    font-size: .74rem;
    font-weight: 800;
}

.service-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.service-category-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--sc-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17, 27, 39, .04);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service-category-card:hover {
    transform: translateY(-4px);
    border-color: #9fb7d0;
    box-shadow: 0 18px 42px rgba(17, 27, 39, .1);
}

.service-category-link {
    min-height: 395px;
    display: flex;
    flex-direction: column;
    color: inherit !important;
    text-decoration: none;
}

.service-category-card-top {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid var(--sc-line);
    background: #f3f7ff;
}

.service-category-card.is-dedicated .service-category-card-top {
    background: #fff3e9;
}

.service-category-card.is-hosting .service-category-card-top {
    background: #eaf8f4;
}

.service-category-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: var(--sc-blue);
    color: #fff;
    font-size: 1.15rem;
}

.service-category-card.is-dedicated .service-category-icon {
    background: var(--sc-orange);
}

.service-category-card.is-hosting .service-category-icon {
    background: var(--sc-teal);
}

.service-category-type {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 6px 9px;
    background: #fff;
    color: #405166;
    font-size: .66rem;
    font-weight: 850;
}

.service-category-type i {
    color: var(--sc-teal);
}

.service-category-card-body {
    flex: 1;
    padding: 23px 20px 20px;
}

.service-category-eyebrow {
    color: var(--sc-blue);
    font-size: .65rem;
    font-weight: 900;
    text-transform: uppercase;
}

.service-category-card.is-dedicated .service-category-eyebrow {
    color: var(--sc-orange);
}

.service-category-card.is-hosting .service-category-eyebrow {
    color: var(--sc-teal);
}

.service-category-card h3 {
    margin: 9px 0;
    color: var(--sc-ink);
    font-size: 1.2rem;
    font-weight: 900;
}

.service-category-description {
    min-height: 62px;
    margin: 0;
    color: var(--sc-muted);
    font-size: .79rem;
    line-height: 1.55;
}

.service-category-features {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 17px 0 0;
    border-top: 1px solid var(--sc-line);
    list-style: none;
}

.service-category-features li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #405166;
    font-size: .73rem;
    font-weight: 700;
    line-height: 1.35;
}

.service-category-features i {
    width: 18px;
    flex: 0 0 auto;
    color: var(--sc-blue);
    text-align: center;
}

.service-category-card.is-dedicated .service-category-features i {
    color: var(--sc-orange);
}

.service-category-card.is-hosting .service-category-features i {
    color: var(--sc-teal);
}

.service-category-card-footer {
    min-height: 73px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 20px;
    border-top: 1px solid var(--sc-line);
    background: #fbfcfd;
}

.service-category-plan-count {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.service-category-plan-count strong {
    color: var(--sc-ink);
    font-size: 1.1rem;
    font-weight: 900;
}

.service-category-plan-count span {
    color: var(--sc-muted);
    font-size: .65rem;
    font-weight: 750;
}

.service-category-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sc-blue);
    font-size: .72rem;
    font-weight: 900;
    white-space: nowrap;
}

.service-category-card.is-dedicated .service-category-cta {
    color: var(--sc-orange);
}

.service-category-card.is-hosting .service-category-cta {
    color: var(--sc-teal);
}

.service-category-cta i {
    transition: transform .2s ease;
}

.service-category-card:hover .service-category-cta i {
    transform: translateX(3px);
}

.service-catalog-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 38px;
    border-top: 1px solid var(--sc-line);
    border-left: 1px solid var(--sc-line);
}

.service-catalog-trust-item {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 20px;
    border-right: 1px solid var(--sc-line);
    border-bottom: 1px solid var(--sc-line);
    background: #fff;
}

.service-catalog-trust-icon {
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: #e9f1ff;
    color: var(--sc-blue);
}

.service-catalog-trust-item:nth-child(2) .service-catalog-trust-icon {
    background: #e4f8f2;
    color: var(--sc-teal);
}

.service-catalog-trust-item:nth-child(3) .service-catalog-trust-icon {
    background: #fff1e7;
    color: var(--sc-orange);
}

.service-catalog-trust-item > div {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.service-catalog-trust-item strong {
    color: var(--sc-ink);
    font-size: .78rem;
    font-weight: 900;
}

.service-catalog-trust-item small {
    color: var(--sc-muted);
    font-size: .69rem;
    line-height: 1.45;
}

.service-catalog-empty {
    margin-top: 34px;
    border: 1px dashed #b9c7d4;
    border-radius: 8px;
    padding: 56px 24px;
    background: #fff;
    text-align: center;
}

.service-catalog-empty > div {
    max-width: 520px;
    margin-inline: auto;
}

.service-catalog-empty-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 7px;
    background: #e9f1ff;
    color: var(--sc-blue);
}

.service-catalog-empty h2 {
    color: var(--sc-ink);
    font-size: 1.25rem;
    font-weight: 900;
}

.service-catalog-empty p {
    color: var(--sc-muted);
    font-size: .82rem;
    line-height: 1.6;
}

@media (max-width: 1050px) {
    .service-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .service-catalog-header-inner {
        grid-template-columns: minmax(0, 1.2fr) minmax(270px, .8fr);
        padding: 40px;
    }
}

@media (max-width: 800px) {
    .service-catalog {
        width: min(100% - 28px, 1180px);
        padding-top: 26px;
    }

    .service-catalog-header-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 36px 30px 46px;
    }

    .service-catalog-header h1 {
        font-size: 2.35rem;
    }

    .service-catalog-side {
        grid-template-columns: 1fr 1fr;
    }

    .service-catalog-progress {
        width: calc(100% - 30px);
    }

    .service-catalog-step {
        align-items: flex-start;
        flex-direction: column;
    }

    .service-catalog-step small {
        white-space: normal;
    }

    .service-catalog-intro {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .service-catalog-trust {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .service-catalog {
        width: min(100% - 20px, 1180px);
        padding-bottom: 58px;
    }

    .service-catalog-header-inner {
        padding: 30px 20px 42px;
    }

    .service-catalog-breadcrumb {
        margin-bottom: 22px;
    }

    .service-catalog-header h1 {
        font-size: 2rem;
    }

    .service-catalog-assurances {
        display: grid;
        grid-template-columns: 1fr;
    }

    .service-catalog-assurance {
        width: fit-content;
    }

    .service-catalog-side {
        grid-template-columns: 1fr;
    }

    .service-catalog-actions {
        grid-template-columns: 1fr;
    }

    .service-catalog-progress {
        width: calc(100% - 20px);
        grid-template-columns: 1fr;
    }

    .service-catalog-step {
        min-height: 65px;
        align-items: center;
        flex-direction: row;
        padding: 13px;
        border-right: 0;
        border-bottom: 1px solid var(--sc-line);
    }

    .service-catalog-step:last-child {
        border-bottom: 0;
    }

    .service-catalog-intro {
        margin-top: 54px;
    }

    .service-catalog-intro h2 {
        font-size: 1.6rem;
    }

    .service-category-grid {
        grid-template-columns: 1fr;
    }

    .service-category-link {
        min-height: 0;
    }

    .service-category-description {
        min-height: 0;
    }
}

@media (max-width: 390px) {
    .service-category-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-catalog *,
    .service-catalog *::before,
    .service-catalog *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}
