/* Title Override - Simple and Visible */
.demo-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: 48px !important;
  font-weight: 900 !important;
  text-align: center !important;
  color: #000000 !important;
  margin-bottom: 40px !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation: none !important;
  transform: none !important;
  text-shadow: 0 2px 10px rgba(124, 58, 237, 0.15) !important;
}

.demo-title::before {
  display: none !important;
}

.demo-title::after {
  content: '' !important;
  position: absolute !important;
  bottom: -8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 200px !important;
  height: 3px !important;
  background: linear-gradient(90deg, transparent, #7C3AED, #EC4899, transparent) !important;
  border-radius: 2px !important;
  display: block !important;
}

.gradient-text {
  background: linear-gradient(90deg, #7C3AED 0%, #A855F7 25%, #EC4899 50%, #A855F7 75%, #7C3AED 100%) !important;
  background-size: 200% auto !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  animation: gradientFlow 4s linear infinite !important;
}

@keyframes gradientFlow {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

/* Enlarge specific small logos */
.logo-badge[src*="Pokemon-Logo"],
.logo-badge[src*="MSFT_logo_png_grey"] {
  height: 32px !important;
}

/* Make specific logos 20% smaller */
.logo-badge[src*="uber"],
.logo-badge[src*="spacex"],
.logo-badge[src*="amazon"],
.logo-badge[src*="Netease"] {
  height: 18px !important;
}

@media (max-width: 768px) {
  .logo-badge[src*="Pokemon-Logo"],
  .logo-badge[src*="MSFT_logo_png_grey"] {
    height: 26px !important;
  }
  
  .logo-badge[src*="uber"],
  .logo-badge[src*="spacex"],
  .logo-badge[src*="amazon"],
  .logo-badge[src*="Netease"] {
    height: 14px !important;
  }
}

@media (max-width: 480px) {
  .logo-badge[src*="Pokemon-Logo"],
  .logo-badge[src*="MSFT_logo_png_grey"] {
    height: 22px !important;
  }
  
  .logo-badge[src*="uber"],
  .logo-badge[src*="spacex"],
  .logo-badge[src*="amazon"],
  .logo-badge[src*="Netease"] {
    height: 12px !important;
  }
}

/* Feature Demo Style - Match Demo Section */
.feature-demo-title {
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(28px, 6vw, 42px) !important;
  font-weight: 800 !important;
  text-align: center !important;
  color: #1C1832 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.2 !important;
  margin-bottom: 32px !important;
  margin-top: 48px !important;
}

.feature-demo-description {
  font-family: 'DM Sans', sans-serif !important;
  font-size: clamp(15px, 3.5vw, 18px) !important;
  color: #8C86A0 !important;
  text-align: center !important;
  max-width: 800px !important;
  margin: 32px auto 0 !important;
  line-height: 1.6 !important;
}

.feature-item:first-of-type .feature-demo-title {
  margin-top: 0 !important;
}
