
.nav-logo img {
  height: 56px !important;
  width: auto !important;
  max-width: 200px;
  object-fit: contain;
  display: block;
}
footer .footer-grid > div:first-child img {
  height: 60px !important;
  width: auto !important;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

/* Hero — wider text area, slightly smaller type for long headline */
.hero-content {
  width: 100%;
  max-width: 920px;
  padding-left: clamp(24px, 5vw, 56px) !important;
  padding-right: clamp(24px, 4vw, 48px) !important;
}

.hero-title {
  max-width: 860px !important;
  font-size: clamp(30px, 4.8vw, 58px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em !important;
}

.hero-subtitle {
  max-width: 720px;
  font-size: clamp(14px, 1.45vw, 17px);
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  margin: 14px 0 26px;
  font-family: 'Inter', sans-serif;
}

.hero-cta-row {
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 900px) {
  .hero-title {
    max-width: 100% !important;
    font-size: clamp(26px, 6.5vw, 44px) !important;
    line-height: 1.15 !important;
  }

  .hero-subtitle {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 22px;
  }
}

@media (max-width: 640px) {
  .hero-content {
    padding-bottom: 56px !important;
  }

  .hero-title {
    font-size: clamp(24px, 7.5vw, 34px) !important;
  }

  .hero-btn,
  .hero-btn-ghost {
    font-size: 14px !important;
    padding: 13px 22px !important;
  }
}

.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); }
}
