
        .sg-service-modern {
            --sg-orange: #ff3d00;
            --sg-dark: #171717;
            --sg-dark-2: #101010;
            --sg-light: #ffffff;
            --sg-muted: rgba(255, 255, 255, 0.72);
            background: var(--sg-dark);
            color: var(--sg-light);
            overflow: hidden;
        }

        .sg-service-modern * {
            box-sizing: border-box;
        }

        .sg-service-modern a {
            text-decoration: none;
        }

        .sg-service-hero {
            position: relative;
            padding: 145px 0 85px;
            background:
                radial-gradient(circle at 88% 8%, rgba(255, 61, 0, 0.28) 0, transparent 34%),
                radial-gradient(circle at 0% 100%, rgba(255, 255, 255, 0.08) 0, transparent 30%),
                linear-gradient(135deg, #171717 0%, #101010 100%);
            overflow: hidden;
        }

        .sg-service-hero::before {
            content: "";
            position: absolute;
            top: -190px;
            right: -170px;
            width: 480px;
            height: 480px;
            border-radius: 50%;
            background: var(--sg-orange);
            opacity: 0.18;
            pointer-events: none;
        }

        .sg-service-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
            background-size: 72px 72px;
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 82%);
            pointer-events: none;
        }

        .sg-service-hero .container {
            position: relative;
            z-index: 2;
        }

        .sg-back-wrapper {
            margin-bottom: 34px;
        }

        .sg-service-label {
            display: inline-flex;
            align-items: center;
            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;
        }

        .sg-service-label::before {
            content: "";
            width: 42px;
            height: 2px;
            background: var(--sg-orange);
        }

        .sg-service-hero h1 {
            max-width: 1080px;
            margin: 0;
            color: #fff;
            font-size: clamp(52px, 8vw, 118px);
            line-height: 0.86;
            letter-spacing: -0.075em;
            font-weight: 900;
        }

        .sg-service-hero h1 span {
            color: var(--sg-orange);
        }

        .sg-service-hero-text {
            max-width: 820px;
            margin: 34px auto 0;
            color: rgba(255, 255, 255, 0.76);
            font-size: 20px;
            line-height: 1.65;
        }

        .sg-service-hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            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: var(--sg-orange);
            color: #fff;
        }

        .sg-service-btn-primary:hover {
            background: #fff;
            color: #111;
            transform: translateY(-3px);
        }

        .sg-service-btn-light {
            background: #fff;
            color: #111;
        }

        .sg-service-btn-light:hover {
            background: var(--sg-orange);
            color: #fff;
            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: 126px;
            padding: 22px;
            border-radius: 26px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.08);
            text-align: left;
        }

        .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 {
            display: block;
            color: #fff;
            font-size: 20px;
            line-height: 1.1;
            font-weight: 900;
        }

        .sg-service-image-section {
            padding: 70px 0;
            background: #171717;
        }

        .sg-service-image-card {
            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: 440px;
            object-fit: cover;
        }

        .sg-service-content-section {
            padding: 90px 0;
            background: #fff;
            color: #111;
        }

        .sg-section-label {
            display: inline-flex;
            margin-bottom: 16px;
            color: var(--sg-orange);
            font-size: 13px;
            line-height: 1;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 0.08em;
        }

        .sg-section-title {
            margin: 0;
            color: #111;
            font-size: clamp(42px, 6vw, 76px);
            line-height: 0.92;
            letter-spacing: -0.065em;
            font-weight: 900;
        }

        .sg-section-title-light {
            margin: 0;
            color: #fff;
            font-size: clamp(42px, 6vw, 76px);
            line-height: 0.92;
            letter-spacing: -0.065em;
            font-weight: 900;
        }

        .sg-section-text {
            color: #4e4e4e;
            font-size: 18px;
            line-height: 1.72;
        }

        .sg-section-text p {
            margin-bottom: 22px;
        }

        .sg-section-text strong {
            color: #111;
        }

        .sg-service-feature-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            margin-top: 48px;
        }

        .sg-service-feature-card {
            min-height: 288px;
            padding: 28px;
            border-radius: 30px;
            background: #f5f5f5;
            color: #111;
            transition: all 0.3s ease;
        }

        .sg-service-feature-card:hover {
            transform: translateY(-6px);
            background: var(--sg-orange);
            color: #fff;
        }

        .sg-service-feature-card span {
            display: inline-flex;
            margin-bottom: 34px;
            color: var(--sg-orange);
            font-size: 54px;
            line-height: 0.85;
            letter-spacing: -0.07em;
            font-weight: 900;
        }

        .sg-service-feature-card:hover span {
            color: rgba(255, 255, 255, 0.55);
        }

        .sg-service-feature-card h3 {
            margin: 0 0 14px;
            color: inherit;
            font-size: 25px;
            line-height: 1;
            letter-spacing: -0.04em;
            font-weight: 900;
        }

        .sg-service-feature-card p {
            margin: 0;
            color: inherit;
            opacity: 0.78;
            font-size: 15px;
            line-height: 1.55;
        }

        .sg-service-process-section {
            padding: 95px 0;
            background:
                radial-gradient(circle at top left, rgba(255, 61, 0, 0.18) 0, transparent 34%),
                #171717;
            color: #fff;
        }

        .sg-service-process-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            margin-top: 48px;
        }

        .sg-service-process-card {
            position: relative;
            min-height: 312px;
            padding: 30px;
            border-radius: 32px;
            background: #fff;
            color: #111;
            overflow: hidden;
        }

        .sg-service-process-card::before {
            content: "";
            position: absolute;
            top: -80px;
            right: -80px;
            width: 170px;
            height: 170px;
            border-radius: 50%;
            background: var(--sg-orange);
            opacity: 0.12;
        }

        .sg-service-process-card span {
            position: relative;
            z-index: 2;
            display: inline-flex;
            margin-bottom: 50px;
            color: var(--sg-orange);
            font-size: 64px;
            line-height: 0.85;
            letter-spacing: -0.08em;
            font-weight: 900;
        }

        .sg-service-process-card h3 {
            position: relative;
            z-index: 2;
            margin: 0 0 14px;
            color: #111;
            font-size: 25px;
            line-height: 1;
            letter-spacing: -0.045em;
            font-weight: 900;
        }

        .sg-service-process-card p {
            position: relative;
            z-index: 2;
            margin: 0;
            color: #555;
            font-size: 15px;
            line-height: 1.55;
        }

        .sg-service-output-section {
            padding: 95px 0;
            background: #fff;
            color: #111;
        }

        .sg-output-card {
            height: 100%;
            padding: 34px;
            border-radius: 34px;
            background: #111;
            color: #fff;
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
        }

        .sg-output-card h3,
        .sg-ai-card h3 {
            margin: 0 0 22px;
            font-size: 34px;
            line-height: 0.98;
            letter-spacing: -0.055em;
            font-weight: 900;
        }

        .sg-output-card h3 {
            color: #fff;
        }

        .sg-output-list {
            display: grid;
            gap: 12px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .sg-output-list li {
            position: relative;
            padding-left: 32px;
            color: rgba(255, 255, 255, 0.78);
            font-size: 16px;
            line-height: 1.45;
            font-weight: 700;
        }

        .sg-output-list li::before {
            content: "✓";
            position: absolute;
            top: 0;
            left: 0;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--sg-orange);
            color: #fff;
            font-size: 13px;
            line-height: 22px;
            font-weight: 900;
            text-align: center;
        }

        .sg-ai-card {
            height: 100%;
            padding: 34px;
            border-radius: 34px;
            background: #f4f4f4;
            color: #111;
        }

        .sg-ai-card p {
            margin: 0;
            color: #4e4e4e;
            font-size: 17px;
            line-height: 1.65;
        }

        .sg-service-cta-section {
            padding: 95px 0;
            background:
                radial-gradient(circle at bottom right, rgba(255, 61, 0, 0.24) 0, transparent 36%),
                #171717;
            color: #fff;
        }

        .sg-service-cta-box {
            padding: 48px;
            border-radius: 40px;
            background: var(--sg-orange);
            color: #fff;
            box-shadow: 0 34px 100px rgba(0, 0, 0, 0.35);
        }

        .sg-service-cta-box h2 {
            max-width: 900px;
            margin: 0;
            color: #fff;
            font-size: clamp(42px, 6vw, 82px);
            line-height: 0.9;
            letter-spacing: -0.07em;
            font-weight: 900;
        }

        .sg-service-cta-box p {
            max-width: 760px;
            margin: 24px 0 0;
            color: rgba(255, 255, 255, 0.82);
            font-size: 18px;
            line-height: 1.65;
        }

        .sg-service-cta-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 34px;
        }

        .sg-service-cta-box .sg-service-btn-primary {
            background: #111;
            color: #fff;
        }

        .sg-service-cta-box .sg-service-btn-primary:hover,
        .sg-service-cta-box .sg-service-btn-light {
            background: #fff;
            color: #111;
        }

        .sg-service-cta-box .sg-service-btn-light:hover {
            background: #111;
            color: #fff;
        }

        .sg-service-faq-section {
            padding: 95px 0;
            background: #171717;
            color: #fff;
        }

        .sg-service-faq-section .accordion-item {
            border: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            background: transparent;
        }

        .sg-service-faq-section .accordion-button {
            padding: 28px 0;
            background: transparent;
            color: #fff;
            box-shadow: none;
            font-size: 22px;
            line-height: 1.2;
            font-weight: 900;
            letter-spacing: -0.025em;
        }

        .sg-service-faq-section .accordion-button:not(.collapsed) {
            color: var(--sg-orange);
        }

        .sg-service-faq-section .accordion-button::after {
            filter: invert(1);
        }

        .sg-service-faq-section .accordion-body {
            padding: 0 0 28px;
            color: rgba(255, 255, 255, 0.72);
            font-size: 17px;
            line-height: 1.65;
        }

        .oc-service .offcanvas-header,
        #offcanvasFrame .offcanvas-header,
        #offcanvasContact .offcanvas-header {
            background: #171717;
            color: #fff;
        }

        .oc-service .offcanvas-title,
        #offcanvasFrame .offcanvas-title,
        #offcanvasContact .offcanvas-title {
            color: #fff;
            font-weight: 900;
        }

        .oc-service .offcanvas-body {
            background: #fff;
        }

        .oc-service .btn-primary {
            border: 0;
            border-radius: 999px;
            background: var(--sg-orange);
            font-weight: 800;
        }

        .oc-service .btn-primary:hover {
            background: #111;
        }

        @media (max-width: 1199px) {
            .sg-service-trust-row,
            .sg-service-feature-grid,
            .sg-service-process-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 991px) {
            .sg-service-hero {
                padding: 110px 0 60px;
            }

            .sg-service-hero h1 {
                font-size: 64px;
            }

            .sg-section-title,
            .sg-section-title-light {
                font-size: 46px;
            }

            .sg-service-image-card {
                border-radius: 28px;
            }

            .sg-service-image-card img {
                min-height: 380px;
            }

            .sg-service-cta-box {
                padding: 34px;
                border-radius: 30px;
            }
        }

        @media (max-width: 767px) {
            .sg-service-hero {
                padding: 95px 0 50px;
            }

            .sg-service-hero h1 {
                font-size: 50px;
                letter-spacing: -0.06em;
            }

            .sg-service-hero-text {
                font-size: 16px;
                line-height: 1.6;
            }

            .sg-service-btn {
                width: 100%;
            }

            .sg-service-trust-row,
            .sg-service-feature-grid,
            .sg-service-process-grid {
                grid-template-columns: 1fr;
            }

            .sg-service-trust-card,
            .sg-service-feature-card,
            .sg-service-process-card {
                min-height: auto;
            }

            .sg-service-image-section,
            .sg-service-content-section,
            .sg-service-process-section,
            .sg-service-output-section,
            .sg-service-cta-section,
            .sg-service-faq-section {
                padding: 60px 0;
            }

            .sg-section-title,
            .sg-section-title-light {
                font-size: 40px;
            }

            .sg-service-image-card img {
                min-height: 300px;
            }

            .sg-service-cta-box h2 {
                font-size: 42px;
            }

            .sg-service-cta-box p {
                font-size: 16px;
            }

            .sg-service-faq-section .accordion-button {
                font-size: 19px;
            }
        }

        /* Fix allineamento hero SEO */
.seo .sg-service-hero,
.seo .sg-service-hero .container,
.seo .sg-service-hero-content {
    text-align: left !important;
}

.seo .sg-service-label {
    justify-content: flex-start;
    text-align: left;
}

.seo .sg-service-hero h1,
.seo .sg-service-hero-text {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
}

.seo .sg-service-hero-actions {
    justify-content: flex-start !important;
}
 