/**
 * WNEXO site — Identidade visual Clínica Experts
 * (Navbar branca + Hero clean sem fotos + Tipografia Inter + Deep Charcoal #18181B)
 */
:root {
  --wnx-navy: #18181b;
  --wnx-navy-deep: #18181b;
  --wnx-cta: #18181b;
  --wnx-cta-hover: #27272a;
  --wnx-cta-text: #ffffff;
  --wnx-ink: #18181b;
  --wnx-muted: #71717a;
  --wnx-gray: #f4f4f5;
  --site-bg: #f4f4f5;
}

html,
body.wnx-future {
  background: #f4f4f5 !important;
  color: #18181b !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  color: #18181b !important;
  letter-spacing: -0.025em;
  text-transform: none !important;
}

/* ——— Navbar (SEMPRE BRANCA com logo colorido) ——— */
body.wnx-future .navbar,
body.wnx-future .navbar.scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid #e4e4e7 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  height: 70px;
  z-index: 1000;
}

@media (min-width: 1200px) {
  body.wnx-future .navbar .nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
  }

  body.wnx-future .navbar .hamburger {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  body.wnx-future .navbar {
    height: 64px !important;
    width: 100% !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: 0 !important;
  }

  body.wnx-future .navbar .nav-inner {
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    height: 100% !important;
  }

  body.wnx-future .nav-logo img {
    height: 32px !important;
    width: auto !important;
    max-width: 130px !important;
    object-fit: contain !important;
  }

  .navbar .nav-links,
  body.wnx-future .navbar .nav-links,
  body.wnx-future .nav-links,
  .nav-links {
    display: none !important;
  }

  .navbar .nav-actions,
  body.wnx-future .navbar .nav-actions,
  body.wnx-future .nav-actions,
  .nav-actions {
    display: none !important;
  }

  .navbar .hamburger,
  body.wnx-future .navbar .hamburger,
  .hamburger {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    border-radius: 12px !important;
    background: #f4f4f5 !important;
    border: 1px solid #e4e4e7 !important;
    color: #18181b !important;
    font-size: 24px !important;
    cursor: pointer !important;
    margin-left: auto !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1002 !important;
    transition: all 0.15s ease !important;
  }

  body.wnx-future .navbar .hamburger:hover {
    background: #e4e4e7 !important;
    color: #000000 !important;
  }

  body.wnx-future .navbar .hamburger i {
    font-size: 24px !important;
    line-height: 1 !important;
    display: block !important;
    color: #18181b !important;
  }
}

body.wnx-future .navbar .nav-links > a,
body.wnx-future .navbar .nav-item > a {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #18181b !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  transition: color 0.15s ease !important;
}

body.wnx-future .navbar .nav-links > a:hover,
body.wnx-future .navbar .nav-item > a:hover,
body.wnx-future .navbar .nav-links > a.active,
body.wnx-future .navbar .nav-links > a.nav-inicio.active {
  color: #000000 !important;
  font-weight: 600 !important;
}

body.wnx-future .nav-logo {
  display: flex;
  align-items: center;
}

body.wnx-future .nav-logo img {
  height: 42px;
  width: auto;
  filter: none !important;
}

body.wnx-future .nav-logo-color {
  display: block !important;
}

body.wnx-future .nav-logo-white {
  display: none !important;
}

body.wnx-future .navbar .dropdown {
  background: #ffffff !important;
  border-radius: 14px !important;
  border: 1px solid #e4e4e7 !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
}

body.wnx-future .navbar .dropdown a {
  color: #18181b !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  border-radius: 8px !important;
}

body.wnx-future .navbar .dropdown a:hover {
  background: #f4f4f5 !important;
  color: #000000 !important;
}

@media (min-width: 1200px) {
  body.wnx-future .nav-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

body.wnx-future .nav-actions .btn-primary {
  background: #18181b !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
  border-radius: 9999px !important;
  text-transform: none !important;
  letter-spacing: -0.01em;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 10px 22px !important;
  transition: all 0.2s ease !important;
}

body.wnx-future .nav-actions .btn-primary:hover {
  background: #27272a !important;
  transform: translateY(-1px);
}

body.wnx-future .nav-actions .btn-outline {
  background: #f4f4f5 !important;
  color: #18181b !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 9999px !important;
  text-transform: none !important;
  letter-spacing: -0.01em;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding: 10px 20px !important;
  transition: all 0.2s ease !important;
}

body.wnx-future .nav-actions .btn-outline:hover {
  background: #e4e4e7 !important;
}

/* ——— Botões globais (pílula Clínica Experts) ——— */
body.wnx-future .btn,
body.wnx-future .btn-primary,
body.wnx-future .btn-outline,
body.wnx-future .btn-lg,
body.wnx-future .btn-xl {
  border-radius: 9999px !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  transition: all 0.2s ease !important;
}

body.wnx-future .btn-primary {
  background: #18181b !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}

body.wnx-future .btn-primary:hover {
  background: #27272a !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
}

body.wnx-future .btn-outline {
  background: #e4e4e7 !important;
  color: #18181b !important;
  border: none !important;
}

body.wnx-future .btn-outline:hover {
  background: #d4d4d8 !important;
  color: #18181b !important;
  transform: translateY(-1px) !important;
}

/* ——— Hero sem fotos de fundo (Clínica Experts clean look) ——— */
body.wnx-future .totvs-hero,
body.wnx-future #site-content > section.totvs-hero,
body.wnx-future .page-hero-cinema,
body.wnx-future .hero-cinema,
body.wnx-blog-page .blog-hero {
  position: relative;
  min-height: auto !important;
  background: radial-gradient(circle at 50% -10%, #FFFFFF 0%, #F4F4F5 55%, #FAFAFA 100%) !important;
  color: #18181b !important;
  padding: 130px 24px 60px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden;
}

/* Remover imagens de fundo e scrims escuros em todas as páginas */
body.wnx-future .totvs-hero-bg,
body.wnx-future .totvs-hero-scrim,
body.wnx-future .totvs-hero-wave,
body.wnx-future .totvs-scroll,
body.wnx-future .hero-cinema-media,
body.wnx-future .hero-cinema-scrim,
body.wnx-future .page-hero-cinema .hero-cinema-media,
body.wnx-future .page-hero-cinema .hero-cinema-scrim,
body.wnx-future .page-hero-cinema::after,
body.wnx-future .hero-cinema::after,
body.wnx-blog-page .blog-hero::after {
  display: none !important;
}

body.wnx-future .totvs-hero-inner,
body.wnx-future .totvs-hero-inner.wrap-lg,
body.wnx-future .page-hero-cinema .hero-cinema-content,
body.wnx-blog-page .blog-hero .wrap-lg {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
  align-self: center !important;
}

body.wnx-future .totvs-hero h1,
body.wnx-future .totvs-hero h2,
body.wnx-future .page-hero-cinema h1,
body.wnx-future .page-hero-cinema h2,
body.wnx-blog-page .blog-hero h1,
body.wnx-blog-page .blog-hero h2 {
  color: #18181b !important;
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(2.3rem, 4.4vw, 3.85rem) !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
  margin: 0 auto 20px !important;
  text-align: center !important;
  max-width: 22ch !important;
}

body.wnx-future .totvs-hero h1 em,
body.wnx-future .totvs-hero h2 em,
body.wnx-future .page-hero-cinema h1 em,
body.wnx-future .page-hero-cinema h2 em {
  color: #18181b !important;
  -webkit-text-fill-color: #18181b !important;
  font-style: normal;
  text-decoration: none;
}

body.wnx-future .totvs-hero .hero-sub,
body.wnx-future .page-hero-cinema .hero-sub,
body.wnx-blog-page .blog-hero p {
  color: #52525b !important;
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  max-width: 38rem !important;
  margin: 0 auto 32px !important;
  text-align: center !important;
}

body.wnx-future .totvs-hero .hero-ctas,
body.wnx-future .page-hero-cinema .hero-ctas {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 auto 32px !important;
  flex-wrap: wrap !important;
}

body.wnx-future .totvs-hero .btn-primary,
body.wnx-future .page-hero-cinema .btn-primary {
  background: #18181b !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  padding: 13px 28px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
}

body.wnx-future .totvs-hero .btn-primary:hover,
body.wnx-future .page-hero-cinema .btn-primary:hover {
  background: #27272a !important;
}

body.wnx-future .totvs-hero .btn-outline,
body.wnx-future .page-hero-cinema .btn-outline {
  background: #e4e4e7 !important;
  color: #18181b !important;
  border: none !important;
  border-radius: 9999px !important;
  padding: 13px 28px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
}

body.wnx-future .totvs-hero .btn-outline:hover,
body.wnx-future .page-hero-cinema .btn-outline:hover {
  background: #d4d4d8 !important;
}

body.wnx-future .totvs-hero .kicker,
body.wnx-future .totvs-hero .product-badge,
body.wnx-future .page-hero-cinema .kicker,
body.wnx-future .page-hero-cinema .product-badge {
  color: #18181b !important;
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  border-radius: 9999px !important;
  padding: 6px 18px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px;
  margin-bottom: 24px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}


body.wnx-future .product-badge {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ——— Conteúdo abaixo do hero ——— */
body.wnx-future #site-content > section:not(.totvs-hero):not(.page-hero-cinema):not(.hero-cinema):not(.cta-section):not(.footer):not(.bg-soft):not(.wnx-bia-band):not(.wnx-stats):not(.wnx-segments) {
  background: #ffffff !important;
  color: var(--wnx-navy);
}

body.wnx-future .section-title h2,
body.wnx-future .wnx-section-head h2,
body.wnx-future h2 {
  text-transform: none;
  font-weight: 800 !important;
}

body.wnx-future h2 em,
body.wnx-future h1 em,
body.wnx-future .section-title h2 strong,
body.wnx-future .accent {
  color: var(--wnx-cta) !important;
  font-style: normal;
  -webkit-text-fill-color: var(--wnx-cta);
}

body.wnx-future .kicker,
body.wnx-future .eyebrow {
  color: var(--wnx-cta) !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

body.wnx-future .link-cta {
  color: var(--wnx-cta) !important;
}

body.wnx-future .link-cta:hover {
  color: var(--wnx-cta-hover) !important;
}

body.wnx-future .page-hero-cinema .kicker,
body.wnx-future .page-hero-cinema .product-badge,
body.wnx-future .page-hero-cinema .hero-sub,
body.wnx-future .totvs-hero .kicker,
body.wnx-blog-page .blog-hero .kicker {
  color: #fff !important;
}

body.wnx-future .product-card,
body.wnx-future .module-card,
body.wnx-future .wnx-pain-card,
body.wnx-future .benefit-item,
body.wnx-future .faq-card,
body.wnx-future .blog-card {
  border-radius: 8px !important;
  border: 1px solid #e6eef2 !important;
  box-shadow: none !important;
  background: #fff !important;
}

body.wnx-future .cta-section {
  background: var(--wnx-gray) !important;
  color: var(--wnx-navy) !important;
  border: none !important;
  box-shadow: none !important;
}

body.wnx-future .cta-section .btn {
  margin: 8px 8px 0 0;
}

body.wnx-future .cta-section h2,
body.wnx-future .cta-section p {
  color: var(--wnx-navy) !important;
}

body.wnx-future .cta-section .btn-outline {
  border-color: var(--wnx-navy) !important;
  color: var(--wnx-navy) !important;
  background: transparent !important;
}

body.wnx-future .footer {
  background: var(--wnx-navy-deep) !important;
  color: #ffffff !important;
}

body.wnx-future .footer a,
body.wnx-future .footer-col a,
body.wnx-future .footer-col h5,
body.wnx-future .footer-brand p,
body.wnx-future .footer-bottom {
  color: #ffffff !important;
}

body.wnx-future .footer-brand img {
  filter: none !important;
  height: 36px;
  width: auto;
}

body.wnx-future .blog-hero h1 {
  text-transform: uppercase;
}

/* Blog e páginas sem hero full-bleed: navbar clara */
body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar,
body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar.scrolled {
  background: #ffffff !important;
  border-bottom: 1px solid #e4e4e7 !important;
}

body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .nav-links > a,
body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .nav-item > a,
body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .hamburger {
  color: #18181b !important;
}

body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .nav-logo-color {
  display: block !important;
}

body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .nav-logo-white {
  display: none !important;
}

body.wnx-blog-page:not(.wnx-blog-has-hero) .navbar .nav-actions .btn-outline {
  color: #18181b !important;
  background: #f4f4f5 !important;
  border: 1px solid #e4e4e7 !important;
}

body.wnx-blog-page .blog-hero {
  background: radial-gradient(circle at 50% -10%, #FFFFFF 0%, #F4F4F5 55%, #FAFAFA 100%) !important;
  color: #18181b !important;
  padding: 130px 0 60px !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  position: relative;
}

body.wnx-blog-page .blog-hero::after {
  display: none !important;
}

body.wnx-blog-page .blog-hero h1 {
  color: #18181b !important;
  text-transform: none !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
}

body.wnx-blog-page .blog-hero p {
  color: #52525b !important;
  font-family: 'Inter', sans-serif !important;
}

body.wnx-blog-page .blog-hero .kicker {
  color: #18181b !important;
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 9999px !important;
  padding: 4px 14px !important;
  display: inline-block !important;
}

body.wnx-blog-page .blog-filter-btn {
  border: 1px solid #e4e4e7 !important;
  border-radius: 9999px !important;
  background: #fff !important;
  color: #18181b !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  transition: all 0.2s ease !important;
}

body.wnx-blog-page .blog-filter-btn.is-active,
body.wnx-blog-page .blog-filter-btn:hover {
  background: #18181b !important;
  border-color: #18181b !important;
  color: #ffffff !important;
}

/* ——— Faixas, stats, cards e mobile ——— */
body.wnx-future .wnx-trust-bar {
  background: #ffffff !important;
  border-top: none !important;
  border-bottom: 1px solid #e4e4e7 !important;
  box-shadow: none !important;
}

body.wnx-future .wnx-trust-bar__item {
  color: #52525b !important;
  font-weight: 500 !important;
  font-size: 0.9375rem !important;
}

body.wnx-future .wnx-bia-band {
  background: linear-gradient(135deg, #eefbf4 0%, #e0f2fe 50%, #f3e8ff 100%) !important;
  border: 1px solid #e4e4e7 !important;
  border-radius: 24px !important;
  color: #18181b !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
}

body.wnx-future .wnx-bia-band h2,
body.wnx-future .wnx-bia-band p,
body.wnx-future .wnx-bia-band__kicker {
  color: #18181b !important;
  background: none !important;
  border: none !important;
}

body.wnx-future .wnx-bia-band p {
  color: #52525b !important;
}

body.wnx-future .wnx-bia-band .btn-outline {
  border: 1px solid #d4d4d8 !important;
  background: #ffffff !important;
  color: #18181b !important;
  border-radius: 9999px !important;
}

body.wnx-future .wnx-bia-band__chips span {
  background: #ffffff !important;
  border: 1px solid #e4e4e7 !important;
  color: #18181b !important;
  border-radius: 9999px !important;
  font-weight: 500 !important;
}

body.wnx-future .wnx-mesh,
body.wnx-future .wnx-orb {
  display: none !important;
}

body.wnx-future .wnx-stats,
body.wnx-future .bg-soft,
body.wnx-future .pricing-strip,
body.wnx-future .feature-row.bg-soft,
body.wnx-future .system-showcase.bg-soft {
  background: #f4f4f5 !important;
}

body.wnx-future .feature-row:not(.bg-soft),
body.wnx-future .system-showcase:not(.bg-soft) {
  background: #ffffff !important;
}

body.wnx-future .wnx-stat__value {
  color: #18181b !important;
  font-weight: 700 !important;
  font-family: 'Inter', sans-serif !important;
}

body.wnx-future .pricing-strip-inner {
  border: 1px solid #e4e4e7 !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  background: #fff !important;
}

body.wnx-future .product-card,
body.wnx-future .module-card,
body.wnx-future .wnx-pain-card,
body.wnx-future .benefit-item,
body.wnx-future .faq-card,
body.wnx-future .blog-card,
body.wnx-future .wnx-testimonial-card {
  border-radius: 20px !important;
  border: 1px solid #e4e4e7 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
  background: #ffffff !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

body.wnx-future .product-card:hover,
body.wnx-future .module-card:hover,
body.wnx-future .blog-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
}

body.wnx-future .tag-cloud a {
  border-radius: 9999px !important;
  border: 1px solid #e4e4e7 !important;
  background: #fff !important;
  color: #18181b !important;
  box-shadow: none !important;
}

/* ——— Mobile Nav Drawer Modernizado & Backdrop ——— */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-nav-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

body.mobile-nav-open {
  overflow: hidden !important;
  touch-action: none !important;
}

@media (min-width: 1200px) {
  .mobile-nav-backdrop,
  body.wnx-future .mobile-nav {
    display: none !important;
  }
}

body.wnx-future .mobile-nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 88vw !important;
  max-width: 380px !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 99999 !important;
  padding: 20px 20px 40px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.18) !important;
  transform: translateX(100%) !important;
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.wnx-future .mobile-nav.open {
  transform: translateX(0) !important;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #f4f4f5;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.mobile-nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

body.wnx-future .mobile-nav-close {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #e4e4e7 !important;
  background: #f4f4f5 !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  color: #18181b !important;
  cursor: pointer !important;
  margin: 0 !important;
  transition: all 0.15s ease !important;
}

body.wnx-future .mobile-nav-close:hover {
  background: #e4e4e7 !important;
  color: #000000 !important;
}

.mobile-nav-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f4f4f5;
  flex-shrink: 0;
}

.mobile-nav-ctas .btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 18px !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  text-align: center !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-primary,
.mobile-nav-ctas a.wnx-mobile-cta-primary {
  background: #18181b !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-primary i,
.mobile-nav-ctas a.wnx-mobile-cta-primary i {
  color: #25d366 !important;
  font-size: 18px !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-primary:hover,
.mobile-nav-ctas a.wnx-mobile-cta-primary:hover {
  background: #27272a !important;
  color: #ffffff !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-secondary,
.mobile-nav-ctas a.wnx-mobile-cta-secondary {
  background: #f4f4f5 !important;
  color: #18181b !important;
  border: 1px solid #e4e4e7 !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-secondary i,
.mobile-nav-ctas a.wnx-mobile-cta-secondary i {
  color: #18181b !important;
  font-size: 18px !important;
}

body.wnx-future .mobile-nav .mobile-nav-ctas a.wnx-mobile-cta-secondary:hover,
.mobile-nav-ctas a.wnx-mobile-cta-secondary:hover {
  background: #e4e4e7 !important;
  color: #18181b !important;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.wnx-future .mobile-nav .mobile-nav-links a {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 10px !important;
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  color: #27272a !important;
  border-radius: 8px !important;
  border-bottom: none !important;
  text-decoration: none !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

body.wnx-future .mobile-nav .mobile-nav-links a:hover,
body.wnx-future .mobile-nav .mobile-nav-links a.active {
  background: #f4f4f5 !important;
  color: #000000 !important;
  font-weight: 600 !important;
}

body.wnx-future .mobile-nav .mobile-nav-links a i {
  font-size: 18px !important;
  color: #71717a !important;
  flex-shrink: 0 !important;
}

body.wnx-future .mobile-nav .mobile-nav-links a:hover i,
body.wnx-future .mobile-nav .mobile-nav-links a.active i {
  color: #18181b !important;
}

body.wnx-future .mobile-nav-label {
  padding: 16px 10px 6px !important;
  font-size: 0.6875rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #a1a1aa !important;
  border-bottom: none !important;
}

body.wnx-future .hero-showcase-orbit {
  display: none !important;
}

body.wnx-future .footer {
  background: #18181b !important;
  color: #ffffff !important;
  border-top: 1px solid #27272a !important;
}

body.wnx-future .footer a,
body.wnx-future .footer-col a,
body.wnx-future .footer-bottom {
  color: #a1a1aa !important;
}

body.wnx-future .footer a:hover,
body.wnx-future .footer-col a:hover {
  color: #ffffff !important;
}

body.wnx-future .footer-col h5 {
  color: #ffffff !important;
  font-weight: 600 !important;
}

body.wnx-future .footer-brand p {
  color: #a1a1aa !important;
}

@media (max-width: 768px) {
  body.wnx-future .totvs-hero-inner,
  body.wnx-future .totvs-hero-inner.wrap-lg,
  body.wnx-future .page-hero-cinema .hero-cinema-content {
    width: auto;
    max-width: none;
    margin: 0 16px !important;
    padding: 90px 0 50px !important;
  }

  body.wnx-future .totvs-hero h1,
  body.wnx-future .page-hero-cinema h1 {
    font-size: 1.85rem !important;
  }
}


/* ——— Modal Entre em contato ——— */
.wnx-contato-overlay {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(0, 17, 28, 0.72);
  backdrop-filter: blur(6px);
}

.wnx-contato-overlay.is-open {
  display: flex;
}

.wnx-contato-modal {
  width: 100%;
  max-width: 480px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0, 17, 28, 0.28);
  padding: 28px 28px 24px;
  position: relative;
  color: #002233;
}

.wnx-contato-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #3d5563;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.wnx-contato-close:hover {
  background: #f1f5f8;
  color: #002233;
}

.wnx-contato-modal h2 {
  margin: 0 0 6px;
  font-size: 24px;
  font-weight: 700;
  color: #002233 !important;
}

.wnx-contato-modal p.wnx-contato-lead {
  margin: 0 0 20px;
  font-size: 14px;
  color: #3d5563;
  line-height: 1.45;
}

.wnx-contato-field {
  margin-bottom: 14px;
}

.wnx-contato-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
  margin-bottom: 6px;
  color: #002233;
}

.wnx-contato-field input {
  width: 100%;
  height: 44px;
  border: 1px solid #d5e2e8;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 15px;
  color: #002233;
  background: #fff;
  outline: none;
}

.wnx-contato-field input:focus {
  border-color: var(--wnx-cta);
  box-shadow: none;
}

.wnx-contato-hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.wnx-contato-msg {
  display: none;
  margin: 0 0 12px;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 8px;
}

.wnx-contato-msg.is-error {
  display: block;
  background: #fef2f2;
  color: #b91c1c;
}

.wnx-contato-msg.is-ok {
  display: block;
  background: #ecfdf5;
  color: #047857;
}

.wnx-contato-submit {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 50px;
  background: var(--wnx-cta) !important;
  color: var(--wnx-cta-text) !important;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
}

.wnx-contato-submit:disabled {
  opacity: .65;
  cursor: wait;
}

.wnx-contato-form-view[hidden],
.wnx-contato-success[hidden] {
  display: none !important;
}

.wnx-contato-success {
  text-align: center;
  padding: 12px 4px 4px;
}

.wnx-contato-success-icon {
  width: 64px;
  height: 64px;
  margin: 4px auto 16px;
  border-radius: 50%;
  background: #ecfdf5;
  color: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.wnx-contato-success h2 {
  margin-bottom: 8px;
}

.wnx-contato-success .wnx-contato-lead {
  margin-bottom: 22px !important;
}

body.wnx-contato-open {
  overflow: hidden;
}

/* Faixas cinza TOTVS — vencem o fundo branco de #site-content e o texto branco ilegível */
body.wnx-future #site-content > section.bg-soft,
body.wnx-future #site-content > section.wnx-stats,
body.wnx-future #site-content > section.wnx-segments,
body.wnx-future #site-content > section.wnx-bia-band,
body.wnx-future #site-content > section.cta-section,
body.wnx-future #site-content > section.feature-row.bg-soft,
body.wnx-future section.bg-soft,
body.wnx-future section.wnx-bia-band,
body.wnx-future section.cta-section {
  background: var(--wnx-gray) !important;
  color: var(--wnx-navy) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body.wnx-future #site-content > section.totvs-hero,
body.wnx-future section.totvs-hero {
  background: radial-gradient(circle at 50% -10%, #FFFFFF 0%, #F4F4F5 55%, #FAFAFA 100%) !important;
}

body.wnx-future .cta-section h2,
body.wnx-future .wnx-bia-band h2,
body.wnx-future .bg-soft h2,
body.wnx-future .bg-soft h3,
body.wnx-future .wnx-stats h2,
body.wnx-future .wnx-segments h2 {
  color: var(--wnx-navy) !important;
}

body.wnx-future .cta-section p,
body.wnx-future .wnx-bia-band p,
body.wnx-future .bg-soft .lead,
body.wnx-future .bg-soft p,
body.wnx-future .feature-row .lead {
  color: var(--wnx-muted) !important;
}

body.wnx-future #site-content .product-card,
body.wnx-future #site-content .module-card,
body.wnx-future #site-content .benefit-item,
body.wnx-future #site-content .wnx-pain-card,
body.wnx-future #site-content .faq-card,
body.wnx-future #site-content .blog-card,
body.wnx-future #site-content .page-mockup,
body.wnx-future #site-content .hero-showcase-device,
body.wnx-future #site-content .hero-showcase-float,
body.wnx-future #site-content .wnx-flow-diagram,
body.wnx-future #site-content .wnx-flow-step,
body.wnx-future #site-content .pricing-strip-inner,
body.wnx-future #site-content .wnx-testimonial-card,
body.wnx-future #site-content .wnx-stat,
body.wnx-future #site-content .wnx-spec-feature,
body.wnx-future .product-card,
body.wnx-future .module-card,
body.wnx-future .benefit-item,
body.wnx-future .page-mockup,
body.wnx-future .hero-showcase-device {
  box-shadow: none !important;
  text-shadow: none !important;
}

body.wnx-future .btn-primary::after {
  display: none !important;
}

body.wnx-future img,
body.wnx-future picture,
body.wnx-future video,
body.wnx-future .totvs-hero-bg,
body.wnx-future .hero-cinema-media,
body.wnx-future .hero-cinema-media img,
body.wnx-future .page-mockup,
body.wnx-future .page-visual--people,
body.wnx-future .hero-product-shot,
body.wnx-future .hero-bia-orch,
body.wnx-future .hero-showcase-shot,
body.wnx-future .wnx-bia-band__visual img {
  filter: none !important;
  -webkit-filter: none !important;
}
