/* Nexus Industrial platform — supplemental styles */

.page-hero {
  background: linear-gradient(rgba(31, 31, 46, 0.75), rgba(31, 31, 46, 0.75)), url('/img/header.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero-sm {
  padding: 4rem 0;
}

.page-hero-sm h1 {
  color: #fff;
}

.page-hero-sm .eyebrow {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-tile {
  transition: transform 0.2s ease;
}

.icon-tile:hover {
  transform: translateY(-4px);
}

.audience-card {
  border-left: 4px solid var(--primary);
}

.journey-step {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.journey-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary);
}

.location-chip {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.25rem;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  color: #1F1F2E;
  text-decoration: none;
}

.location-chip:hover {
  background: var(--primary);
  color: #1F1F2E;
  text-decoration: none;
}

.insight-card {
  height: 100%;
}

.article-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #1F1F2E;
}

.article-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.roi-output {
  background: var(--secondary);
  padding: 1.5rem;
  border-radius: 4px;
}

.roi-disclaimer {
  font-size: 0.875rem;
  color: #6c757d;
}

.fill-placeholder {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 0.75rem 1rem;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.technical-book-gate {
  max-width: 520px;
  margin: 0 auto;
}

.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary) !important;
  font-weight: 600;
  background: transparent !important;
}

@media (max-width: 991.98px) {
  .page-hero-sm {
    padding: 3rem 0;
  }
}
