/* Servizi studio — hub /servizi e dettaglio */
body.body-stage .stage-servizi-local .stage-about-services__lede + .stage-about-services__lede {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-servizi-areas__list {
    margin-top: var(--stage-space-layout);
}

body.body-stage .stage-servizi-faq {
    padding-bottom: var(--stage-space-section-y);
}

body.body-stage .stage-servizi-portfolio__grid {
    margin-top: var(--stage-space-layout);
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-servizi-portfolio__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 72rem) {
    body.body-stage .stage-servizi-portfolio__grid.stage-about-portfolio__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
body.body-stage .stage-about-services__grid--preview {
    margin-top: var(--stage-space-layout);
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-about-services__grid--preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(1.25rem, 2.5vw, 2rem);
        row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    }
}

@media (min-width: 72rem) {
    body.body-stage .stage-about-services__grid--preview {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: clamp(1.25rem, 2vw, 1.75rem);
        row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    }
}

body.body-stage .stage-about-services__more {
    margin-top: var(--stage-space-text);
    display: flex;
    justify-content: flex-start;
}

body.body-stage .stage-about-service-card--link {
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

body.body-stage .stage-about-service-card--link:hover,
body.body-stage .stage-about-service-card--link:focus-visible {
    color: inherit;
    text-decoration: none;
    border-color: color-mix(in srgb, var(--color-primary-500) 28%, rgba(0, 0, 0, 0.06));
    box-shadow: 0 10px 28px rgba(19, 110, 245, 0.08);
    transform: translateY(-2px);
}

body.body-stage .stage-about-service-card__more {
    margin-top: auto;
    padding-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: var(--stage-fs-p-small);
    font-weight: 500;
    color: var(--color-primary-500);
}

body.body-stage .stage-about-service-card__more-icon {
    width: 0.9rem;
    height: 0.9rem;
    fill: currentColor;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

body.body-stage .stage-about-service-card--link:hover .stage-about-service-card__more-icon,
body.body-stage .stage-about-service-card--link:focus-visible .stage-about-service-card__more-icon {
    transform: translateX(3px);
}

body.body-stage .stage-about-services.stage-about-services-page.stage-section {
    padding-top: calc(var(--stage-space-section-y) + var(--stage-navbar-height, 4.25rem));
    padding-bottom: var(--stage-space-section-y);
}

body.body-stage .stage-about-services-page {
    background: #fff;
}

body.body-stage .stage-about-services-page__breadcrumb {
    margin: 0;
}

body.body-stage .stage-about-services-page__title {
    max-width: 18ch;
}

body.body-stage .stage-about-services-page__head-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

body.body-stage .stage-about-services-page__head-aside.stage-copy-flow > .stage-about-services__lede + .stage-about-services-page__actions {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-about-services-page__actions,
body.body-stage .stage-about-services-page-cta__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-about-services-page__head-aside {
        padding-top: 0.35rem;
    }
}

body.body-stage .stage-about-services-page__head-aside .stage-about-services__lede {
    max-width: 42ch;
}

body.body-stage .stage-about-services-page .stage-about-service-card--link {
    padding: clamp(1rem, 2.5vw, 1.35rem);
    gap: var(--stage-space-text);
}

body.body-stage .stage-about-services__grid--catalog {
    margin-top: var(--stage-space-layout);
    gap: var(--stage-space-text);
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-about-services__grid--catalog {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(1.25rem, 2.5vw, 2rem);
        row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    }

    body.body-stage .stage-about-services__grid--catalog .stage-about-service-card--link {
        min-height: 15.5rem;
    }
}

body.body-stage .stage-design-paths {
    background: var(--color-stage-bg);
}

body.body-stage .stage-about-services-page-process {
    background: #fff;
}

body.body-stage .stage-about-services-page-process .stage-about-exp-row__desc {
    max-height: none;
    opacity: 1;
    overflow: visible;
    transform: none;
}

body.body-stage .stage-about-services-page-cta {
    background: color-mix(in srgb, var(--color-primary-25) 55%, #fff);
}

body.body-stage .stage-about-services-page-cta__shell {
    border-radius: var(--radius-sm);
    border: 1px solid color-mix(in srgb, var(--color-primary-500) 12%, rgba(0, 0, 0, 0.06));
    background: rgba(255, 255, 255, 0.72);
    padding: clamp(1.75rem, 4vw, 2.75rem);
}

body.body-stage .stage-about-services-page-cta__inner {
    align-items: flex-start;
    text-align: left;
    max-width: 42rem;
}

body.body-stage .stage-about-services-page-cta__title {
    margin: 0;
    font-size: var(--stage-fs-h2);
    line-height: 1.1;
    max-width: 18ch;
}

body.body-stage .stage-about-services-page-cta__text {
    margin: 0;
    max-width: 48ch;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-about-services__grid--catalog-four {
    margin-top: var(--stage-space-layout);
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-about-services__grid--catalog-four {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(1.25rem, 2.5vw, 2rem);
        row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    }
}

@media (min-width: 72rem) {
    body.body-stage .stage-about-services__grid--catalog-four {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: clamp(1.25rem, 2vw, 1.75rem);
        row-gap: clamp(1.5rem, 2.5vw, 2.25rem);
    }
}

body.body-stage .stage-chi-sono-service-page__hero {
    display: flex;
    flex-direction: column;
    gap: var(--stage-space-layout);
}

body.body-stage .stage-chi-sono-service-page__media {
    margin: 0;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}

body.body-stage .stage-chi-sono-service-page__media img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(52vh, 28rem);
    object-fit: cover;
}

/* Chi sono — hero split servizio e-commerce */
body.body-stage .stage-chi-sono-service-page--hero-split .stage-chi-sono-service-page__hero--split {
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-split__grid {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: start;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-hero-split__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        column-gap: clamp(2rem, 4vw, 3.75rem);
    }
}

body.body-stage .stage-chi-sono-service-hero-split__intro {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-hero-split__intro {
        padding-top: 0.35rem;
    }
}

body.body-stage .stage-chi-sono-service-hero-split__intro.stage-copy-flow > .section-basic__brand + :is(
    .stage-about-services__title,
    .stage-about-services-page__title
) {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-split__intro.stage-copy-flow > :is(
    .stage-about-services__title,
    .stage-about-services-page__title
) + .stage-about-services__lede {
    margin-top: clamp(1.125rem, 2.2vw, 1.375rem);
}

body.body-stage .stage-chi-sono-service-hero-split__intro.stage-copy-flow > .stage-about-services__lede + .stage-about-services-page__actions,
body.body-stage .stage-chi-sono-service-hero-split__intro.stage-copy-flow > .stage-about-services-page__actions.stage-copy-cta {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-page--hero-split :is(
    .stage-about-services__title,
    .stage-about-services-page__title
) {
    margin: 0;
    max-width: 20ch;
    font-size: var(--stage-fs-h1);
    line-height: 1.1;
    letter-spacing: -0.035em;
    font-weight: 400;
    color: #000;
}

body.body-stage .stage-chi-sono-service-hero-split__intro .stage-about-services__lede {
    margin: 0;
    max-width: 42ch;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-page--hero-split .stage-about-services-page__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

body.body-stage .stage-chi-sono-service-hero-split__stage {
    --split-stage-pad: clamp(0.75rem, 2.5vw, 1.25rem);
    position: relative;
    width: 100%;
    min-height: clamp(28rem, 58vw, 40rem);
    padding: var(--split-stage-pad);
    margin-inline: auto;
    isolation: isolate;
}

body.body-stage .stage-chi-sono-service-hero-split__ambience {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-split__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(88%, 34rem);
    height: min(88%, 34rem);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(
        circle at 50% 46%,
        rgba(255, 241, 204, 0.82) 0%,
        rgba(255, 248, 232, 0.48) 34%,
        rgba(255, 255, 255, 0) 72%
    );
}

body.body-stage .stage-chi-sono-service-hero-split__glow--accent {
    width: min(72%, 26rem);
    height: min(72%, 26rem);
    background: radial-gradient(
        circle at 58% 54%,
        rgba(99, 102, 241, 0.14) 0%,
        rgba(236, 72, 153, 0.06) 42%,
        rgba(255, 255, 255, 0) 74%
    );
}

body.body-stage .stage-chi-sono-service-hero-split__connectors {
    position: absolute;
    inset: 4% 2%;
    z-index: 0;
    width: calc(100% - 4%);
    height: calc(100% - 8%);
    overflow: visible;
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-split__connector {
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
}

body.body-stage .stage-chi-sono-service-hero-split__connector--a,
body.body-stage .stage-chi-sono-service-hero-split__connector--c {
    stroke: url(#stage-hero-split-line-a);
    stroke-width: 1.75;
}

body.body-stage .stage-chi-sono-service-hero-split__connector--b,
body.body-stage .stage-chi-sono-service-hero-split__connector--d {
    stroke: url(#stage-hero-split-line-b);
    stroke-width: 1.75;
}

body.body-stage .stage-chi-sono-service-hero-split__connector-node {
    fill: var(--color-primary-500, #6366f1);
    opacity: 0.65;
}

body.body-stage .stage-chi-sono-service-hero-split__connector-spark path {
    fill: var(--color-primary-500, #6366f1);
    opacity: 0.75;
}

body.body-stage .stage-chi-sono-service-hero-split__connector-spark--b path {
    fill: #ec4899;
}

body.body-stage .stage-chi-sono-service-hero-split__rating {
    position: absolute;
    top: 0;
    right: 8%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.28rem;
    padding: 0.72rem 0.92rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.96);
    box-shadow:
        0 20px 44px rgba(15, 23, 42, 0.14),
        0 6px 14px rgba(15, 23, 42, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    animation: stage-hero-split-bubble 6.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__rating-brand {
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.42);
}

body.body-stage .stage-chi-sono-service-hero-split__rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
}

body.body-stage .stage-chi-sono-service-hero-split__rating-stars svg {
    width: 0.78rem;
    height: 0.78rem;
    fill: #f59e0b;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
}

body.body-stage .stage-chi-sono-service-hero-split__rating-score {
    font-size: 0.88rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

body.body-stage .stage-chi-sono-service-hero-split__rating-meta {
    font-size: 0.58rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.48);
}

body.body-stage .stage-chi-sono-service-hero-split__tile {
    position: absolute;
    z-index: 3;
    overflow: hidden;
    border-radius: 1.35rem;
    border: 2px solid rgba(255, 255, 255, 0.96);
    background: #0f172a;
    box-shadow:
        0 28px 56px rgba(15, 23, 42, 0.2),
        0 10px 22px rgba(15, 23, 42, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.42);
    transform-origin: center center;
}

body.body-stage .stage-chi-sono-service-hero-split__tile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--tile-focus, center);
    transform: scale(1.02);
}

body.body-stage .stage-chi-sono-service-hero-split__tile-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0) 42%,
        rgba(15, 23, 42, 0.18) 72%,
        rgba(15, 23, 42, 0.58) 100%
    );
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-split__tile-label {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
    z-index: 1;
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.78);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-split__tile--tl {
    top: 5%;
    left: 0;
    width: clamp(6.25rem, 20vw, 9rem);
    aspect-ratio: 0.92;
    animation: stage-hero-split-tile-a 5.4s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__tile--tr {
    top: 14%;
    right: 0;
    width: clamp(6rem, 19vw, 8.5rem);
    aspect-ratio: 0.92;
    animation: stage-hero-split-tile-b 6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__tile--bl {
    bottom: 12%;
    left: 0;
    width: clamp(6.5rem, 21vw, 9.25rem);
    aspect-ratio: 0.92;
    animation: stage-hero-split-tile-c 5.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__tile--br {
    bottom: 5%;
    right: 0;
    width: clamp(6.25rem, 20vw, 8.85rem);
    aspect-ratio: 0.92;
    animation: stage-hero-split-tile-d 6.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__device {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    width: clamp(12.5rem, 36vw, 16.75rem);
    margin: 0;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 28px 48px rgba(15, 23, 42, 0.2));
    animation: stage-hero-split-device-float 5.6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__device-shell {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.45rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: linear-gradient(165deg, #1f2937 0%, #0f172a 58%, #0b1220 100%);
    box-shadow:
        0 38px 76px rgba(15, 23, 42, 0.26),
        0 14px 28px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-split__device-notch {
    position: absolute;
    top: 0.42rem;
    left: 50%;
    z-index: 2;
    width: 2.65rem;
    height: 0.34rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.body-stage .stage-chi-sono-service-hero-split__device-header {
    padding: 1.15rem 0.9rem 0.7rem;
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
}

body.body-stage .stage-chi-sono-service-hero-split__device-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.55rem;
}

body.body-stage .stage-chi-sono-service-hero-split__device-title {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-split__device-live {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.14);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6ee7b7;
}

body.body-stage .stage-chi-sono-service-hero-split__device-live-dot {
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
    animation: stage-hero-split-live-pulse 2s ease-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__device-wave {
    display: flex;
    align-items: flex-end;
    gap: 0.18rem;
    height: 1.45rem;
}

body.body-stage .stage-chi-sono-service-hero-split__device-wave span {
    flex: 1 1 0;
    height: var(--h, 50%);
    border-radius: 999px;
    background: linear-gradient(
        180deg,
        rgba(129, 140, 248, 0.98) 0%,
        rgba(99, 102, 241, 0.72) 100%
    );
    transform-origin: bottom center;
    animation: stage-hero-split-wave 1.4s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(1) { --h: 42%; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(2) { --h: 68%; animation-delay: 0.12s; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(3) { --h: 55%; animation-delay: 0.24s; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(4) { --h: 82%; animation-delay: 0.08s; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(5) { --h: 48%; animation-delay: 0.18s; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(6) { --h: 74%; animation-delay: 0.3s; }
body.body-stage .stage-chi-sono-service-hero-split__device-wave span:nth-child(7) { --h: 60%; animation-delay: 0.14s; }

body.body-stage .stage-chi-sono-service-hero-split__device-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-split__device-timer {
    font-size: 0.78rem;
    font-weight: 700;
    color: #111827;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.02em;
}

body.body-stage .stage-chi-sono-service-hero-split__device-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    background: #f5f3ff;
    font-size: 0.58rem;
    font-weight: 700;
    color: var(--color-primary-500, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-split__device-badge-spinner {
    width: 0.62rem;
    height: 0.62rem;
    border: 1.5px solid rgba(99, 102, 241, 0.22);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: stage-hero-split-badge-spin 0.85s linear infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__device-screen {
    padding: 0.45rem 0.45rem 0;
    background: #fff;
}

body.body-stage .stage-chi-sono-service-hero-split__device-screen-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    border-radius: 0.85rem 0.85rem 0 0;
    background: #f3f4f6;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-split__device-screen-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.24) 0%,
        rgba(255, 255, 255, 0.04) 28%,
        rgba(255, 255, 255, 0) 52%
    );
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-split__device-screen-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
}

body.body-stage .stage-chi-sono-service-hero-split__device-kpis {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    padding: 0.48rem 0.62rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.52rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.48);
}

body.body-stage .stage-chi-sono-service-hero-split__device-kpi {
    display: inline-flex;
    align-items: baseline;
    gap: 0.18rem;
    min-width: 0;
}

body.body-stage .stage-chi-sono-service-hero-split__device-kpi strong {
    font-size: 0.62rem;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-split__device-kpi:last-child strong {
    color: #059669;
}

body.body-stage .stage-chi-sono-service-hero-split__device-feed {
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
    padding: 0.62rem 0.62rem 0.82rem;
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    max-height: 7.75rem;
    overflow: hidden;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg {
    margin: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.08rem 0.35rem;
    padding: 0.38rem 0.45rem 0.38rem 0.4rem;
    border-radius: 0.62rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-left: 2px solid var(--device-msg-accent, #6366f1);
    font-size: 0.58rem;
    line-height: 1.35;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    opacity: 0;
    transform: translateY(6px);
    animation: stage-hero-split-msg-in 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.18s + (var(--msg-i, 0) * 0.14s));
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg--order {
    --device-msg-accent: #6366f1;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg--cart {
    --device-msg-accent: #f59e0b;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg--payment {
    --device-msg-accent: #10b981;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg:last-child {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 253, 245, 0.92) 100%);
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.04),
        0 0 0 1px rgba(16, 185, 129, 0.08);
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg-icon {
    grid-row: 1 / span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0.08rem;
    border-radius: 0.32rem;
    background: color-mix(in srgb, var(--device-msg-accent, #6366f1) 12%, transparent);
    color: var(--device-msg-accent, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg-icon svg {
    width: 0.62rem;
    height: 0.62rem;
    fill: currentColor;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg-name {
    font-weight: 700;
    color: #111827;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg-time {
    justify-self: end;
    color: rgba(0, 0, 0, 0.38);
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-split__device-msg-text {
    grid-column: 2 / -1;
    color: rgba(0, 0, 0, 0.62);
}

body.body-stage .stage-chi-sono-service-hero-split__device-action {
    position: absolute;
    left: 50%;
    bottom: 0.55rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.55rem;
    height: 2.55rem;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.85);
    background: linear-gradient(145deg, #fff 0%, #f3f4f6 100%);
    box-shadow:
        0 10px 24px rgba(15, 23, 42, 0.16),
        0 0 0 4px rgba(99, 102, 241, 0.08);
}

body.body-stage .stage-chi-sono-service-hero-split__device-action-count {
    position: absolute;
    top: -0.12rem;
    right: -0.12rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.18rem;
    border-radius: 999px;
    border: 1.5px solid #fff;
    background: #ef4444;
    font-size: 0.52rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-split__device-action svg {
    width: 1rem;
    height: 1rem;
    fill: #111827;
}

body.body-stage .stage-chi-sono-service-hero-split__bubble {
    position: absolute;
    top: 42%;
    right: 0;
    z-index: 6;
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    width: min(15.25rem, 44vw);
    padding: 0.78rem 0.88rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.97);
    box-shadow:
        0 26px 54px rgba(15, 23, 42, 0.18),
        0 10px 22px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    animation: stage-hero-split-bubble 6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-split__bubble::before {
    content: "";
    position: absolute;
    left: -0.42rem;
    top: 1.35rem;
    width: 0.75rem;
    height: 0.75rem;
    transform: rotate(45deg);
    border-left: 1px solid rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: -3px 3px 8px rgba(15, 23, 42, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-split__bubble-avatar {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-split__bubble-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

body.body-stage .stage-chi-sono-service-hero-split__bubble-time {
    font-size: 0.56rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.4);
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-split__bubble-text {
    margin: 0;
    font-size: 0.68rem;
    line-height: 1.4;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.78);
}

@keyframes stage-hero-split-wave {
    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.72);
    }
}

@keyframes stage-hero-split-device-float {
    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, calc(-50% - 7px));
    }
}

@keyframes stage-hero-split-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
    }

    70% {
        box-shadow: 0 0 0 0.42rem rgba(52, 211, 153, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
    }
}

@keyframes stage-hero-split-badge-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes stage-hero-split-msg-in {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes stage-hero-split-tile-a {
    0%,
    100% {
        transform: rotate(-4deg) translateY(0);
    }

    50% {
        transform: rotate(-4deg) translateY(-8px);
    }
}

@keyframes stage-hero-split-tile-b {
    0%,
    100% {
        transform: rotate(3deg) translateY(0);
    }

    50% {
        transform: rotate(3deg) translateY(-9px);
    }
}

@keyframes stage-hero-split-tile-c {
    0%,
    100% {
        transform: rotate(-2deg) translateY(0);
    }

    50% {
        transform: rotate(-2deg) translateY(-7px);
    }
}

@keyframes stage-hero-split-tile-d {
    0%,
    100% {
        transform: rotate(4deg) translateY(0);
    }

    50% {
        transform: rotate(4deg) translateY(-8px);
    }
}

@keyframes stage-hero-split-bubble {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@media (max-width: 56.25rem) {
    body.body-stage .stage-chi-sono-service-hero-split__stage {
        min-height: clamp(24rem, 92vw, 30rem);
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--bl,
    body.body-stage .stage-chi-sono-service-hero-split__tile--tr {
        display: none;
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--tl {
        top: 4%;
        left: 0;
        width: clamp(5.75rem, 28vw, 7.25rem);
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--br {
        bottom: 4%;
        right: 0;
        width: clamp(5.75rem, 28vw, 7.25rem);
    }

    body.body-stage .stage-chi-sono-service-hero-split__rating {
        top: 0;
        right: 0;
        animation: none;
        transform: scale(0.92);
        transform-origin: top right;
    }

    body.body-stage .stage-chi-sono-service-hero-split__bubble {
        top: auto;
        bottom: 2%;
        right: 2%;
        width: min(12.5rem, 58vw);
    }

    body.body-stage .stage-chi-sono-service-hero-split__bubble::before {
        display: none;
    }

    body.body-stage .stage-chi-sono-service-hero-split__connectors {
        opacity: 0.45;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-chi-sono-service-hero-split__tile,
    body.body-stage .stage-chi-sono-service-hero-split__bubble,
    body.body-stage .stage-chi-sono-service-hero-split__rating,
    body.body-stage .stage-chi-sono-service-hero-split__device,
    body.body-stage .stage-chi-sono-service-hero-split__device-wave span,
    body.body-stage .stage-chi-sono-service-hero-split__device-live-dot,
    body.body-stage .stage-chi-sono-service-hero-split__device-badge-spinner,
    body.body-stage .stage-chi-sono-service-hero-split__device-msg {
        animation: none;
    }

    body.body-stage .stage-chi-sono-service-hero-split__device-msg {
        opacity: 1;
        transform: none;
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--tl {
        transform: rotate(-4deg);
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--tr {
        transform: rotate(3deg);
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--bl {
        transform: rotate(-2deg);
    }

    body.body-stage .stage-chi-sono-service-hero-split__tile--br {
        transform: rotate(4deg);
    }
}

/* Chi sono — hero social servizio social media */
body.body-stage .stage-chi-sono-service-page--hero-social .stage-chi-sono-service-page__hero--social {
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-social__grid {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: center;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-hero-social__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        column-gap: clamp(2.25rem, 4.5vw, 4rem);
    }
}

body.body-stage .stage-chi-sono-service-hero-social__intro {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
}

body.body-stage .stage-chi-sono-service-hero-social__intro.stage-copy-flow > .section-basic__brand + .stage-chi-sono-service-hero-social__title {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-social__intro.stage-copy-flow > .stage-chi-sono-service-hero-social__title + .stage-about-services__lede {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-social__intro.stage-copy-flow > .stage-about-services__lede + .stage-about-services-page__actions,
body.body-stage .stage-chi-sono-service-hero-social__intro.stage-copy-flow > .stage-about-services-page__actions.stage-copy-cta {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-hero-social__intro.stage-copy-flow > .stage-about-services-page__actions + .stage-chi-sono-service-hero-social__pills {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-hero-social__title {
    margin: 0;
    max-width: 14ch;
    font-size: var(--stage-fs-h1);
    line-height: 1.05;
    letter-spacing: -0.035em;
    font-weight: 400;
    color: #000;
}

body.body-stage .stage-chi-sono-service-hero-social__title-line {
    display: block;
}

body.body-stage .stage-chi-sono-service-hero-social__title-accent {
    background: linear-gradient(90deg, var(--color-primary-500, #6366f1) 0%, #ec4899 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

body.body-stage .stage-chi-sono-service-hero-social__title-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    margin-left: 0.4rem;
    vertical-align: middle;
    border-radius: 50%;
    background: #ede9fe;
    transform: translateY(-0.15rem);
}

body.body-stage .stage-chi-sono-service-hero-social__title-icon svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: var(--color-primary-500, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-social__intro .stage-about-services__lede {
    margin: 0;
    max-width: 48ch;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-page--hero-social .stage-about-services-page__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

body.body-stage .stage-chi-sono-service-hero-social__pills {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem;
    max-width: 36rem;
}

body.body-stage .stage-chi-sono-service-hero-social__pill,
body.body-stage .stage-chi-sono-service-hero-social__pill-join {
    flex: 0 0 auto;
}

body.body-stage .stage-chi-sono-service-hero-social__pill {
    padding: 0.48rem 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.78);
    line-height: 1.2;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-social__pill.is-active {
    border-color: rgba(16, 185, 129, 0.32);
    background: #d8f5e9;
    color: #065f46;
    box-shadow: 0 4px 14px rgba(16, 185, 129, 0.14);
}

body.body-stage .stage-chi-sono-service-hero-social__pill-join {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.42);
    line-height: 1;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-social__collage-wrap {
    position: relative;
    width: 100%;
    max-width: 38rem;
    margin-inline: auto;
    isolation: isolate;
}

body.body-stage .stage-chi-sono-service-hero-social__ambience {
    position: absolute;
    inset: 8% 4%;
    z-index: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 42% 44%, rgba(216, 245, 233, 0.75) 0%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(circle at 68% 58%, rgba(236, 233, 255, 0.65) 0%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-social__collage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    grid-template-rows: minmax(13.5rem, 1.2fr) minmax(10.5rem, 1fr);
    gap: clamp(0.85rem, 2.2vw, 1.15rem);
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-social__card {
    position: relative;
    overflow: hidden;
    border-radius: 1.85rem;
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        0 24px 50px rgba(15, 23, 42, 0.12),
        0 8px 18px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

body.body-stage .stage-chi-sono-service-hero-social__card--portrait-a {
    grid-column: 1;
    grid-row: 1;
    padding: 0.7rem;
    background: linear-gradient(160deg, #e4f9ef 0%, #d8f5e9 100%);
    animation: stage-hero-social-card-a 5.6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-social__card--analytics {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.95rem 1rem 0.85rem;
    background: linear-gradient(160deg, #f3f0ff 0%, #ece9ff 100%);
    animation: stage-hero-social-card-b 6.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-social__card--community {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.35rem;
    padding: 1rem 1.05rem;
    background: linear-gradient(160deg, #fff1f5 0%, #fdeef2 100%);
    animation: stage-hero-social-card-c 5.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-social__card--portrait-b {
    grid-column: 2;
    grid-row: 2;
    padding: 0.7rem;
    background: linear-gradient(160deg, #fff8e8 0%, #fff4d6 100%);
    animation: stage-hero-social-card-d 6.4s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-social__portrait-frame {
    overflow: hidden;
    height: 100%;
    min-height: 12.5rem;
    border-radius: 1.35rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

body.body-stage .stage-chi-sono-service-hero-social__portrait-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.body-stage .stage-chi-sono-service-hero-social__card--portrait-a .stage-chi-sono-service-hero-social__portrait-frame img {
    object-position: center 18%;
}

body.body-stage .stage-chi-sono-service-hero-social__card--portrait-b .stage-chi-sono-service-hero-social__portrait-frame img {
    object-position: center 22%;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.55rem;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-month {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-month strong {
    font-size: 0.88rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.84);
    line-height: 1.1;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-month em {
    font-style: normal;
    font-size: 0.58rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.46);
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-badge {
    padding: 0.28rem 0.58rem;
    border-radius: 999px;
    background: #111827;
    font-size: 0.64rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-chart {
    display: flex;
    align-items: flex-end;
    gap: 0.32rem;
    min-height: 6.25rem;
    padding: 0.35rem 0.2rem 0;
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.42);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-bar {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.32rem;
    min-width: 0;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-bar > span {
    display: block;
    width: 100%;
    height: var(--h, 50%);
    min-height: 0.9rem;
    border-radius: 0.4rem 0.4rem 0.12rem 0.12rem;
    background: linear-gradient(180deg, #111827 0%, #374151 100%);
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-bar > em {
    font-style: normal;
    font-size: 0.54rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.44);
    line-height: 1;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-platforms {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: auto;
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-platforms-label {
    margin: 0;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.44);
}

body.body-stage .stage-chi-sono-service-hero-social__analytics-platforms img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 4.85rem;
    object-fit: contain;
    object-position: left center;
    border-radius: 0.55rem;
}

body.body-stage .stage-chi-sono-service-hero-social__community-add {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.58);
    line-height: 1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

body.body-stage .stage-chi-sono-service-hero-social__community-avatars {
    display: inline-flex;
    align-items: center;
}

body.body-stage .stage-chi-sono-service-hero-social__community-avatars img {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-social__community-avatars img + img {
    margin-left: -0.75rem;
}

body.body-stage .stage-chi-sono-service-hero-social__community-copy {
    margin: 0.15rem 0 0;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: rgba(0, 0, 0, 0.86);
}

body.body-stage .stage-chi-sono-service-hero-social__community-subcopy {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.48);
}

@keyframes stage-hero-social-card-a {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes stage-hero-social-card-b {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes stage-hero-social-card-c {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes stage-hero-social-card-d {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@media (max-width: 56.25rem) {
    body.body-stage .stage-chi-sono-service-hero-social__title {
        max-width: 16ch;
    }

    body.body-stage .stage-chi-sono-service-hero-social__collage {
        grid-template-rows: minmax(11.5rem, 1.1fr) minmax(9.5rem, 0.95fr);
    }

    body.body-stage .stage-chi-sono-service-hero-social__portrait-frame {
        min-height: 10.5rem;
    }

    body.body-stage .stage-chi-sono-service-hero-social__analytics-platforms img {
        max-height: 3.75rem;
    }

    body.body-stage .stage-chi-sono-service-hero-social__pill-join:nth-of-type(4),
    body.body-stage .stage-chi-sono-service-hero-social__pill-join:nth-of-type(6) {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-chi-sono-service-hero-social__card--portrait-a,
    body.body-stage .stage-chi-sono-service-hero-social__card--analytics,
    body.body-stage .stage-chi-sono-service-hero-social__card--community,
    body.body-stage .stage-chi-sono-service-hero-social__card--portrait-b {
        animation: none;
    }
}

/* Chi sono — hero web app (cards) */
body.body-stage .stage-chi-sono-service-page--hero-webapp .stage-chi-sono-service-page__hero--webapp {
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-webapp__grid {
    display: grid;
    gap: clamp(2rem, 5vw, 3.5rem);
    align-items: start;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-hero-webapp__grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        column-gap: clamp(2rem, 4vw, 3.75rem);
    }
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro {
    min-width: 0;
    align-items: flex-start;
    text-align: left;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-hero-webapp__intro {
        padding-top: 0.35rem;
    }
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro.stage-copy-flow > .section-basic__brand + .stage-chi-sono-service-hero-webapp__title {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro.stage-copy-flow > .stage-chi-sono-service-hero-webapp__title + .stage-about-services__lede {
    margin-top: clamp(1.125rem, 2.2vw, 1.375rem);
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro.stage-copy-flow > .stage-about-services__lede + .stage-about-services-page__actions,
body.body-stage .stage-chi-sono-service-hero-webapp__intro.stage-copy-flow > .stage-about-services-page__actions.stage-copy-cta {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro.stage-copy-flow > .stage-about-services-page__actions + .stage-chi-sono-service-hero-webapp__pills {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-hero-webapp__title {
    margin: 0;
    max-width: 14ch;
    font-size: var(--stage-fs-h1);
    line-height: 1.08;
    letter-spacing: -0.035em;
    font-weight: 400;
    color: #000;
}

body.body-stage .stage-chi-sono-service-hero-webapp__title-line {
    display: block;
}

body.body-stage .stage-chi-sono-service-hero-webapp__title-accent {
    background: linear-gradient(90deg, var(--color-primary-500, #6366f1) 0%, #7c3aed 52%, #312e81 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

body.body-stage .stage-chi-sono-service-hero-webapp__intro .stage-about-services__lede {
    margin: 0;
    max-width: 44ch;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-page--hero-webapp .stage-about-services-page__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__pills {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.42rem;
    max-width: 34rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__pill,
body.body-stage .stage-chi-sono-service-hero-webapp__pill-join {
    flex: 0 0 auto;
}

body.body-stage .stage-chi-sono-service-hero-webapp__pill {
    padding: 0.48rem 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.78);
    line-height: 1.2;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-webapp__pill-join {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.42);
    line-height: 1;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-webapp__collage-wrap {
    position: relative;
    width: 100%;
    max-width: 38rem;
    margin-inline: auto;
    isolation: isolate;
}

body.body-stage .stage-chi-sono-service-hero-webapp__ambience {
    position: absolute;
    inset: 6% 2%;
    z-index: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle at 38% 42%, rgba(236, 233, 255, 0.82) 0%, rgba(255, 255, 255, 0) 62%),
        radial-gradient(circle at 72% 58%, rgba(219, 234, 254, 0.72) 0%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-webapp__collage {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    grid-template-rows: minmax(12.5rem, 1.15fr) minmax(10.75rem, 1fr);
    gap: clamp(0.85rem, 2.2vw, 1.15rem);
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.62rem;
    padding: 0.92rem 1rem 0.88rem;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow:
        0 24px 50px rgba(15, 23, 42, 0.1),
        0 8px 18px rgba(15, 23, 42, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

body.body-stage .stage-chi-sono-service-hero-webapp__card--dashboard {
    grid-column: 1;
    grid-row: 1;
    background: linear-gradient(160deg, #f3f0ff 0%, #ece9ff 100%);
    animation: stage-hero-webapp-card-a 5.6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card--api {
    grid-column: 2;
    grid-row: 1;
    background: linear-gradient(160deg, #fff8e8 0%, #fff4d6 100%);
    animation: stage-hero-webapp-card-b 6.1s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card--workflow {
    grid-column: 1;
    grid-row: 2;
    background: linear-gradient(160deg, #e4f9ef 0%, #d8f5e9 100%);
    animation: stage-hero-webapp-card-c 5.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card--team {
    grid-column: 2;
    grid-row: 2;
    background: linear-gradient(160deg, #eff6ff 0%, #dbeafe 100%);
    animation: stage-hero-webapp-card-d 6.3s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-title {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.84);
    line-height: 1.1;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-title svg {
    width: 0.88rem;
    height: 0.88rem;
    fill: var(--color-primary-500, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-live {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.18rem 0.48rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.14);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #047857;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-live-dot {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
    animation: stage-hero-webapp-live-pulse 2s ease-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-pill,
body.body-stage .stage-chi-sono-service-hero-webapp__card-meta {
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.08);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.58);
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-webapp__card-pill--soft {
    background: rgba(99, 102, 241, 0.12);
    color: var(--color-primary-500, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-webapp__kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.42rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__kpi {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    padding: 0.42rem 0.48rem;
    border-radius: 0.82rem;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.52rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.48);
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-webapp__kpi strong {
    font-size: 0.78rem;
    font-weight: 800;
    color: #111827;
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-webapp__chart {
    display: flex;
    align-items: flex-end;
    gap: 0.32rem;
    min-height: 4.5rem;
    padding: 0.35rem 0.2rem 0;
}

body.body-stage .stage-chi-sono-service-hero-webapp__chart > span {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 0.28rem;
    min-width: 0;
}

body.body-stage .stage-chi-sono-service-hero-webapp__chart > span > span {
    display: block;
    width: 100%;
    min-height: 0.75rem;
    border-radius: 0.4rem 0.4rem 0.12rem 0.12rem;
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.92) 0%, rgba(99, 102, 241, 0.55) 100%);
    transform-origin: bottom center;
    animation: stage-hero-webapp-bar 1.5s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__chart > span:nth-child(1) > span { height: 1.45rem; animation-delay: 0s; }
body.body-stage .stage-chi-sono-service-hero-webapp__chart > span:nth-child(2) > span { height: 2rem; animation-delay: 0.12s; }
body.body-stage .stage-chi-sono-service-hero-webapp__chart > span:nth-child(3) > span { height: 1.75rem; animation-delay: 0.24s; }
body.body-stage .stage-chi-sono-service-hero-webapp__chart > span:nth-child(4) > span { height: 2.45rem; animation-delay: 0.08s; }
body.body-stage .stage-chi-sono-service-hero-webapp__chart > span:nth-child(5) > span { height: 2.2rem; animation-delay: 0.18s; }
body.body-stage .stage-chi-sono-service-hero-webapp__chart > span.is-highlight > span {
    height: 3.1rem;
    background: linear-gradient(180deg, #111827 0%, #374151 100%);
    animation-delay: 0.3s;
}

body.body-stage .stage-chi-sono-service-hero-webapp__chart em {
    font-style: normal;
    font-size: 0.48rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.42);
}

body.body-stage .stage-chi-sono-service-hero-webapp__endpoints {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__endpoint {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.38rem;
    padding: 0.38rem 0.45rem;
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.58rem;
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-webapp__method {
    padding: 0.14rem 0.34rem;
    border-radius: 0.38rem;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums;
}

body.body-stage .stage-chi-sono-service-hero-webapp__method--get {
    background: #dbeafe;
    color: #1d4ed8;
}

body.body-stage .stage-chi-sono-service-hero-webapp__method--post {
    background: #d1fae5;
    color: #047857;
}

body.body-stage .stage-chi-sono-service-hero-webapp__method--patch {
    background: #fef3c7;
    color: #b45309;
}

body.body-stage .stage-chi-sono-service-hero-webapp__path {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.72);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-hero-webapp__endpoint-status {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.18);
}

body.body-stage .stage-chi-sono-service-hero-webapp__endpoint-status--sync {
    background: #f59e0b;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.18);
    animation: stage-hero-webapp-live-pulse 2.2s ease-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow {
    margin: 0;
    padding: 0.15rem 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.28rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step {
    position: relative;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.56rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.42);
    text-align: center;
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0.42rem;
    left: calc(50% + 0.55rem);
    width: calc(100% - 1.1rem);
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-dot {
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.12);
    background: #fff;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step--done {
    color: #047857;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step--done .stage-chi-sono-service-hero-webapp__workflow-dot {
    border-color: #10b981;
    background: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.16);
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step--active {
    color: #111827;
}

body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step--active .stage-chi-sono-service-hero-webapp__workflow-dot {
    border-color: var(--color-primary-500, #6366f1);
    background: var(--color-primary-500, #6366f1);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.18);
    animation: stage-hero-webapp-live-pulse 2s ease-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__roles {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.38rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__role {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.45rem;
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

body.body-stage .stage-chi-sono-service-hero-webapp__role-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
}

body.body-stage .stage-chi-sono-service-hero-webapp__role--indigo .stage-chi-sono-service-hero-webapp__role-avatar {
    background: linear-gradient(145deg, #6366f1 0%, #4f46e5 100%);
}

body.body-stage .stage-chi-sono-service-hero-webapp__role--emerald .stage-chi-sono-service-hero-webapp__role-avatar {
    background: linear-gradient(145deg, #10b981 0%, #059669 100%);
}

body.body-stage .stage-chi-sono-service-hero-webapp__role--amber .stage-chi-sono-service-hero-webapp__role-avatar {
    background: linear-gradient(145deg, #f59e0b 0%, #d97706 100%);
}

body.body-stage .stage-chi-sono-service-hero-webapp__role-label {
    font-size: 0.62rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.78);
}

body.body-stage .stage-chi-sono-service-hero-webapp__permissions {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.32rem;
}

body.body-stage .stage-chi-sono-service-hero-webapp__permissions span {
    padding: 0.18rem 0.42rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.62);
    font-size: 0.5rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.48);
    line-height: 1.2;
}

body.body-stage .stage-chi-sono-service-hero-webapp__permissions span.is-on {
    border-color: rgba(99, 102, 241, 0.22);
    background: rgba(99, 102, 241, 0.12);
    color: var(--color-primary-500, #6366f1);
}

body.body-stage .stage-chi-sono-service-hero-webapp__sync {
    position: absolute;
    left: 0.5rem;
    bottom: -0.35rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.38rem 0.68rem 0.38rem 0.48rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    font-size: 0.62rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.72);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
    animation: stage-hero-webapp-sync-float 5.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-webapp__sync-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5);
    animation: stage-hero-webapp-live-pulse 2s ease-out infinite;
}

@keyframes stage-hero-webapp-card-a {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes stage-hero-webapp-card-b {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

@keyframes stage-hero-webapp-card-c {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

@keyframes stage-hero-webapp-card-d {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-6px);
    }
}

@keyframes stage-hero-webapp-bar {
    0%,
    100% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.84);
    }
}

@keyframes stage-hero-webapp-sync-float {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }
}

@keyframes stage-hero-webapp-live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.5);
    }

    70% {
        box-shadow: 0 0 0 0.42rem rgba(52, 211, 153, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(52, 211, 153, 0);
    }
}

@media (max-width: 56.25rem) {
    body.body-stage .stage-chi-sono-service-hero-webapp__title {
        max-width: 14ch;
    }

    body.body-stage .stage-chi-sono-service-hero-webapp__collage {
        grid-template-rows: minmax(11.5rem, 1.1fr) minmax(9.5rem, 0.95fr);
    }

    body.body-stage .stage-chi-sono-service-hero-webapp__chart {
        min-height: 3.75rem;
    }

    body.body-stage .stage-chi-sono-service-hero-webapp__sync {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 0.85rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-chi-sono-service-hero-webapp__card--dashboard,
    body.body-stage .stage-chi-sono-service-hero-webapp__card--api,
    body.body-stage .stage-chi-sono-service-hero-webapp__card--workflow,
    body.body-stage .stage-chi-sono-service-hero-webapp__card--team,
    body.body-stage .stage-chi-sono-service-hero-webapp__chart > span > span,
    body.body-stage .stage-chi-sono-service-hero-webapp__sync,
    body.body-stage .stage-chi-sono-service-hero-webapp__sync-dot,
    body.body-stage .stage-chi-sono-service-hero-webapp__card-live-dot,
    body.body-stage .stage-chi-sono-service-hero-webapp__endpoint-status--sync,
    body.body-stage .stage-chi-sono-service-hero-webapp__workflow-step--active .stage-chi-sono-service-hero-webapp__workflow-dot {
        animation: none;
    }
}

/* Chi sono — hero centrata servizio sito web */
body.body-stage .stage-chi-sono-service-page--hero-centered .stage-chi-sono-service-page__hero--centered {
    align-items: center;
}

body.body-stage .stage-chi-sono-service-hero-centered__intro {
    align-items: center;
    text-align: center;
    width: 100%;
}

body.body-stage .stage-chi-sono-service-hero-centered__intro.stage-copy-flow > .section-basic__brand + :is(
    .stage-about-services__title,
    .stage-about-services-page__title
) {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-centered__intro.stage-copy-flow > :is(
    .stage-about-services__title,
    .stage-about-services-page__title
) + .stage-about-services__lede {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-hero-centered__intro.stage-copy-flow > .stage-about-services__lede + .stage-about-services-page__actions {
    margin-top: var(--stage-space-cta);
}

body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services-page__title {
    font-size: var(--stage-fs-h1);
    max-width: 20ch;
    margin-inline: auto;
}

body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services__lede {
    max-width: 42ch;
    margin-inline: auto;
}

body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services-page__actions {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__showcase {
    --showcase-float-pad: 1.05rem;
    --showcase-float-radius: 1.55rem;
    --showcase-float-inner-radius: calc(var(--showcase-float-radius) - var(--showcase-float-pad));
    position: relative;
    width: 100%;
    min-height: clamp(30rem, 62vw, 44rem);
    margin-inline: auto;
    overflow: visible;
}

body.body-stage .stage-chi-sono-service-hero-centered__rings {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: min(100%, 44rem);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-centered__rings span {
    position: absolute;
    inset: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(
            145deg,
            rgba(0, 0, 0, 0.07) 0%,
            rgba(0, 0, 0, 0.02) 48%,
            rgba(0, 0, 0, 0.06) 100%
        ) border-box;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

body.body-stage .stage-chi-sono-service-hero-centered__rings span:nth-child(1) {
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

body.body-stage .stage-chi-sono-service-hero-centered__rings span:nth-child(2) {
    width: 78%;
    height: 78%;
    opacity: 0.72;
}

body.body-stage .stage-chi-sono-service-hero-centered__rings span:nth-child(3) {
    width: 56%;
    height: 56%;
    opacity: 0.9;
}

body.body-stage .stage-chi-sono-service-hero-centered__glow {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: min(82%, 32rem);
    height: min(82%, 32rem);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(255, 241, 204, 0.95) 0%,
            rgba(255, 248, 232, 0.72) 28%,
            rgba(255, 255, 255, 0) 72%
        ),
        radial-gradient(
            circle at 62% 58%,
            rgba(99, 102, 241, 0.08) 0%,
            rgba(99, 102, 241, 0) 58%
        );
    filter: blur(0.5px);
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-centered__glow::after {
    content: "";
    position: absolute;
    inset: 18%;
    border-radius: 50%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.55) 0%,
        rgba(255, 255, 255, 0) 70%
    );
}

body.body-stage .stage-chi-sono-service-hero-centered__device {
    --device-pad: 0.72rem;
    --device-radius: 2.6rem;
    --device-inner-radius: calc(var(--device-radius) - var(--device-pad));
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin: 0;
    transform: translate(-50%, -50%);
}

body.body-stage .stage-chi-sono-service-hero-centered__device--phone {
    width: clamp(14rem, 18vw, 17.5rem);
    padding: var(--device-pad);
    border-radius: var(--device-radius);
    isolation: isolate;
    background:
        linear-gradient(155deg, #374151 0%, #1f2937 38%, #0b1220 100%);
    box-shadow:
        0 42px 84px rgba(15, 23, 42, 0.28),
        0 14px 28px rgba(15, 23, 42, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -1px 0 rgba(0, 0, 0, 0.35);
}

body.body-stage .stage-chi-sono-service-hero-centered__device--phone::before,
body.body-stage .stage-chi-sono-service-hero-centered__device--phone::after {
    content: "";
    position: absolute;
    z-index: 6;
    border-radius: 2px;
    background: linear-gradient(180deg, #4b5563 0%, #1f2937 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-centered__device--phone::before {
    top: 24%;
    right: -0.14rem;
    width: 0.18rem;
    height: 2.4rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__device--phone::after {
    top: 34%;
    left: -0.14rem;
    width: 0.18rem;
    height: 1.55rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__device-notch {
    position: absolute;
    top: calc(var(--device-pad) + 0.35rem);
    left: 50%;
    z-index: 5;
    width: 28%;
    height: 0.34rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
}

body.body-stage .stage-chi-sono-service-hero-centered__device-screen {
    position: relative;
    overflow: hidden;
    border-radius: var(--device-inner-radius);
    aspect-ratio: 9 / 19;
    background: #0f172a;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        inset 0 0 24px rgba(0, 0, 0, 0.22);
}

body.body-stage .stage-chi-sono-service-hero-centered__device-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.22) 0%,
        rgba(255, 255, 255, 0.04) 22%,
        rgba(255, 255, 255, 0) 48%
    );
    pointer-events: none;
}

body.body-stage .stage-chi-sono-service-hero-centered__device-screen > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
}

body.body-stage .stage-chi-sono-service-hero-centered__device-ui {
    position: absolute;
    top: 0.7rem;
    left: 0.55rem;
    right: 0.55rem;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.34rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.14);
}

body.body-stage .stage-chi-sono-service-hero-centered__device-avatar {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-centered__device-name {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.84);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.body-stage .stage-chi-sono-service-hero-centered__device-live {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    padding: 0.14rem 0.42rem;
    border-radius: 999px;
    background: #fee2e2;
    font-size: 0.56rem;
    font-weight: 700;
    color: #b91c1c;
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-hero-centered__device-live::before {
    content: "";
    width: 0.36rem;
    height: 0.36rem;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
    animation: stage-hero-device-live-pulse 1.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__float {
    --float-pad: var(--showcase-float-pad);
    --float-radius: var(--showcase-float-radius);
    --float-inner-radius: var(--showcase-float-inner-radius);
    position: absolute;
    z-index: 4;
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow:
        0 28px 58px rgba(15, 23, 42, 0.16),
        0 10px 22px rgba(15, 23, 42, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(10px);
}

body.body-stage .stage-chi-sono-service-hero-centered__float-media,
body.body-stage .stage-chi-sono-service-hero-centered__sales-thumb,
body.body-stage .stage-chi-sono-service-hero-centered__social-photo-wrap {
    overflow: hidden;
    border-radius: var(--float-inner-radius);
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

body.body-stage .stage-chi-sono-service-hero-centered__float-media {
    position: relative;
    aspect-ratio: 1;
}

body.body-stage .stage-chi-sono-service-hero-centered__float img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.body-stage .stage-chi-sono-service-hero-centered__float--product {
    top: 9%;
    left: 16%;
    width: clamp(8rem, 13vw, 10.75rem);
    padding: var(--float-pad);
    border-radius: var(--float-radius);
    background: linear-gradient(148deg, #eff6ff 0%, #bfdbfe 52%, #93c5fd 100%);
    transform: rotate(-5deg);
    animation: stage-hero-float-product 5.6s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__product-time {
    position: absolute;
    top: calc(var(--float-pad) + 0.15rem);
    right: calc(var(--float-pad) + 0.15rem);
    z-index: 2;
    padding: 0.24rem 0.52rem;
    border-radius: calc(var(--float-inner-radius) * 0.5);
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.78);
    line-height: 1.2;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.1);
}

body.body-stage .stage-chi-sono-service-hero-centered__product-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

body.body-stage .stage-chi-sono-service-hero-centered__product-play svg {
    width: 1rem;
    height: 1rem;
    margin-left: 0.12rem;
    fill: #111827;
}

body.body-stage .stage-chi-sono-service-hero-centered__float--rating {
    top: 40%;
    left: 12%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.18rem;
    padding: 0.72rem 1.15rem 0.62rem;
    border-radius: 1.35rem;
    background: linear-gradient(140deg, #fff1f8 0%, #fbcfe8 46%, #f9a8d4 100%);
    border-color: rgba(255, 255, 255, 0.82);
    transform: rotate(3deg);
    animation: stage-hero-float-rating 6.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__rating-score {
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #111827;
}

body.body-stage .stage-chi-sono-service-hero-centered__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    line-height: 1;
}

body.body-stage .stage-chi-sono-service-hero-centered__star-icon {
    width: 0.88rem;
    height: 0.88rem;
    fill: #f59e0b;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.45));
}

body.body-stage .stage-chi-sono-service-hero-centered__rating-label {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.48);
}

body.body-stage .stage-chi-sono-service-hero-centered__float--chart {
    bottom: 11%;
    left: 14%;
    width: clamp(13rem, 19vw, 16.75rem);
    padding: var(--float-pad);
    border-radius: var(--float-radius);
    background: linear-gradient(148deg, #fff7d6 0%, #fde68a 42%, #fbbf24 100%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-color: rgba(255, 255, 255, 0.58);
    transform: rotate(-2deg);
    animation: stage-hero-float-chart 5.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-mini {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.22rem;
    width: 3.55rem;
    height: 2rem;
    padding: 0.28rem;
    border-radius: calc(var(--float-inner-radius) * 0.45);
    background: rgba(255, 255, 255, 0.58);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.05),
        0 4px 10px rgba(15, 23, 42, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-mini span {
    flex: 1 1 0;
    height: var(--h, 50%);
    border-radius: 0.22rem;
    background: linear-gradient(180deg, #111827 0%, #374151 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-mini span:nth-child(4) {
    background: linear-gradient(180deg, #4f46e5 0%, #111827 100%);
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.76rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.68);
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-label-icon {
    width: 0.95rem;
    height: 0.95rem;
    fill: rgba(0, 0, 0, 0.62);
    flex: 0 0 auto;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-metric {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-value {
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #111827;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-period {
    font-size: 0.62rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 0.01em;
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-trend {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: linear-gradient(145deg, #fff 0%, #ecfdf5 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-centered__chart-trend svg {
    width: 1rem;
    height: 1rem;
    fill: #111827;
}

body.body-stage .stage-chi-sono-service-hero-centered__float--sales {
    top: 8%;
    right: 14%;
    width: clamp(14rem, 21vw, 17.5rem);
    padding: var(--float-pad);
    border-radius: var(--float-radius);
    background: linear-gradient(148deg, #ecfccb 0%, #d9f99d 46%, #a3e635 100%);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border-color: rgba(255, 255, 255, 0.62);
    transform: rotate(4deg);
    animation: stage-hero-float-sales 5.8s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-copy {
    margin: 0;
    font-size: 0.76rem;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-copy strong {
    display: block;
    color: #111827;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-thumb {
    width: 4.65rem;
    height: 4.65rem;
    flex: 0 0 4.65rem;
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
    padding: 0.42rem 0.88rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.94);
    font-size: 0.76rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.82);
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.1);
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-hero-centered__sales-badge::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.22);
    animation: stage-hero-device-live-pulse 2.2s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__float--social {
    bottom: 10%;
    right: 13%;
    width: clamp(12rem, 17vw, 14.75rem);
    padding: var(--float-pad);
    border-radius: var(--float-radius);
    background: linear-gradient(180deg, #fff 0%, #f9fafb 100%);
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    border-color: rgba(0, 0, 0, 0.06);
    transform: rotate(-3deg);
    animation: stage-hero-float-social 6.4s ease-in-out infinite;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-head {
    display: flex;
    align-items: center;
    gap: 0.42rem;
    min-width: 0;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-head-avatar {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-centered__social-head-user {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.68rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.78);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-head-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    flex: 0 0 auto;
    background: linear-gradient(135deg, #f97316 0%, #ec4899 52%, #8b5cf6 100%);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9);
}

body.body-stage .stage-chi-sono-service-hero-centered__social-photo-wrap {
    aspect-ratio: 1;
    padding: 2px;
    border-radius: calc(var(--float-inner-radius) + 2px);
    background: linear-gradient(135deg, #f97316 0%, #ec4899 45%, #8b5cf6 78%, #facc15 100%);
    box-shadow: none;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-like-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #f3f4f6;
    flex: 0 0 auto;
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.06);
}

body.body-stage .stage-chi-sono-service-hero-centered__social-icon-btn svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: rgba(0, 0, 0, 0.58);
}

body.body-stage .stage-chi-sono-service-hero-centered__social-icon-btn--like {
    background: #fee2e2;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-icon-btn--like svg {
    fill: #ef4444;
}

body.body-stage .stage-chi-sono-service-hero-centered__social-count {
    position: absolute;
    top: -0.55rem;
    left: 1.45rem;
    padding: 0.12rem 0.34rem;
    border-radius: 0.4rem;
    background: #111827;
    font-size: 0.52rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.18);
}

body.body-stage .stage-chi-sono-service-hero-centered__social-photo-wrap .stage-chi-sono-service-hero-centered__social-photo {
    border-radius: var(--float-inner-radius);
}

@keyframes stage-hero-device-live-pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.12);
        opacity: 0.82;
    }
}

@keyframes stage-hero-float-product {
    0%,
    100% {
        transform: rotate(-5deg) translateY(0);
    }

    50% {
        transform: rotate(-5deg) translateY(-8px);
    }
}

@keyframes stage-hero-float-rating {
    0%,
    100% {
        transform: rotate(3deg) translateY(0);
    }

    50% {
        transform: rotate(3deg) translateY(-7px);
    }
}

@keyframes stage-hero-float-chart {
    0%,
    100% {
        transform: rotate(-2deg) translateY(0);
    }

    50% {
        transform: rotate(-2deg) translateY(-9px);
    }
}

@keyframes stage-hero-float-sales {
    0%,
    100% {
        transform: rotate(4deg) translateY(0);
    }

    50% {
        transform: rotate(4deg) translateY(-8px);
    }
}

@keyframes stage-hero-float-social {
    0%,
    100% {
        transform: rotate(-3deg) translateY(0);
    }

    50% {
        transform: rotate(-3deg) translateY(-7px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-chi-sono-service-hero-centered__float--product,
    body.body-stage .stage-chi-sono-service-hero-centered__float--rating,
    body.body-stage .stage-chi-sono-service-hero-centered__float--chart,
    body.body-stage .stage-chi-sono-service-hero-centered__float--sales,
    body.body-stage .stage-chi-sono-service-hero-centered__float--social {
        animation: none;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__device-live::before,
    body.body-stage .stage-chi-sono-service-hero-centered__sales-badge::before {
        animation: none;
    }
}

body.body-stage .stage-service-hero-logos {
    --stage-service-hero-logos-cols: 5;
    width: 100%;
    max-width: min(54rem, 100%);
    margin-inline: auto;
    margin-top: clamp(1.25rem, 3.5vw, 2rem);
    padding: clamp(1rem, 2.4vw, 1.35rem);
    border-radius: 1.35rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.82) 100%);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.body-stage .stage-service-hero-logos__eyebrow {
    margin: 0 0 clamp(0.75rem, 2vw, 0.95rem);
    font-size: var(--stage-fs-caption);
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #64748b;
}

body.body-stage .stage-service-hero-logos__grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(var(--stage-service-hero-logos-cols), minmax(0, 1fr));
    gap: clamp(0.45rem, 1.4vw, 0.7rem);
}

body.body-stage .stage-service-hero-logos__item {
    min-width: 0;
}

body.body-stage .stage-service-hero-logos__tile {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: clamp(2.85rem, 6.8vw, 3.55rem);
    padding: clamp(0.55rem, 1.6vw, 0.8rem) clamp(0.45rem, 1.2vw, 0.7rem);
    border-radius: 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.07);
    background: rgba(255, 255, 255, 0.92);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.body-stage .stage-service-hero-logos__item:hover .stage-service-hero-logos__tile {
        border-color: rgba(99, 102, 241, 0.24);
        box-shadow:
            0 8px 18px rgba(15, 23, 42, 0.06),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
        transform: translateY(-1px);
    }

    body.body-stage .stage-service-hero-logos__item:hover .stage-service-hero-logos__logo {
        fill: #1e293b;
        color: #1e293b;
        opacity: 1;
    }
}

body.body-stage .stage-service-hero-logos__logo {
    display: block;
    width: auto;
    max-width: 100%;
    height: clamp(1rem, 2.5vw, 1.35rem);
    fill: #64748b;
    color: #64748b;
    opacity: 0.92;
    transition:
        fill 0.2s ease,
        color 0.2s ease,
        opacity 0.2s ease;
}

@media (max-width: 48rem) {
    body.body-stage .stage-service-hero-logos {
        --stage-service-hero-logos-cols: 3;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__intro {
        align-items: flex-start;
        text-align: left;
    }

    body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services-page__title,
    body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services__lede {
        margin-inline: 0;
    }

    body.body-stage .stage-chi-sono-service-page--hero-centered .stage-about-services-page__actions {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 30rem) {
    body.body-stage .stage-service-hero-logos {
        --stage-service-hero-logos-cols: 2;
        padding: 0.85rem;
    }
}

@media (max-width: 56.25rem) {
    body.body-stage .stage-chi-sono-service-hero-centered__showcase {
        min-height: clamp(22rem, 78vw, 30rem);
    }

    body.body-stage .stage-chi-sono-service-hero-centered__rings {
        width: min(100%, 28rem);
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--chart,
    body.body-stage .stage-chi-sono-service-hero-centered__float--social {
        display: none;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--product {
        top: 8%;
        left: 4%;
        width: clamp(7rem, 26vw, 9rem);
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--rating {
        top: auto;
        bottom: 12%;
        left: 5%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--sales {
        top: 8%;
        right: 4%;
        width: clamp(11.5rem, 40vw, 14.5rem);
    }

    body.body-stage .stage-chi-sono-service-hero-centered__device--phone {
        width: clamp(11.5rem, 40vw, 14rem);
    }
}

@media (min-width: 56.26rem) and (max-width: 72rem) {
    body.body-stage .stage-chi-sono-service-hero-centered__float--product {
        left: 10%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--rating {
        left: 7%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--chart {
        left: 9%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--sales {
        right: 9%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--social {
        right: 8%;
    }
}

@media (min-width: 72rem) {
    body.body-stage .stage-chi-sono-service-hero-centered__float--product {
        left: 20%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--rating {
        left: 15%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--chart {
        left: 17%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--sales {
        right: 18%;
    }

    body.body-stage .stage-chi-sono-service-hero-centered__float--social {
        right: 16%;
    }
}

body.body-stage .stage-chi-sono-service-page__deliverables {
    margin-top: var(--stage-space-layout);
}

body.body-stage .stage-chi-sono-service-page__deliverables-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

body.body-stage .stage-chi-sono-service-page__deliverables-list li {
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid var(--color-border-soft);
    background: #fff;
    font-size: var(--stage-fs-caption);
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-page-audience {
    background: color-mix(in srgb, var(--color-primary-25) 40%, #fff);
}

body.body-stage .stage-chi-sono-service-page-audience__inner {
    display: flex;
    flex-direction: column;
    gap: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-page-audience__title {
    margin: 0;
    font-size: var(--stage-fs-h3);
    line-height: 1.15;
    max-width: 24ch;
}

body.body-stage .stage-chi-sono-service-page-audience__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

body.body-stage .stage-chi-sono-service-page-audience__list li {
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--color-primary-500) 18%, rgba(0, 0, 0, 0.08));
    background: #fff;
    font-size: var(--stage-fs-body);
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.78);
}

/* Chi sono servizio — audience web app (card illustrate) */
body.body-stage .stage-chi-sono-service-page-audience--webapp {
    background:
        radial-gradient(circle at 12% 18%, rgba(236, 233, 255, 0.55) 0%, rgba(255, 255, 255, 0) 42%),
        radial-gradient(circle at 88% 82%, rgba(219, 234, 254, 0.45) 0%, rgba(255, 255, 255, 0) 40%),
        color-mix(in srgb, var(--color-primary-25) 32%, #fff);
}

body.body-stage .stage-chi-sono-service-page-audience--webapp .stage-chi-sono-service-page-audience__inner {
    gap: var(--stage-space-layout);
}

body.body-stage .stage-chi-sono-service-page-audience__head--webapp {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: end;
}

@media (min-width: 56.26rem) {
    body.body-stage .stage-chi-sono-service-page-audience__head--webapp {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    }
}

body.body-stage .stage-chi-sono-service-page-audience__head-left {
    display: flex;
    flex-direction: column;
}

body.body-stage .stage-chi-sono-service-page-audience__head-left.stage-copy-flow > .section-basic__brand + .stage-chi-sono-service-page-audience__title {
    margin-top: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-page-audience--webapp .stage-chi-sono-service-page-audience__title {
    max-width: 16ch;
    font-size: var(--stage-fs-h2);
    line-height: 1.08;
}

body.body-stage .stage-chi-sono-service-page-audience__lede {
    margin: 0;
    max-width: 40ch;
    color: rgba(0, 0, 0, 0.72);
}

body.body-stage .stage-chi-sono-service-audience-webapp__grid {
    display: grid;
    gap: clamp(0.85rem, 2.2vw, 1.15rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 48rem) {
    body.body-stage .stage-chi-sono-service-audience-webapp__grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

body.body-stage .stage-chi-sono-service-audience-webapp__card {
    display: flex;
    flex-direction: column;
    gap: clamp(0.85rem, 2vw, 1rem);
    min-height: 100%;
    padding: clamp(0.95rem, 2.2vw, 1.15rem);
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.9);
    box-shadow:
        0 16px 34px rgba(15, 23, 42, 0.07),
        0 4px 12px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.85);
    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
    body.body-stage .stage-chi-sono-service-audience-webapp__card:hover {
        transform: translateY(-2px);
        border-color: rgba(99, 102, 241, 0.18);
        box-shadow:
            0 22px 42px rgba(15, 23, 42, 0.1),
            0 8px 18px rgba(15, 23, 42, 0.05),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }
}

body.body-stage .stage-chi-sono-service-audience-webapp__card--internal {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(243, 240, 255, 0.72) 100%);
}

body.body-stage .stage-chi-sono-service-audience-webapp__card--portal {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(239, 246, 255, 0.78) 100%);
}

body.body-stage .stage-chi-sono-service-audience-webapp__card--tools {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(228, 249, 239, 0.74) 100%);
}

body.body-stage .stage-chi-sono-service-audience-webapp__card--startup {
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 232, 0.78) 100%);
}

body.body-stage .stage-chi-sono-service-audience-webapp__visual {
    position: relative;
    min-height: clamp(8.5rem, 20vw, 10.25rem);
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

body.body-stage .stage-chi-sono-service-audience-webapp__copy {
    display: flex;
    flex-direction: column;
    gap: var(--stage-space-text);
}

body.body-stage .stage-chi-sono-service-audience-webapp__title {
    margin: 0;
    font-size: var(--stage-fs-h3);
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.9);
}

body.body-stage .stage-chi-sono-service-audience-webapp__text {
    margin: 0;
    color: rgba(0, 0, 0, 0.68);
    line-height: 1.55;
}

/* Visual — gestione interna */
body.body-stage .stage-chi-sono-service-audience-webapp__visual--internal {
    padding: 0.75rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__window {
    display: grid;
    grid-template-columns: 2.1rem minmax(0, 1fr);
    gap: 0.55rem;
    height: 100%;
    min-height: 7.25rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.45rem 0.35rem;
    border-radius: 0.7rem;
    background: rgba(99, 102, 241, 0.1);
}

body.body-stage .stage-chi-sono-service-audience-webapp__sidebar span {
    display: block;
    height: 0.42rem;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.18);
}

body.body-stage .stage-chi-sono-service-audience-webapp__sidebar span.is-active {
    background: var(--color-primary-500, #6366f1);
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.18);
}

body.body-stage .stage-chi-sono-service-audience-webapp__panel {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.45rem 0.55rem 0.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

body.body-stage .stage-chi-sono-service-audience-webapp__kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__kpis span {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    padding: 0.28rem 0.35rem;
    border-radius: 0.55rem;
    background: rgba(99, 102, 241, 0.08);
}

body.body-stage .stage-chi-sono-service-audience-webapp__kpis em {
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    color: rgba(0, 0, 0, 0.86);
}

body.body-stage .stage-chi-sono-service-audience-webapp__kpis i {
    font-style: normal;
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.48);
}

body.body-stage .stage-chi-sono-service-audience-webapp__bars {
    display: flex;
    align-items: flex-end;
    gap: 0.3rem;
    min-height: 3.1rem;
    padding-top: 0.15rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__bars span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 0.35rem 0.35rem 0.1rem 0.1rem;
    background: rgba(99, 102, 241, 0.22);
}

body.body-stage .stage-chi-sono-service-audience-webapp__bars span.is-highlight {
    background: linear-gradient(180deg, #818cf8 0%, var(--color-primary-500, #6366f1) 100%);
}

/* Visual — portali clienti */
body.body-stage .stage-chi-sono-service-audience-webapp__visual--portal {
    padding: 0.8rem 0.85rem 0.75rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-head {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.65rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #60a5fa 0%, #3b82f6 100%);
    font-size: 0.52rem;
    font-weight: 800;
    color: #fff;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-lines {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-lines i {
    display: block;
    height: 0.34rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.16);
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-lines i:first-child {
    width: 72%;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-lines i:last-child {
    width: 48%;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-badge {
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, 0.12);
    font-size: 0.48rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1d4ed8;
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-docs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-docs li {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.5rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(59, 130, 246, 0.1);
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-icon {
    width: 0.72rem;
    height: 0.88rem;
    border-radius: 0.15rem;
    background: linear-gradient(180deg, #93c5fd 0%, #60a5fa 100%);
    box-shadow: inset 0 -0.12rem 0 rgba(37, 99, 235, 0.22);
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-line {
    display: block;
    height: 0.34rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.1);
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-line.is-short {
    width: 72%;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-status {
    padding: 0.14rem 0.38rem;
    border-radius: 999px;
    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-status.is-ok {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-status.is-pending {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

body.body-stage .stage-chi-sono-service-audience-webapp__portal-status.is-new {
    background: rgba(99, 102, 241, 0.14);
    color: #4338ca;
}

/* Visual — tool operativi */
body.body-stage .stage-chi-sono-service-audience-webapp__visual--tools {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.85rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.5rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 185, 129, 0.12);
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li.is-active {
    border-color: rgba(16, 185, 129, 0.28);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.08);
}

body.body-stage .stage-chi-sono-service-audience-webapp__check {
    flex: 0 0 auto;
    width: 0.82rem;
    height: 0.82rem;
    border-radius: 0.24rem;
    border: 1.5px solid rgba(16, 185, 129, 0.35);
    background: #fff;
    position: relative;
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li.is-done .stage-chi-sono-service-audience-webapp__check {
    border-color: #10b981;
    background: #10b981;
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li.is-done .stage-chi-sono-service-audience-webapp__check::after {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: 0.08rem;
    width: 0.22rem;
    height: 0.38rem;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(45deg);
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li.is-active .stage-chi-sono-service-audience-webapp__check {
    border-color: #10b981;
    box-shadow: inset 0 0 0 2px rgba(16, 185, 129, 0.18);
}

body.body-stage .stage-chi-sono-service-audience-webapp__check-label {
    font-size: 0.62rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.78);
}

body.body-stage .stage-chi-sono-service-audience-webapp__checklist li.is-done .stage-chi-sono-service-audience-webapp__check-label {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: line-through;
    text-decoration-color: rgba(0, 0, 0, 0.22);
}

body.body-stage .stage-chi-sono-service-audience-webapp__action {
    align-self: flex-start;
    padding: 0.34rem 0.62rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #34d399 0%, #10b981 100%);
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 6px 14px rgba(16, 185, 129, 0.22);
}

/* Visual — startup in crescita */
body.body-stage .stage-chi-sono-service-audience-webapp__visual--startup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.85rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__growth-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

body.body-stage .stage-chi-sono-service-audience-webapp__growth-label {
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.48);
}

body.body-stage .stage-chi-sono-service-audience-webapp__growth-value {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    color: #c2410c;
}

body.body-stage .stage-chi-sono-service-audience-webapp__spark {
    display: flex;
    align-items: flex-end;
    gap: 0.32rem;
    min-height: 3.35rem;
    padding: 0.35rem 0.4rem 0;
    border-radius: 0.7rem;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(245, 158, 11, 0.14);
}

body.body-stage .stage-chi-sono-service-audience-webapp__spark span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 0.35rem 0.35rem 0.1rem 0.1rem;
    background: rgba(251, 191, 36, 0.34);
}

body.body-stage .stage-chi-sono-service-audience-webapp__spark span.is-peak {
    background: linear-gradient(180deg, #fb923c 0%, #f97316 100%);
}

body.body-stage .stage-chi-sono-service-audience-webapp__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin: 0;
}

body.body-stage .stage-chi-sono-service-audience-webapp__chips span {
    padding: 0.2rem 0.48rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.12);
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #c2410c;
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-chi-sono-service-audience-webapp__card {
        transition: none;
    }
}

