/* Extracted from keystoneapp/templates/static_pages/electricals/industrial_electrical_systems.html */
.industrial-hero {
    background: linear-gradient(135deg, #0f172a 0%, #334155 55%, #7c2d12 100%);
  }

  .industrial-hero img,
  .industrial-image-card img {
    width: 100%;
    object-fit: cover;
  }

  .industrial-hero img {
    min-height: 360px;
    max-height: 460px;
  }

  .industrial-nav {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 20;
  }

  .industrial-nav a {
    color: #334155;
    font-weight: 800;
    text-decoration: none;
    padding: 12px 14px;
    border-radius: 999px;
  }

  .industrial-nav a:hover {
    background: #fff7ed;
    color: #b45309;
  }

  .industrial-card,
  .industrial-system-card,
  .industrial-related-card,
  .industrial-process-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    height: 100%;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .industrial-card:hover,
  .industrial-system-card:hover,
  .industrial-related-card:hover,
  .industrial-process-card:hover {
    transform: translateY(-4px);
    border-color: #f59e0b;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .10);
  }

  .industrial-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff7ed;
    color: #b45309;
    font-size: 1.35rem;
    margin-bottom: 16px;
  }

  .industrial-system-card,
  .industrial-process-card {
    padding: 26px;
  }

  .industrial-system-card h3,
  .industrial-process-card h3 {
    font-size: 1.06rem;
    font-weight: 850;
    color: #111827;
    margin-bottom: 10px;
  }

  .industrial-image-card {
    border-radius: 8px;
    overflow: hidden;
    background: #0f172a;
  }

  .industrial-image-card img {
    height: 100%;
    min-height: 380px;
  }

  .industrial-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    height: 100%;
  }

  .industrial-check i {
    color: #b45309;
    font-size: 1.2rem;
    flex: 0 0 auto;
  }

  .industrial-related-card {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 22px;
  }

  .industrial-related-card span {
    color: #b45309;
    font-weight: 850;
  }

  .industrial-cta {
    background: #111827;
    border-radius: 8px;
  }

  @media (max-width: 768px) {
    .industrial-hero img {
      min-height: 260px;
    }

    .industrial-nav {
      position: static;
    }

    .industrial-nav .d-flex {
      justify-content: flex-start;
      overflow-x: auto;
      flex-wrap: nowrap !important;
      padding-bottom: 6px;
    }

    .industrial-nav a {
      white-space: nowrap;
    }
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/electricals/industrial_electrical_systems.html */
.ktl-inline-81fa0375 { color:rgba(255,255,255,.86); }
.ktl-inline-90599dea { max-width:840px; }
.ktl-inline-87c5d511 { max-width:780px; }
.ktl-inline-50da1a9c { color:rgba(255,255,255,.82); }
