.pc-services-hub {
    --pc-ink: #17191d;
    --pc-muted: #666b72;
    --pc-paper: #f5f3ef;
    --pc-white: #fff;
    --pc-line: rgba(23, 25, 29, .12);
    --pc-pink: #e8377f;
    --pc-blue: #117b9f;
    --pc-yellow: #f1c84a;
    --pc-green: #317a68;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: var(--pc-ink);
    background: linear-gradient(180deg, #fff 0, var(--pc-paper) 430px, var(--pc-paper) 100%);
    font-family: 'ApexNew-Book', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
}

.pc-services-hub *,
.pc-services-hub *::before,
.pc-services-hub *::after {
    box-sizing: border-box;
}

.pc-services-hub__container {
    width: min(100% - 40px, 1200px);
    margin-inline: auto;
}

.pc-services-hub__hero {
    position: relative;
    padding: clamp(26px, 3vw, 44px) 0 20px;
}

.pc-services-hub__hero::before,
.pc-services-hub__hero::after {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.pc-services-hub__hero::before {
    top: 16px;
    right: clamp(18px, 5vw, 80px);
    width: clamp(280px, 25vw, 360px);
    height: clamp(280px, 25vw, 360px);
    background: rgba(232, 55, 127, .13);
}

.pc-services-hub__hero::after {
    top: 112px;
    right: clamp(245px, 24vw, 360px);
    width: 110px;
    height: 110px;
    background: rgba(241, 200, 74, .34);
}

.pc-services-hub__intro {
    max-width: 890px;
}

.pc-services-hub .pc-services-hub__eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0 0 20px;
    color: var(--pc-pink);
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.pc-services-hub__eyebrow::before {
    width: 34px;
    height: 3px;
    background: currentColor;
    content: '';
}

.pc-services-hub h1,
.pc-services-hub h2,
.pc-services-hub h3 {
    color: var(--pc-ink);
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -.035em;
    text-transform: none;
}

.pc-services-hub h1 {
    max-width: 820px;
    margin: 0;
    font-size: clamp(56px, 8.2vw, 112px);
    line-height: .89;
}

.pc-services-hub h1 span {
    color: var(--pc-pink);
}

.pc-services-hub .pc-services-hub__lead {
    max-width: 700px;
    margin: 20px 0 0;
    color: #4d5157;
    font-family: 'ApexNew-Book', Arial, sans-serif;
    font-size: clamp(20px, 2.1vw, 26px);
    line-height: 1.43;
}

.pc-services-hub__scroll-link,
.pc-services-hub__scroll-link:link,
.pc-services-hub__scroll-link:visited {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding: 13px 16px 12px 20px;
    border: 1px solid var(--pc-ink);
    border-radius: 999px;
    background: var(--pc-ink);
    color: #fff;
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 15px;
    line-height: 1;
    text-decoration: none;
    transition: color .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pc-services-hub__scroll-link svg {
    width: 23px;
    height: 23px;
    padding: 4px;
    border-radius: 50%;
    background: var(--pc-pink);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pc-services-hub__scroll-link:hover {
    border-color: var(--pc-pink);
    background: var(--pc-pink);
    box-shadow: 0 10px 30px rgba(232, 55, 127, .26);
    color: #fff;
    text-decoration: none;
}

.pc-services-hub__scroll-link:focus-visible {
    outline: 3px solid var(--pc-pink);
    outline-offset: 4px;
}

.pc-services-hub__facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: clamp(24px, 2.7vw, 34px);
    border-top: 1px solid var(--pc-line);
    border-bottom: 1px solid var(--pc-line);
}

.pc-services-hub__fact {
    display: flex;
    min-height: 74px;
    align-items: center;
    gap: 14px;
    padding: 12px 24px;
    border-right: 1px solid var(--pc-line);
    color: #464a50;
    font-size: 16px;
    line-height: 1.28;
}

.pc-services-hub__fact:first-child {
    padding-left: 0;
}

.pc-services-hub__fact:last-child {
    border-right: 0;
    padding-right: 0;
}

.pc-services-hub__fact strong {
    color: var(--pc-pink);
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 34px;
    line-height: 1;
}

.pc-services-hub__fact svg {
    width: 31px;
    min-width: 31px;
    height: 31px;
    fill: none;
    stroke: var(--pc-pink);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pc-services-hub__services {
    padding: clamp(34px, 4vw, 50px) 0 clamp(52px, 6vw, 76px);
    scroll-margin-top: 24px;
}

.pc-services-hub__section-heading {
    max-width: 790px;
    margin-bottom: clamp(24px, 2.6vw, 34px);
}

.pc-services-hub__section-heading .pc-services-hub__eyebrow {
    margin: 0 0 16px;
}

.pc-services-hub__section-heading h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.02;
}

.pc-services-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.pc-service-card,
.pc-service-card:link,
.pc-service-card:visited {
    --pc-card-accent: var(--pc-pink);
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(23, 25, 29, .08);
    border-radius: 28px;
    background: var(--pc-white);
    box-shadow: 0 18px 50px rgba(35, 34, 32, .07);
    color: var(--pc-ink);
    text-decoration: none;
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.pc-services-hub .pc-service-card--business {
    --pc-card-accent: var(--pc-blue);
}

.pc-services-hub .pc-service-card--decor {
    --pc-card-accent: #b08a10;
}

.pc-services-hub .pc-service-card--lacquer {
    --pc-card-accent: var(--pc-green);
}

.pc-service-card:hover {
    border-color: color-mix(in srgb, var(--pc-card-accent) 34%, transparent);
    box-shadow:
        0 22px 60px rgba(35, 34, 32, .11),
        0 0 35px color-mix(in srgb, var(--pc-card-accent) 24%, transparent);
    color: var(--pc-ink);
    text-decoration: none;
}

.pc-service-card:focus-visible {
    outline: 3px solid var(--pc-card-accent);
    outline-offset: 5px;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, .9);
}

.pc-service-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #ddd;
}

.pc-service-card__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .18));
    content: '';
    pointer-events: none;
}

.pc-service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s cubic-bezier(.2, .75, .25, 1);
}

.pc-service-card:hover .pc-service-card__media img {
    transform: scale(1.045);
}

.pc-service-card__category {
    position: absolute;
    z-index: 2;
    top: 22px;
    left: 22px;
    padding: 9px 13px 8px;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 999px;
    background: rgba(20, 21, 24, .66);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    color: #fff;
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.pc-service-card__icon {
    position: absolute;
    z-index: 3;
    right: 28px;
    bottom: 16px;
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border: 5px solid rgba(255, 255, 255, .94);
    border-radius: 50%;
    background: var(--pc-card-accent);
    color: #fff;
}

.pc-service-card__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.pc-service-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 28px 32px 30px;
}

.pc-service-card__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 22px;
}

.pc-services-hub .pc-service-card h3 {
    margin: 0;
    font-size: clamp(30px, 3.15vw, 43px);
    line-height: 1.02;
}

.pc-service-card__arrow {
    display: grid;
    width: 47px;
    min-width: 47px;
    height: 47px;
    place-items: center;
    margin-top: 2px;
    border: 1px solid var(--pc-line);
    border-radius: 50%;
    color: var(--pc-card-accent);
    transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease;
}

.pc-service-card__arrow svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.pc-service-card:hover .pc-service-card__arrow {
    transform: translateX(4px);
    border-color: var(--pc-card-accent);
    background: var(--pc-card-accent);
    color: #fff;
}

.pc-services-hub .pc-service-card__body > p {
    margin: 19px 0 21px;
    color: var(--pc-muted);
    font-family: 'ApexNew-Book', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.55;
}

.pc-service-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.pc-service-card li {
    padding: 7px 11px 6px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--pc-card-accent) 10%, #fff);
    color: color-mix(in srgb, var(--pc-card-accent) 78%, #17191d);
    font-family: 'ApexNew-Medium', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.2;
}

.pc-services-hub__standard {
    position: relative;
    padding: clamp(56px, 6.5vw, 82px) 0;
    overflow: hidden;
    background: #1c2026;
    color: #fff;
}

.pc-services-hub__standard::after {
    position: absolute;
    right: -150px;
    bottom: -260px;
    width: 510px;
    height: 510px;
    border: 80px solid rgba(232, 55, 127, .1);
    border-radius: 50%;
    content: '';
    pointer-events: none;
}

.pc-services-hub__standard-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: clamp(45px, 6vw, 78px);
    align-items: start;
}

.pc-services-hub__standard .pc-services-hub__eyebrow {
    color: #f46a9f;
}

.pc-services-hub__standard h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(39px, 5vw, 64px);
    line-height: 1.02;
}

.pc-services-hub .pc-services-hub__standard-intro > p:last-child {
    max-width: 530px;
    margin: 22px 0 0;
    color: #b9bec6;
    font-family: 'ApexNew-Book', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

.pc-services-hub__steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
    list-style: none;
}

.pc-services-hub__steps li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 23px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.pc-services-hub__steps li > span {
    padding-top: 4px;
    color: #f46a9f;
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .12em;
}

.pc-services-hub__steps strong,
.pc-services-hub__steps small {
    display: block;
}

.pc-services-hub__steps strong {
    margin-bottom: 5px;
    color: #fff;
    font-family: 'ApexNew-Bold', Arial, sans-serif;
    font-size: 21px;
    line-height: 1.2;
}

.pc-services-hub__steps small {
    color: #aeb4bd;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .pc-services-hub__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pc-services-hub__fact:nth-child(2) {
        border-right: 0;
    }

    .pc-services-hub__fact:nth-child(-n + 2) {
        border-bottom: 1px solid var(--pc-line);
    }

    .pc-services-hub__fact:nth-child(3) {
        padding-left: 0;
    }

    .pc-services-hub__section-heading,
    .pc-services-hub__standard-grid {
        grid-template-columns: 1fr;
    }

    .pc-services-hub__section-heading {
        max-width: 720px;
    }

    .pc-services-hub__standard-grid {
        gap: 38px;
    }
}

@media (max-width: 760px) {
    .pc-services-hub__container {
        width: min(100% - 30px, 1200px);
    }

    .pc-services-hub__hero {
        padding-top: 22px;
    }

    .pc-services-hub__hero::before {
        top: 10px;
        right: 8px;
        width: 176px;
        height: 176px;
    }

    .pc-services-hub__hero::after {
        top: 195px;
        right: 12px;
        width: 76px;
        height: 76px;
    }

    .pc-services-hub h1 {
        font-size: clamp(48px, 15vw, 72px);
    }

    .pc-services-hub__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pc-service-card__body {
        padding: 25px 24px 26px;
    }

    .pc-services-hub .pc-service-card h3 {
        font-size: clamp(30px, 9vw, 40px);
    }
}

@media (max-width: 480px) {
    .pc-services-hub {
        font-size: 16px;
    }

    .pc-services-hub__facts {
        grid-template-columns: 1fr;
    }

    .pc-services-hub__fact,
    .pc-services-hub__fact:first-child,
    .pc-services-hub__fact:nth-child(3),
    .pc-services-hub__fact:last-child {
        min-height: 72px;
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid var(--pc-line);
    }

    .pc-services-hub__fact:last-child {
        border-bottom: 0;
    }

    .pc-services-hub__fact strong {
        width: 55px;
        min-width: 55px;
        font-size: 31px;
        text-align: left;
    }

    .pc-service-card,
    .pc-service-card:link,
    .pc-service-card:visited {
        border-radius: 20px;
    }

    .pc-service-card__category {
        top: 14px;
        left: 14px;
    }

    .pc-service-card__icon {
        right: 18px;
        bottom: 12px;
        width: 66px;
        height: 66px;
        border-width: 4px;
    }

    .pc-service-card__arrow {
        width: 42px;
        min-width: 42px;
        height: 42px;
    }

    .pc-services-hub .pc-service-card__body > p {
        margin-top: 20px;
    }

    .pc-services-hub__steps li {
        grid-template-columns: 44px 1fr;
        gap: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pc-service-card,
    .pc-service-card__media img,
    .pc-service-card__arrow {
        transition: none;
    }
}
