/* Centro assistenza — hero band + grafica orbita */

body.body-stage .stage-support-home {
    padding-top: var(--stage-navbar-height, 4.25rem);
}

/* ===== Hero band (full bleed) ===== */
body.body-stage .stage-support-home__hero-band {
    --sup-hero-band-bg: var(--color-primary-25, #e7f0fe);
    position: relative;
    margin-inline: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding-block: clamp(2rem, 5.5vw, 3.75rem) clamp(2.25rem, 6vw, 4rem);
    background:
        radial-gradient(ellipse 85% 70% at 12% 0%, rgba(168, 85, 247, 0.08), transparent 55%),
        radial-gradient(ellipse 70% 60% at 92% 100%, rgba(19, 110, 245, 0.12), transparent 52%),
        linear-gradient(180deg, var(--sup-hero-band-bg) 0%, #fff 100%);
    border-bottom: 1px solid rgba(19, 110, 245, 0.08);
}

body.body-stage .stage-support-home__hero-band .container {
    position: relative;
    z-index: 1;
}

body.body-stage .stage-support-home__hero--band {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
}

body.body-stage .stage-support-home__hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.85fr);
    align-items: center;
    gap: clamp(1.5rem, 4vw, 3rem);
}

body.body-stage .stage-support-home__hero-copy {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 1.8vw, 1rem);
    max-width: 40rem;
}

body.body-stage .stage-support-home__hero--band .stage-support-home__eyebrow {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-primary-500, #136ef5);
}

body.body-stage .stage-support-home__hero--band .stage-support-home__title {
    max-width: none;
    font-size: clamp(2rem, 5.2vw, 3.35rem);
    line-height: 1.06;
    letter-spacing: -0.02em;
}

body.body-stage .stage-support-home__hero--band .stage-support-home__lede {
    max-width: 42ch;
    color: var(--color-secondary-600, #525252);
    font-size: clamp(1rem, 1.8vw, 1.125rem);
}

body.body-stage .stage-support-home__hero--band .stage-support-search {
    margin-top: 0.35rem;
    width: min(100%, 36rem);
    padding: 0.3rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(19, 110, 245, 0.18);
    box-shadow:
        0 4px 6px rgba(15, 23, 42, 0.04),
        0 16px 40px rgba(19, 110, 245, 0.1);
}

body.body-stage .stage-support-home__hero--band .stage-support-search input {
    min-height: 2.85rem;
    border: 0;
    background: transparent;
    padding-inline: 1.1rem;
    font-size: 1rem;
}

body.body-stage .stage-support-home__hero--band .stage-support-search input:focus-visible {
    outline: none;
}

body.body-stage .stage-support-home__hero--band .stage-support-search:focus-within {
    border-color: var(--color-primary-500, #136ef5);
    box-shadow:
        0 0 0 3px rgba(19, 110, 245, 0.14),
        0 16px 40px rgba(19, 110, 245, 0.12);
}

body.body-stage .stage-support-home__hero--band .stage-support-search__submit {
    min-height: 2.85rem;
    padding-inline: 1.25rem;
    background: #000;
    color: #fff;
    border-color: #000;
}

body.body-stage .stage-support-home__hero--band .stage-support-search__submit:hover,
body.body-stage .stage-support-home__hero--band .stage-support-search__submit:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
}

body.body-stage .stage-support-home__hero--band .stage-support-suggested {
    margin-top: 0.15rem;
}

body.body-stage .stage-support-home__hero--band .stage-support-suggested a {
    border-color: rgba(19, 110, 245, 0.2);
    background: rgba(255, 255, 255, 0.72);
    color: var(--color-secondary-700, #404040);
    font-size: 0.875rem;
    font-weight: 600;
    transition:
        background-color 160ms ease,
        border-color 160ms ease,
        color 160ms ease;
}

body.body-stage .stage-support-home__hero--band .stage-support-suggested a:hover,
body.body-stage .stage-support-home__hero--band .stage-support-suggested a:focus-visible {
    background: #fff;
    border-color: var(--color-primary-500, #136ef5);
    color: var(--color-primary-500, #136ef5);
}

body.body-stage .stage-support-home__hero-visual {
    margin: 0;
    width: 100%;
    min-height: clamp(14rem, 34vw, 20rem);
    aspect-ratio: 1 / 1;
    max-width: 22rem;
    justify-self: end;
}

/* ===== Grafica orbita guide ===== */
body.body-stage .stage-support-home__hero-visual .stage-support-hero-graphic {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body.body-stage .stage-support-hero-graphic {
    --sup-primary: var(--color-primary-500, #136ef5);
    --sup-primary-soft: var(--color-primary-25, #e7f0fe);
    --sup-violet: #a855f7;
    --sup-lime: #e9efbf;
    --sup-sand: #eee4d7;
    position: relative;
    display: block;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
}

body.body-stage .stage-support-hero-graphic__bg {
    position: absolute;
    inset: 8%;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 68%),
        radial-gradient(circle at 30% 28%, rgba(168, 85, 247, 0.1), transparent 45%),
        radial-gradient(circle at 72% 74%, rgba(19, 110, 245, 0.12), transparent 48%);
    pointer-events: none;
}

body.body-stage .stage-support-hero-graphic__ring {
    position: absolute;
    inset: 14%;
    border-radius: 50%;
    border: 1px dashed rgba(19, 110, 245, 0.22);
    animation: stage-support-ring-spin 48s linear infinite;
    pointer-events: none;
}

@keyframes stage-support-ring-spin {
    to { transform: rotate(360deg); }
}

body.body-stage .stage-support-hero-graphic__hub {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(4.5rem, 18vw, 6.25rem);
    height: clamp(4.5rem, 18vw, 6.25rem);
    margin-top: calc(clamp(4.5rem, 18vw, 6.25rem) / -2);
    margin-left: calc(clamp(4.5rem, 18vw, 6.25rem) / -2);
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 12px 32px rgba(19, 110, 245, 0.18),
        0 0 0 1px rgba(19, 110, 245, 0.08);
}

body.body-stage .stage-support-hero-graphic__hub-icon {
    width: 42%;
    height: 42%;
    border: 3px solid var(--sup-primary);
    border-radius: 50%;
    position: relative;
}

body.body-stage .stage-support-hero-graphic__hub-icon::after {
    content: "";
    position: absolute;
    width: 38%;
    height: 3px;
    background: var(--sup-primary);
    bottom: -4px;
    right: -6px;
    transform: rotate(45deg);
    border-radius: 2px;
}

body.body-stage .stage-support-hero-graphic__card {
    --sup-card-x: 0%;
    --sup-card-y: 0%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.65rem;
    background: #fff;
    border: 1px solid rgba(26, 36, 55, 0.1);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    font-size: clamp(0.72rem, 1.6vw, 0.875rem);
    font-weight: 700;
    color: var(--color-secondary-800, #282828);
    white-space: nowrap;
    transform: translate(calc(-50% + var(--sup-card-x)), calc(-50% + var(--sup-card-y)));
    animation: stage-support-card-float 4s ease-in-out infinite;
    animation-delay: calc(var(--sup-orbit, 1) * 0.35s);
}

body.body-stage .stage-support-hero-graphic__card--orbit-1 { --sup-orbit: 1; }
body.body-stage .stage-support-hero-graphic__card--orbit-2 { --sup-orbit: 2; }
body.body-stage .stage-support-hero-graphic__card--orbit-3 { --sup-orbit: 3; }
body.body-stage .stage-support-hero-graphic__card--orbit-4 { --sup-orbit: 4; }

body.body-stage .stage-support-hero-graphic__card--lime {
    background: var(--sup-lime);
    border-color: rgba(26, 36, 55, 0.08);
}

body.body-stage .stage-support-hero-graphic__card--sand {
    background: var(--sup-sand);
    border-color: rgba(26, 36, 55, 0.08);
}

body.body-stage .stage-support-hero-graphic__card--violet {
    background: #f3e8ff;
    color: #6b21a8;
    border-color: rgba(107, 33, 168, 0.12);
}

body.body-stage .stage-support-hero-graphic__card--primary {
    background: var(--sup-primary-soft);
    color: var(--sup-primary);
    border-color: rgba(19, 110, 245, 0.15);
}

body.body-stage .stage-support-hero-graphic__card--orbit-1 {
    --sup-card-x: -72%;
    --sup-card-y: -58%;
}

body.body-stage .stage-support-hero-graphic__card--orbit-2 {
    --sup-card-x: 68%;
    --sup-card-y: -48%;
}

body.body-stage .stage-support-hero-graphic__card--orbit-3 {
    --sup-card-x: -78%;
    --sup-card-y: 52%;
}

body.body-stage .stage-support-hero-graphic__card--orbit-4 {
    --sup-card-x: 74%;
    --sup-card-y: 56%;
}

body.body-stage .stage-support-hero-graphic__card-ic {
    width: 0.65rem;
    height: 0.8rem;
    border-radius: 0.14rem;
    background: linear-gradient(180deg, var(--sup-primary) 0%, #6366f1 100%);
    flex-shrink: 0;
}

body.body-stage .stage-support-hero-graphic__card--violet .stage-support-hero-graphic__card-ic {
    background: linear-gradient(180deg, var(--sup-violet) 0%, #7c3aed 100%);
}

body.body-stage .stage-support-hero-graphic__card--lime .stage-support-hero-graphic__card-ic,
body.body-stage .stage-support-hero-graphic__card--sand .stage-support-hero-graphic__card-ic {
    background: linear-gradient(180deg, #404040 0%, #737373 100%);
}

@keyframes stage-support-card-float {
    0%, 100% { transform: translate(calc(-50% + var(--sup-card-x)), calc(-50% + var(--sup-card-y))); }
    50% { transform: translate(calc(-50% + var(--sup-card-x)), calc(-50% + var(--sup-card-y) - 5px)); }
}

body.body-stage .stage-support-home__inner {
    padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

@media (max-width: 56.25rem) {
    body.body-stage .stage-support-home__hero-layout {
        grid-template-columns: 1fr;
    }

    body.body-stage .stage-support-home__hero-visual {
        max-width: min(18rem, 88%);
        min-height: 14rem;
        margin-inline: auto;
        justify-self: center;
        order: -1;
    }

    body.body-stage .stage-support-home__hero-copy {
        max-width: none;
        text-align: center;
        align-items: center;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-home__lede {
        max-width: 36ch;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-search {
        width: 100%;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-suggested {
        justify-content: center;
    }
}

@media (max-width: 24.375rem) {
    body.body-stage .stage-support-home__hero-band {
        padding-block: 1.65rem 2rem;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-search {
        flex-direction: column;
        padding: 0.35rem;
        border-radius: 1rem;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-search input,
    body.body-stage .stage-support-home__hero--band .stage-support-search__submit {
        width: 100%;
        min-height: 2.65rem;
    }

    body.body-stage .stage-support-home__hero--band .stage-support-search__submit {
        border-radius: 0.75rem;
    }

    body.body-stage .stage-support-hero-graphic__card {
        font-size: 0.68rem;
        padding: 0.4rem 0.55rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.body-stage .stage-support-hero-graphic__ring,
    body.body-stage .stage-support-hero-graphic__card {
        animation: none;
    }
}
