/**
 * WNEXO Future UI — glass · mesh · glow (paleta = var(--blue) da marca)
 */

body.wnx-future {
  background: #ffffff !important;
  color: var(--ink, #1D1D1F);
  position: relative;
}

body.wnx-future::before,
body.wnx-future::after {
  display: none !important;
  content: none !important;
}

body.wnx-future #site-content {
  position: relative;
  z-index: 0;
}

/* ——— Mesh ambient ——— */
.wnx-mesh {
  display: none !important;
}

.wnx-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  opacity: 0.55;
  will-change: transform;
}

.wnx-orb--1 {
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  top: -12%;
  right: -8%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue) 35%, transparent) 0%, transparent 70%);
  animation: wnxOrbDrift1 18s ease-in-out infinite;
}

.wnx-orb--2 {
  width: min(420px, 60vw);
  height: min(420px, 60vw);
  bottom: 5%;
  left: -10%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue) 22%, transparent) 0%, transparent 70%);
  animation: wnxOrbDrift2 22s ease-in-out infinite;
}

.wnx-orb--3 {
  width: min(280px, 45vw);
  height: min(280px, 45vw);
  top: 40%;
  left: 35%;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue-dark) 14%, transparent) 0%, transparent 70%);
  animation: wnxOrbDrift3 26s ease-in-out infinite;
}

@keyframes wnxOrbDrift1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-24px, 18px) scale(1.06);
  }
}

@keyframes wnxOrbDrift2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(20px, -14px) scale(1.05);
  }
}

@keyframes wnxOrbDrift3 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(-12px, 20px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .wnx-orb {
    animation: none !important;
  }

  .wnx-hero-float {
    animation: none !important;
  }
}

/* ——— Navbar glass ——— */
body.wnx-future .navbar {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: saturate(180%) blur(20px) !important;
  -webkit-backdrop-filter: saturate(180%) blur(20px) !important;
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 8%, transparent) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
}

body.wnx-future .navbar.scrolled {
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 8px 32px color-mix(in srgb, var(--blue) 6%, transparent) !important;
}

/* ——— Kickers / badges ——— */
body.wnx-future .kicker,
body.wnx-future .eyebrow,
body.wnx-future .hero-showcase-kicker,
body.wnx-future .product-badge {
  background: rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--blue) 14%, transparent) !important;
  box-shadow: 0 4px 20px color-mix(in srgb, var(--blue) 8%, transparent), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Botões primary: theme.php + modern.css (sem override roxo) */
body.wnx-future .btn-primary {
  transition: transform 0.2s ease, box-shadow 0.25s ease !important;
}

body.wnx-future .btn-primary:hover {
  transform: translateY(-2px);
}

body.wnx-future .btn-outline {
  background: rgba(255, 255, 255, 0.65) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid color-mix(in srgb, var(--blue) 20%, transparent) !important;
  color: var(--blue-dark) !important;
}

body.wnx-future .btn-outline:hover {
  border-color: color-mix(in srgb, var(--blue) 45%, transparent) !important;
  box-shadow: 0 0 24px color-mix(in srgb, var(--blue) 12%, transparent);
}

/* ——— Hero home ——— */
body.wnx-future .hero-showcase {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

body.wnx-future .hero-showcase::after {
  display: none;
}

body.wnx-future .hero-showcase-inner {
  position: relative;
  z-index: 2;
}

body.wnx-future .hero-showcase-copy h1 {
  font-size: clamp(2.25rem, 4.8vw, 3.75rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

body.wnx-future .hero-showcase-copy h1 em {
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  animation: wnxGradientShift 10s ease infinite;
}

@keyframes wnxGradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

body.wnx-future .hero-showcase-copy .hero-sub {
  font-size: 1.125rem;
  color: var(--text, #424245);
  max-width: 52ch;
}

body.wnx-future .wnx-hero-device::before {
  content: '';
  position: absolute;
  inset: -20px -16px -24px;
  background: radial-gradient(ellipse at 50% 60%, color-mix(in srgb, var(--blue) 22%, transparent), transparent 65%);
  z-index: -1;
  filter: blur(8px);
}

body.wnx-future .wnx-hero-device__chrome {
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: color-mix(in srgb, var(--blue) 12%, transparent) !important;
}

body.wnx-future .wnx-hero-device__screen {
  border-color: color-mix(in srgb, var(--blue) 14%, transparent) !important;
  box-shadow:
    0 24px 64px color-mix(in srgb, var(--blue) 18%, transparent),
    0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
}

body.wnx-future .wnx-hero-float {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid color-mix(in srgb, var(--blue) 15%, transparent);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--blue) 12%, transparent);
}

body.wnx-future .wnx-hero-float i {
  color: var(--blue);
}

body.wnx-future .wnx-trust-bar {
  background: #ffffff !important;
  border-top: 1px solid color-mix(in srgb, var(--blue) 8%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 8%, transparent);
}

body.wnx-future .product-card,
body.wnx-future .module-card {
  background: rgba(255, 255, 255, 0.78) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--blue) 10%, transparent) !important;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
  transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

body.wnx-future .product-card:hover,
body.wnx-future .module-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--blue) 35%, transparent) !important;
  box-shadow:
    0 20px 48px color-mix(in srgb, var(--blue) 14%, transparent),
    0 0 0 1px color-mix(in srgb, var(--blue) 12%, transparent) !important;
}

body.wnx-future .product-card__icon {
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 8%, transparent), color-mix(in srgb, var(--blue-light) 80%, transparent)) !important;
}

body.wnx-future .wnx-bia-band {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #ffffff;
  border-top: 1px solid color-mix(in srgb, var(--blue) 10%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--blue) 8%, transparent);
}

body.wnx-future .wnx-bia-band::before {
  display: none;
}

body.wnx-future .wnx-bia-band__grid {
  position: relative;
  z-index: 1;
}

body.wnx-future .wnx-bia-band__kicker {
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--blue) 20%, transparent);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue-dark);
}

body.wnx-future .wnx-bia-band__chips span {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid color-mix(in srgb, var(--blue) 18%, transparent);
  box-shadow: 0 2px 12px color-mix(in srgb, var(--blue) 6%, transparent);
}

body.wnx-future .wnx-bia-band__visual::before {
  content: '';
  position: absolute;
  inset: -16px;
  background: radial-gradient(circle, color-mix(in srgb, var(--blue) 20%, transparent), transparent 70%);
  filter: blur(20px);
  z-index: -1;
}

body.wnx-future .wnx-bia-band__visual img {
  border: 1px solid color-mix(in srgb, var(--blue) 20%, transparent);
  box-shadow: 0 32px 80px color-mix(in srgb, var(--blue) 20%, transparent);
}

body.wnx-future .wnx-stat {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid color-mix(in srgb, var(--blue) 10%, transparent);
  box-shadow: 0 8px 32px color-mix(in srgb, var(--blue) 6%, transparent);
}

body.wnx-future .wnx-stat__value {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: 800;
}

body.wnx-future .system-showcase {
  background: #ffffff;
}

body.wnx-future .hero-showcase-device {
  border: 1px solid color-mix(in srgb, var(--blue) 12%, transparent);
  box-shadow:
    0 32px 80px color-mix(in srgb, var(--blue) 15%, transparent),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
}

body.wnx-future .wnx-feature-chips span {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid color-mix(in srgb, var(--blue) 12%, transparent);
  box-shadow: 0 4px 16px color-mix(in srgb, var(--blue) 6%, transparent);
}

body.wnx-future .hero-showcase-float--pill {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid color-mix(in srgb, var(--blue) 20%, transparent);
  box-shadow: 0 8px 28px color-mix(in srgb, var(--blue) 12%, transparent);
}

body.wnx-future #site-content .page-hero-cinema .hero-cinema-media {
  box-shadow:
    0 24px 64px rgba(15, 23, 42, 0.1),
    0 0 0 1px color-mix(in srgb, var(--blue) 6%, transparent);
}

body.wnx-future #site-content .page-hero-cinema--radar .hero-cinema-media {
  box-shadow: none;
  border: none;
  background: transparent;
}

body.wnx-future #site-content .page-hero-cinema .hero-cinema-media img {
  filter: none !important;
}

body.wnx-future #site-content .wnx-pain-card,
body.wnx-future #site-content .benefit-item,
body.wnx-future #site-content .faq-card,
body.wnx-future #site-content .wnx-testimonial-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--blue) 10%, transparent);
  transition: transform 0.22s ease, box-shadow 0.28s ease;
}

body.wnx-future #site-content .wnx-pain-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px color-mix(in srgb, var(--blue) 12%, transparent);
  border-color: color-mix(in srgb, var(--blue) 25%, transparent);
}

body.wnx-future .cta-section {
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
  border-top: 1px solid color-mix(in srgb, var(--blue) 10%, transparent) !important;
}

body.wnx-future .cta-section::before {
  display: none;
}

body.wnx-future .footer {
  background: var(--footer-bg) !important;
  border-top: 1px solid var(--footer-border, rgba(255, 255, 255, 0.22));
  color: var(--footer-text);
}

body.wnx-future .footer a,
body.wnx-future .footer-col a,
body.wnx-future .footer-links a,
body.wnx-future .footer-col h5,
body.wnx-future .footer-inner p,
body.wnx-future .footer-bottom {
  color: var(--footer-text);
}

body.wnx-future .footer a:hover,
body.wnx-future .footer-col a:hover {
  color: var(--footer-text);
  opacity: 0.82;
}

body.wnx-future .footer-brand p {
  color: var(--footer-text-muted);
}

body.wnx-future .site-stripe-b,
body.wnx-future #site-content > section:not(.footer) {
  background-color: #ffffff !important;
}

body.wnx-future .wnx-testimonials {
  background: #ffffff !important;
}

/* ——— Live dot, scan, interactions ——— */
.wnx-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28c840;
  margin-right: 8px;
  vertical-align: middle;
  animation: wnxLivePulse 2.4s ease-in-out infinite;
}

@keyframes wnxLivePulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(40, 200, 64, 0.45);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(40, 200, 64, 0);
  }
}

.wnx-hero-device__scan {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--blue) 75%, transparent), transparent);
  box-shadow: 0 0 16px color-mix(in srgb, var(--blue) 35%, transparent);
  animation: wnxScanLine 5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes wnxScanLine {

  0%,
  100% {
    top: 0;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 0.85;
  }

  100% {
    top: calc(100% - 2px);
    opacity: 0;
  }
}

body.wnx-future .product-card::after,
body.wnx-future .module-card::after,
body.wnx-future .wnx-stat::after {
  background: radial-gradient(circle 140px at var(--spot-x, 50%) var(--spot-y, 50%), color-mix(in srgb, var(--blue) 14%, transparent), transparent 70%);
}

body.wnx-future .product-card::before,
body.wnx-future .module-card::before {
  background: linear-gradient(135deg, color-mix(in srgb, var(--blue) 35%, transparent), color-mix(in srgb, var(--blue) 8%, transparent));
}

body.wnx-future .module-card i {
  color: var(--blue) !important;
  background: none !important;
  -webkit-background-clip: unset;
  background-clip: unset;
}

body.wnx-future .wnx-section-head .eyebrow::after,
body.wnx-future .section-title .eyebrow::after {
  background: linear-gradient(90deg, var(--blue), var(--blue-dark));
}

body.wnx-future .wnx-trust-bar__item:hover {
  color: var(--blue);
}

body.wnx-future .wnx-trust-bar__item i {
  color: var(--blue);
}

body.wnx-future .hero-showcase-orbit--a {
  background: color-mix(in srgb, var(--blue) 16%, transparent) !important;
}

body.wnx-future .hero-showcase-orbit--b {
  background: color-mix(in srgb, var(--blue-dark) 12%, transparent) !important;
}

body.wnx-future .wnx-segment-tab.is-active {
  background: linear-gradient(135deg, var(--blue), var(--blue-dark)) !important;
  box-shadow: 0 8px 28px color-mix(in srgb, var(--blue) 28%, transparent);
}

body.wnx-future .wnx-flow-step i {
  color: var(--blue) !important;
}

body.wnx-future .wnx-flow-connector {
  background: linear-gradient(90deg, color-mix(in srgb, var(--blue) 15%, transparent), color-mix(in srgb, var(--blue) 55%, transparent), color-mix(in srgb, var(--blue) 15%, transparent));
}

body.wnx-future #site-content .page-hero-cinema .hero-cinema-content .kicker {
  border: 1px solid color-mix(in srgb, var(--blue) 12%, transparent);
  color: var(--blue-dark);
}

body.wnx-future .btn-primary {
  position: relative;
  overflow: hidden;
}

body.wnx-future .btn-primary::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  animation: wnxBtnShimmer 4.5s ease-in-out infinite;
}

@keyframes wnxBtnShimmer {

  0%,
  70%,
  100% {
    left: -100%;
  }

  85% {
    left: 140%;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wnx-hero-device__scan,
  body.wnx-future .wnx-flow-connector,
  body.wnx-future .btn-primary::after {
    animation: none !important;
  }

  body.wnx-future .reveal {
    filter: none;
  }
}