        /* Unified Contact Widget - Premium Style */
        #unified-contact-widget {
            position: fixed;
            bottom: 30px;
            right: 30px;
            left: auto;
            z-index: 99990;
            font-family: 'Inter', sans-serif;
        }

        /* Eye-Catching Button */
        .uc-button {
            background: white;
            /* Premium Gradient Border Effect */
            background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, #FF6B00, #ff9f43) border-box;
            border: 2px solid transparent;
            padding: 12px 24px;
            border-radius: 50px;
            box-shadow: 0 10px 30px rgba(255, 107, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.02);
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 12px;
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            color: #334155;
            font-weight: 600;
            font-size: 15px;
            user-select: none;
            position: relative;
            overflow: hidden;
        }

        /* Subtle Shimmer Effect */
        .uc-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
            transition: 0.5s;
        }

        .uc-button:hover::before {
            left: 100%;
        }

        .uc-button:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 35px rgba(255, 107, 0, 0.25);
        }

        .uc-status-dot {
            width: 10px;
            height: 10px;
            background-color: #10B981;
            border-radius: 50%;
            position: relative;
            box-shadow: 0 0 0 2px white;
        }

        .uc-status-dot::after {
            content: '';
            position: absolute;
            top: -4px;
            left: -4px;
            right: -4px;
            bottom: -4px;
            border-radius: 50%;
            border: 2px solid #10B981;
            opacity: 0.5;
            animation: uc-pulse 2s infinite;
        }

        @keyframes uc-pulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }

            70% {
                transform: scale(2.5);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 0;
            }
        }

        /* Mobile Responsiveness */
        @media (max-width: 768px) {
            .uc-button {
                padding: 8px 16px;
                font-size: 13px;
                gap: 8px;
            }

            .uc-status-dot {
                width: 8px;
                height: 8px;
            }

            #unified-contact-widget {
                bottom: 14px;
                right: 14px;
                left: auto;
                transition: bottom 0.4s ease;
            }
        }

        /* Cookie Banner Styles */
        #foxCookieBanner {
            display: none;
            position: fixed;
            z-index: 9999999;
            font-family: system-ui, -apple-system, sans-serif;
        }

        /* Cookie Icon (mobile) */
        #foxCookieIcon {
            display: none;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: #fff;
            border: 2px solid #FF6B00;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            font-size: 24px;
        }

        /* Panel styling */
        #foxCookiePanel {
            background: #fff;
            border: 2px solid #FF6B00;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }

        #foxCookiePanel .cookie-text {
            color: #333;
        }

        #foxCookiePanel .cookie-link {
            color: #FF6B00;
            text-decoration: none;
            font-weight: 500;
        }

        #foxCookiePanel .btn-reject {
            color: #666;
            background: #f3f4f6;
            border: 1px solid #d1d5db;
        }

        #foxCookiePanel .btn-reject:hover {
            background: #e5e7eb;
        }

        #foxCookiePanel .btn-accept {
            color: #fff;
            background: #FF6B00;
            border: none;
            font-weight: 600;
        }

        #foxCookiePanel .btn-accept:hover {
            background: #e55f00;
        }

        /* Mobile */
        @media (max-width: 768px) {
            #foxCookieBanner {
                bottom: 32px;
                left: 16px;
                right: auto;
            }

            #foxCookieIcon {
                display: flex;
                width: 40px;
                height: 40px;
                font-size: 20px;
            }

            #foxCookiePanel {
                display: none;
                position: absolute;
                bottom: 48px;
                left: 0;
                right: auto;
                border-radius: 16px;
                padding: 16px;
                min-width: 220px;
                flex-direction: column;
                gap: 12px;
            }

            #foxCookiePanel.open {
                display: flex;
            }

            #foxCookiePanel .cookie-text {
                font-size: 14px;
                text-align: center;
                line-height: 1.5;
            }

            #foxCookiePanel .cookie-buttons {
                display: flex;
                gap: 8px;
                justify-content: center;
                margin-top: 4px;
            }

            #foxCookiePanel .cookie-buttons button {
                padding: 10px 20px;
                font-size: 13px;
                border-radius: 24px;
                cursor: pointer;
            }
        }

        /* Desktop */
        @media (min-width: 769px) {
            #foxCookieBanner {
                bottom: 16px;
                left: 50%;
                transform: translateX(-50%);
                right: auto;
            }

            #foxCookieIcon {
                display: none !important;
            }

            #foxCookiePanel {
                display: flex;
                border-radius: 50px;
                padding: 8px 20px;
                gap: 16px;
                align-items: center;
            }

            #foxCookiePanel .cookie-text {
                font-size: 13px;
                white-space: nowrap;
            }

            #foxCookiePanel .cookie-buttons {
                display: flex;
                gap: 8px;
            }

            #foxCookiePanel .cookie-buttons button {
                padding: 6px 16px;
                font-size: 12px;
                border-radius: 20px;
                cursor: pointer;
            }
        }

        /* Card Visual Container (Cartão de Visitas) */
        .card-visual-container {
            transform: scale(1);
            transform-origin: center center;
        }

        @media (min-width: 1024px) {
            .card-visual-container {
                transform: scale(1.2);
            }
        }

        @media (min-width: 1280px) {
            .card-visual-container {
                transform: scale(1.4);
            }
        }

        @media (min-width: 1536px) {
            .card-visual-container {
                transform: scale(1.6);
            }
        }

        /* Digital Card Container (Cartão Digital) */
        .digital-card-container {
            transform: scale(1);
            transform-origin: center center;
        }

        @media (min-width: 1024px) {
            .digital-card-container {
                transform: scale(0.85);
            }
        }

        @media (min-width: 1280px) {
            .digital-card-container {
                transform: scale(0.95);
            }
        }

        @media (min-width: 1536px) {
            .digital-card-container {
                transform: scale(1.05);
            }
        }

        /* Portfolio Corporativo Styles */
        @keyframes float-smooth {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-12px);
            }
        }

        @keyframes float-delay-1 {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-15px);
            }
        }

        @keyframes float-delay-2 {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-10px);
            }
        }

        @keyframes float-delay-3 {

            0%,
            100% {
                transform: translateY(0px);
            }

            50% {
                transform: translateY(-8px);
            }
        }

        .glass-portfolio-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .glass-portfolio-card:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.35);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
            transform: translateY(-4px);
        }

        .float-card-1 {
            animation: float-smooth 5s ease-in-out infinite;
        }

        .float-card-2 {
            animation: float-delay-1 6s ease-in-out infinite 0.5s;
        }

        .float-card-3 {
            animation: float-delay-2 5.5s ease-in-out infinite 1s;
        }

        .float-card-4 {
            animation: float-delay-3 6.5s ease-in-out infinite 1.5s;
        }

        .bento-scale {
            transform: scale(0.75);
            transform-origin: center center;
        }

        @media (min-width: 1280px) {
            .bento-scale {
                transform: scale(0.85);
            }
        }

        @media (min-width: 1536px) {
            .bento-scale {
                transform: scale(0.95);
            }
        }

        /* Assinatura Email Styles */
        .glass-email-card {
            background: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.25);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .glass-email-card:hover {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.35);
            box-shadow: 0 12px 48px rgba(0, 0, 0, 0.45);
            transform: translateY(-4px);
        }

        .float-email-1 {
            animation: float-smooth 5s ease-in-out infinite;
        }

        .float-email-2 {
            animation: float-delay-1 6s ease-in-out infinite 0.5s;
        }

        .float-email-3 {
            animation: float-delay-2 5.5s ease-in-out infinite 1s;
        }

        .float-email-4 {
            animation: float-delay-3 6.5s ease-in-out infinite 1.5s;
        }

        .email-bento-scale {
            transform: scale(0.75);
            transform-origin: center center;
        }

        @media (min-width: 1280px) {
            .email-bento-scale {
                transform: scale(0.85);
            }
        }

        @media (min-width: 1536px) {
            .email-bento-scale {
                transform: scale(0.95);
            }
        }

        /* Papel Timbrado Styles */
        .perspective-container {
            perspective: 1500px;
            min-height: 500px;
            display: none;
            /* Hidden by default (mobile) */
            align-items: center;
            justify-content: center;
            /* Critical: ensure visible overflow for shadows */
            overflow: visible !important;
            z-index: 10;
            margin-top: -3rem;
        }

        @media (min-width: 1024px) {
            .perspective-container {
                display: flex;
                /* Show on lg+ screens */
            }
        }

        .letterhead-wrapper {
            position: relative;
            width: 340px;
            height: 480px;
            /* 3D Transform */
            transform-style: preserve-3d;
            transform: rotateX(20deg) rotateY(-20deg) rotateZ(5deg);
            transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
            /* Floating Animation */
            animation: float-paper-stack 6s ease-in-out infinite;
        }

        .perspective-container:hover .letterhead-wrapper {
            /* Straighten slightly on hover */
            transform: rotateX(10deg) rotateY(-10deg) rotateZ(2deg) scale(1.02);
        }

        @keyframes float-paper-stack {

            0%,
            100% {
                transform: rotateX(20deg) rotateY(-20deg) rotateZ(5deg) translateY(0);
            }

            50% {
                transform: rotateX(20deg) rotateY(-20deg) rotateZ(5deg) translateY(-20px);
            }
        }

        /* Main Paper Sheet - OPAQUE WHITE */
        .paper-solid {
            position: absolute;
            inset: 0;
            background-color: #ffffff;
            background-image: radial-gradient(circle at top left, #ffffff 0%, #f1f5f9 100%);
            border-radius: 4px;
            /* Strong shadow for separation from dark background */
            box-shadow:
                -1px -1px 0 rgba(255, 255, 255, 0.5),
                /* Highlight edge */
                0 20px 50px rgba(0, 0, 0, 0.6),
                /* Requested strong shadow */
                0 5px 15px rgba(0, 0, 0, 0.2);
            /* Detail shadow */
        }

        /* Decorative elements behind */
        .paper-stack-bg {
            position: absolute;
            inset: 0;
            background: #cbd5e1;
            border-radius: 4px;
            transform: translateZ(-20px) rotateZ(-3deg);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        /* Mascote Styles */
        .perspective-mascot {
            perspective: 1000px;
            display: none;
            /* Hidden by default (mobile) */
            align-items: center;
            justify-content: center;
            z-index: 10;
        }

        @media (min-width: 1024px) {
            .perspective-mascot {
                display: flex;
                /* Show on lg+ screens */
            }
        }

        .mascot-scene {
            position: relative;
            width: 350px;
            height: 450px;
            margin-right: -40px;
            animation: float-ref 6s ease-in-out infinite;
        }

        @keyframes float-ref {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-20px);
            }
        }

        /* --- REFERENCE STYLE GEOMETRY --- */

        /* COLORS */
        :root {
            --fox-orange: #e06828;
            --fox-cream: #fbf6ef;
            --fox-dark: #3a221a;
        }

        /* HEAD */
        .ref-head {
            position: absolute;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 180px;
            height: 150px;
            z-index: 20;
        }

        .head-shape {
            width: 100%;
            height: 100%;
            background-color: #e67e22;
            border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
            position: relative;
            z-index: 2;
            overflow: hidden;
            box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
        }

        .cheek-white {
            position: absolute;
            bottom: 0;
            width: 100px;
            height: 100px;
            background-color: #fff8f0;
            border-radius: 50%;
            z-index: 3;
        }

        .cheek-white.left {
            left: -20px;
            bottom: -20px;
        }

        .cheek-white.right {
            right: -20px;
            bottom: -20px;
        }

        .snout-white {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 80px;
            background-color: #fff8f0;
            z-index: 3;
        }

        /* EARS */
        .ref-ear {
            position: absolute;
            top: -35px;
            width: 70px;
            height: 90px;
            background-color: #e67e22;
            z-index: 1;
            border-radius: 10px 10px 0 0;
        }

        .ref-ear.left {
            left: -5px;
            transform: rotate(-25deg);
            border-top-left-radius: 40px;
        }

        .ref-ear.right {
            right: -5px;
            transform: rotate(25deg);
            border-top-right-radius: 40px;
        }

        .ref-ear-inner {
            position: absolute;
            bottom: 0;
            width: 30px;
            height: 50px;
            background-color: #fff8f0;
            border-radius: 20px 20px 0 0;
        }

        .ref-ear.left .ref-ear-inner {
            right: 10px;
            opacity: 0.6;
        }

        .ref-ear.right .ref-ear-inner {
            left: 10px;
            opacity: 0.6;
        }

        /* MASK & EYES */
        .ref-mask {
            position: absolute;
            top: 55px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 40px;
            background-color: #2c3e50;
            border-radius: 20px;
            z-index: 10;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 14px;
            box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
        }

        .ref-eye {
            width: 18px;
            height: 18px;
            background-color: white;
            border-radius: 50%;
            position: relative;
            animation: blink-ref 4s infinite;
        }

        .ref-eye::after {
            content: '';
            position: absolute;
            top: 3px;
            right: 3px;
            width: 6px;
            height: 6px;
            background-color: #2c3e50;
            border-radius: 50%;
        }

        @keyframes blink-ref {

            0%,
            96%,
            100% {
                transform: scaleY(1);
            }

            98% {
                transform: scaleY(0.1);
            }
        }

        .ref-nose {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            width: 16px;
            height: 12px;
            background-color: #3b2c27;
            border-radius: 50% 50% 50% 50% / 40% 40% 60% 60%;
            z-index: 15;
        }

        /* BODY */
        .ref-body {
            position: absolute;
            top: 155px;
            left: 50%;
            transform: translateX(-50%);
            width: 90px;
            height: 100px;
            background-color: #e67e22;
            border-radius: 40px 40px 30px 30px;
            z-index: 15;
            box-shadow: inset 0 -10px 0 rgba(0, 0, 0, 0.05);
        }

        .ref-belly {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50px;
            height: 70px;
            background-color: #fff8f0;
            border-radius: 30px 30px 0 0;
        }

        .ref-emblem {
            position: absolute;
            top: 50px;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 24px;
            color: #e67e22;
            z-index: 20;
            filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.1));
        }

        /* CAPE */
        .ref-cape {
            position: absolute;
            top: 160px;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 120px;
            background-color: #e74c3c;
            z-index: 5;
            border-radius: 20px 20px 40px 40px;
            animation: cape-sway 3s ease-in-out infinite alternate;
            box-shadow: 0 10px 0 rgba(0, 0, 0, 0.1);
        }

        @keyframes cape-sway {
            0% {
                transform: translateX(-50%) rotate(-5deg);
            }

            100% {
                transform: translateX(-50%) rotate(5deg);
            }
        }

        /* Consultoria Marca Styles */
        .branding-toolkit-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .branding-toolkit-container {
                display: block;
            }
        }

        .toolkit-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-10deg) rotateX(5deg);
            animation: float-toolkit 8s ease-in-out infinite;
        }

        @keyframes float-toolkit {

            0%,
            100% {
                transform: rotateY(-15deg) rotateX(5deg) translateY(0);
            }

            50% {
                transform: rotateY(-15deg) rotateX(5deg) translateY(-20px);
            }
        }

        /* Main Brand Card (Logo mockup) */
        .brand-card-main {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            height: 260px;
            background: linear-gradient(145deg, #ffffff, #f8fafc);
            border-radius: 16px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            z-index: 10;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px;
            transition: transform 0.4s ease;
        }

        .brand-card-main:hover {
            transform: translate(-50%, -50%) scale(1.03);
        }

        .logo-placeholder {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 100%);
            border-radius: 20px;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(255, 126, 95, 0.3);
        }

        .logo-placeholder i {
            font-size: 32px;
            color: white;
        }

        .brand-name-mock {
            width: 100px;
            height: 14px;
            background: #1e293b;
            border-radius: 4px;
            margin-bottom: 8px;
        }

        .brand-tagline-mock {
            width: 80px;
            height: 8px;
            background: #94a3b8;
            border-radius: 4px;
        }

        /* Color Palette Card */
        .palette-card {
            position: absolute;
            top: 15%;
            left: 5%;
            width: 110px;
            height: 150px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            padding: 12px;
            z-index: 5;
            transform: rotate(-8deg) translateZ(30px);
            animation: float-card-1 6s ease-in-out infinite;
        }

        @keyframes float-card-1 {

            0%,
            100% {
                transform: rotate(-8deg) translateZ(30px) translateY(0);
            }

            50% {
                transform: rotate(-8deg) translateZ(30px) translateY(-10px);
            }
        }

        .palette-title {
            font-size: 8px;
            font-weight: 700;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }

        .color-swatches {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 6px;
        }

        .swatch {
            width: 100%;
            aspect-ratio: 1;
            border-radius: 6px;
        }

        .swatch-1 {
            background: #ff7e5f;
        }

        .swatch-2 {
            background: #feb47b;
        }

        .swatch-3 {
            background: #1e293b;
        }

        .swatch-4 {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
        }

        /* Typography Card */
        .typo-card {
            position: absolute;
            bottom: 20%;
            right: 10%;
            width: 120px;
            height: 90px;
            background: white;
            border-radius: 12px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            padding: 14px;
            z-index: 5;
            transform: rotate(6deg) translateZ(20px);
            animation: float-card-2 7s ease-in-out infinite;
        }

        @keyframes float-card-2 {

            0%,
            100% {
                transform: rotate(6deg) translateZ(20px) translateY(0);
            }

            50% {
                transform: rotate(6deg) translateZ(20px) translateY(-8px);
            }
        }

        .typo-title {
            font-size: 8px;
            font-weight: 700;
            color: #64748b;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }

        .typo-sample {
            font-family: 'Inter', sans-serif;
            font-size: 22px;
            font-weight: 800;
            color: #1e293b;
            line-height: 1;
        }

        .typo-sample-light {
            font-size: 12px;
            font-weight: 400;
            color: #64748b;
            margin-top: 4px;
        }

        /* Naming Tag */
        .naming-tag {
            position: absolute;
            top: 10%;
            right: 10%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 10px 18px;
            border-radius: 30px;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 10px 25px rgba(124, 58, 237, 0.4);
            z-index: 15;
            transform: translateZ(50px);
            animation: float-tag 5s ease-in-out infinite;
        }

        @keyframes float-tag {

            0%,
            100% {
                transform: translateZ(50px) translateY(0) rotate(3deg);
            }

            50% {
                transform: translateZ(50px) translateY(-12px) rotate(3deg);
            }
        }

        /* Strategy Icon */
        .strategy-icon {
            position: absolute;
            bottom: 25%;
            left: 5%;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #10b981, #059669);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(16, 185, 129, 0.4);
            z-index: 8;
            transform: translateZ(40px);
            animation: pulse-icon 3s ease-in-out infinite;
        }

        @keyframes pulse-icon {

            0%,
            100% {
                transform: translateZ(40px) scale(1);
            }

            50% {
                transform: translateZ(40px) scale(1.1);
            }
        }

        .strategy-icon i {
            color: white;
            font-size: 20px;
        }

        /* Sites Profissionais Styles */
        /* Browser Mockup */
        .browser-mockup-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .browser-mockup-container {
                display: block;
            }
        }

        .browser-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-browser 7s ease-in-out infinite;
        }

        @keyframes float-browser {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Main Browser Window */
        .browser-window {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 280px;
            height: 320px;
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border-radius: 12px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.4),
                0 10px 20px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            z-index: 10;
            overflow: hidden;
        }

        /* Browser Header (Title bar) */
        .browser-header {
            height: 36px;
            background: linear-gradient(180deg, #374151, #1f2937);
            display: flex;
            align-items: center;
            padding: 0 12px;
            gap: 8px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        }

        .browser-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .dot-red {
            background: #ef4444;
        }

        .dot-yellow {
            background: #eab308;
        }

        .dot-green {
            background: #22c55e;
        }

        .browser-url-bar {
            flex: 1;
            height: 22px;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 4px;
            margin-left: 12px;
            display: flex;
            align-items: center;
            padding: 0 10px;
        }

        .browser-url-bar span {
            font-size: 10px;
            color: #94a3b8;
            font-family: monospace;
        }

        /* Browser Content (Website mockup) */
        .browser-content {
            background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
            height: calc(100% - 36px);
            padding: 16px;
            position: relative;
        }

        /* Fake website elements */
        .site-header-mock {
            height: 40px;
            background: white;
            border-radius: 8px;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            padding: 0 12px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        }

        .site-logo-mock {
            width: 24px;
            height: 24px;
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            border-radius: 6px;
        }

        .site-nav-mock {
            display: flex;
            gap: 8px;
            margin-left: auto;
        }

        .nav-item-mock {
            width: 30px;
            height: 6px;
            background: #cbd5e1;
            border-radius: 3px;
        }

        .site-hero-mock {
            background: linear-gradient(135deg, #0ea5e9, #8b5cf6);
            height: 100px;
            border-radius: 10px;
            margin-bottom: 12px;
            padding: 16px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-title-mock {
            width: 70%;
            height: 12px;
            background: white;
            border-radius: 3px;
            margin-bottom: 8px;
        }

        .hero-subtitle-mock {
            width: 50%;
            height: 8px;
            background: rgba(255, 255, 255, 0.6);
            border-radius: 3px;
            margin-bottom: 12px;
        }

        .hero-btn-mock {
            width: 60px;
            height: 18px;
            background: #ff7e5f;
            border-radius: 10px;
        }

        .site-cards-mock {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }

        .card-mock {
            background: white;
            height: 60px;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            padding: 8px;
        }

        .card-icon-mock {
            width: 20px;
            height: 20px;
            background: #e0f2fe;
            border-radius: 4px;
            margin-bottom: 6px;
        }

        .card-text-mock {
            width: 80%;
            height: 5px;
            background: #cbd5e1;
            border-radius: 2px;
        }

        /* Floating Elements */
        .speed-badge {
            position: absolute;
            top: 8%;
            left: 15%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 8px 14px;
            border-radius: 30px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 10px 25px rgba(34, 197, 94, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-badge-1 5s ease-in-out infinite;
        }

        @keyframes float-badge-1 {

            0%,
            100% {
                transform: translateY(0) rotate(-3deg);
            }

            50% {
                transform: translateY(-10px) rotate(-3deg);
            }
        }

        .seo-badge {
            position: absolute;
            bottom: 22%;
            left: 12%;
            background: linear-gradient(135deg, #f59e0b, #d97706);
            color: white;
            padding: 8px 14px;
            border-radius: 30px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 10px 25px rgba(245, 158, 11, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-badge-2 6s ease-in-out infinite;
        }

        @keyframes float-badge-2 {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .mobile-icon {
            position: absolute;
            bottom: 35%;
            right: 15%;
            width: 45px;
            height: 70px;
            background: #1e293b;
            border-radius: 8px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
            z-index: 8;
            display: flex;
            flex-direction: column;
            padding: 3px;
            animation: float-mobile 4s ease-in-out infinite;
        }

        @keyframes float-mobile {

            0%,
            100% {
                transform: translateY(0) rotate(3deg);
            }

            50% {
                transform: translateY(-8px) rotate(3deg);
            }
        }

        .mobile-screen {
            flex: 1;
            background: linear-gradient(180deg, #38bdf8, #818cf8);
            border-radius: 6px;
            margin: 2px;
        }

        .mobile-home {
            width: 16px;
            height: 3px;
            background: #475569;
            border-radius: 2px;
            margin: 3px auto;
        }

        /* Server Stack Animation */
        @keyframes float-server {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }
        }

        @keyframes blink-server {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.3;
            }
        }

        .animate-blink-server {
            animation: blink-server 0.5s ease-in-out infinite;
        }

        /* Blog Styles */
        .blog-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .blog-container {
                display: block;
            }
        }

        .blog-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-blog 7s ease-in-out infinite;
        }

        @keyframes float-blog {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Blog Card Stack */
        .blog-card-main {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 280px;
            height: 340px;
            background: white;
            border-radius: 14px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2);
            z-index: 10;
            overflow: hidden;
        }

        /* Card Image */
        .blog-card-image {
            height: 140px;
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .blog-card-image i {
            color: white;
            font-size: 40px;
        }

        /* Card Content */
        .blog-card-content {
            padding: 16px;
        }

        .blog-card-category {
            display: inline-block;
            background: #ff7e5f;
            color: white;
            font-size: 8px;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: 20px;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .blog-card-title {
            font-size: 14px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 8px;
            line-height: 1.4;
        }

        .blog-card-excerpt {
            font-size: 10px;
            color: #64748b;
            line-height: 1.5;
            margin-bottom: 12px;
        }

        /* --- Blog Post Content (Prose) --- */
        .prose h2 {
            font-size: 1.875rem;
            font-weight: 800;
            color: #1e3a8a;
            margin-top: 2.5rem;
            margin-bottom: 1.25rem;
            line-height: 1.3;
        }

        .prose h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #1f2937;
            margin-top: 2rem;
            margin-bottom: 1rem;
            line-height: 1.3;
        }

        .prose p {
            margin-bottom: 1.5rem;
            line-height: 1.8;
            color: #4b5563;
            font-size: 1.125rem;
        }

        .prose ul,
        .prose ol {
            margin-bottom: 1.5rem;
            padding-left: 1.5rem;
            list-style-type: disc;
            color: #4b5563;
        }

        .prose li {
            margin-bottom: 0.5rem;
            padding-left: 0.5rem;
        }

        .prose strong {
            color: #111827;
            font-weight: 700;
        }

        .prose a {
            color: #2563eb;
            text-decoration: underline;
            font-weight: 500;
            transition: color 0.2s;
        }

        .prose a:hover {
            color: #1e40af;
        }

        .prose blockquote {
            border-left: 4px solid #e5e7eb;
            padding-left: 1rem;
            font-style: italic;
            color: #6b7280;
            margin-bottom: 1.5rem;
        }

        /* Botão no meio do texto */
        .prose .btn-primary {
            text-decoration: none;
            color: white !important;
        }

        .blog-card-meta {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 9px;
            color: #94a3b8;
        }

        .blog-card-meta i {
            font-size: 10px;
        }

        /* Background Card */
        .blog-card-bg {
            position: absolute;
            top: 48%;
            left: 48%;
            transform: translate(-50%, -50%) rotate(5deg);
            width: 260px;
            height: 320px;
            background: #f1f5f9;
            border-radius: 14px;
            z-index: 5;
        }

        /* Floating Elements */
        .seo-badge {
            position: absolute;
            top: 6%;
            left: 8%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-seo-blog 5s ease-in-out infinite;
        }

        @keyframes float-seo-blog {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .tips-badge {
            position: absolute;
            bottom: 18%;
            left: 6%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-tips-blog 6s ease-in-out infinite;
        }

        @keyframes float-tips-blog {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .share-icon {
            position: absolute;
            bottom: 28%;
            right: 8%;
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
            z-index: 15;
            animation: float-share-blog 4s ease-in-out infinite;
        }

        .share-icon i {
            color: white;
            font-size: 20px;
        }

        @keyframes float-share-blog {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Desenvolvimento Sistemas Styles */
        /* 3D Software Development Scene */
        .dev-system-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .dev-system-container {
                display: block;
            }
        }

        .dev-system-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-dev-sys 7s ease-in-out infinite;
        }

        @keyframes float-dev-sys {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Code Editor */
        .code-editor {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 305px;
            height: 365px;
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border-radius: 12px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.4),
                0 10px 20px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            z-index: 10;
            overflow: hidden;
        }

        /* Editor Header */
        .editor-header {
            height: 32px;
            background: linear-gradient(180deg, #374151, #1f2937);
            display: flex;
            align-items: center;
            padding: 0 10px;
            gap: 6px;
        }

        .editor-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .editor-dot.red {
            background: #ef4444;
        }

        .editor-dot.yellow {
            background: #eab308;
        }

        .editor-dot.green {
            background: #22c55e;
        }

        .editor-filename {
            margin-left: auto;
            font-size: 9px;
            color: #64748b;
            font-family: monospace;
        }

        /* Code Content */
        .code-content {
            padding: 12px;
            font-family: 'Fira Code', 'Monaco', monospace;
            font-size: 9px;
            line-height: 1.6;
        }

        .code-line {
            display: flex;
            gap: 8px;
        }

        .line-num {
            color: #475569;
            width: 20px;
            text-align: right;
        }

        .code-text {
            color: #94a3b8;
        }

        .code-keyword {
            color: #c084fc;
        }

        .code-function {
            color: #60a5fa;
        }

        .code-string {
            color: #4ade80;
        }

        .code-comment {
            color: #64748b;
            font-style: italic;
        }

        .code-class {
            color: #f59e0b;
        }

        .code-var {
            color: #38bdf8;
        }

        /* Terminal Mini */
        .terminal-mini {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 70px;
            background: #0f172a;
            border-top: 1px solid #334155;
            padding: 8px 12px;
            font-family: monospace;
            font-size: 8px;
        }

        .terminal-prompt {
            color: #22c55e;
        }

        .terminal-cmd {
            color: #94a3b8;
        }

        .terminal-success {
            color: #4ade80;
        }

        /* Floating Elements */
        .api-badge {
            position: absolute;
            top: 6%;
            left: 8%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-api-sys 5s ease-in-out infinite;
        }

        @keyframes float-api-sys {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .db-badge {
            position: absolute;
            bottom: 18%;
            left: 6%;
            background: linear-gradient(135deg, #0ea5e9, #0284c7);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(14, 165, 233, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-db-sys 6s ease-in-out infinite;
        }

        @keyframes float-db-sys {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .cloud-icon {
            position: absolute;
            bottom: 28%;
            right: 8%;
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #f59e0b, #d97706);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
            z-index: 15;
            animation: float-cloud-sys 4s ease-in-out infinite;
        }

        .cloud-icon i {
            color: white;
            font-size: 18px;
        }

        @keyframes float-cloud-sys {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Hospedagem Sites Styles */
        /* Server Hosting Scene */
        .hosting-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .hosting-container {
                display: block;
            }
        }

        .hosting-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-hosting 7s ease-in-out infinite;
        }

        @keyframes float-hosting {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Server Rack */
        .server-rack {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 280px;
            height: 340px;
            background: linear-gradient(145deg, #1e293b, #0f172a);
            border-radius: 14px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.4),
                0 10px 20px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
            z-index: 10;
            overflow: hidden;
            padding: 16px;
        }

        /* Server Units */
        .server-unit {
            background: linear-gradient(180deg, #374151, #1f2937);
            border-radius: 8px;
            height: 55px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            padding: 0 12px;
            gap: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .server-leds {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .led {
            width: 8px;
            height: 8px;
            border-radius: 50%;
        }

        .led.green {
            background: #22c55e;
            box-shadow: 0 0 8px #22c55e;
        }

        .led.orange {
            background: #f59e0b;
            box-shadow: 0 0 8px #f59e0b;
            animation: blink-led 1s infinite;
        }

        @keyframes blink-led {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: 0.3;
            }
        }

        .server-vents {
            flex: 1;
            display: flex;
            gap: 3px;
        }

        .vent {
            flex: 1;
            height: 35px;
            background: repeating-linear-gradient(0deg,
                    #0f172a,
                    #0f172a 2px,
                    #1e293b 2px,
                    #1e293b 4px);
            border-radius: 3px;
        }

        .server-label {
            font-size: 8px;
            color: #64748b;
            font-family: monospace;
            text-transform: uppercase;
        }

        /* Stats Panel */
        .stats-panel {
            background: rgba(0, 0, 0, 0.3);
            border-radius: 8px;
            padding: 12px;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
        }

        .stat-item {
            text-align: center;
        }

        .stat-value {
            font-size: 16px;
            font-weight: 700;
            color: #22c55e;
        }

        .stat-label {
            font-size: 8px;
            color: #64748b;
            text-transform: uppercase;
        }

        /* Floating Elements */
        .ssl-badge {
            position: absolute;
            top: 6%;
            left: 8%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-ssl-host 5s ease-in-out infinite;
        }

        @keyframes float-ssl-host {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .ssd-badge {
            position: absolute;
            bottom: 18%;
            left: 6%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-ssd-host 6s ease-in-out infinite;
        }

        @keyframes float-ssd-host {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .whatsapp-icon {
            position: absolute;
            bottom: 28%;
            right: 8%;
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #25d366, #128c7e);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(37, 211, 102, 0.4);
            z-index: 15;
            animation: float-wpp-host 4s ease-in-out infinite;
        }

        .whatsapp-icon i {
            color: white;
            font-size: 22px;
        }

        @keyframes float-wpp-host {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Lojas Virtuais Styles */
        /* E-commerce Storefront */
        .ecommerce-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .ecommerce-container {
                display: block;
            }
        }

        .ecommerce-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-ecom 7s ease-in-out infinite;
        }

        @keyframes float-ecom {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Main Store Panel */
        .store-panel {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 260px;
            height: 300px;
            background: linear-gradient(145deg, #ffffff, #f8fafc);
            border-radius: 12px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            z-index: 10;
            overflow: hidden;
        }

        /* Store Header */
        .store-header {
            height: 40px;
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            display: flex;
            align-items: center;
            padding: 0 12px;
            gap: 8px;
        }

        .store-logo {
            width: 20px;
            height: 20px;
            background: white;
            border-radius: 4px;
        }

        .store-name {
            font-size: 10px;
            font-weight: 700;
            color: white;
        }

        .store-cart {
            margin-left: auto;
            position: relative;
        }

        .store-cart i {
            color: white;
            font-size: 14px;
        }

        .cart-badge {
            position: absolute;
            top: -5px;
            right: -5px;
            width: 14px;
            height: 14px;
            background: #22c55e;
            border-radius: 50%;
            font-size: 8px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }

        /* Products Grid */
        .products-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 8px;
            padding: 12px;
        }

        .product-card {
            background: white;
            border-radius: 8px;
            padding: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
            border: 1px solid #e2e8f0;
        }

        .product-img {
            width: 100%;
            height: 50px;
            background: linear-gradient(135deg, #e0f2fe, #dbeafe);
            border-radius: 6px;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-img i {
            color: #3b82f6;
            font-size: 18px;
        }

        .product-name {
            font-size: 8px;
            font-weight: 600;
            color: #1e293b;
            margin-bottom: 2px;
        }

        .product-price {
            font-size: 10px;
            font-weight: 700;
            color: #22c55e;
        }

        /* Checkout Bar */
        .checkout-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 45px;
            background: #1e293b;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
        }

        .checkout-total {
            font-size: 10px;
            color: white;
        }

        .checkout-total span {
            font-weight: 700;
            color: #4ade80;
        }

        .checkout-btn {
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 6px 12px;
            border-radius: 15px;
            font-size: 9px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 4px;
        }

        /* Floating Elements */
        .payment-badge {
            position: absolute;
            top: 8%;
            left: 12%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-pay 5s ease-in-out infinite;
        }

        @keyframes float-pay {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .pix-badge {
            position: absolute;
            bottom: 22%;
            left: 10%;
            background: linear-gradient(135deg, #00b4d8, #0077b6);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(0, 180, 216, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-pix 6s ease-in-out infinite;
        }

        @keyframes float-pix {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .ssl-icon {
            position: absolute;
            bottom: 32%;
            right: 12%;
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            animation: float-ssl 4s ease-in-out infinite;
        }

        .ssl-icon i {
            color: white;
            font-size: 14px;
        }

        @keyframes float-ssl {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* E-mail Profissional Styles */
        .email-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .email-container {
                display: block;
            }
        }

        .email-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-email 7s ease-in-out infinite;
        }

        @keyframes float-email {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Email Client */
        .email-client {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 290px;
            height: 350px;
            background: white;
            border-radius: 14px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2);
            z-index: 10;
            overflow: hidden;
        }

        /* Email Header */
        .email-header {
            height: 50px;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            display: flex;
            align-items: center;
            padding: 0 14px;
            gap: 10px;
        }

        .email-logo {
            width: 28px;
            height: 28px;
            background: white;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .email-logo i {
            color: #3b82f6;
            font-size: 14px;
        }

        .email-domain {
            color: white;
            font-size: 11px;
            font-weight: 600;
        }

        .email-count {
            margin-left: auto;
            background: #ef4444;
            color: white;
            font-size: 9px;
            font-weight: 700;
            padding: 3px 8px;
            border-radius: 10px;
        }

        /* Email List */
        .email-list {
            padding: 10px;
        }

        .email-item {
            display: flex;
            align-items: center;
            padding: 12px;
            border-radius: 10px;
            margin-bottom: 8px;
            gap: 10px;
            background: #f8fafc;
            border-left: 3px solid transparent;
        }

        .email-item.unread {
            background: #eff6ff;
            border-left-color: #3b82f6;
        }

        .email-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            color: white;
        }

        .email-content {
            flex: 1;
            min-width: 0;
        }

        .email-sender {
            font-size: 10px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 2px;
        }

        .email-subject {
            font-size: 9px;
            color: #64748b;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .email-time {
            font-size: 8px;
            color: #94a3b8;
        }

        /* Compose Button */
        .compose-btn {
            position: absolute;
            bottom: 14px;
            right: 14px;
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
        }

        .compose-btn i {
            color: white;
            font-size: 16px;
        }

        /* Floating Elements */
        .antispam-badge {
            position: absolute;
            top: 6%;
            left: 8%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-antispam 5s ease-in-out infinite;
        }

        @keyframes float-antispam {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .mobile-badge {
            position: absolute;
            bottom: 18%;
            left: 6%;
            background: linear-gradient(135deg, #f59e0b, #d97706);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-mobile-email 6s ease-in-out infinite;
        }

        @keyframes float-mobile-email {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        /* Sites Sob Medida - Custom Dev Dashboard */
        .custom-dev-container {
            perspective: 1200px;
        }

        .dev-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            animation: float-dev 6s ease-in-out infinite;
        }

        @keyframes float-dev {

            0%,
            100% {
                transform: translateY(0) rotateY(-5deg) rotateX(5deg);
            }

            50% {
                transform: translateY(-15px) rotateY(-5deg) rotateX(5deg);
            }
        }

        .dashboard-panel {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 260px;
            background: #1e293b;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .dash-header {
            background: #0f172a;
            padding: 10px 14px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .dash-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .dash-dot.red {
            background: #ef4444;
        }

        .dash-dot.yellow {
            background: #f59e0b;
        }

        .dash-dot.green {
            background: #22c55e;
        }

        .dash-title {
            font-size: 10px;
            color: #64748b;
            margin-left: auto;
            font-family: monospace;
        }

        .dash-widgets {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            padding: 14px;
        }

        .widget {
            background: #0f172a;
            border-radius: 8px;
            padding: 12px;
            text-align: center;
        }

        .widget-icon {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 8px;
        }

        .widget-icon i {
            color: white;
            font-size: 12px;
        }

        .widget-icon.blue {
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
        }

        .widget-icon.green {
            background: linear-gradient(135deg, #22c55e, #16a34a);
        }

        .widget-icon.purple {
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
        }

        .widget-icon.orange {
            background: linear-gradient(135deg, #f59e0b, #d97706);
        }

        .widget-value {
            font-size: 16px;
            font-weight: 800;
            color: white;
        }

        .widget-label {
            font-size: 9px;
            color: #64748b;
            margin-top: 2px;
        }

        .code-preview {
            background: #0f172a;
            margin: 0 14px 14px;
            padding: 12px;
            border-radius: 8px;
            font-family: monospace;
            font-size: 10px;
            color: #94a3b8;
            line-height: 1.5;
        }

        .code-keyword {
            color: #c084fc;
        }

        .code-function {
            color: #60a5fa;
        }

        .code-string {
            color: #4ade80;
        }

        .custom-badge {
            position: absolute;
            top: 5%;
            left: 5%;
            background: linear-gradient(135deg, #f59e0b, #d97706);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-custom 5s ease-in-out infinite;
        }

        @keyframes float-custom {

            0%,
            100% {
                transform: translateY(0) rotate(-3deg);
            }

            50% {
                transform: translateY(-10px) rotate(-3deg);
            }
        }

        .api-badge {
            position: absolute;
            top: 8%;
            right: 5%;
            background: linear-gradient(135deg, #8b5cf6, #7c3aed);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(139, 92, 246, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-api 6s ease-in-out infinite;
        }

        @keyframes float-api {

            0%,
            100% {
                transform: translateY(0) rotate(3deg);
            }

            50% {
                transform: translateY(-8px) rotate(3deg);
            }
        }

        .login-icon {
            position: absolute;
            bottom: 15%;
            right: 10%;
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            animation: float-login 4s ease-in-out infinite;
        }

        .login-icon i {
            color: white;
            font-size: 18px;
        }

        @keyframes float-login {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Mobile CTA Banner (Fale com um especialista) — card claro e discreto */
        .mobile-promo-banner {
            box-shadow: 0 4px 14px rgba(17, 24, 39, 0.06);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .mobile-promo-banner:active {
            transform: scale(0.98);
            box-shadow: 0 2px 8px rgba(17, 24, 39, 0.08);
        }

        .promo-arrow-btn {
            animation: pulse-arrow 2s ease-in-out infinite;
        }

        @keyframes pulse-arrow {

            0%,
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            }

            50% {
                transform: scale(1.1);
                box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            }
        }

        @keyframes shine {
            0% {
                transform: translateX(-200%) skewX(-12deg);
            }

            100% {
                transform: translateX(200%) skewX(-12deg);
            }
        }

        .animate-shine {
            animation: shine 3s ease-in-out infinite;
        }

        /* Landing Pages - 3D Conversion Element */
        .landing-container {
            perspective: 1200px;
        }

        .landing-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            animation: float-landing 6s ease-in-out infinite;
        }

        @keyframes float-landing {

            0%,
            100% {
                transform: translateY(0) rotateY(-5deg) rotateX(5deg);
            }

            50% {
                transform: translateY(-15px) rotateY(-5deg) rotateX(5deg);
            }
        }

        .landing-panel {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 220px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .landing-hero {
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            padding: 20px 16px;
        }

        .landing-headline {
            background: rgba(255, 255, 255, 0.9);
            height: 14px;
            border-radius: 4px;
            margin-bottom: 8px;
            width: 80%;
        }

        .landing-subhead {
            background: rgba(255, 255, 255, 0.6);
            height: 10px;
            border-radius: 4px;
            width: 60%;
        }

        .landing-form {
            padding: 16px;
        }

        .form-field {
            display: flex;
            align-items: center;
            gap: 10px;
            background: #f1f5f9;
            padding: 10px 12px;
            border-radius: 6px;
            margin-bottom: 8px;
        }

        .form-field i {
            color: #94a3b8;
            font-size: 12px;
        }

        .form-field-line {
            flex: 1;
            height: 8px;
            background: #e2e8f0;
            border-radius: 4px;
        }

        .form-submit {
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            padding: 12px;
            border-radius: 6px;
            text-align: center;
            margin-top: 4px;
        }

        .form-submit-text {
            color: white;
            font-size: 10px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 6px;
        }

        .trust-row {
            display: flex;
            justify-content: center;
            gap: 12px;
            margin-top: 12px;
        }

        .trust-item {
            font-size: 8px;
            color: #64748b;
            display: flex;
            align-items: center;
            gap: 3px;
        }

        .trust-item i {
            color: #22c55e;
            font-size: 8px;
        }

        .conversion-badge {
            position: absolute;
            top: 5%;
            left: 5%;
            background: linear-gradient(135deg, #22c55e, #16a34a);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(34, 197, 94, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-conversion 5s ease-in-out infinite;
        }

        @keyframes float-conversion {

            0%,
            100% {
                transform: translateY(0) rotate(-3deg);
            }

            50% {
                transform: translateY(-10px) rotate(-3deg);
            }
        }

        .ads-badge {
            position: absolute;
            top: 8%;
            right: 5%;
            background: linear-gradient(135deg, #4285f4, #1a73e8);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(66, 133, 244, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-ads 6s ease-in-out infinite;
        }

        @keyframes float-ads {

            0%,
            100% {
                transform: translateY(0) rotate(3deg);
            }

            50% {
                transform: translateY(-8px) rotate(3deg);
            }
        }

        .speed-icon {
            position: absolute;
            bottom: 15%;
            right: 10%;
            width: 44px;
            height: 44px;
            background: linear-gradient(135deg, #f59e0b, #d97706);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4);
            z-index: 15;
            animation: float-speed 4s ease-in-out infinite;
        }

        .speed-icon i {
            color: white;
            font-size: 18px;
        }

        @keyframes float-speed {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Mídias Sociais - 3D Instagram Feed */
        .social-container {
            perspective: 1200px;
        }

        .social-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            animation: float-social 6s ease-in-out infinite;
        }

        @keyframes float-social {

            0%,
            100% {
                transform: translateY(0) rotateY(-5deg) rotateX(5deg);
            }

            50% {
                transform: translateY(-15px) rotateY(-5deg) rotateX(5deg);
            }
        }

        .insta-post {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 200px;
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
        }

        .post-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 12px;
            border-bottom: 1px solid #f1f5f9;
        }

        .post-avatar {
            width: 32px;
            height: 32px;
            background: linear-gradient(135deg, #ff7e5f, #feb47b);
            border-radius: 50%;
        }

        .post-username {
            font-size: 12px;
            font-weight: 700;
            color: #1e293b;
        }

        .post-badge i {
            color: #3b82f6;
            font-size: 10px;
        }

        .post-image {
            width: 100%;
            height: 160px;
            background: linear-gradient(135deg, #ff7e5f 0%, #feb47b 50%, #ff7e5f 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .post-image-text {
            color: white;
            font-size: 16px;
            font-weight: 800;
            text-align: center;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .post-actions {
            display: flex;
            gap: 16px;
            padding: 12px;
        }

        .post-action {
            font-size: 18px;
            color: #1e293b;
            cursor: pointer;
        }

        .post-action.liked {
            color: #ef4444;
        }

        .post-likes {
            font-size: 11px;
            font-weight: 600;
            color: #1e293b;
            padding: 0 12px 12px;
        }

        .insta-badge {
            position: absolute;
            top: 5%;
            left: 5%;
            background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
            color: white;
            padding: 10px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(131, 58, 180, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 5px;
            animation: float-insta 5s ease-in-out infinite;
        }

        @keyframes float-insta {

            0%,
            100% {
                transform: translateY(0) rotate(-3deg);
            }

            50% {
                transform: translateY(-10px) rotate(-3deg);
            }
        }

        .story-card {
            position: absolute;
            top: 10%;
            right: 10%;
            width: 50px;
            height: 70px;
            background: linear-gradient(135deg, #833ab4, #fd1d1d);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(131, 58, 180, 0.3);
            z-index: 10;
            animation: float-story 4s ease-in-out infinite;
        }

        .story-icon {
            color: white;
            font-size: 18px;
        }

        @keyframes float-story {

            0%,
            100% {
                transform: translateY(0) rotate(5deg);
            }

            50% {
                transform: translateY(-8px) rotate(5deg);
            }
        }

        .carousel-card {
            position: absolute;
            bottom: 15%;
            left: 5%;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #3b82f6, #1d4ed8);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
            z-index: 10;
            animation: float-carousel 5s ease-in-out infinite;
        }

        .carousel-icon {
            color: white;
            font-size: 18px;
        }

        @keyframes float-carousel {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Utility: No Scrollbar (Montar Pacote) */
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }

        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        /* Utility: Fade In Animation (Montar Pacote) */
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .animate-fade-in {
            animation: fadeIn 0.4s ease-out forwards;
        }

        /* Diagonal Ribbon (Montar Pacote) */
        .ribbon-container {
            position: absolute;
            top: 0;
            right: 0;
            width: 80px;
            height: 80px;
            overflow: hidden;
            z-index: 10;
            border-top-right-radius: 0.75rem;
        }

        .ribbon {
            position: absolute;
            top: 12px;
            right: -28px;
            transform: rotate(45deg);
            width: 100px;
            background: linear-gradient(to right, #22c55e, #16a34a);
            color: white;
            text-align: center;
            font-size: 10px;
            font-weight: 800;
            padding: 4px 0;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .outlook-icon {
            position: absolute;
            bottom: 28%;
            right: 8%;
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #0078d4, #005a9e);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(0, 120, 212, 0.4);
            z-index: 15;
            animation: float-outlook 4s ease-in-out infinite;
        }

        .outlook-icon i {
            color: white;
            font-size: 22px;
        }

        @keyframes float-outlook {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

        /* Google Meu Negocio Styles */
        /* Google Business Profile Mockup */
        .gmb-container {
            perspective: 1200px;
            display: none;
            overflow: visible;
        }

        @media (min-width: 1024px) {
            .gmb-container {
                display: block;
            }
        }

        .gmb-scene {
            position: relative;
            width: 100%;
            height: 100%;
            transform-style: preserve-3d;
            transform: rotateY(-8deg) rotateX(3deg);
            animation: float-gmb 7s ease-in-out infinite;
        }

        @keyframes float-gmb {

            0%,
            100% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(0);
            }

            50% {
                transform: rotateY(-8deg) rotateX(3deg) translateY(-15px);
            }
        }

        /* Business Card */
        .gmb-card {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 260px;
            height: 320px;
            background: white;
            border-radius: 12px;
            box-shadow:
                0 25px 50px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2);
            z-index: 10;
            overflow: hidden;
        }

        /* Map Preview */
        .gmb-map {
            height: 100px;
            background: linear-gradient(135deg, #d4e6f1, #aed6f1);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .map-pin {
            width: 36px;
            height: 36px;
            background: #ea4335;
            border-radius: 50% 50% 50% 0;
            transform: rotate(-45deg);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 12px rgba(234, 67, 53, 0.4);
        }

        .map-pin::after {
            content: '';
            width: 12px;
            height: 12px;
            background: white;
            border-radius: 50%;
        }

        /* Business Info */
        .gmb-info {
            padding: 14px;
        }

        .gmb-name {
            font-size: 14px;
            font-weight: 700;
            color: #1e293b;
            margin-bottom: 4px;
        }

        .gmb-category {
            font-size: 10px;
            color: #64748b;
            margin-bottom: 8px;
        }

        /* Stars */
        .gmb-rating {
            display: flex;
            align-items: center;
            gap: 4px;
            margin-bottom: 10px;
        }

        .gmb-stars {
            display: flex;
            gap: 2px;
        }

        .gmb-star {
            color: #fbbf24;
            font-size: 12px;
        }

        .gmb-rating-text {
            font-size: 10px;
            color: #64748b;
        }

        /* Info Rows */
        .gmb-row {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 0;
            border-top: 1px solid #f1f5f9;
        }

        .gmb-row i {
            width: 20px;
            color: #3b82f6;
            font-size: 12px;
            text-align: center;
        }

        .gmb-row span {
            font-size: 10px;
            color: #475569;
        }

        .gmb-row .open {
            color: #22c55e;
            font-weight: 600;
        }

        /* CTA Button */
        .gmb-cta {
            display: flex;
            gap: 8px;
            margin-top: 10px;
        }

        .gmb-btn {
            flex: 1;
            padding: 8px;
            border-radius: 6px;
            font-size: 9px;
            font-weight: 600;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 4px;
        }

        .gmb-btn.primary {
            background: #4285f4;
            color: white;
        }

        .gmb-btn.secondary {
            background: #f1f5f9;
            color: #475569;
        }

        /* Floating Elements */
        .maps-badge {
            position: absolute;
            top: 6%;
            left: 8%;
            background: linear-gradient(135deg, #34a853, #1e8e3e);
            color: white;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(52, 168, 83, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-maps 5s ease-in-out infinite;
        }

        @keyframes float-maps {

            0%,
            100% {
                transform: translateY(0) rotate(-2deg);
            }

            50% {
                transform: translateY(-8px) rotate(-2deg);
            }
        }

        .reviews-badge {
            position: absolute;
            bottom: 18%;
            left: 6%;
            background: linear-gradient(135deg, #fbbc04, #f9a825);
            color: #1e293b;
            padding: 8px 12px;
            border-radius: 20px;
            font-size: 9px;
            font-weight: 700;
            box-shadow: 0 8px 20px rgba(251, 188, 4, 0.4);
            z-index: 15;
            display: flex;
            align-items: center;
            gap: 4px;
            animation: float-reviews 6s ease-in-out infinite;
        }

        @keyframes float-reviews {

            0%,
            100% {
                transform: translateY(0) rotate(2deg);
            }

            50% {
                transform: translateY(-6px) rotate(2deg);
            }
        }

        .local-icon {
            position: absolute;
            bottom: 28%;
            right: 8%;
            width: 42px;
            height: 42px;
            background: linear-gradient(135deg, #4285f4, #1a73e8);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 20px rgba(66, 133, 244, 0.4);
            z-index: 15;
            animation: float-local 4s ease-in-out infinite;
        }

        .local-icon i {
            color: white;
            font-size: 18px;
        }

        @keyframes float-local {

            0%,
            100% {
                transform: translateY(0) scale(1);
            }

            50% {
                transform: translateY(-6px) scale(1.05);
            }
        }

/* ==========================================================================
   Footer Enhancements — Onde Atendemos & Stacked Legal Block (Right Free)
   ========================================================================== */

.footer-main-wrapper {
    position: relative;
}

@media (max-width: 768px) {
    .footer-main-wrapper {
        /* Exact clearance so floating chat button never overlaps the bottom text, without leaving an empty void */
        padding-bottom: 78px !important;
    }
}

/* Onde Atendemos — Elegant Pill / Badge Row */
.footer-cities-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.footer-cities-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.footer-cities-header i {
    color: #FF6B00;
    font-size: 13px;
}

.footer-cities-header span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    white-space: nowrap;
}

.footer-cities-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
}

.footer-city-pill {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    padding: 6px 14px;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    white-space: nowrap;
    line-height: 1.3;
}

.footer-city-pill:hover {
    color: #ffffff;
    background: rgba(255, 107, 0, 0.15);
    border-color: rgba(255, 107, 0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.2);
}

/* Desktop: Flow horizontally with dedicated right safe-zone */
@media (min-width: 1024px) {
    .footer-cities-section {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        text-align: left;
        gap: 18px;
        /* Safe buffer: stops all pills 280px before right screen edge */
        padding-right: 280px;
    }

    .footer-cities-list {
        justify-content: flex-start;
    }
}

/* Bottom: Copyright on top, Legal links directly UNDER it, Right side 100% free */
.footer-bottom-block {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}

@media (min-width: 1024px) {
    .footer-bottom-block {
        align-items: flex-start;
        text-align: left;
        padding-right: 280px; /* Entire right side completely free for floating chat */
    }
}

.footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    font-size: 12px;
    color: #64748b;
}

@media (min-width: 1024px) {
    .footer-legal-links {
        justify-content: flex-start;
    }
}

.footer-legal-links a,
.footer-legal-links button {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.footer-legal-links a:hover,
.footer-legal-links button:hover {
    color: #ffffff;
}

.footer-legal-links .sep {
    color: rgba(255, 255, 255, 0.15);
    user-select: none;
}

/* ==========================================================================
   pSEO - Spacing & Watermark Utilities (Audit 2026-09-21)
   ========================================================================== */

/* Utility classes missing from purged output.css */
.opacity-5 {
    opacity: 0.05 !important;
}

.opacity-10 {
    opacity: 0.1 !important;
}

.group:hover .group-hover\:opacity-10 {
    opacity: 0.1 !important;
}

.text-9xl {
    font-size: clamp(5rem, 8vw, 8rem) !important;
    line-height: 1 !important;
}

.text-slate-900 {
    color: #0f172a !important;
}

/* Watermark background icon on Diferenciais cards */
.rounded-3xl > .absolute.top-0.right-0.opacity-5,
.rounded-2xl > .absolute.top-0.right-0.opacity-5,
.group > .absolute.top-0.right-0.opacity-5,
.features .opacity-5 {
    opacity: 0.05 !important;
    pointer-events: none !important;
    user-select: none !important;
    z-index: 1;
}

.group:hover > .absolute.top-0.right-0.opacity-5,
.rounded-3xl:hover > .absolute.top-0.right-0.opacity-5,
.features .group:hover .opacity-5 {
    opacity: 0.1 !important;
}

@media (max-width: 640px) {
    .rounded-3xl > .absolute.top-0.right-0.opacity-5,
    .rounded-2xl > .absolute.top-0.right-0.opacity-5,
    .group > .absolute.top-0.right-0.opacity-5 {
        opacity: 0.03 !important;
        font-size: 4.5rem !important;
        right: -8px !important;
        top: -8px !important;
    }
}

/* ==========================================================================
   pSEO - Seção de Links Internos (Outros Serviços / Cidades Próximas)
   ========================================================================== */
.pseo-other-services {
    margin-bottom: 3.5rem;
}

.pseo-nearby-cities {
    margin-top: 3.5rem;
    padding-top: 3rem;
    border-top: 1px solid rgba(226, 232, 240, 0.85);
}

.pseo-nearby-cities:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

@media (max-width: 768px) {
    .pseo-other-services {
        margin-bottom: 2.25rem;
    }
    .pseo-nearby-cities {
        margin-top: 2.25rem;
        padding-top: 2rem;
    }
}



