 
        /* ==============================
           Service page modern - Studio Graffiti
        ============================== */

        .sg-service-modern {
            --sg-orange: #dc2d17;
            --sg-dark: #171717;
            --sg-dark-2: #101010;
            --sg-card: #1f1f1f;
            --sg-soft: rgba(255, 61, 0, 0.14);
            background-color: var(--sg-dark);
            color: #ffffff;
            overflow: hidden;
        }

        .sg-service-modern * {
            box-sizing: border-box;
        }

        .sg-service-modern a {
            text-decoration: none;
        }

        .sg-service-hero {
            position: relative;
            padding: 140px 0 80px;
            background:
                radial-gradient(circle at top right, rgba(255, 61, 0, 0.28) 0, transparent 34%),
                linear-gradient(135deg, #171717 0%, #101010 100%);
            overflow: hidden;
            text-align: left !important;
        }

        .sg-service-hero::before {
            content: "";
            position: absolute;
            top: -180px;
            right: -160px;
            width: 460px;
            height: 460px;
            border-radius: 50%;
            background-color: var(--sg-orange);
            opacity: 0.20;
            pointer-events: none;
        }

        .sg-service-hero::after {
            content: "";
            position: absolute;
            bottom: -200px;
            left: -180px;
            width: 420px;
            height: 420px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.08);
            pointer-events: none;
        }

        .sg-service-hero .container {
            position: relative;
            z-index: 2;
            text-align: left !important;
        }

        .sg-back-wrapper {
            margin-bottom: 34px;
        }

        .sg-service-label {
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
            margin-bottom: 22px;
            color: var(--sg-orange);
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-align: left;
        }

        .sg-service-label::before {
            content: "";
            width: 42px;
            height: 2px;
            background-color: var(--sg-orange);
        }

        .sg-service-hero h1 {
            max-width: 1080px;
            margin: 0;
            color: #ffffff;
            font-size: clamp(52px, 8vw, 118px);
            line-height: 0.86;
            letter-spacing: -0.075em;
            font-weight: 900;
            text-align: left !important;
        }

        .sg-service-hero h1 span {
            color: var(--sg-orange);
        }

        .sg-service-hero-text {
            max-width: 780px;
            margin-top: 34px;
            margin-left: 0;
            margin-right: auto;
            color: rgba(255, 255, 255, 0.76);
            font-size: 20px;
            line-height: 1.65;
            text-align: left !important;
        }

        .sg-service-hero-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start !important;
            gap: 14px;
            margin-top: 38px;
        }

        .sg-service-btn {
            min-height: 58px;
            padding: 18px 30px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            font-size: 15px;
            line-height: 1;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            transition: all 0.3s ease;
        }

        .sg-service-btn-primary {
            background-color: var(--sg-orange);
            color: #ffffff;
        }

        .sg-service-btn-primary:hover {
            background-color: #ffffff;
            color: #111111;
            transform: translateY(-3px);
        }

        .sg-service-btn-light {
            background-color: #ffffff;
            color: #111111;
        }

        .sg-service-btn-light:hover {
            background-color: var(--sg-orange);
            color: #ffffff;
            transform: translateY(-3px);
        }

        .sg-service-trust-row {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-top: 56px;
        }

        .sg-service-trust-card {
            min-height: 120px;
            padding: 22px;
            border-radius: 26px;
            background-color: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .sg-service-trust-card span {
            display: block;
            margin-bottom: 12px;
            color: var(--sg-orange);
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }

        .sg-service-trust-card strong {
            color: #ffffff;
            font-size: 20px;
            line-height: 1.1;
            font-weight: 900;
        }

        .sg-service-image-section {
            padding: 70px 0;
            background-color: #171717;
        }

        .sg-service-image-card {
            position: relative;
            overflow: hidden;
            border-radius: 42px;
            box-shadow: 0 34px 110px rgba(0, 0, 0, 0.35);
        }

        .sg-service-image-card picture,
        .sg-service-image-card img {
            display: block;
            width: 100%;
        }

        .sg-service-image-card img {
            min-height: 360px;
            object-fit: cover;
        }

        .sg-service-content-section {
            padding: 90px 0;
            background-color: #ffffff;
            color: #171717;
        }

        .sg-service-content-grid {
            display: grid;
            grid-template-columns: 0.82fr 1.18fr;
            gap: 80px;
            align-items: start;
        }

        .sg-service-kicker {
            display: inline-block;
            margin-bottom: 18px;
            color: var(--sg-orange);
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .sg-service-title {
            margin: 0;
            color: #111111;
            font-size: clamp(38px, 5vw, 72px);
            line-height: 0.96;
            letter-spacing: -0.055em;
            font-weight: 900;
        }

        .sg-service-title span {
            color: var(--sg-orange);
        }

        .sg-service-lead {
            margin: 0 0 24px;
            color: #292929;
            font-size: 22px;
            line-height: 1.55;
            font-weight: 700;
        }

        .sg-service-copy {
            margin: 0;
            color: #555555;
            font-size: 18px;
            line-height: 1.75;
        }

        .sg-service-feature-section {
            padding: 100px 0;
            background-color: var(--sg-dark-2);
        }

        .sg-service-section-head {
            max-width: 850px;
            margin-bottom: 48px;
        }

        .sg-service-section-head.center {
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }

        .sg-service-section-head h2 {
            margin: 0;
            color: #ffffff;
            font-size: clamp(40px, 5.4vw, 78px);
            line-height: 0.95;
            letter-spacing: -0.06em;
            font-weight: 900;
        }

        .sg-service-section-head h2 span {
            color: var(--sg-orange);
        }

        .sg-service-section-head p {
            margin: 22px 0 0;
            color: rgba(255, 255, 255, 0.72);
            font-size: 18px;
            line-height: 1.7;
        }

        .sg-service-feature-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .sg-service-feature-card {
            min-height: 280px;
            padding: 32px;
            border-radius: 32px;
            background-color: var(--sg-card);
            border: 1px solid rgba(255, 255, 255, 0.08);
            transition: all 0.3s ease;
        }

        .sg-service-feature-card:hover {
            transform: translateY(-6px);
            border-color: rgba(255, 61, 0, 0.45);
            background-color: #242424;
        }

        .sg-service-feature-card .number {
            display: inline-flex;
            width: 48px;
            height: 48px;
            align-items: center;
            justify-content: center;
            margin-bottom: 28px;
            border-radius: 50%;
            background-color: var(--sg-soft);
            color: var(--sg-orange);
            font-size: 14px;
            font-weight: 900;
        }

        .sg-service-feature-card h3 {
            margin: 0 0 14px;
            color: #ffffff;
            font-size: 26px;
            line-height: 1.05;
            font-weight: 900;
            letter-spacing: -0.03em;
        }

        .sg-service-feature-card p {
            margin: 0;
            color: rgba(255, 255, 255, 0.70);
            font-size: 16px;
            line-height: 1.7;
        }

        .sg-service-process-section {
            padding: 100px 0;
            background-color: #ffffff;
            color: #171717;
        }

        .sg-service-process-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .sg-service-process-card {
            padding: 28px;
            border-radius: 30px;
            background-color: #f5f5f5;
            border: 1px solid rgba(0, 0, 0, 0.06);
        }

        .sg-service-process-card span {
            display: block;
            margin-bottom: 20px;
            color: var(--sg-orange);
            font-size: 14px;
            line-height: 1;
            font-weight: 900;
        }

        .sg-service-process-card h3 {
            margin: 0 0 12px;
            color: #111111;
            font-size: 24px;
            line-height: 1.08;
            font-weight: 900;
            letter-spacing: -0.035em;
        }

        .sg-service-process-card p {
            margin: 0;
            color: #5b5b5b;
            font-size: 15px;
            line-height: 1.7;
        }

        .sg-service-output-section {
            padding: 100px 0;
            background:
                radial-gradient(circle at bottom left, rgba(255, 61, 0, 0.24), transparent 34%),
                #111111;
        }

        .sg-service-output-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .sg-service-output-card {
            padding: 34px;
            border-radius: 34px;
            background-color: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        .sg-service-output-card h3 {
            margin: 0 0 14px;
            color: #ffffff;
            font-size: 28px;
            line-height: 1.08;
            font-weight: 900;
            letter-spacing: -0.035em;
        }

        .sg-service-output-card p,
        .sg-service-output-card li {
            color: rgba(255, 255, 255, 0.72);
            font-size: 16px;
            line-height: 1.7;
        }

        .sg-service-output-card ul {
            margin: 0;
            padding-left: 20px;
        }

        .sg-service-faq-section {
            padding: 100px 0;
            background-color: #ffffff;
        }

        .sg-service-faq-section .accordion-item {
            overflow: hidden;
            margin-bottom: 14px;
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 22px;
            background-color: #f7f7f7;
        }

        .sg-service-faq-section .accordion-button {
            padding: 24px 28px;
            color: #111111;
            background-color: #f7f7f7;
            box-shadow: none;
            font-size: 18px;
            line-height: 1.25;
            font-weight: 900;
        }

        .sg-service-faq-section .accordion-body {
            padding: 0 28px 26px;
            color: #555555;
            font-size: 16px;
            line-height: 1.7;
        }

        .sg-service-cta-section {
            padding: 100px 0;
            background-color: var(--sg-orange);
            color: #ffffff;
        }

        .sg-service-cta-box {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 40px;
            align-items: center;
        }

        .sg-service-cta-box h2 {
            margin: 0;
            color: #ffffff;
            font-size: clamp(42px, 6vw, 88px);
            line-height: 0.92;
            letter-spacing: -0.06em;
            font-weight: 900;
        }

        .sg-service-cta-box p {
            margin: 18px 0 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 19px;
            line-height: 1.6;
        }

        .sg-service-cta-actions {
            display: flex;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 12px;
        }

        .sg-service-cta-actions .sg-service-btn-primary {
            background-color: #111111;
            color: #ffffff;
        }

        .sg-service-cta-actions .sg-service-btn-light {
            background-color: #ffffff;
            color: #111111;
        }

        @media (max-width: 1199px) {
            .sg-service-trust-row,
            .sg-service-process-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .sg-service-content-grid,
            .sg-service-output-grid,
            .sg-service-cta-box {
                grid-template-columns: 1fr;
                gap: 38px;
            }

            .sg-service-cta-actions {
                justify-content: flex-start;
            }
        }

        @media (max-width: 991px) {
            .sg-service-hero {
                padding: 120px 0 64px;
            }

            .sg-service-feature-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .sg-service-hero {
                padding: 105px 0 54px;
            }

            .sg-service-hero h1 {
                font-size: clamp(44px, 15vw, 68px);
                letter-spacing: -0.06em;
            }

            .sg-service-hero-text {
                font-size: 18px;
            }

            .sg-service-trust-row,
            .sg-service-feature-grid,
            .sg-service-process-grid,
            .sg-service-output-grid {
                grid-template-columns: 1fr;
            }

            .sg-service-btn,
            .sg-service-cta-actions .sg-service-btn {
                width: 100%;
            }

            .sg-service-content-section,
            .sg-service-feature-section,
            .sg-service-process-section,
            .sg-service-output-section,
            .sg-service-faq-section,
            .sg-service-cta-section {
                padding: 72px 0;
            }
        }

     /* ==============================
   STICKY CONTENT - SITO ECOMMERCE
   Struttura senza classi interne
================================= */

.sg-ecommerce-sticky-section,
.sg-ecommerce-sticky-section .container,
.sg-ecommerce-sticky-section .container.large,
.sg-ecommerce-sticky-section .sg-service-content-grid {
    overflow: visible !important;
}

@media (min-width: 992px) {
    .sg-ecommerce-sticky-section .sg-service-content-grid {
        display: grid !important;
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
        gap: clamp(40px, 6vw, 90px) !important;
        align-items: start !important;
        overflow: visible !important;
    }

    .sg-ecommerce-sticky-section .sg-service-content-grid > div:first-child {
        position: sticky !important;
        top: 120px !important;
        align-self: start !important;
        height: fit-content !important;
        z-index: 10 !important;
    }

    .sg-ecommerce-sticky-section .sg-service-content-grid > div:last-child {
        min-height: 900px;
    }
}

@media (max-width: 991px) {
    .sg-ecommerce-sticky-section .sg-service-content-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }

    .sg-ecommerce-sticky-section .sg-service-content-grid > div:first-child {
        position: static !important;
    }
}

.sg-service-modern,
.sg-service-modern main,
body.sito-e-commerce,
body.sito-e-commerce main,
body.sito-e-commerce .sg-service-content-section {
    overflow: visible !important;
}