#globalJourneyTrail,
    #globalJourneySvg,
    #globalJourneyLine,
    #globalJourneyShadow,
    #globalJourneyMask,
    #globalJourneyRoad,
    #globalJourneyEdge,
    .global-journey-trail,
    .page-trail-shadow,
    .page-trail-edge,
    .page-trail-road,
    .page-trail-line,
    .page-trail-mask,
    .journey-dot,
    .trail-dot {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }
    .hero-tape,
    .hero-signal-float,
    .diferenciais-alerta-3d,
    .diferenciais-semaforo-3d {
        will-change: transform;
        backface-visibility: hidden;
    }
    .scroll-select-card,
    .diferencial-sync-image,
    .mobile-benefit-card,
    .servico-3d-card,
    .dor-authority-card,
    .location-map-shell {
        transform: translateZ(0);
        backface-visibility: hidden;
    }
    .motion-action,
    .hero-scroll-bottom,
    .site-nav {
        will-change: opacity, transform;
    }
    @media (prefers-reduced-motion: reduce) {
        *,
        *::before,
        *::after {
            animation-duration: 0.01ms !important;
            animation-iteration-count: 1 !important;
            scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
        }
    }

@keyframes hero-blob {
        0%, 100% { transform: translate(0px, 0px) scale(1); }
        33% { transform: translate(30px, -50px) scale(1.1); }
        66% { transform: translate(-20px, 20px) scale(0.9); }
    }
    @keyframes hero-shine {
        to { background-position: 200% center; }
    }
    @keyframes hero-float {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-8px); }
    }
    @keyframes hero-signal-float {
        0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
        50% { transform: translate3d(-8px, 10px, 0) rotate(-1deg); }
    }
    @keyframes hero-tape-drift {
        0%, 100% { transform: translate3d(0, 0, 0) rotate(-18deg); }
        50% { transform: translate3d(8px, -6px, 0) rotate(-17deg); }
    }
    @keyframes hero-sweep {
        0% { left: -100%; }
        20% { left: 200%; }
        100% { left: 200%; }
    }
    @keyframes showFromBottom {
        from {
            opacity: 0;
            filter: blur(7px);
            transform: translate(0, 80px);
        }
        to {
            opacity: 1;
            filter: blur(0);
            transform: translate(0, 0);
        }
    }
    @keyframes premium-title-glow {
        0%, 100% {
            text-shadow: 0 0 14px rgba(240,210,2,0.18), 0 12px 34px rgba(0,0,0,0.58);
            filter: brightness(1);
        }
        50% {
            text-shadow: 0 0 22px rgba(240,210,2,0.38), 0 0 42px rgba(240,210,2,0.20), 0 14px 38px rgba(0,0,0,0.62);
            filter: brightness(1.08);
        }
    }
    @keyframes journey-trail-breathe {
        0%, 100% { opacity: 0.32; }
        50% { opacity: 0.40; }
    }
    @keyframes magnetic-card-lock {
        0% { transform: translate3d(0.35rem, 0, 0) scale(0.99); }
        58% { transform: translate3d(-0.48rem, 0, 0) scale(1.026); }
        100% { transform: translate3d(-0.34rem, 0, 0) scale(1.018); }
    }
    .nav-hover-zone {
        position: fixed;
        inset: 0 0 auto 0;
        height: 7rem;
        z-index: 49;
        pointer-events: auto;
    }
    .site-nav {
        transform: translateX(-50%) translateY(0);
        transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1), opacity 260ms ease, box-shadow 260ms ease;
        will-change: transform, opacity;
    }
    .site-nav.nav-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-50%) translateY(-135%);
    }
    .nav-hover-zone:hover + .site-nav.nav-hidden,
    .site-nav.nav-hidden:hover {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }
    .hero-scroll-bottom {
        opacity: 0;
        filter: blur(7px);
        transform: translate(0, 80px);
        animation: showFromBottom 0.75s ease forwards;
    }
    .hero-scroll-bottom-delay-1 {
        animation-delay: 0.15s;
    }
    .hero-scroll-bottom-delay-2 {
        animation-delay: 0.3s;
    }
    .hero-scroll-bottom-delay-3 {
        animation-delay: 0.45s;
    }
    .nav-menu {
        position: relative;
        isolation: isolate;
        padding: 0.25rem;
    }
    .nav-menu-link {
        position: relative;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 2.25rem;
        padding: 0.65rem 1.15rem;
        border-radius: 999px;
        white-space: nowrap;
    }
    .nav-menu-link:hover,
    .nav-menu-link.is-active {
        color: #000400;
    }
    .nav-menu-highlight {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 0;
        height: 0;
        border-radius: 999px;
        border: 1px solid rgba(0, 4, 0, 0.10);
        background:
            linear-gradient(180deg, rgba(255,255,255,0.34), rgba(255,255,255,0.10)),
            rgba(0, 4, 0, 0.075);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.42),
            0 12px 28px rgba(0, 4, 0, 0.10);
        pointer-events: auto;
        opacity: 0;
        transform: translate3d(0, 0, 0);
        transition:
            transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
            width 320ms cubic-bezier(0.22, 1, 0.36, 1),
            height 320ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 180ms ease;
    }
    .nav-menu-highlight.is-visible {
        opacity: 1;
    }
    html {
        scroll-padding-top: 6rem;
    }
    body {
        max-width: 100%;
        overflow-x: hidden;
    }
    .mobile-nav-menu {
        position: absolute;
        top: calc(100% + 0.45rem);
        left: 0.75rem;
        right: 0.75rem;
        margin: 0;
        padding: 0 0.75rem;
        border: 0 solid rgba(0, 4, 0, 0);
        border-radius: 1.2rem;
        background: rgba(254, 254, 254, 0.86);
        box-shadow: none;
        display: grid;
        gap: 0.45rem;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-0.75rem) scale(0.98);
        transform-origin: top center;
        transition:
            max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 260ms ease,
            transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
            padding-top 260ms ease,
            padding-bottom 260ms ease,
            margin-bottom 260ms ease,
            border-width 260ms ease,
            box-shadow 260ms ease;
    }
    .mobile-nav-menu.is-open {
        padding: 0.75rem;
        border-width: 1px;
        border-color: rgba(0, 4, 0, 0.12);
        max-height: 22rem;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0) scale(1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 18px 40px rgba(0,4,0,0.16);
    }
    .mobile-nav-link,
    .mobile-nav-whatsapp {
        display: flex;
        min-height: 2.8rem;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        font-family: "Public Sans", sans-serif;
        font-size: 0.74rem;
        font-weight: 900;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        color: #000400;
    }
    .mobile-nav-link {
        background: rgba(0, 4, 0, 0.06);
    }
    .mobile-nav-whatsapp {
        background: #000400;
        color: #f0d202;
    }
    #mobileMenuButton .material-symbols-outlined {
        transition: transform 260ms ease, opacity 180ms ease;
    }
    #mobileMenuButton[aria-expanded="true"] .material-symbols-outlined {
        transform: rotate(90deg);
    }
    body > section:not(.hidden):not(#inicio) {
        background-image:
            radial-gradient(rgba(0,4,0,0.075) 0.8px, transparent 0.8px),
            linear-gradient(135deg, rgba(255,255,255,0.035), transparent 42%, rgba(0,4,0,0.035));
        background-size: 28px 28px, 100% 100%;
        background-blend-mode: multiply, normal;
    }
    .hero-texture {
        background-image:
            radial-gradient(rgba(255,255,255,0.12) 0.8px, transparent 0.8px),
            linear-gradient(135deg, rgba(255,255,255,0.045), transparent 44%, rgba(240,210,2,0.055));
        background-size: 30px 30px, 100% 100%;
        mix-blend-mode: screen;
        opacity: 0.18;
    }
    .animate-hero-blob { animation: hero-blob 15s infinite; }
    .animate-hero-blob.delay-5000 { animation-delay: -5s; }
    .animate-hero-shine {
        background: linear-gradient(to right, #f0d202 20%, #ffebb3 40%, #ffebb3 60%, #f0d202 80%);
        background-size: 200% auto;
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        animation: hero-shine 4s linear infinite;
    }
    .balloon-item { animation: hero-float 6s ease-in-out infinite; }
    .balloon-item:nth-child(2n) { animation-delay: -2s; }
    .balloon-item:nth-child(3n) { animation-delay: -4s; }
    .balloon-item:hover { animation-play-state: paused; }
    .hero-signal-float { animation: hero-signal-float 7s ease-in-out infinite; }
    .hero-tape-drift { animation: hero-tape-drift 9s ease-in-out infinite; }
    .hero-tape {
        left: var(--hero-fita-left-sm);
        top: var(--hero-fita-top-sm);
        width: var(--hero-fita-size-sm);
        height: auto;
    }
    @media (min-width: 768px) {
        .hero-tape {
            left: var(--hero-fita-left-md);
            top: var(--hero-fita-top-md);
            width: var(--hero-fita-size-md);
        }
    }
    @media (min-width: 1024px) {
        .hero-tape {
            left: var(--hero-fita-left-lg);
            top: var(--hero-fita-top-lg);
            width: var(--hero-fita-size-lg);
        }
    }
    @media (min-width: 1280px) {
        .hero-tape {
            left: var(--hero-fita-left);
            top: var(--hero-fita-top);
            width: var(--hero-fita-size);
        }
    }
    .premium-title-glow { animation: premium-title-glow 3.8s ease-in-out infinite; }
    .hero-section-fade {
        background:
            linear-gradient(
                180deg,
                rgba(0,4,0,0) 0%,
                rgba(0,4,0,0.20) 38%,
                rgba(0,4,0,0.62) 72%,
                rgba(0,4,0,0.92) 100%
            );
    }
    .hero-yellow-degrade {
        background:
            radial-gradient(circle at 50% 72%, rgba(240,210,2,0.18), transparent 38%),
            linear-gradient(
                180deg,
                rgba(0,4,0,0) 0%,
                rgba(0,4,0,0.08) 20%,
                rgba(36,32,0,0.30) 46%,
                rgba(118,104,0,0.64) 72%,
                #f0d202 100%
            );
    }
    .hero-yellow-bridge {
        background:
            linear-gradient(
                180deg,
                rgba(0,4,0,0) 0%,
                rgba(38,34,0,0.26) 32%,
                rgba(176,154,0,0.74) 70%,
                #f0d202 100%
            );
    }
    .journey-trail {
        opacity: 0.34;
        animation: journey-trail-breathe 5.5s ease-in-out infinite;
    }
    .global-journey-trail {
        position: absolute;
        inset: 0 auto auto 0;
        width: 100%;
        height: var(--journey-height, 100vh);
        pointer-events: none;
        z-index: 4;
        overflow: hidden;
        opacity: 0.24;
        contain: paint;
    }
    .global-journey-trail svg {
        display: block;
        width: 100%;
        height: 100%;
    }
    .page-trail-shadow,
    .page-trail-edge,
    .page-trail-road,
    .page-trail-line,
    .page-trail-mask {
        vector-effect: non-scaling-stroke;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .page-trail-mask {
        stroke-dasharray: var(--trail-length, 6000);
        stroke-dashoffset: var(--trail-offset, 6000);
        transition: stroke-dashoffset 80ms linear;
    }
    .page-trail-line {
        stroke-dasharray: 24 56;
        stroke-dashoffset: 0;
    }
    .journey-trail path {
        vector-effect: non-scaling-stroke;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .trail-line {
        stroke-dasharray: var(--trail-length, 1200);
        stroke-dashoffset: var(--trail-offset, 1200);
        transition: stroke-dashoffset 80ms linear;
    }
    .trail-reveal {
        transition: opacity 720ms ease, transform 720ms ease, filter 720ms ease;
    }
    .scroll-select-card {
        position: relative;
        z-index: 1;
        filter: blur(5px);
        opacity: 0.6;
        transform: translate3d(0, 0, 0) scale(1);
        transition: filter 350ms ease, opacity 350ms ease, transform 500ms ease, box-shadow 500ms ease, border-color 500ms ease, background 500ms ease;
        will-change: filter, opacity, transform;
    }
    .scroll-select-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        padding: 1.5px;
        border-radius: inherit;
        pointer-events: none;
        background: linear-gradient(to right, rgba(255,255,255,0.36), rgba(76,76,76,0.14));
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 1;
        transition: opacity 420ms ease;
    }
    .scroll-select-card > * {
        position: relative;
        z-index: 1;
    }
    .scroll-select-card.is-active {
        filter: blur(0);
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1.03);
        border-color: rgba(0, 4, 0, 0.20);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 22px 46px rgba(0, 4, 0, 0.18), 0 0 0 1px rgba(240, 210, 2, 0.34);
    }
    .scroll-select-card.is-before:not(.is-active) {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.6;
    }
    .scroll-select-card.is-after:not(.is-active) {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.6;
    }
    .scroll-select-card.is-entering {
        animation: magnetic-card-lock 520ms cubic-bezier(0.16, 1.18, 0.28, 1) both;
    }
    .scroll-select-card.is-active::before {
        opacity: 1;
    }
    .scroll-select-card.is-active .benefit-check {
        background: #000400;
        color: #f0d202;
    }
    .benefit-check {
        position: relative;
        overflow: hidden;
    }
    .benefit-check::before {
        content: "\2713";
        display: block;
        color: currentColor;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.32rem;
        font-weight: 900;
        line-height: 1;
        transform: translateY(-0.02rem);
    }
    .benefit-check .material-symbols-outlined {
        display: none !important;
    }

    .diferencial-image-stage {
        transform-style: preserve-3d;
        transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1), filter 700ms ease;
    }
    .diferencial-scroll-image,
    .diferencial-scroll-cta {
        transform-style: preserve-3d;
        will-change: transform;
        transition: none;
    }

    .diferencial-sync-image {
        opacity: 0;
        transform: scale(1.04);
        filter: blur(10px) saturate(0.9);
        transition: opacity 520ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms ease;
    }

    .diferencial-sync-image.is-active {
        opacity: 1;
        transform: scale(1);
        filter: blur(0) saturate(1);
    }

    .mobile-benefit-visual {
        display: none;
    }

    @media (max-width: 767px) {
        .diferencial-image-stage {
            display: none;
        }
        .scroll-select-card,
        .scroll-select-card.is-active {
            gap: 0.85rem;
            padding: 0.65rem 0.65rem 1rem;
            filter: none;
            opacity: 1;
            transform: none;
            border-color: rgba(255, 255, 255, 0.54);
            border-radius: 1.65rem;
            background:
                linear-gradient(180deg, rgba(255,255,255,0.96), rgba(225,241,255,0.88)),
                rgba(255, 255, 255, 0.98);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                0 24px 50px rgba(0, 4, 0, 0.18),
                0 3px 0 rgba(0, 4, 0, 0.08);
            overflow: hidden;
            isolation: isolate;
        }
        .scroll-select-card.is-before:not(.is-active),
        .scroll-select-card.is-after:not(.is-active),
        .scroll-select-card.is-entering {
            animation: none;
            opacity: 1;
            transform: none;
        }
        .scroll-select-card::before {
            opacity: 1;
            background: linear-gradient(135deg, rgba(255,255,255,0.72), rgba(240,210,2,0.34), rgba(0,4,0,0.08));
        }
        .scroll-select-card::after {
            content: "";
            position: absolute;
            inset: auto -18% -34% -18%;
            z-index: 0;
            height: 56%;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(240,210,2,0.34), transparent 64%);
            filter: blur(18px);
            pointer-events: none;
        }
        .mobile-benefit-visual + .benefit-check {
            margin-top: -2.05rem;
            margin-left: 0.8rem;
            width: 3.15rem;
            height: 3.15rem;
            border: 1px solid rgba(255, 255, 255, 0.65);
            background: #09263a !important;
            color: #f0d202 !important;
            box-shadow:
                0 14px 24px rgba(0, 4, 0, 0.24),
                0 0 0 5px rgba(240, 210, 2, 0.12);
        }
        .mobile-benefit-visual ~ span {
            display: block;
            padding: 0 0.85rem 0.15rem;
            font-size: 1rem;
            font-weight: 800;
            line-height: 1.35;
            letter-spacing: -0.01em;
        }
        .mobile-benefit-visual {
            display: block;
            width: 100%;
            aspect-ratio: 1.45 / 1;
            object-fit: cover;
            object-position: center 22%;
            border-radius: 1.25rem;
            margin-bottom: 0;
            box-shadow: 0 18px 34px rgba(0, 4, 0, 0.20);
            border: 1px solid rgba(255,255,255,0.62);
            filter: saturate(1.08) contrast(1.03);
            transform: scale(1.01);
        }
    }
    @keyframes benefit-card-rise-mobile {
        0% {
            opacity: 0;
            transform: translate3d(0, 2.1rem, 0) scale(0.96);
            filter: blur(0.45rem);
        }
        70% {
            opacity: 1;
            transform: translate3d(0, -0.22rem, 0) scale(1.012);
            filter: blur(0);
        }
        100% {
            opacity: 1;
            transform: translate3d(0, 0, 0) scale(1);
            filter: blur(0);
        }
    }
    @keyframes benefit-active-breathe {
        0%, 100% {
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.92),
                0 22px 46px rgba(0, 4, 0, 0.18),
                0 0 0 rgba(240, 210, 2, 0);
        }
        50% {
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.98),
                0 28px 58px rgba(0, 4, 0, 0.24),
                0 0 34px rgba(240, 210, 2, 0.32);
        }
    }
    @keyframes benefit-icon-pop-mobile {
        0%, 100% {
            transform: translate3d(0, 0, 0) scale(1);
        }
        50% {
            transform: translate3d(0, -0.1rem, 0) scale(1.09);
        }
    }
    @keyframes benefit-image-pan-mobile {
        0%, 100% {
            transform: scale(1.012);
        }
        50% {
            transform: scale(1.055);
        }
    }
    @media (max-width: 1023px) {
        #diferenciais .diferenciais-alerta-3d,
        #diferenciais .diferenciais-semaforo-3d,
        #diferenciais .mobile-floating-assets {
            display: none !important;
        }
        #diferenciais .location-layout {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            gap: clamp(2rem, 6vw, 3rem) !important;
            width: 100%;
            max-width: 48rem;
            margin-left: auto !important;
            margin-right: auto !important;
            padding-left: clamp(1rem, 4vw, 2rem) !important;
            padding-right: clamp(1rem, 4vw, 2rem) !important;
        }
        #diferenciais .location-layout > .order-1 {
            width: 100%;
            align-items: center !important;
            text-align: center !important;
        }
        #diferenciais .trail-reveal {
            width: 100%;
            max-width: 42rem;
            margin-left: auto;
            margin-right: auto;
        }
        #diferenciais .trail-reveal-delay {
            display: block !important;
            position: relative;
            height: clamp(18.5rem, 58vw, 21rem);
            width: min(100vw, 42rem);
            margin-left: auto;
            margin-right: auto;
            padding: 1.1rem 0 2.25rem;
            overflow-x: hidden;
            overflow-y: visible;
            scrollbar-width: none;
            -webkit-overflow-scrolling: touch;
            mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0, #000 9%, #000 91%, transparent 100%);
        }
        #diferenciais .trail-reveal-delay::-webkit-scrollbar {
            display: none;
        }
        #diferenciais .scroll-select-card {
            position: absolute;
            left: 50%;
            top: 1.1rem;
            z-index: 1;
            width: clamp(12.4rem, 52vw, 14rem);
            min-height: 17.5rem;
            height: 17.5rem;
            justify-content: flex-end !important;
            gap: 0 !important;
            padding: 0 !important;
            border-radius: 0.9rem !important;
            background: #232323 !important;
            color: #fefefe;
            box-shadow: 0 18px 42px rgba(0, 4, 0, 0.22) !important;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateX(-50%) scale(0.78);
            will-change: transform, opacity, filter, z-index;
            transition:
                transform 980ms cubic-bezier(0.33, 1, 0.68, 1),
                opacity 760ms ease,
                filter 900ms ease;
        }
        #diferenciais .scroll-select-card:nth-child(1) {
            z-index: 5;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            filter: none;
            transform: translateX(-50%) translateY(-0.45rem) scale(1) !important;
            box-shadow: 0 28px 58px rgba(0, 4, 0, 0.32), 0 0 34px rgba(240, 210, 2, 0.28) !important;
        }
        #diferenciais .scroll-select-card:nth-child(2) {
            z-index: 3;
            opacity: 0.62;
            visibility: visible;
            filter: saturate(0.9) brightness(0.96);
            box-shadow: none !important;
            transform: translateX(calc(-50% + min(38vw, 11.2rem))) scale(0.88) rotate(1.2deg) !important;
        }
        #diferenciais .scroll-select-card:nth-child(5) {
            z-index: 3;
            opacity: 0.62;
            visibility: visible;
            filter: saturate(0.9) brightness(0.96);
            box-shadow: none !important;
            transform: translateX(calc(-50% - min(38vw, 11.2rem))) scale(0.88) rotate(-1.2deg) !important;
        }
        #diferenciais .scroll-select-card:not(:first-child) {
            margin-left: 0;
        }
        #diferenciais .scroll-select-card.is-carousel-center {
            z-index: 5;
            opacity: 1 !important;
            visibility: visible !important;
            pointer-events: auto;
            filter: none;
            transform: translateX(-50%) translateY(-0.45rem) scale(1) !important;
            box-shadow: 0 28px 58px rgba(0, 4, 0, 0.32), 0 0 34px rgba(240, 210, 2, 0.28) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-left {
            z-index: 3;
            opacity: 0.62 !important;
            visibility: visible !important;
            filter: saturate(0.9) brightness(0.96);
            box-shadow: none !important;
            transform: translateX(calc(-50% - min(38vw, 11.2rem))) scale(0.88) rotate(-1.2deg) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-right {
            z-index: 3;
            opacity: 0.62 !important;
            visibility: visible !important;
            filter: saturate(0.9) brightness(0.96);
            box-shadow: none !important;
            transform: translateX(calc(-50% + min(38vw, 11.2rem))) scale(0.88) rotate(1.2deg) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-off {
            z-index: 1;
            opacity: 0 !important;
            visibility: hidden !important;
            filter: none !important;
            transition: none !important;
            transform: translateX(-50%) scale(0.72) !important;
        }
        #diferenciais .scroll-select-card:hover,
        #diferenciais .scroll-select-card:focus,
        #diferenciais .scroll-select-card:focus-visible {
            outline: none !important;
        }
        #diferenciais .scroll-select-card.is-carousel-center:hover,
        #diferenciais .scroll-select-card.is-carousel-center:focus,
        #diferenciais .scroll-select-card.is-carousel-center:focus-visible {
            filter: none !important;
            transform: translateX(-50%) translateY(-0.45rem) scale(1) !important;
            box-shadow: 0 22px 44px rgba(0, 4, 0, 0.28) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-left:hover,
        #diferenciais .scroll-select-card.is-carousel-left:focus,
        #diferenciais .scroll-select-card.is-carousel-left:focus-visible {
            filter: saturate(0.9) brightness(0.96) !important;
            transform: translateX(calc(-50% - min(38vw, 11.2rem))) scale(0.88) rotate(-1.2deg) !important;
            box-shadow: none !important;
        }
        #diferenciais .scroll-select-card.is-carousel-right:hover,
        #diferenciais .scroll-select-card.is-carousel-right:focus,
        #diferenciais .scroll-select-card.is-carousel-right:focus-visible {
            filter: saturate(0.9) brightness(0.96) !important;
            transform: translateX(calc(-50% + min(38vw, 11.2rem))) scale(0.88) rotate(1.2deg) !important;
            box-shadow: none !important;
        }
        #diferenciais.benefit-motion-ready .scroll-select-card:not(.is-active) {
            animation: benefit-card-rise-mobile 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
            animation-delay: calc(var(--benefit-index, 0) * 85ms);
        }
        #diferenciais .scroll-select-card.is-active {
            border-color: rgba(0, 4, 0, 0.16) !important;
            animation: none;
        }
        #diferenciais.benefit-motion-ready .scroll-select-card {
            animation: none !important;
        }
        #diferenciais .scroll-select-card.is-active .benefit-check {
            animation: benefit-icon-pop-mobile 1.55s ease-in-out infinite;
        }
        #diferenciais .scroll-select-card.is-active .mobile-benefit-visual {
            animation: none !important;
        }
        #diferenciais .mobile-benefit-visual {
            position: absolute;
            inset: 0;
            z-index: 0;
            display: block;
            width: 100%;
            height: 100%;
            aspect-ratio: auto;
            object-fit: cover;
            object-position: center;
            border: 0;
            border-radius: inherit;
            margin: 0;
            box-shadow: none;
            filter: saturate(1.04) contrast(1.04);
            transform: none !important;
            animation: none !important;
        }
        #diferenciais .scroll-select-card::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            border-radius: inherit;
            background:
                linear-gradient(180deg, rgba(0, 4, 0, 0.04) 0%, rgba(0, 4, 0, 0.24) 40%, rgba(0, 4, 0, 0.86) 100%),
                radial-gradient(circle at 24% 18%, rgba(240, 210, 2, 0.24), transparent 34%);
            pointer-events: none;
        }
        #diferenciais .scroll-select-card.is-carousel-left::after,
        #diferenciais .scroll-select-card.is-carousel-right::after {
            background:
                linear-gradient(180deg, rgba(240, 210, 2, 0.18) 0%, rgba(240, 210, 2, 0.22) 100%),
                rgba(240, 210, 2, 0.16);
        }
        #diferenciais .mobile-benefit-visual + .benefit-check {
            position: absolute;
            left: 1rem;
            top: 1rem;
            z-index: 2;
            margin: 0;
            width: 2.75rem;
            height: 2.75rem;
            border-radius: 0.7rem;
            background: #000400 !important;
            color: #f0d202 !important;
            box-shadow: 0 12px 24px rgba(0, 4, 0, 0.34), 0 0 0 1px rgba(240, 210, 2, 0.18);
        }
        #diferenciais .mobile-benefit-visual ~ span {
            display: none !important;
            opacity: 0 !important;
            visibility: hidden !important;
            pointer-events: none !important;
        }
    }
    @media (min-width: 640px) and (max-width: 1023px) {
        #diferenciais .trail-reveal-delay {
            height: clamp(23rem, 48vw, 27rem);
            width: min(100vw, 48rem);
        }
        #diferenciais .scroll-select-card {
            width: clamp(16rem, 38vw, 20rem);
            height: clamp(22rem, 44vw, 25rem);
            min-height: clamp(22rem, 44vw, 25rem);
            border-radius: 1.1rem !important;
        }
        #diferenciais .scroll-select-card.is-carousel-left {
            transform: translateX(calc(-50% - min(32vw, 14rem))) scale(0.86) rotate(-1.2deg) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-right {
            transform: translateX(calc(-50% + min(32vw, 14rem))) scale(0.86) rotate(1.2deg) !important;
        }
        #diferenciais .mobile-benefit-visual ~ span {
            padding: 0 1.25rem 1.35rem;
            font-size: clamp(1.05rem, 2.2vw, 1.25rem);
            line-height: 1.25;
        }
    }

    @media (max-width: 1023px) {
        #diferenciais .trail-reveal-delay {
            overflow: visible !important;
            mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
            -webkit-mask-image: linear-gradient(to right, transparent 0, #000 12%, #000 88%, transparent 100%);
        }
        #diferenciais .scroll-select-card,
        #diferenciais .scroll-select-card:hover,
        #diferenciais .scroll-select-card:focus,
        #diferenciais .scroll-select-card:focus-visible,
        #diferenciais .scroll-select-card.is-active,
        #diferenciais .scroll-select-card.is-carousel-center,
        #diferenciais .scroll-select-card.is-carousel-center:hover,
        #diferenciais .scroll-select-card.is-carousel-center:focus,
        #diferenciais .scroll-select-card.is-carousel-left,
        #diferenciais .scroll-select-card.is-carousel-right,
        #diferenciais .scroll-select-card.is-carousel-left:hover,
        #diferenciais .scroll-select-card.is-carousel-right:hover {
            box-shadow: none !important;
        }
        #diferenciais .scroll-select-card::before {
            opacity: 0 !important;
        }
        #diferenciais .mobile-benefit-visual,
        #diferenciais .mobile-benefit-visual + .benefit-check {
            box-shadow: none !important;
        }
        #diferenciais .scroll-select-card.is-carousel-center {
            transform: translateX(-50%) translateY(0) scale(1) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-left {
            transform: translateX(calc(-50% - min(40vw, 11.8rem))) scale(0.9) rotate(-0.6deg) !important;
        }
        #diferenciais .scroll-select-card.is-carousel-right {
            transform: translateX(calc(-50% + min(40vw, 11.8rem))) scale(0.9) rotate(0.6deg) !important;
        }
    }

    @media (min-width: 1024px) {
        #diferenciais .trail-reveal-delay {
            width: min(100%, 34rem);
            margin-left: auto;
            margin-right: auto;
        }
        #diferenciais .scroll-select-card {
            min-height: auto;
            padding: 1.05rem 1.35rem !important;
            border-radius: 1.15rem !important;
        }
        #diferenciais .scroll-select-card > span {
            width: 100%;
            text-align: left;
            font-size: 1rem !important;
            line-height: 1.35 !important;
        }
        .diferencial-image-stage {
            left: -3%;
            transform: perspective(100rem) translate3d(0, 0, 3rem) rotateY(-10deg);
            transform-origin: center right;
            -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 88%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, #000 14%, #000 88%, transparent 100%);
        }

        .diferencial-image-stage:hover {
            transform: perspective(100rem) translate3d(0, -0.35rem, 4rem) rotateY(-6deg);
            filter: drop-shadow(0 32px 48px rgba(0, 4, 0, 0.18));
        }
        .diferencial-image-stage.diferencial-scroll-image,
        .diferencial-image-stage.diferencial-scroll-image:hover {
            left: -3%;
            filter: none;
        }
        #diferenciais .diferenciais-alerta-3d {
            left: auto;
            right: clamp(4rem, 8vw, 9rem);
            top: clamp(6.4rem, 9vw, 8.4rem);
            z-index: 3;
            width: clamp(6.6rem, 10vw, 9rem);
            opacity: 0.48;
            filter: none;
            animation-duration: 8.5s;
        }
        #diferenciais .diferenciais-semaforo-3d {
            z-index: 3;
            opacity: 0.54;
        }
    }
    @keyframes faixa-marquee-left {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
    }
    @keyframes faixa-marquee-right {
        from { transform: translateX(-50%); }
        to { transform: translateX(0); }
    }
    @keyframes diferencial-alerta-float {
        0%, 100% {
            transform: translate3d(0, 0, 0) rotate(-8deg) scale(1);
        }
        50% {
            transform: translate3d(0.7rem, -1rem, 0) rotate(-5deg) scale(1.035);
        }
    }
    @keyframes diferencial-semaforo-float {
        0%, 100% {
            transform: translate3d(0, 0, 0) rotate(-10deg) scale(1);
        }
        50% {
            transform: translate3d(0.65rem, -1rem, 0) rotate(-7deg) scale(1.04);
        }
    }
    .diferenciais-faixa {
        position: absolute;
        left: -12vw;
        right: -12vw;
        top: clamp(-3.2rem, calc(1.8vw - 3.1rem), -1.65rem);
        z-index: 6;
        pointer-events: none;
        display: grid;
        gap: clamp(0.25rem, 0.8vw, 0.7rem);
        opacity: 0.88;
        filter: drop-shadow(0 24px 42px rgba(0, 4, 0, 0.32));
    }
    .diferenciais-faixa__linha {
        position: relative;
        overflow: hidden;
        height: clamp(3.7rem, 5.8vw, 5.6rem);
        display: flex;
        align-items: center;
        background: linear-gradient(90deg, #000400 0%, #151a08 45%, #000400 100%);
        border-block: 1px solid rgba(240, 210, 2, 0.22);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -12px 24px rgba(0, 0, 0, 0.22);
        transform: rotate(-3deg) scaleX(1.08);
    }
    .diferenciais-faixa__linha--alt {
        margin-top: -1rem;
        background: linear-gradient(90deg, #f0d202 0%, #ffe856 50%, #d6b900 100%);
        border-block-color: rgba(0, 4, 0, 0.16);
        transform: rotate(4deg) scaleX(1.08);
        opacity: 0.78;
    }
    .diferenciais-faixa__texto {
        display: inline-flex;
        min-width: max-content;
        white-space: nowrap;
        color: #fefefe;
        font-family: "Public Sans", Inter, sans-serif;
        font-size: clamp(1rem, 1.65vw, 1.7rem);
        font-weight: 900;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        animation: faixa-marquee-left 42s linear infinite;
    }
    .diferenciais-faixa__linha--alt .diferenciais-faixa__texto {
        color: #000400;
        animation-name: faixa-marquee-right;
        animation-duration: 48s;
    }
    .diferenciais-faixa__texto span {
        padding-inline: 1.7rem;
    }
    .diferenciais-alerta-3d {
        position: absolute;
        left: calc(clamp(0.25rem, 3.4vw, 3.2rem) + 160px);
        top: clamp(8.5rem, 15vw, 12.5rem);
        z-index: 7;
        width: clamp(8.5rem, 16vw, 14.5rem);
        pointer-events: none;
        opacity: 0.94;
        transform-origin: center;
        animation: diferencial-alerta-float 6.5s ease-in-out infinite;
        filter: drop-shadow(0 26px 34px rgba(0, 4, 0, 0.28));
    }
    .diferenciais-semaforo-3d {
        position: absolute;
        left: calc(clamp(11rem, 24vw, 24rem) - 160px);
        bottom: calc(clamp(16rem, 24vw, 22rem) - 450px);
        z-index: 5;
        width: calc(clamp(12rem, 22vw, 19rem) + 60px);
        pointer-events: none;
        opacity: 0.72;
        transform-origin: center;
        animation: diferencial-semaforo-float 6.8s ease-in-out infinite;
        filter: drop-shadow(0 18px 24px rgba(0,4,0,0.22)) saturate(0.92);
        transition: transform 1s ease, opacity 1s ease, filter 1s ease;
    }
    .diferenciais-semaforo-3d:hover {
        animation-play-state: paused;
        transform: translateY(-25px) rotate(-10deg);
        opacity: 0.86;
        filter: drop-shadow(0 24px 34px rgba(0,4,0,0.28)) saturate(1);
    }
    #diferenciais::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 2;
        height: min(34rem, 44vw);
        pointer-events: none;
        background:
            linear-gradient(
                180deg,
                rgba(240,210,2,0) 0%,
                rgba(240,210,2,0.82) 22%,
                rgba(128,113,7,0.72) 52%,
                rgba(0,4,0,0.92) 82%,
                #000400 100%
            );
    }
    #diferenciais.trail-ready .trail-reveal {
        opacity: 0;
        transform: translateY(24px);
        filter: blur(5px);
    }
    #diferenciais.trail-complete .trail-reveal {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
    #diferenciais.trail-complete .trail-reveal-delay {
        transition-delay: 130ms;
    }
    @media (max-width: 767px) {
        #diferenciais.trail-ready .trail-reveal,
        #diferenciais.trail-complete .trail-reveal,
        #diferenciais.trail-complete .trail-reveal-delay {
            opacity: 1;
            transform: none;
            filter: none;
            transition-delay: 0ms;
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .trail-line {
            stroke-dashoffset: 0 !important;
            transition: none;
        }
        .page-trail-mask {
            stroke-dashoffset: 0 !important;
            transition: none;
        }
        #diferenciais.trail-ready .trail-reveal {
            opacity: 1;
            transform: none;
            filter: none;
        }
        .scroll-select-card {
            filter: none !important;
            opacity: 1 !important;
            transform: none !important;
            transition: none !important;
            animation: none !important;
        }
        .benefit-check,
        .mobile-benefit-visual {
            animation: none !important;
        }
        .diferenciais-faixa__texto {
            animation: none;
        }
        .diferenciais-alerta-3d {
            animation: none;
        }
        .journey-trail {
            display: none !important;
        }
        .global-journey-trail {
            display: none !important;
        }
        .diferenciais-faixa {
            top: 1.4rem;
            opacity: 0.55;
        }
        .diferenciais-alerta-3d {
            display: none !important;
        }
        .diferenciais-semaforo-3d {
            display: none !important;
        }
        #diferenciais .mobile-floating-assets,
        #diferenciais .diferenciais-alerta-3d,
        #diferenciais .diferenciais-semaforo-3d {
            display: none !important;
        }
    }
    @media (max-width: 767px) {
        .nav-hover-zone {
            display: none;
            pointer-events: none;
        }
        .journey-trail {
            display: none !important;
        }
        .global-journey-trail {
            display: none !important;
        }
        #diferenciais .mobile-floating-assets,
        #diferenciais .diferenciais-alerta-3d,
        #diferenciais .diferenciais-semaforo-3d {
            display: none !important;
        }
        html {
            scroll-padding-top: 5.75rem;
        }
        #siteNav {
            top: 0.55rem;
            width: calc(100% - 1.25rem);
            height: 3.55rem;
            max-height: 3.55rem;
            border-radius: 1.05rem;
            overflow: visible;
        }
        #siteNav > div {
            min-height: 3.35rem;
            padding: 0.22rem 0.9rem;
            align-items: center;
        }
        #siteNav > div > .flex.items-center {
            height: 2.45rem;
            align-items: center;
        }
        #siteNav img {
            max-width: 7.6rem;
            height: 2.35rem;
            display: block;
            object-fit: contain;
        }
        #mobileMenuButton {
            width: 2.35rem;
            height: 2.35rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            align-self: center;
            margin: 0;
            padding: 0;
        }
        #mobileMenuButton .material-symbols-outlined {
            font-size: 1.45rem;
            line-height: 1;
            display: block;
        }
        .hero-signal-float {
            right: -7.8rem !important;
            top: 8.6rem !important;
            width: 13.5rem !important;
            opacity: 0.18 !important;
            filter: blur(0.5px);
        }
        .hero-tape {
            opacity: 0.34 !important;
        }
        .hero-cta-morph {
            width: min(100%, 19rem) !important;
            min-height: 4.35rem !important;
            padding: 1rem 4.1rem 1rem 1.4rem !important;
            border-radius: 999px !important;
            font-size: 0.82rem !important;
            line-height: 1.35 !important;
            letter-spacing: 0.14em !important;
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.72),
                inset 0 -8px 20px rgba(91,76,0,0.18),
                0 18px 42px rgba(0,4,0,0.34) !important;
        }
        .hero-cta-morph .hero-cta-label {
            max-width: 12rem;
            text-align: center;
        }
        .hero-cta-morph .hero-cta-icon {
            right: 1rem !important;
            width: 2.65rem !important;
            height: 2.65rem !important;
            padding: 0 !important;
            justify-content: center !important;
            font-size: 1.35rem !important;
        }
        .hero-cta-morph:hover {
            transform: translateY(-2px) scale(1.01) !important;
        }
        .hero-cta-morph:hover .hero-cta-icon {
            width: 2.65rem !important;
        }
        #inicio,
        #diferenciais,
        #sobre,
        #servicos,
        #localizacao {
            scroll-margin-top: 5.75rem;
        }
        #localizacao .location-layout {
            gap: 3rem;
        }
        #localizacao .location-copy {
            gap: 1.5rem;
        }
        #localizacao .location-title {
            font-size: clamp(2.35rem, 11vw, 3.1rem);
            line-height: 1.08;
        }
        #localizacao .location-info-card {
            align-items: flex-start;
            gap: 1rem;
            padding: 1.35rem;
            border-radius: 1.4rem;
        }
        #localizacao .location-info-card > div:first-child {
            width: 3rem;
            height: 3rem;
        }
        #localizacao .location-map-shell {
            border-radius: 1.75rem;
        }
        #localizacao .location-map-panel {
            height: min(72vh, 360px);
            min-height: 310px;
            border-radius: 1.65rem;
            transform: none !important;
        }
        #localizacao iframe {
            display: block;
            min-height: 310px;
            background:
                radial-gradient(circle at 50% 44%, rgba(240,210,2,0.16), transparent 32%),
                linear-gradient(135deg, #0f150b, #000400 62%);
        }
        #localizacao .location-map-canvas {
            width: 100%;
            height: 100%;
            min-height: 310px;
            background: #dbe5ea;
            filter: grayscale(1) contrast(1.18);
            opacity: 0.86;
            transition: filter 700ms ease, opacity 700ms ease;
        }
        #localizacao .location-map-panel:hover .location-map-canvas {
            filter: grayscale(0) contrast(1);
            opacity: 1;
        }
        #localizacao .location-map-embed {
            width: 100%;
            height: 100%;
            min-height: inherit;
            border: 0;
            filter: grayscale(1) contrast(1.08);
            opacity: 0.94;
            transition: filter 700ms ease, opacity 700ms ease;
        }
        #localizacao .location-map-panel:hover .location-map-embed {
            filter: grayscale(0) contrast(1);
            opacity: 1;
        }
        #sobre .sobre-seal-grid {
            display: grid !important;
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 0.55rem !important;
            margin-top: 1.5rem !important;
        }
        #sobre .sobre-floating-seal,
        #sobre .sobre-floating-seal:hover {
            display: flex !important;
            min-height: 5.75rem !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            gap: 0.45rem !important;
            padding: 0.8rem 0.35rem !important;
            border-radius: 1rem !important;
            text-align: center !important;
            transform: none !important;
            animation: none !important;
        }
        #sobre .sobre-floating-seal .material-symbols-outlined {
            margin-bottom: 0 !important;
            font-size: 1.35rem !important;
            line-height: 1 !important;
        }
        #sobre .sobre-floating-seal p {
            font-size: 0.57rem !important;
            line-height: 1.2 !important;
            letter-spacing: 0.1em !important;
            word-break: keep-all;
        }
        .final-cta-card {
            padding: 2.5rem 1.6rem !important;
            border-radius: 2.15rem !important;
        }
        .final-cta-title {
            max-width: 16rem;
            margin-inline: auto;
            margin-bottom: 1.35rem !important;
            font-size: clamp(2rem, 10vw, 2.65rem) !important;
            line-height: 1.08 !important;
            text-wrap: balance;
        }
        .final-cta-copy {
            max-width: 18rem;
            margin-bottom: 2rem !important;
            font-size: 1.05rem !important;
            line-height: 1.55 !important;
        }
        .final-cta-button {
            width: min(100%, 15rem);
            min-height: 4rem;
            padding: 1rem 1.25rem !important;
            border-radius: 0.85rem !important;
            font-size: 0.98rem !important;
            line-height: 1.45 !important;
            letter-spacing: 0.02em !important;
            text-align: center;
        }
        .dor-authority-section {
            padding-block: 4.5rem !important;
        }
        .dor-title {
            font-size: clamp(2.15rem, 10vw, 2.75rem) !important;
            line-height: 1.08 !important;
            margin-bottom: 1rem !important;
            text-wrap: balance;
        }
        .dor-subtitle {
            margin-bottom: 1.35rem !important;
            font-size: 1.02rem !important;
            line-height: 1.55 !important;
        }
        .dor-list {
            display: grid;
            gap: 0.85rem !important;
        }
        .dor-item {
            align-items: flex-start;
            gap: 0.75rem !important;
        }
        .dor-item .material-symbols-outlined {
            margin-top: 0.1rem;
            font-size: 1.2rem;
            line-height: 1;
        }
        .dor-item p {
            font-size: 1rem !important;
            line-height: 1.45 !important;
        }
        .dor-resolution {
            margin-top: 1.7rem !important;
            padding: 1.25rem !important;
            border-radius: 1.25rem !important;
        }
        .dor-resolution h3 {
            font-size: 1.55rem !important;
            line-height: 1.15 !important;
        }
        .dor-resolution p {
            font-size: 0.98rem !important;
            line-height: 1.65 !important;
        }
        .dor-authority-card {
            align-self: start;
            padding: 1.35rem !important;
            border-radius: 1.6rem !important;
        }
        .dor-authority-card h3 {
            margin-bottom: 1rem !important;
            font-size: 2rem !important;
            line-height: 1.12 !important;
        }
        .dor-authority-card p {
            margin-bottom: 1.35rem !important;
            font-size: 0.98rem !important;
            line-height: 1.55 !important;
        }
        .dor-authority-card .grid {
            gap: 0.9rem !important;
        }
        .dor-authority-card .text-4xl {
            margin-bottom: 0.35rem !important;
            font-size: 2rem !important;
            line-height: 1 !important;
        }
        .dor-authority-card .text-xs {
            font-size: 0.66rem !important;
            letter-spacing: 0.12em !important;
            line-height: 1.25 !important;
        }
    }
    
    #localizacao .location-map-panel {
        isolation: isolate;
        background: #dbe5ea !important;
    }
    #localizacao .location-map-embed {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        min-height: inherit;
        border: 0 !important;
        filter: grayscale(1) contrast(1.08);
        opacity: 0.94;
        transition: filter 700ms ease, opacity 700ms ease;
        transform: translateZ(0);
    }
    #localizacao .location-map-panel:hover .location-map-embed {
        filter: grayscale(0) contrast(1);
        opacity: 1;
    }

    .motion-action {
        --motion-delay: 0ms;
        transition:
            opacity 620ms ease var(--motion-delay),
            transform 620ms cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay),
            filter 620ms ease var(--motion-delay),
            box-shadow 360ms ease;
        will-change: opacity, transform;
    }
    .motion-ready .motion-action:not(.motion-visible) {
        opacity: 1;
        transform: none;
        filter: none;
    }
    .motion-ready .motion-action.motion-from-left:not(.motion-visible) {
        transform: none;
    }
    .motion-ready .motion-action.motion-from-right:not(.motion-visible) {
        transform: none;
    }
    .motion-ready .motion-action.motion-visible {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0);
    }
    .motion-action-pop.motion-visible {
        animation: motion-pop 560ms cubic-bezier(0.16, 1.18, 0.28, 1) both;
    }
    .action-click {
        position: relative;
        overflow: hidden;
        touch-action: manipulation;
    }
    .action-click.is-pressed {
        transform: translateY(1px) scale(0.985) !important;
    }
    .action-ripple {
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 999px;
        pointer-events: none;
        background: rgba(255, 255, 255, 0.55);
        transform: translate(-50%, -50%) scale(1);
        animation: action-ripple 620ms ease-out forwards;
        mix-blend-mode: screen;
    }
    @keyframes motion-pop {
        0% { transform: translate3d(0, 22px, 0) scale(0.96); }
        70% { transform: translate3d(0, -3px, 0) scale(1.012); }
        100% { transform: translate3d(0, 0, 0) scale(1); }
    }
    @keyframes action-ripple {
        to {
            opacity: 0;
            transform: translate(-50%, -50%) scale(22);
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .motion-action,
        .motion-action-pop.motion-visible,
        .action-ripple {
            animation: none !important;
            transition: none !important;
            opacity: 1 !important;
            transform: none !important;
            filter: none !important;
        }
    }
    @media (min-width: 1024px) {
        .dor-authority-section {
            padding-block: 5rem !important;
        }
        .dor-authority-section > .max-w-screen-xl {
            align-items: start;
            gap: 3.5rem !important;
        }
        .dor-authority-card {
            align-self: start;
            max-width: 30rem;
            min-height: 0;
            padding: 1.8rem 2rem !important;
            border-radius: 1.65rem !important;
        }
        .dor-authority-card h3 {
            margin-bottom: 1rem !important;
            font-size: 1.8rem !important;
            line-height: 1.1 !important;
        }
        .dor-authority-card p {
            margin-bottom: 1.35rem !important;
            font-size: 0.95rem !important;
            line-height: 1.48 !important;
        }
        .dor-authority-card .grid {
            gap: 1.1rem !important;
        }
        .dor-authority-card .text-4xl {
            margin-bottom: 0.35rem !important;
            font-size: 2rem !important;
            line-height: 1 !important;
        }
        .dor-authority-card .text-xs {
            font-size: 0.68rem !important;
            letter-spacing: 0.14em !important;
        }
    }

    .btn-sweep {
        position: relative;
        overflow: hidden;
    }
    .btn-sweep::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
        transform: skewX(-25deg);
        animation: hero-sweep 4s infinite;
    }
    .hero-cta-morph {
        position: relative;
        isolation: isolate;
        border-radius: 400px !important;
        padding: 25px 76px 25px 35px !important;
        overflow: hidden;
        transition: transform 500ms ease, box-shadow 500ms ease, background 500ms ease, color 500ms ease;
        background: linear-gradient(90deg, #f8e21a 0%, #f0d202 55%, #caaa00 100%) !important;
        color: #000400 !important;
    }
    .hero-cta-morph::after {
        display: none;
    }
    .hero-cta-morph .hero-cta-label {
        position: relative;
        z-index: 2;
        transition: color 500ms ease;
    }
    .hero-cta-morph .hero-cta-icon {
        position: absolute;
        right: 20px;
        top: 50%;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        width: 32px;
        height: 32px;
        margin: 0;
        padding: 8px;
        border-radius: 400px;
        color: #f0d202 !important;
        background: #000400;
        transform: translateY(-50%);
        transition: width 500ms ease, background 500ms ease, color 500ms ease, box-shadow 500ms ease;
        box-shadow: 0 10px 24px rgba(0, 4, 0, 0.22);
    }
    .hero-cta-morph:hover {
        transform: translateY(-3px) scale(1.015);
        color: #f0d202 !important;
        box-shadow: 0 28px 68px rgba(0, 4, 0, 0.58), 0 0 44px rgba(240, 210, 2, 0.36);
    }
    .hero-cta-morph:hover .hero-cta-label {
        color: #f0d202;
    }
    .hero-cta-morph:hover .hero-cta-icon {
        width: calc(100% - 40px);
        background: #000400;
        color: #f0d202 !important;
        box-shadow: inset 0 0 0 1px rgba(240, 210, 2, 0.18), 0 16px 32px rgba(0, 4, 0, 0.28);
    }
    .pro-whatsapp-cta {
        position: relative;
        isolation: isolate;
        min-height: 68px;
        border: 2px solid rgba(255, 242, 108, 0.82);
        border-radius: 34px;
        overflow: hidden;
        background: linear-gradient(135deg, #ffe900 0%, #f0d202 48%, #cfae00 100%);
        color: #000400;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.78),
            inset 0 -14px 28px rgba(80, 66, 0, 0.2),
            0 18px 38px rgba(0, 4, 0, 0.36),
            0 0 24px rgba(240, 210, 2, 0.2);
        transition:
            transform 320ms cubic-bezier(0.23, 1, 0.32, 1),
            border-color 320ms cubic-bezier(0.23, 1, 0.32, 1),
            box-shadow 320ms cubic-bezier(0.23, 1, 0.32, 1),
            color 320ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .pro-whatsapp-cta::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        width: 86px;
        height: 86px;
        margin: auto;
        border-radius: inherit;
        background:
            radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 18%, transparent 19%),
            linear-gradient(135deg, #fefefe 0%, #fff07a 44%, #f0d202 100%);
        transform: scale(0);
        opacity: 0.92;
        transition:
            transform 850ms cubic-bezier(0.23, 1, 0.32, 1),
            opacity 850ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .pro-whatsapp-cta::after {
        content: "";
        position: absolute;
        inset: -40% auto -40% -35%;
        z-index: 1;
        width: 38%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
        transform: skewX(-20deg);
        transition: left 650ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .pro-whatsapp-cta__label,
    .pro-whatsapp-cta__icon {
        position: relative;
        z-index: 2;
    }
    .pro-whatsapp-cta__icon {
        display: inline-grid;
        place-items: center;
        width: 34px;
        height: 34px;
        border-radius: 999px;
        background: #000400;
        color: #f0d202;
        box-shadow: 0 10px 22px rgba(0, 4, 0, 0.24);
        transition:
            transform 320ms cubic-bezier(0.23, 1, 0.32, 1),
            background 320ms cubic-bezier(0.23, 1, 0.32, 1),
            color 320ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .pro-whatsapp-cta:hover,
    .pro-whatsapp-cta:focus-visible {
        color: #000400;
        border-color: #ffffff;
        transform: translateY(-4px) scale(1.045);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            inset 0 -14px 28px rgba(80, 66, 0, 0.13),
            0 26px 58px rgba(0, 4, 0, 0.48),
            0 0 42px rgba(240, 210, 2, 0.42);
    }
    .pro-whatsapp-cta:hover::before,
    .pro-whatsapp-cta:focus-visible::before {
        transform: scale(4.6);
    }
    .pro-whatsapp-cta:hover::after,
    .pro-whatsapp-cta:focus-visible::after {
        left: 112%;
    }
    .pro-whatsapp-cta:hover .pro-whatsapp-cta__icon,
    .pro-whatsapp-cta:focus-visible .pro-whatsapp-cta__icon {
        background: #fefefe;
        color: #000400;
        transform: translateX(3px);
    }
    .pro-whatsapp-cta:focus-visible {
        outline: 3px solid rgba(255, 255, 255, 0.72);
        outline-offset: 4px;
    }
    @media (max-width: 639px) {
        .pro-whatsapp-cta:hover,
        .pro-whatsapp-cta:focus-visible {
            transform: translateY(-3px) scale(1.015);
        }
    }
    @keyframes sobre-float-soft {
        0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
        50% { transform: translate3d(0, -0.8rem, 0) rotate(1deg); }
    }
    .sobre-premium {
        background:
            linear-gradient(180deg, rgba(0,4,0,0.98) 0%, rgba(0,4,0,0.78) 8rem, rgba(0,4,0,0) 24rem),
            radial-gradient(circle at 16% 16%, rgba(240,210,2,0.20), transparent 28%),
            radial-gradient(circle at 88% 72%, rgba(240,210,2,0.12), transparent 34%),
            linear-gradient(135deg, #000400 0%, #061109 48%, #000400 100%) !important;
        color: #fefefe;
    }
    .sobre-premium::before {
        content: "";
        position: absolute;
        inset: 0;
        opacity: 0.12;
        pointer-events: none;
        background-image:
            radial-gradient(rgba(255,255,255,0.18) 0.7px, transparent 0.7px),
            linear-gradient(120deg, transparent 0 45%, rgba(240,210,2,0.08) 46%, transparent 54%);
        background-size: 32px 32px, 100% 100%;
        mix-blend-mode: screen;
    }
    .sobre-premium::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        z-index: 2;
        height: clamp(8rem, 16vw, 14rem);
        pointer-events: none;
        background:
            linear-gradient(
                180deg,
                rgba(0,4,0,0) 0%,
                rgba(0,4,0,0.42) 42%,
                #000400 100%
            );
    }
    #sobre > .max-w-screen-xl > .grid {
        align-items: start !important;
    }
    @media (min-width: 1024px) {
        #sobre .sobre-depth-card {
            padding: 2rem !important;
            border-radius: 1.75rem !important;
        }
        #sobre .sobre-depth-card .mb-8 {
            margin-bottom: 1.4rem !important;
        }
        #sobre .sobre-check-item {
            min-height: 3.9rem;
            padding: 0.9rem 1rem !important;
        }
        #sobre .sobre-depth-card .mt-8 {
            margin-top: 1.35rem !important;
            padding: 1.35rem 1.5rem !important;
        }
        #sobre .sobre-depth-card .mt-8 p {
            font-size: clamp(1.6rem, 2.4vw, 2rem) !important;
            line-height: 1.12 !important;
        }
    }
    .sobre-servicos-bridge {
        position: relative;
        z-index: 1;
        height: clamp(14rem, 22vw, 22rem);
        margin-top: -1px;
        margin-bottom: -1px;
        overflow: hidden;
        background:
            linear-gradient(
                180deg,
                #000400 0%,
                #070800 14%,
                #242000 36%,
                #706200 58%,
                #c7ae00 80%,
                #f0d202 100%
            );
    }
    .sobre-servicos-bridge::before {
        content: none;
        position: absolute;
        inset: 0;
        pointer-events: none;
    }
    .sobre-servicos-bridge::after {
        content: none;
        position: absolute;
        left: -12%;
        top: -34%;
        width: 82%;
        height: 180%;
        pointer-events: none;
        opacity: 0.16;
        transform: rotate(38deg);
        background:
            linear-gradient(90deg, transparent 0 32%, rgba(0,4,0,0.34) 32% 47%, transparent 47% 53%, rgba(0,4,0,0.28) 53% 68%, transparent 68%),
            repeating-linear-gradient(90deg, transparent 0 4.5rem, rgba(240,210,2,0.35) 4.5rem 5.2rem, transparent 5.2rem 9rem);
        border-radius: 999px;
        filter: blur(0.2px);
    }
    #servicos::before {
        content: none;
        position: absolute;
        left: 0;
        right: 0;
        top: -1px;
        z-index: 1;
        height: clamp(6rem, 10vw, 9rem);
        pointer-events: none;
        background:
            radial-gradient(ellipse at 52% 0%, rgba(255,232,86,0.18), transparent 58%),
            linear-gradient(
                180deg,
                rgba(78,69,0,0.16) 0%,
                rgba(154,135,0,0.10) 34%,
                rgba(240,210,2,0) 100%
            );
        opacity: 0.62;
    }
    #servicos {
        padding-top: clamp(3.75rem, 7vw, 5.5rem);
        padding-bottom: clamp(3.75rem, 7vw, 5.5rem);
    }
    .servicos-animated-bg {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        width: min(92rem, 112vw);
        height: auto;
        pointer-events: none;
        opacity: 0.08;
        transform: translate(-50%, -50%) scale(2.25);
        transform-origin: center;
        mix-blend-mode: multiply;
    }
    .sobre-scroll-left,
    .sobre-scroll-card {
        position: relative;
        transform-style: preserve-3d;
        transform-origin: center;
        will-change: transform;
        transition: transform 420ms ease, box-shadow 420ms ease;
    }
    #sobre .sobre-scroll-left,
    #sobre .sobre-scroll-left.sobre-scroll-active,
    #sobre .sobre-seal-grid,
    #sobre .sobre-floating-seal,
    #sobre .sobre-floating-seal:hover,
    #sobre .sobre-floating-seal:focus,
    #sobre .sobre-floating-seal:focus-visible,
    #sobre .sobre-floating-seal * {
        left: 0 !important;
        transform: none !important;
        animation: none !important;
        transition: none !important;
        will-change: auto !important;
    }
    @media (min-width: 768px) {
        .sobre-scroll-left {
            left: -50px;
            transform: perspective(1000px) rotateX(10deg) rotateY(13deg) rotate(-3deg);
        }
        .sobre-scroll-left.sobre-scroll-active {
            left: 0;
            transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        }
        .sobre-scroll-card {
            left: 50px;
            transform: perspective(1000px) rotateX(10deg) rotateY(-28deg) rotate(3deg);
        }
        .sobre-scroll-card.sobre-scroll-active {
            left: 0;
            transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotate(0deg);
        }
    }
    @media (prefers-reduced-motion: reduce) {
        .sobre-scroll-left,
        .sobre-scroll-card {
            transform: none !important;
            transition: none !important;
        }
    }
    .sobre-depth-card {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 0;
        border-radius: 20px;
        background:
            linear-gradient(145deg, rgba(255,255,255,0.16), rgba(255,255,255,0.045)),
            rgba(255,255,255,0.055);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.22),
            inset 0 -28px 70px rgba(0,4,0,0.16),
            0 34px 90px rgba(0,4,0,0.42),
            0 0 0 1px rgba(240,210,2,0.18);
        backdrop-filter: blur(28px) saturate(1.18);
        -webkit-backdrop-filter: blur(28px) saturate(1.18);
    }
    .sobre-depth-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 10;
        border-radius: 20px;
        margin: 0;
        margin-top: 0;
        padding: 4px;
        pointer-events: none;
        background: linear-gradient(to bottom, #f0d202, rgba(240,210,2,0.08), transparent);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        opacity: 1;
    }
    .sobre-depth-card::after {
        content: "";
        position: absolute;
        inset: -45% auto -45% -30%;
        width: 45%;
        transform: rotate(18deg);
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
        pointer-events: none;
    }
    .sobre-check-item {
        position: relative;
        overflow: visible;
        min-height: 4.35rem;
        border-color: rgba(240,210,2,0.34) !important;
        background:
            linear-gradient(135deg, rgba(245,218,18,0.96), rgba(204,174,0,0.94)),
            #f0d202 !important;
        transform-origin: center;
        transition: border-color 500ms ease, background 500ms ease, transform 320ms ease, box-shadow 320ms ease;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.34),
            0 12px 24px rgba(0,4,0,0.24);
    }
    .sobre-check-item::before {
        content: none;
    }
    .sobre-check-item > * {
        position: relative;
        z-index: 1;
    }
    .sobre-check-item:hover {
        border-color: rgba(255,255,255,0.54) !important;
        background:
            linear-gradient(135deg, rgba(255,226,32,0.98), rgba(214,184,0,0.96)),
            #f0d202 !important;
        z-index: 6;
        transform: translateY(-2px) scale(1.035);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.42),
            0 18px 34px rgba(0,4,0,0.32);
    }
    .sobre-check-copy {
        display: grid;
        gap: 0.2rem;
        max-height: 1.6rem;
        overflow: hidden;
        transition: max-height 320ms ease;
    }
    .sobre-check-item:hover .sobre-check-copy {
        max-height: 1.6rem;
    }
    .sobre-check-detail {
        color: rgba(0,4,0,0.72);
        font-size: 0.875rem;
        font-weight: 600;
        line-height: 1.45;
        opacity: 0;
        transform: translateY(-0.35rem);
        transition: opacity 420ms ease, transform 420ms ease;
    }
    .sobre-check-item:hover .sobre-check-detail {
        opacity: 0;
        transform: translateY(-0.35rem);
    }
    .sobre-check-icon {
        transition: transform 420ms ease, box-shadow 420ms ease;
    }
    .sobre-check-item:hover .sobre-check-icon {
        transform: scale(1.08);
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.42),
            0 12px 24px rgba(0,4,0,0.16);
    }
    .sobre-check-icon {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.35),
            0 8px 18px rgba(0,4,0,0.18);
    }
    .sobre-check-icon {
        font-size: 0 !important;
        line-height: 1 !important;
    }
    .sobre-check-icon::before {
        content: "\2713";
        display: block;
        width: auto;
        height: auto;
        border: 0;
        color: currentColor;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.42rem;
        font-weight: 900;
        line-height: 1;
        transform: translateY(-0.02rem);
    }
    @media (max-width: 767px) {
        .sobre-check-item,
        .sobre-check-item:hover {
            min-height: auto;
            transform: none;
        }
        .sobre-check-copy,
        .sobre-check-item:hover .sobre-check-copy {
            max-height: 1.6rem;
        }
        .sobre-check-detail {
            opacity: 0;
            transform: translateY(-0.35rem);
        }
    }
    @media (max-width: 1023px) {
        #sobre.sobre-premium {
            padding-top: clamp(4.5rem, 9vw, 7rem) !important;
            padding-bottom: clamp(4.5rem, 9vw, 7rem) !important;
        }
        #sobre .max-w-screen-xl {
            padding-left: clamp(1.25rem, 4vw, 2rem) !important;
            padding-right: clamp(1.25rem, 4vw, 2rem) !important;
        }
        #sobre > .max-w-screen-xl > .grid {
            grid-template-columns: minmax(0, 1fr) !important;
            gap: clamp(2rem, 5vw, 3rem) !important;
            align-items: start !important;
        }
        #sobre .sobre-scroll-left,
        #sobre .sobre-scroll-card {
            left: 0 !important;
            width: 100%;
            max-width: 48rem;
            margin-left: auto;
            margin-right: auto;
            transform: none !important;
        }
        #sobre .sobre-scroll-left {
            text-align: left;
        }
        #sobre h2 {
            font-size: clamp(3rem, 8vw, 4.9rem) !important;
            line-height: 0.94 !important;
            margin-bottom: 1.1rem !important;
        }
        #sobre h2 + p {
            font-size: clamp(1.45rem, 4vw, 2rem) !important;
            line-height: 1.18 !important;
            margin-bottom: 1.25rem !important;
        }
        #sobre .sobre-scroll-left > p.font-body {
            max-width: 100% !important;
            font-size: clamp(1rem, 2.5vw, 1.08rem) !important;
            line-height: 1.75 !important;
        }
        #sobre .sobre-seal-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            gap: 0.75rem !important;
            margin-top: 1.6rem !important;
        }
        #sobre .sobre-floating-seal {
            min-height: 5.4rem;
            padding: 0.95rem !important;
        }
        #sobre .sobre-floating-seal .material-symbols-outlined {
            margin-bottom: 0.55rem !important;
            font-size: 1.35rem !important;
        }
        #sobre .sobre-depth-card {
            border-radius: 1.65rem !important;
            padding: clamp(1.25rem, 4vw, 2rem) !important;
        }
        #sobre .sobre-depth-card .mb-8 {
            margin-bottom: 1.35rem !important;
        }
        #sobre .sobre-depth-card p.text-xl {
            font-size: clamp(1.3rem, 3.6vw, 1.75rem) !important;
            line-height: 1.28 !important;
        }
        #sobre .sobre-check-item {
            min-height: 0;
            align-items: center !important;
            gap: 0.85rem !important;
            padding: 0.9rem !important;
            border-radius: 1rem !important;
        }
        #sobre .sobre-check-copy,
        #sobre .sobre-check-item:hover .sobre-check-copy {
            max-height: none !important;
            overflow: visible !important;
        }
        #sobre .sobre-check-icon {
            width: 2.45rem !important;
            height: 2.45rem !important;
            border-radius: 0.75rem !important;
            font-size: 0 !important;
            transform: none !important;
        }
        #sobre .sobre-check-copy .font-black {
            display: block;
            font-size: clamp(0.92rem, 2.4vw, 1rem) !important;
            line-height: 1.25 !important;
        }
        #sobre .sobre-check-detail {
            display: none !important;
        }
        #sobre .sobre-depth-card .mt-8 {
            margin-top: 1.25rem !important;
            padding: clamp(1.1rem, 3.4vw, 1.45rem) !important;
            border-radius: 1.25rem !important;
        }
        #sobre .sobre-depth-card .mt-8 p {
            font-size: clamp(1.35rem, 4.4vw, 2rem) !important;
            line-height: 1.12 !important;
        }
    }
    @media (max-width: 479px) {
        #sobre.sobre-premium {
            padding-top: 4rem !important;
            padding-bottom: 4.25rem !important;
        }
        #sobre .inline-flex {
            max-width: 100%;
            font-size: 0.62rem !important;
            letter-spacing: 0.16em !important;
            padding-left: 0.9rem !important;
            padding-right: 0.9rem !important;
        }
        #sobre h2 {
            font-size: clamp(2.45rem, 13vw, 3.2rem) !important;
        }
        #sobre h2 + p {
            font-size: clamp(1.25rem, 6vw, 1.55rem) !important;
        }
        #sobre .sobre-seal-grid {
            gap: 0.55rem !important;
        }
        #sobre .sobre-floating-seal {
            min-height: 4.8rem;
            padding: 0.72rem 0.55rem !important;
            border-radius: 0.9rem !important;
        }
        #sobre .sobre-floating-seal p {
            font-size: 0.57rem !important;
            letter-spacing: 0.08em !important;
            overflow-wrap: anywhere;
        }
        #sobre .sobre-depth-card {
            border-radius: 1.3rem !important;
        }
        #sobre .sobre-check-item {
            padding: 0.8rem !important;
        }
    }
    .sobre-floating-seal {
        animation: sobre-float-soft 6.5s ease-in-out infinite;
        border-color: rgba(240,210,2,0.38) !important;
        background:
            linear-gradient(145deg, rgba(240,210,2,0.18), rgba(255,255,255,0.055)),
            rgba(0,4,0,0.58) !important;
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.16),
            0 22px 46px rgba(0,4,0,0.36),
            0 0 0 1px rgba(0,4,0,0.18) !important;
        transition: transform 240ms ease, border-color 240ms ease, background 240ms ease;
    }
    .sobre-floating-seal:hover {
        transform: translateY(-4px);
        border-color: rgba(240,210,2,0.62) !important;
    }
    .sobre-floating-seal:nth-child(2) {
        animation-delay: -2.1s;
    }
    .sobre-floating-seal:nth-child(3) {
        animation-delay: -4s;
    }
    .servicos-grid-3d {
        perspective: 1200px;
        align-items: stretch;
    }
    .servico-3d-card {
        position: relative;
        isolation: isolate;
        transform-style: preserve-3d;
        min-height: 18.5rem;
        justify-content: center;
        cursor: pointer;
        box-shadow:
            0 22px 0 rgba(0,4,0,0.12),
            0 34px 70px rgba(0,4,0,0.18);
    }
    .servico-3d-card::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        border-radius: inherit;
        background: linear-gradient(145deg, rgba(255,255,255,0.90), rgba(240,210,2,0.12));
        transform: translate3d(12px, 14px, -24px);
        box-shadow: 0 18px 32px rgba(0,4,0,0.18);
    }
    .servico-3d-card::after {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        background: linear-gradient(135deg, rgba(255,255,255,0.48), transparent 38%, rgba(0,4,0,0.05));
        pointer-events: none;
    }
    .servico-3d-card:hover {
        transform: translateY(-12px) rotateX(4deg) rotateY(-4deg);
        box-shadow:
            0 26px 0 rgba(0,4,0,0.14),
            0 44px 86px rgba(0,4,0,0.26);
    }
    .servico-3d-card > * {
        position: relative;
        z-index: 1;
    }
    .servico-3d-icon {
        box-shadow:
            inset 0 1px 0 rgba(255,255,255,0.16),
            0 16px 28px rgba(0,4,0,0.22);
    }
    .services-conditions-button {
        background: linear-gradient(30deg, #8b6a00, #f0d202, #fff3a0);
        background-size: 100% auto;
        border-radius: 20px;
        color: #000400;
        box-shadow: 0 18px 38px rgba(0,4,0,0.20), 0 0 26px rgba(240,210,2,0.22);
        transition: background-position 320ms ease, background-size 320ms ease, transform 320ms ease;
    }
    .services-conditions-button:hover,
    .services-conditions-button:focus-visible {
        background-position: right center;
        background-size: 200% auto;
        animation: pulse512 2s infinite;
        transform: translateY(-3px);
    }
    @keyframes pulse512 {
        0% { box-shadow: 0 0 0 0 rgba(240,210,2,0.46); }
        70% { box-shadow: 0 0 0 20px rgba(218,103,68,0); }
        100% { box-shadow: 0 0 0 0 rgba(218,103,68,0); }
    }
    @media (min-width: 1024px) {
        .servicos-grid-3d {
            grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        }
        .servicos-grid-3d .servico-3d-card {
            grid-column: span 2;
        }
        .servicos-grid-3d .servico-3d-card:nth-child(4) {
            grid-column: 2 / span 2;
        }
        .servicos-grid-3d .servico-3d-card:nth-child(5) {
            grid-column: 4 / span 2;
        }
    }
    @media (min-width: 768px) and (max-width: 1023px) {
        .servicos-grid-3d {
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        }
        .servicos-grid-3d .servico-3d-card:nth-child(5) {
            grid-column: 1 / -1;
            max-width: 26rem;
            width: 100%;
            justify-self: center;
        }
    }
    @media (max-width: 767px) {
        .servico-3d-card,
        .servico-3d-card:hover {
            transform: none;
        }
        .servico-3d-card {
            min-height: auto;
            box-shadow: 0 16px 34px rgba(0,4,0,0.16);
        }
        .servico-3d-card::before {
            transform: translate3d(7px, 8px, -16px);
        }
    }
