﻿/**
 * Vendaffacil â€” tema SaaS (azul + verde + neutros)
 */
:root {
  --vf-primary: #2563eb;
  --vf-primary-dark: #1d4ed8;
  --vf-primary-soft: #eff6ff;
  --vf-success: #16a34a;
  --vf-success-soft: #dcfce7;
  --vf-warning: #d97706;
  --vf-warning-soft: #fef3c7;
  --vf-danger: #dc2626;
  --vf-danger-soft: #fee2e2;
  --vf-body: #f4f6f9;
  --vf-surface: #ffffff;
  --vf-border: #e5e7eb;
  --vf-text: #111827;
  --vf-muted: #6b7280;
  --vf-sidebar: #0f172a;
  --vf-sidebar-hover: #1e293b;
  --vf-radius: 0.65rem;
  --vf-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
  --vf-shadow-lg: 0 10px 40px rgba(15, 23, 42, 0.08);
}

body.vf-body {
  background: var(--vf-body);
  color: var(--vf-text);
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

.navbar-brand .lo-site-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
}

.navbar-brand .lo-site-brand-name {
  font-size: 1.55rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.vf-site-hero {
  background: linear-gradient(135deg, var(--vf-primary) 0%, #0ea5e9 55%, var(--vf-success) 100%);
  color: #fff;
}

/* Navbar â€” Planos / Sobre / Contato: neon no hover */
.navbar .nav-link.vf-nav-neon {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  color: #1e3a8a;
  font-weight: 600;
  padding: 0.45rem 1rem !important;
  border-radius: 999px;
  background: transparent;
  transition: color 0.2s ease, text-shadow 0.2s ease, background-color 0.2s ease;
}

.navbar .nav-link.vf-nav-neon::before {
  content: "";
  position: absolute;
  inset: -120%;
  z-index: -2;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 55%,
    #2563eb 62%,
    #0ea5e9 70%,
    #fff 74%,
    #16a34a 80%,
    #f59e0b 88%,
    transparent 94%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.navbar .nav-link.vf-nav-neon::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: inherit;
  background: #fff;
  pointer-events: none;
}

.navbar .nav-link.vf-nav-neon:hover,
.navbar .nav-link.vf-nav-neon:focus-visible {
  color: #1d4ed8;
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.65),
    0 0 18px rgba(14, 165, 233, 0.45);
  background-color: rgba(37, 99, 235, 0.06);
}

.navbar .nav-link.vf-nav-neon:hover::before,
.navbar .nav-link.vf-nav-neon:focus-visible::before {
  opacity: 1;
  animation: vf-nav-neon-spin 1.5s linear infinite;
}

@keyframes vf-nav-neon-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .navbar .nav-link.vf-nav-neon:hover::before,
  .navbar .nav-link.vf-nav-neon:focus-visible::before {
    animation: none;
    background: linear-gradient(90deg, #2563eb, #0ea5e9, #16a34a);
    inset: 0;
    opacity: 1;
  }
}
.vf-card {
  background: var(--vf-surface);
  border: 1px solid var(--vf-border);
  border-radius: var(--vf-radius);
  box-shadow: var(--vf-shadow);
}

.vf-footer-site {
  background: #0f172a;
  color: #94a3b8;
  padding: 3rem 0 2rem;
  margin-top: auto;
}
.vf-product-card {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.vf-product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--vf-shadow-lg);
}

/* MÃ³dulos â€” sÃ³ muda a cor no hover */
.bv-modulo-card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .bv-modulo-card:hover {
    transform: translateY(-3px);
    background: linear-gradient(145deg, #eff6ff 0%, #ecfdf5 100%);
    border-color: rgba(37, 99, 235, 0.35);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.12);
  }

  .bv-modulo-card:hover .icon-wrap {
    background: #2563eb !important;
    color: #fff !important;
  }

  .bv-modulo-card:hover h3 {
    color: #1d4ed8;
  }
}

/* â€”â€” Landing (home) â€”â€” */
.bv-landing-section {
  scroll-margin-top: 5rem;
}

.bv-mockup-wrap {
  perspective: 1000px;
}

.bv-devices-stage {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  min-height: 320px;
}

/* â€”â€”â€” Notebook â€”â€”â€” */
.bv-laptop {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  transform: rotateY(-4deg) rotateX(3deg);
  filter: drop-shadow(0 28px 40px rgba(15, 23, 42, 0.35));
}

.bv-laptop-lid {
  background: linear-gradient(160deg, #334155, #0f172a);
  border-radius: 0.75rem 0.75rem 0.35rem 0.35rem;
  padding: 0.55rem 0.55rem 0.4rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bv-laptop-bezel {
  position: relative;
  background: #020617;
  border-radius: 0.35rem;
  padding: 0.45rem 0.4rem 0.35rem;
  overflow: hidden;
}

.bv-laptop-camera {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #475569;
  margin: 0 auto 0.35rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.bv-laptop-base {
  height: 0.7rem;
  background: linear-gradient(180deg, #64748b, #334155 40%, #1e293b);
  border-radius: 0 0 0.55rem 0.55rem;
  margin: 0 -4%;
  position: relative;
  box-shadow: 0 2px 0 #0f172a;
}

.bv-laptop-notch {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 18%;
  height: 0.28rem;
  background: #1e293b;
  border-radius: 0 0 0.35rem 0.35rem;
}

/* â€”â€”â€” Celular flutuando â€”â€”â€” */
.bv-phone-float {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  z-index: 2;
  width: 132px;
  animation: bv-phone-bob 4.5s ease-in-out infinite;
}

.bv-phone-frame {
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  border-radius: 1.35rem;
  padding: 0.4rem;
  box-shadow:
    0 18px 36px rgba(15, 23, 42, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bv-phone-frame .bv-mockup-notch {
  width: 48px;
  height: 10px;
  margin-bottom: 0.25rem;
  border-radius: 0 0 8px 8px;
}

/* â€”â€”â€” Telas com transiÃ§Ã£o â€”â€”â€” */
.bv-device-screens {
  position: relative;
  height: 210px;
  background: var(--vf-surface);
  border-radius: 0.25rem;
  overflow: hidden;
}

.bv-device-screens--phone {
  height: 168px;
  border-radius: 0.85rem;
}

.bv-device-screen {
  position: absolute;
  inset: 0;
  padding: 0.55rem 0.65rem;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  pointer-events: none;
  animation: bv-screen-cycle 12s ease-in-out infinite;
}

.bv-device-screens--phone .bv-device-screen {
  padding: 0;
  animation-name: bv-screen-cycle-phone;
  animation-duration: 12s;
}

.bv-device-screen--1 { animation-delay: 0s; }
.bv-device-screen--2 { animation-delay: 4s; }
.bv-device-screen--3 { animation-delay: 8s; }

.bv-device-screens--phone .bv-device-screen--1 { animation-delay: 0.6s; }
.bv-device-screens--phone .bv-device-screen--2 { animation-delay: 4.6s; }
.bv-device-screens--phone .bv-device-screen--3 { animation-delay: 8.6s; }

@keyframes bv-screen-cycle {
  0%, 2% { opacity: 0; transform: translateY(14px) scale(0.97); }
  8%, 28% { opacity: 1; transform: translateY(0) scale(1); }
  33%, 100% { opacity: 0; transform: translateY(-10px) scale(0.98); }
}

@keyframes bv-screen-cycle-phone {
  0%, 2% { opacity: 0; transform: translateX(12px) scale(0.97); }
  8%, 28% { opacity: 1; transform: translateX(0) scale(1); }
  33%, 100% { opacity: 0; transform: translateX(-10px) scale(0.98); }
}

@keyframes bv-phone-bob {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-10px) rotate(1deg); }
}

.bv-fake-bars {
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  height: 72px;
  padding: 0.25rem 0.15rem;
}

.bv-fake-bars span {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 0.25rem 0.25rem 0 0;
  background: linear-gradient(180deg, #60a5fa, #2563eb 60%, #16a34a);
  animation: bv-bar-grow 12s ease-in-out infinite;
  transform-origin: bottom;
}

.bv-fake-bars span:nth-child(odd) { animation-delay: 0.15s; }
.bv-fake-bars span:nth-child(3n) { animation-delay: 0.3s; }

@keyframes bv-bar-grow {
  0%, 66%, 100% { transform: scaleY(0.85); opacity: 0.75; }
  70%, 90% { transform: scaleY(1); opacity: 1; }
}

.bv-devices-labels {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  height: 1.75rem;
}

.bv-devices-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  animation: bv-label-cycle 12s ease-in-out infinite;
  white-space: nowrap;
}

.bv-devices-label--1 { animation-delay: 0s; }
.bv-devices-label--2 { animation-delay: 4s; }
.bv-devices-label--3 { animation-delay: 8s; }

@keyframes bv-label-cycle {
  0%, 2% { opacity: 0; transform: translateX(-50%) translateY(8px); }
  8%, 28% { opacity: 1; transform: translateX(-50%) translateY(0); }
  33%, 100% { opacity: 0; transform: translateX(-50%) translateY(-4px); }
}

@media (max-width: 991.98px) {
  .bv-laptop {
    transform: none;
    max-width: 360px;
  }
  .bv-phone-float {
    width: 110px;
    right: 4%;
    bottom: 1.25rem;
  }
  .bv-device-screens {
    height: 190px;
  }
  .bv-device-screens--phone {
    height: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-device-screen,
  .bv-device-screens--phone .bv-device-screen,
  .bv-devices-label,
  .bv-phone-float,
  .bv-fake-bars span {
    animation: none !important;
  }
  .bv-device-screen--1,
  .bv-devices-label--1 {
    opacity: 1;
    transform: none;
  }
  .bv-device-screen--2,
  .bv-device-screen--3,
  .bv-devices-label--2,
  .bv-devices-label--3 {
    display: none;
  }
}

/* legado (caso ainda usado) */
.bv-mockup-phone {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
  border-radius: 2.25rem;
  padding: 0.7rem;
  box-shadow:
    0 25px 50px -12px rgba(15, 23, 42, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: rotateY(-6deg) rotateX(4deg);
}

@media (max-width: 991.98px) {
  .bv-mockup-phone {
    transform: none;
    margin-top: 1rem;
  }
}

.bv-mockup-notch {
  width: 100px;
  height: 22px;
  background: #0f172a;
  border-radius: 0 0 12px 12px;
  margin: 0 auto 0.5rem;
}

.bv-mockup-screen {
  background: var(--vf-surface);
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.bv-step-num {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--vf-primary), var(--vf-success));
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bv-pain-card {
  --bv-neon: #ff2d55;
  --bv-neon-soft: #ff6b8a;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: none !important;
  border-left: none !important;
  background: transparent;
  box-shadow: 0 0 18px rgba(255, 45, 85, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Faixa de neon girando ao redor do card */
.bv-pain-card::before {
  content: "";
  position: absolute;
  inset: -50%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 55%,
    var(--bv-neon-soft) 62%,
    var(--bv-neon) 70%,
    #fff 74%,
    var(--bv-neon) 78%,
    var(--bv-neon-soft) 86%,
    transparent 92%,
    transparent 100%
  );
  animation: bv-pain-neon-spin 2.8s linear infinite;
  pointer-events: none;
}

/* Fundo branco interno (mascara o centro e deixa sÃ³ a borda neon) */
.bv-pain-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  border-radius: calc(var(--vf-radius) - 1px);
  background: var(--vf-surface);
  box-shadow: inset 3px 0 0 0 var(--bv-neon);
  pointer-events: none;
}

.bv-pain-card > * {
  position: relative;
  z-index: 2;
}

.bv-pain-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 0 12px rgba(255, 45, 85, 0.45),
    0 0 32px rgba(255, 45, 85, 0.28);
}

.bv-pain-card:hover::before {
  animation-duration: 1.6s;
}

@keyframes bv-pain-neon-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-pain-card::before {
    animation: none;
    background: linear-gradient(135deg, var(--bv-neon), var(--bv-neon-soft), transparent 60%);
  }
}

/* â€”â€”â€” Card citaÃ§Ã£o (A soluÃ§Ã£o) â€” aurora circulando â€”â€”â€” */
.bv-quote-card {
  --bv-aurora-1: #2563eb;
  --bv-aurora-2: #0ea5e9;
  --bv-aurora-3: #16a34a;
  --bv-aurora-4: #f59e0b;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: none !important;
  background: transparent;
  box-shadow:
    0 10px 40px rgba(37, 99, 235, 0.12),
    0 0 28px rgba(14, 165, 233, 0.15);
}

.bv-quote-card::before {
  content: "";
  position: absolute;
  inset: -55%;
  z-index: 0;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    transparent 48%,
    var(--bv-aurora-1) 56%,
    var(--bv-aurora-2) 64%,
    #fff 70%,
    var(--bv-aurora-3) 76%,
    var(--bv-aurora-4) 84%,
    transparent 92%,
    transparent 100%
  );
  animation: bv-quote-aurora-spin 4s linear infinite;
  pointer-events: none;
  filter: blur(0.5px);
}

.bv-quote-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 1;
  border-radius: calc(var(--vf-radius) - 1px);
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(37, 99, 235, 0.06), transparent 55%),
    var(--vf-surface);
  pointer-events: none;
}

.bv-quote-card > * {
  position: relative;
  z-index: 2;
}

.bv-quote-card:hover {
  box-shadow:
    0 14px 48px rgba(37, 99, 235, 0.18),
    0 0 40px rgba(14, 165, 233, 0.22),
    0 0 56px rgba(22, 163, 74, 0.12);
}

.bv-quote-card:hover::before {
  animation-duration: 2.2s;
}

.bv-quote-bolt {
  display: inline-block;
  filter: drop-shadow(0 0 8px rgba(245, 158, 11, 0.55));
  animation: bv-quote-bolt-pulse 2.4s ease-in-out infinite;
}

@keyframes bv-quote-aurora-spin {
  to { transform: rotate(360deg); }
}

@keyframes bv-quote-bolt-pulse {
  0%, 100% {
    transform: scale(1) translateY(0);
    filter: drop-shadow(0 0 6px rgba(245, 158, 11, 0.4));
  }
  50% {
    transform: scale(1.12) translateY(-3px);
    filter: drop-shadow(0 0 16px rgba(245, 158, 11, 0.85));
  }
}

@media (prefers-reduced-motion: reduce) {
  .bv-quote-card::before,
  .bv-quote-bolt {
    animation: none;
  }
  .bv-quote-card::before {
    background: linear-gradient(135deg, var(--bv-aurora-1), var(--bv-aurora-2), var(--bv-aurora-3));
  }
}

/* â€”â€”â€” CartÃ£o fidelidade (PÃ¡gina de Venda) â€”â€”â€” */
.bv-fidelidade-card {
  background: var(--vf-surface);
  border-radius: 1.25rem;
}

.bv-fidelidade-step-num {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: var(--vf-primary-soft);
  color: var(--vf-primary);
  font-weight: 700;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bv-fidelidade-side {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
}

.bv-fidelidade-icon {
  display: flex;
  justify-content: center;
  perspective: 600px;
}

.bv-fidelidade-plastic {
  width: 7.5rem;
  height: 4.6rem;
  border-radius: 0.65rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0.55rem 0.7rem;
  color: #fff;
  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transform-style: preserve-3d;
}

.bv-fidelidade-icon--empresa .bv-fidelidade-plastic {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 55%, #38bdf8 100%);
  animation: bv-fid-float-empresa 3.2s ease-in-out infinite;
}

.bv-fidelidade-icon--cliente .bv-fidelidade-plastic {
  background: linear-gradient(135deg, #14532d 0%, #16a34a 55%, #4ade80 100%);
  animation: bv-fid-float-cliente 3.2s ease-in-out infinite;
  animation-delay: 0.45s;
}

.bv-fidelidade-plastic > i {
  position: absolute;
  top: 0.55rem;
  right: 0.7rem;
  font-size: 1.35rem;
  opacity: 0.95;
  animation: bv-fid-icon-pulse 2.4s ease-in-out infinite;
}

.bv-fidelidade-icon--cliente .bv-fidelidade-plastic > i {
  animation-delay: 0.35s;
}

.bv-fidelidade-chip {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  width: 1.35rem;
  height: 1rem;
  border-radius: 0.2rem;
  background: linear-gradient(135deg, #fde68a, #f59e0b 50%, #b45309);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.bv-fidelidade-plastic-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0.9;
}

@keyframes bv-fid-float-empresa {
  0%, 100% { transform: translateY(0) rotateY(-8deg) rotateZ(-2deg); }
  50% { transform: translateY(-10px) rotateY(8deg) rotateZ(2deg); }
}

@keyframes bv-fid-float-cliente {
  0%, 100% { transform: translateY(0) rotateY(8deg) rotateZ(2deg); }
  50% { transform: translateY(-10px) rotateY(-8deg) rotateZ(-2deg); }
}

@keyframes bv-fid-icon-pulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.12); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .bv-fidelidade-icon--empresa .bv-fidelidade-plastic,
  .bv-fidelidade-icon--cliente .bv-fidelidade-plastic,
  .bv-fidelidade-plastic > i {
    animation: none;
  }
}

/* â€”â€”â€” IntegraÃ§Ã£o iFood (PÃ¡gina de Venda) â€”â€”â€” */
.bv-ifood-card {
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(234, 29, 44, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 100%, rgba(37, 99, 235, 0.08), transparent 50%),
    var(--vf-surface);
  border-radius: 1.25rem;
  border: 1px solid rgba(234, 29, 44, 0.12) !important;
}

.bv-ifood-bridge {
  min-height: 5.5rem;
}

.bv-ifood-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 1.15rem;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.bv-ifood-badge i {
  font-size: 1.65rem;
}

.bv-ifood-badge--vf {
  background: linear-gradient(145deg, #1d4ed8, #2563eb 55%, #38bdf8);
  animation: bv-ifood-float-a 3s ease-in-out infinite;
}

.bv-ifood-badge--ifood {
  background: linear-gradient(145deg, #b91c1c, #ea1d2c 50%, #fb7185);
  animation: bv-ifood-float-b 3s ease-in-out infinite;
  animation-delay: 0.4s;
}

.bv-ifood-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 4.5rem;
  justify-content: center;
}

.bv-ifood-dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #ea1d2c;
  opacity: 0.35;
  animation: bv-ifood-pulse-dot 1.2s ease-in-out infinite;
}

.bv-ifood-dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #2563eb;
}

.bv-ifood-dot:nth-child(3) {
  animation-delay: 0.4s;
  background: #16a34a;
}

.bv-ifood-arrows {
  position: absolute;
  top: -1.35rem;
  left: 50%;
  transform: translateX(-50%);
  color: #ea1d2c;
  font-size: 1.1rem;
  animation: bv-ifood-arrows-swap 2s ease-in-out infinite;
}

.bv-ifood-benefit {
  background: #fff;
  border: 1px solid var(--vf-border);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.bv-ifood-benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(234, 29, 44, 0.35);
  box-shadow: 0 10px 24px rgba(234, 29, 44, 0.1);
}

.bv-ifood-benefit-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(234, 29, 44, 0.1);
  color: #ea1d2c;
  font-size: 1.15rem;
  animation: bv-ifood-icon-bob 2.8s ease-in-out infinite;
}

.bv-ifood-card .col-md-6:nth-child(2) .bv-ifood-benefit-icon { animation-delay: 0.2s; }
.bv-ifood-card .col-md-6:nth-child(3) .bv-ifood-benefit-icon { animation-delay: 0.4s; }
.bv-ifood-card .col-md-6:nth-child(4) .bv-ifood-benefit-icon { animation-delay: 0.6s; }

@keyframes bv-ifood-float-a {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(3deg); }
}

@keyframes bv-ifood-float-b {
  0%, 100% { transform: translateY(0) rotate(3deg); }
  50% { transform: translateY(-10px) rotate(-3deg); }
}

@keyframes bv-ifood-pulse-dot {
  0%, 100% { transform: scale(0.85); opacity: 0.3; }
  50% { transform: scale(1.35); opacity: 1; }
}

@keyframes bv-ifood-arrows-swap {
  0%, 100% { transform: translateX(-50%) scaleX(1); opacity: 0.7; }
  50% { transform: translateX(-50%) scaleX(-1); opacity: 1; }
}

@keyframes bv-ifood-icon-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@media (prefers-reduced-motion: reduce) {
  .bv-ifood-badge--vf,
  .bv-ifood-badge--ifood,
  .bv-ifood-dot,
  .bv-ifood-arrows,
  .bv-ifood-benefit-icon {
    animation: none;
  }
}

.bv-pricing-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid var(--vf-border);
}

.bv-pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--vf-shadow-lg);
}

.bv-pricing-card.bv-pricing-featured {
  border: 2px solid var(--vf-primary);
  box-shadow: 0 12px 40px rgba(37, 99, 235, 0.15);
}

.bv-cta-final {
  background: linear-gradient(120deg, var(--vf-primary-dark) 0%, var(--vf-primary) 40%, #059669 100%);
  color: #fff;
  border-radius: var(--vf-radius);
  position: relative;
  overflow: hidden;
}

.bv-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 45%);
  pointer-events: none;
}

/* --------------------------------------------------------------------------
   Banner / carrossel da LOJA PÃšBLICA (vf-loja-banner-*)
   â€” Imagem inteira visÃ­vel (object-fit: contain), sem cortar logo/texto.
   â€” Regras SOMENTE neste escopo: NÃƒO usamos .carousel img global para nÃ£o
     quebrar outros carrossÃ©is Bootstrap do sistema.
   -------------------------------------------------------------------------- */

.lo-matrix-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(0, 40, 0, 0.97), rgba(0, 180, 100, 0.88));
  color: #fff;
}

.lo-matrix-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  mix-blend-mode: screen;
}

.lo-matrix-content {
  position: relative;
  z-index: 1;
}

.lo-matrix-muted {
  color: rgba(198, 255, 220, 0.82) !important;
}

.lo-matrix-badge {
  background: rgba(0, 0, 0, 0.45);
  color: #31ff7b;
  border: 1px solid rgba(49, 255, 123, 0.45);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.lo-matrix-glass {
  background: rgba(0, 0, 0, 0.55) !important;
  color: #fff;
  border: 1px solid rgba(49, 255, 123, 0.28) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(2px);
}

.lo-matrix-glass .text-primary {
  color: #31ff7b !important;
}

.lo-matrix-glass-solid {
  background: #000 !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
  position: relative;
}

.lo-matrix-glass-solid::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  pointer-events: none;
}

.lo-matrix-panel .bv-step-num {
  background: linear-gradient(135deg, #00ff88, #31ff7b);
  color: #04140a;
}

.lo-matrix-copy {
  position: relative;
  isolation: isolate;
}

.lo-matrix-copy-text {
  position: relative;
  z-index: 1;
}

.lo-robot-peek-canvas {
  position: absolute;
  inset: -28px -48px -20px -32px;
  width: calc(100% + 80px);
  height: calc(100% + 48px);
  pointer-events: none;
  z-index: 3;
}

@media (prefers-reduced-motion: reduce) {
  .lo-matrix-canvas,
  .lo-robot-peek-canvas {
    display: none;
  }
}
