.ip-ecosystem-prototype {
  background: #ffffff;
  color: #1d1d1f;
  min-height: 100vh;
  overflow-x: hidden;
}

.ip-ecosystem-prototype .home-navbar,
.ip-ecosystem-prototype .minimal-footer,
.ip-ecosystem-prototype .footer {
  display: none !important;
}

.ip-ecosystem-prototype a {
  color: inherit;
}

.ip-ecosystem-prototype .hero-section {
  min-height: clamp(540px, 72vh, 760px);
}

.ip-ecosystem-prototype .stat-card .ico {
  color: #f97316 !important;
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.14), rgba(251, 146, 60, 0.08)) !important;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.14), 0 10px 24px rgba(249, 115, 22, 0.1);
}

.ip-ecosystem-prototype .ico .material-icons {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  color: #f97316;
  transform: translateX(-1px);
}

@media (max-width: 768px) {
  .ip-ecosystem-prototype {
    padding-top: 72px;
  }

  .ip-ecosystem-prototype .hero-section {
    min-height: clamp(460px, 68vh, 560px);
  }
}
