.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#BF3137;--e-global-color-8bbedb1:#FFE195;--e-global-color-cbf2bde:#393939;--e-global-typography-primary-font-family:"Unbounded";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Unbounded";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"Unbounded";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;font-family:"Bungee Spice", Sans-serif;overscroll-behavior:none;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
  overflow-x: hidden; /* Impede o scroll horizontal */
  overflow-y: auto;   /* Permite o scroll vertical */
}

html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(at 20% 80%, #fff 1px, transparent 0px);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 999;
    opacity: 0.04;
    mix-blend-mode: plus-lighter;
    user-select: none;
    pointer-events: none;
}


<style id="mobile-performance-patch"> /* Modo leve só no mobile */ @media (max-width: 820px){ /* 1) Desativar blur/compostos pesados nos principais blocos */ .webp-cards-who .card, .portfolio-scroll.lime .site-card, .cta-red-board .card, #launchCountdownV3, #launchCountdownV3::before{ backdrop-filter: none !important; -webkit-backdrop-filter: none !important; } /* 2) Remover/atenuar overlays com blend que forçam repaints */ .webp-cards-who .card::after{ display: none !important; /* glow dinâmico off no mobile */ } .portfolio-scroll.lime .site-card::before{ opacity: .35 !important; /* deixa só um leve brilho estático */ } /* 3) Reduzir sombras grandes (baratas em desktop, caras no mobile) */ .webp-cards-who .card, .portfolio-scroll.lime .site-card, .cta-red-board .card{ box-shadow: 0 10px 24px rgba(0,0,0,.30) !important; } /* 4) Evitar blend pesado */ .webp-cards-who .card::after, .portfolio-scroll.lime .hint{ mix-blend-mode: normal !important; } /* 5) Ajustes de viewport do portfolio para reduzir área pintada */ .portfolio-scroll.lime .viewport{ height: clamp(220px, 32vh, 360px) !important; } /* 6) Se houver backgrounds com attachment:fixed (mata rolagem no iOS), troca p/ scroll */ .bg-fixed{ background-attachment: scroll !important; } /* 7) Otimizar will-change: só quando necessário */ .webp-cards-who .card{ will-change: auto !important; } } </style/* End custom CSS */