
.bg-base { background: #0f0f0f; }
.text-soft-white { color: #f5f5f5; }
.bg-grid-dots {
  background-image: radial-gradient(rgba(173, 201, 5, 0.12) 1px, transparent 1px);
  background-size: 24px 24px;
}
.bg-noise-texture { background: transparent; }

/* Brand logos - white background cards */
.brand-logo-item {
  background: #ffffff !important;
  border: 1px solid #f0f0f0 !important;
}
.brand-logo-item img {
  background: #ffffff !important;
  border-radius: 4px;
}

/* Portfolio section white bg for images */
.portfolio { background: #fafafa; }
.port-card { background: #fff !important; }

/* Fix body sections that should be white */
section[style*="background:#fff"] {
  background: #fff !important;
}

/* Video modal from original */
.vg-modal-backdrop {
  position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 9999;
  display: flex; align-items: center; justify-content: center; padding: 20px;
}
.vg-modal { position: relative; width: 100%; max-width: 900px; }
.vg-iframe-wrap { position: relative; aspect-ratio: 16/9; border-radius: 12px; overflow: hidden; background: #000; }
.vg-iframe-wrap iframe { width: 100%; height: 100%; border: 0; }
.vg-modal-close { position: absolute; top: -44px; right: 0; background: none; border: none; color: #fff; font-size: 28px; cursor: pointer; line-height: 1; }

@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.8; }
  70% { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}

@keyframes float-cta-pulse {
  0% { opacity: 0.7; transform: scale(1); }
  70% { opacity: 0; transform: scale(1.5); }
  100% { opacity: 0; transform: scale(1.5); }
}
