.elementor-kit-6{--e-global-color-primary:#8B5CF6;--e-global-color-secondary:#A855F7;--e-global-color-text:#EDE9FE;--e-global-color-accent:#FF4FD8;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.6px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:800;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:700;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-con{--container-max-width:1240px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* ===== SEXYUST – LOGO 3D ===== */
.logo3d{
  position: relative;
  font-weight: 900;
  font-size: clamp(56px, 8vw, 110px);
  letter-spacing: -1px;
  transform: perspective(800px) rotateX(6deg);
  text-shadow:
    0 2px 0 rgba(0,0,0,.35),
    0 14px 40px rgba(0,0,0,.55);
}

.logo3d .sex,
.logo3d .st{
  background: linear-gradient(180deg,#ffffff,#d9d1ff);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
}

.logo3d .u{
  background: linear-gradient(180deg,#A855F7,#8B5CF6);
  -webkit-background-clip:text;
  background-clip:text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(168,85,247,.55));
}

/* sombra 3D fake */
.logo3d::after{
  content: "SexyUst";
  position: absolute;
  left: 6px;
  top: 8px;
  z-index: -1;
  color: rgba(0,0,0,.55);
  filter: blur(0.5px);
}

/* ===== RAIO ANIMADO ===== */
.lightning{
  position: absolute;
  inset: -40% auto -40% -40%;
  width: 40%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(79,231,255,.0),
    rgba(79,231,255,.6),
    rgba(255,79,216,.6),
    rgba(168,85,247,.4),
    transparent
  );
  transform: skewX(-18deg);
  filter: blur(1px);
  animation: sexyustRay 2.4s ease-in-out infinite;
  pointer-events: none;
}

@keyframes sexyustRay{
  0%{transform: translateX(-120%) skewX(-18deg);opacity:0}
  20%{opacity:1}
  50%{opacity:.9}
  100%{transform: translateX(260%) skewX(-18deg);opacity:0}
}/* End custom CSS */