.zr-services-section-revamp {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: var(--zr-home-section-y) 0 var(--zr-home-section-y);
    color: var(--zr-midnight);
    background:
        radial-gradient(circle at 16% 20%, rgba(var(--zr-coral-rgb), 0.07), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(var(--zr-soft-pink-rgb), 0.16), transparent 30%),
        linear-gradient(180deg, var(--zr-white) 0%, rgba(var(--zr-white-rgb), 0.98) 58%, rgba(var(--zr-light-rgb), 0.14) 100%);
}

.zr-services-section-revamp::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(var(--zr-coral-rgb), 0.14) 1px, transparent 1.5px),
        linear-gradient(rgba(var(--zr-midnight-rgb), 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(var(--zr-midnight-rgb), 0.035) 1px, transparent 1px);
    background-size: 24px 24px, 56px 56px, 56px 56px;
    animation: zr-services-pattern-drift 28s linear infinite;
    mask-image: linear-gradient(180deg, rgba(var(--zr-black-rgb), 0.78), transparent 76%);
    pointer-events: none;
}

.zr-services-section-revamp::after {
    content: "";
    position: absolute;
    right: -12%;
    bottom: -18%;
    width: min(1120px, 86vw);
    height: 54%;
    border-radius: 44%;
    background:
        repeating-linear-gradient(96deg, transparent 0 18px, rgba(var(--zr-coral-rgb), 0.16) 18px 20px, transparent 20px 44px),
        radial-gradient(ellipse at 28% 38%, rgba(var(--zr-coral-rgb), 0.2), transparent 44%),
        radial-gradient(ellipse at 74% 54%, rgba(var(--zr-soft-pink-rgb), 0.24), transparent 46%),
        var(--zr-gradient-primary);
    filter: blur(34px) saturate(1.24);
    opacity: 0.28;
    animation: zr-services-mesh-drift 14s ease-in-out infinite alternate, zr-services-signal-pan 22s linear infinite;
    pointer-events: none;
}

.zr-services-section-revamp__divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: clamp(56px, 7vw, 100px);
    background:
        linear-gradient(180deg, rgba(var(--zr-white-rgb), 0.98), rgba(var(--zr-white-rgb), 0)),
        linear-gradient(135deg, rgba(var(--zr-coral-rgb), 0.06), rgba(var(--zr-peach-rgb), 0));
    pointer-events: none;
}

.zr-services-section-revamp__inner {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(40px);
    animation: zr-services-section-in 700ms ease forwards;
}

.zr-services-section-revamp__intro {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.zr-services-section-revamp__eyebrow {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    margin: 0 0 18px;
    color: var(--zr-coral);
    background: rgba(var(--zr-white-rgb), 0.76);
    border: 1px solid rgba(var(--zr-coral-rgb), 0.16);
    border-radius: var(--zv-radius-pill);
    box-shadow: var(--zr-shadow-sm);
    font-family: Manrope, var(--zv-font-body);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.zr-services-section-revamp__eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--zr-coral);
    box-shadow: 0 0 16px rgba(var(--zr-coral-rgb), 0.76);
}

.zr-services-section-revamp__title {
    margin: 0;
    color: var(--zr-midnight);
    font-family: Manrope, var(--zv-font-body);
    font-size: var(--zr-home-section-title-size);
    font-weight: 800;
    line-height: var(--zr-home-section-title-line-height);
    letter-spacing: 0;
}

.zr-services-section-revamp__title strong,
.zr-services-section-revamp__title em,
.zr-services-section-revamp__title span {
    color: transparent;
    background: linear-gradient(92deg, var(--zr-coral) 0%, var(--zr-coral) 34%, var(--zr-peach) 68%, var(--zr-coral) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 10px 14px rgba(var(--zr-coral-rgb), 0.32));
    font-style: normal;
}

.zr-services-section-revamp__description {
    max-width: 760px;
    margin: 24px auto 0;
    color: rgba(var(--zr-midnight-rgb), 0.68);
    font-family: Manrope, var(--zv-font-body);
    font-size: clamp(17px, 1.7vw, 21px);
    font-weight: 600;
    line-height: 1.72;
}

.zr-services-section-revamp__description p {
    margin: 0;
}

.zr-services-section-revamp__description p + p {
    margin-top: 12px;
}

.zr-services-showcase-revamp {
    margin-top: clamp(36px, 5vw, 58px);
}

.zr-services-showcase-revamp__desktop {
    display: grid;
    grid-template-columns: minmax(240px, 0.32fr) minmax(0, 0.68fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: start;
}

.zr-services-timeline-revamp {
    position: sticky;
    top: 118px;
    display: grid;
    gap: 0;
}

.zr-service-timeline-item-revamp {
    position: relative;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 16px;
    min-height: 92px;
    padding: 0 0 28px;
    color: rgba(var(--zr-midnight-rgb), 0.5);
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.zr-service-timeline-item-revamp::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: rgba(var(--zr-midnight-rgb), 0.14);
}

.zr-service-timeline-item-revamp::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 15px;
    width: 1px;
    background: linear-gradient(180deg, var(--zr-coral) 0%, var(--zr-coral) 46%, var(--zr-peach) 100%);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: opacity 300ms ease, transform 300ms ease;
}

.zr-service-timeline-item-revamp:last-child::before,
.zr-service-timeline-item-revamp:last-child::after {
    display: none;
}

.zr-service-timeline-item-revamp__marker {
    position: relative;
    z-index: 1;
    width: 17px;
    height: 17px;
    display: block;
    margin-top: 3px;
    border: 1px solid rgba(var(--zr-midnight-rgb), 0.22);
    border-radius: 50%;
    background: rgba(var(--zr-white-rgb), 0.92);
    transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.zr-service-timeline-item-revamp__content {
    display: grid;
    gap: 7px;
    transform: translateY(-2px);
    transition: transform 300ms ease;
}

.zr-service-timeline-item-revamp__number {
    color: rgba(var(--zr-soft-pink-rgb), 0.72);
    font-family: Manrope, var(--zv-font-body);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
}

.zr-service-timeline-item-revamp__title {
    max-width: 24ch;
    color: inherit;
    font-family: Manrope, var(--zv-font-body);
    font-size: clamp(16px, 1.35vw, 20px);
    font-weight: 800;
    line-height: 1.22;
}

.zr-service-timeline-item-revamp:hover,
.zr-service-timeline-item-revamp.is-active {
    color: var(--zr-midnight);
}

.zr-service-timeline-item-revamp:hover .zr-service-timeline-item-revamp__content,
.zr-service-timeline-item-revamp.is-active .zr-service-timeline-item-revamp__content {
    transform: translateY(-6px);
}

.zr-service-timeline-item-revamp.is-active::after {
    opacity: 1;
    transform: scaleY(1);
}

.zr-service-timeline-item-revamp.is-active .zr-service-timeline-item-revamp__marker {
    background: var(--zr-gradient-button);
    border-color: rgba(var(--zr-soft-pink-rgb), 0.9);
    box-shadow: 0 0 0 8px rgba(var(--zr-coral-rgb), 0.12), 0 0 28px rgba(var(--zr-coral-rgb), 0.62);
    transform: scale(1.18);
}

.zr-service-timeline-item-revamp.is-active .zr-service-timeline-item-revamp__number {
    color: var(--zr-coral);
}

.zr-service-panel-revamp {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: clamp(34px, 5vw, 62px);
    background: rgba(var(--zr-white-rgb), 0.86);
    border: 1px solid rgba(var(--zr-white-rgb), 0.94);
    border-radius: 32px;
    box-shadow: 0 28px 80px rgba(var(--zr-midnight-rgb), 0.13);
    backdrop-filter: blur(16px);
}

.zr-service-panel-revamp::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 18% 10%, rgba(var(--zr-coral-rgb), 0.15), transparent 28%),
        linear-gradient(115deg, rgba(var(--zr-soft-pink-rgb), 0.06), transparent 48%);
    pointer-events: none;
}

.zr-service-panel-revamp.is-changing {
    animation: zr-service-panel-change 400ms ease both;
}

.zr-service-panel-revamp > * {
    position: relative;
    z-index: 1;
}

.zr-service-panel-revamp__icon {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    margin-bottom: 22px;
    border-radius: 14px;
    box-shadow: 0 0 26px rgba(var(--zr-coral-rgb), 0.2);
}

.zr-service-panel-revamp__number {
    display: block;
    margin-bottom: 18px;
    color: transparent;
    background: var(--zr-gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    filter: drop-shadow(0 10px 16px rgba(var(--zr-coral-rgb), 0.34));
    font-family: Manrope, var(--zv-font-body);
    font-size: clamp(52px, 7vw, 92px);
    font-weight: 800;
    line-height: 0.82;
}

.zr-service-panel-revamp h3 {
    max-width: 760px;
    margin: 0;
    color: var(--zr-midnight);
    font-family: Manrope, var(--zv-font-body);
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: 0;
}

.zr-service-panel-revamp__description {
    max-width: 780px;
    margin-top: 22px;
    color: rgba(var(--zr-midnight-rgb), 0.68);
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 600;
    line-height: 1.72;
}

.zr-service-panel-revamp__description p {
    margin: 0;
}

.zr-service-panel-revamp__deliverables {
    max-width: 820px;
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid rgba(var(--zr-midnight-rgb), 0.1);
}

.zr-service-panel-revamp__deliverables > p {
    margin: 0 0 14px;
    color: rgba(var(--zr-midnight-rgb), 0.72);
    font-family: Manrope, var(--zv-font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.62;
}

.zr-service-panel-revamp__deliverables ul {
    display: grid;
    gap: 10px;
    padding: 0 0 0 22px;
    margin: 0;
    list-style: disc;
}

.zr-service-panel-revamp__deliverables li {
    position: relative;
    padding-left: 6px;
    color: var(--zr-midnight);
    opacity: 0;
    transform: translateY(14px);
    animation: zr-deliverable-in 420ms ease forwards;
}

.zr-service-panel-revamp__deliverables li:nth-child(1) {
    animation-delay: 80ms;
}

.zr-service-panel-revamp__deliverables li:nth-child(2) {
    animation-delay: 160ms;
}

.zr-service-panel-revamp__deliverables li:nth-child(3) {
    animation-delay: 240ms;
}

.zr-service-panel-revamp__deliverables li:nth-child(4) {
    animation-delay: 320ms;
}

.zr-service-panel-revamp__deliverables li:nth-child(5) {
    animation-delay: 400ms;
}

.zr-service-panel-revamp__deliverables li:nth-child(n+6) {
    animation-delay: 480ms;
}

.zr-service-panel-revamp__deliverables li::marker {
    color: var(--zr-coral);
}

.zr-service-panel-revamp__deliverables strong {
    font-family: Manrope, var(--zv-font-body);
    font-weight: 800;
}

.zr-service-panel-revamp__deliverables span {
    color: inherit;
}

.zr-service-panel-revamp__deliverables li,
.zr-service-panel-revamp__deliverables li p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.58;
}

.zr-services-accordion-revamp {
    display: none;
}

.zr-service-accordion-item-revamp {
    overflow: hidden;
    background: rgba(var(--zr-white-rgb), 0.88);
    border: 1px solid rgba(var(--zr-white-rgb), 0.94);
    border-radius: 22px;
    backdrop-filter: blur(16px);
}

.zr-service-accordion-item-revamp + .zr-service-accordion-item-revamp {
    margin-top: 12px;
}

.zr-service-accordion-item-revamp__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 20px;
    color: var(--zr-midnight);
    text-align: left;
    background: transparent;
    border: 0;
    font-family: Manrope, var(--zv-font-body);
    font-size: 16px;
    font-weight: 800;
    line-height: 1.25;
    cursor: pointer;
}

.zr-service-accordion-item-revamp__trigger::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: auto;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 220ms ease;
}

.zr-service-accordion-item-revamp.is-active .zr-service-accordion-item-revamp__trigger::after {
    transform: rotate(225deg);
}

.zr-service-accordion-item-revamp__trigger span {
    color: var(--zr-coral);
    font-size: 13px;
}

.zr-service-accordion-item-revamp__panel {
    padding: 0 20px 24px;
}

.zr-service-accordion-item-revamp__panel .zr-service-panel-revamp__number {
    font-size: 44px;
}

.zr-service-accordion-item-revamp__panel h3 {
    font-size: clamp(26px, 7vw, 36px);
}

.zr-services-empty-revamp {
    margin-top: 34px;
    padding: 22px;
    color: rgba(var(--zr-midnight-rgb), 0.68);
    background: rgba(var(--zr-white-rgb), 0.78);
    border: 1px solid rgba(var(--zr-coral-rgb), 0.14);
    border-radius: 18px;
}

@keyframes zr-services-section-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zr-services-mesh-drift {
    from {
        transform: translate3d(0, 0, 0) scale(1);
    }

    to {
        transform: translate3d(-46px, -22px, 0) scale(1.08);
    }
}

@keyframes zr-services-signal-pan {
    from {
        background-position: 0 0, 0 0, 30px 20px, 0 0;
    }

    to {
        background-position: 160px 80px, 60px -30px, -40px 40px, 0 0;
    }
}

@keyframes zr-services-pattern-drift {
    from {
        background-position: 0 0, 0 0, 0 0;
    }

    to {
        background-position: 48px 24px, 56px 56px, 56px 56px;
    }
}

@keyframes zr-service-panel-change {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zr-deliverable-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .zr-services-section-revamp::before,
    .zr-services-section-revamp::after,
    .zr-services-section-revamp__inner,
    .zr-service-panel-revamp,
    .zr-service-panel-revamp__deliverables li {
        animation: none;
    }

    .zr-services-section-revamp__inner,
    .zr-service-panel-revamp__deliverables li {
        opacity: 1;
        transform: none;
    }

    .zr-service-timeline-item-revamp,
    .zr-service-timeline-item-revamp__marker,
    .zr-service-timeline-item-revamp__content {
        transition: none;
    }
}

@media (max-width: 1040px) {
    .zr-services-showcase-revamp__desktop {
        grid-template-columns: minmax(210px, 0.34fr) minmax(0, 0.66fr);
        gap: 32px;
    }

    .zr-service-panel-revamp {
        min-height: 520px;
    }
}

@media (max-width: 760px) {
    .zr-services-section-revamp {
        padding: 56px 0 68px;
    }

    .zr-services-section-revamp__intro {
        text-align: left;
    }

    .zr-services-section-revamp__title {
        font-size: var(--zr-home-section-title-size-mobile);
    }

    .zr-services-section-revamp__description {
        margin-right: 0;
        margin-left: 0;
        font-size: 16px;
    }

    .zr-services-showcase-revamp {
        margin-top: 34px;
    }

    .zr-services-showcase-revamp__desktop {
        display: none;
    }

    .zr-services-accordion-revamp {
        display: block;
    }
}



