.industry-hub-v2 {
  --hub-training: #3f7cac;
  --hub-agency: #d45f4c;
  --hub-production: #8b6bb1;
  --hub-funding: #c7962c;
  --hub-events: #147447;
  color: var(--cm-ink);
  background: var(--cm-paper);
  font-family: var(--cm-body);
  font-size: 17px;
  line-height: 1.55;
}

.industry-hub-v2 h1,
.industry-hub-v2 h2,
.industry-hub-v2 h3,
.industry-hub-v2 .brand,
.industry-hub-v2 .nav-link,
.industry-hub-v2 .btn,
.industry-hub-v2 button {
  font-family: var(--cm-heading);
  letter-spacing: 0;
}

.industry-hub-v2 .container {
  width: min(var(--cm-container), calc(100% - 44px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.industry-hub-v2 .site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--cm-night);
  box-shadow: none;
}

.industry-hub-v2 .header-row {
  min-height: 68px;
}

.industry-hub-v2 .brand {
  gap: 9px;
  color: var(--cm-white);
  font-size: 1.4rem;
  font-weight: 800;
}

.industry-hub-v2 .brand::before {
  content: ">";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0;
  border-radius: 0;
  color: var(--cm-green);
  background: transparent;
  font-family: var(--cm-heading);
  font-size: 2rem;
  font-weight: 800;
  line-height: 0.82;
}

.industry-hub-v2 .brand img {
  display: none;
}

.industry-hub-v2 .brand strong {
  color: var(--cm-green);
}

.industry-hub-v2 .nav-menu {
  gap: 3px;
}

.industry-hub-v2 .nav-link {
  min-height: 38px;
  padding: 10px 8px;
  border: 0;
  border-radius: var(--cm-radius);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
}

.industry-hub-v2 .nav-link:hover,
.industry-hub-v2 .nav-link.is-active {
  color: var(--cm-white);
  background: rgba(255, 255, 255, 0.08);
}

.industry-hub-v2 .nav-actions .btn-primary {
  color: #08251a;
  background: var(--cm-green);
  border-color: var(--cm-green);
}

.industry-hub-v2 .mobile-toggle {
  color: var(--cm-white);
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
}

.industry-hub-v2 .hero {
  min-height: 410px;
  padding: 70px 0 104px;
  color: var(--cm-white);
  background:
    linear-gradient(90deg, rgba(7, 28, 34, 0.98) 0%, rgba(7, 28, 34, 0.9) 54%, rgba(7, 28, 34, 0.72) 100%),
    url("/images/industry-hub-hero-v1.png") center 42% / cover no-repeat;
}

.industry-hub-v2 .hero-inner {
  max-width: 900px;
  text-align: left;
}

.industry-hub-v2 .hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: var(--cm-green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-hub-v2 .hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--cm-white);
  font-size: clamp(3.4rem, 7vw, 6.7rem);
  line-height: 0.96;
}

.industry-hub-v2 .hero p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
  line-height: 1.55;
}

.industry-hub-v2 .hero-actions {
  margin-top: 28px;
}

.industry-hub-v2 .hero-actions .btn {
  min-height: 42px;
  padding: 9px 14px;
  border-radius: var(--cm-radius);
  font-size: 0.78rem;
}

.industry-hub-v2 .hero-actions .btn-primary {
  color: #08251a;
  background: var(--cm-green);
  border-color: var(--cm-green);
}

.industry-hub-v2 .hero-actions .btn-outline {
  color: var(--cm-white);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.industry-hub-v2 .source-note {
  max-width: 760px;
  margin-top: 24px;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.58);
  background: transparent;
  font-size: 0.79rem;
}

.industry-hub-v2 .hub-guide {
  position: relative;
  z-index: 3;
  margin-top: -58px;
  padding: 0 0 34px;
  background: transparent;
}

.industry-hub-v2 .hub-guide-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.65fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--cm-line);
  border-radius: var(--cm-radius);
  background: var(--cm-white);
  box-shadow: var(--cm-shadow);
}

.industry-hub-v2 .hub-start-card,
.industry-hub-v2 .hub-search-card {
  min-width: 0;
  padding: 30px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.industry-hub-v2 .hub-start-card {
  color: var(--cm-white);
  background: var(--cm-ink);
}

.industry-hub-v2 .hub-start-card .eyebrow {
  color: var(--cm-green);
}

.industry-hub-v2 .hub-start-card h2,
.industry-hub-v2 .hub-search-card h2 {
  margin: 10px 0 8px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.industry-hub-v2 .hub-start-card h2 {
  color: var(--cm-white);
}

.industry-hub-v2 .hub-search-card h2 {
  color: var(--cm-ink);
}

.industry-hub-v2 .hub-start-card p,
.industry-hub-v2 .hub-search-card p {
  margin: 0 0 19px;
  font-size: 0.9rem;
}

.industry-hub-v2 .hub-start-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.96rem;
  line-height: 1.6;
}

.industry-hub-v2 .hub-start-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.industry-hub-v2 .hub-start-grid a {
  min-width: 0;
  padding: 9px 4px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.96);
  background: transparent;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.35;
}

.industry-hub-v2 .hub-start-grid a:hover {
  color: var(--cm-green);
  background: transparent;
}

.industry-hub-v2 .hub-search-card {
  background: var(--cm-white);
}

.industry-hub-v2 .hub-search-card .eyebrow,
.industry-hub-v2 .section .eyebrow,
.industry-hub-v2 .featured-training .eyebrow {
  color: var(--cm-green-dark);
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.industry-hub-v2 .hub-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.industry-hub-v2 .hub-search-field {
  min-height: 50px;
  border-color: var(--cm-line-strong);
  border-radius: var(--cm-radius);
  background: var(--cm-paper);
}

.industry-hub-v2 .hub-search-field:focus-within {
  border-color: var(--cm-green-dark);
  box-shadow: 0 0 0 3px rgba(54, 209, 127, 0.12);
}

.industry-hub-v2 .hub-search-field input {
  color: var(--cm-ink);
  font-family: var(--cm-body);
}

.industry-hub-v2 .hub-clear-button {
  min-width: 72px;
  border-radius: var(--cm-radius);
  color: var(--cm-ink);
  border-color: var(--cm-line-strong);
  background: var(--cm-white);
}

.industry-hub-v2 .hub-filter-row {
  gap: 7px;
  margin-top: 14px;
}

.industry-hub-v2 .hub-filter-button {
  min-height: 31px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--cm-ink-soft);
  border-color: var(--cm-line);
  background: var(--cm-white);
  font-size: 0.72rem;
  font-weight: 700;
}

.industry-hub-v2 .hub-filter-button:hover,
.industry-hub-v2 .hub-filter-button.active {
  color: #0a4229;
  border-color: rgba(54, 209, 127, 0.45);
  background: rgba(54, 209, 127, 0.12);
}

.industry-hub-v2 .hub-search-meta {
  color: var(--cm-ink-soft);
  font-size: 0.76rem;
}

.industry-hub-v2 .hub-jump-wrap {
  position: sticky;
  z-index: 30;
  top: 68px;
  padding: 0;
  border-block: 1px solid var(--cm-line);
  background: rgba(248, 251, 249, 0.96);
  backdrop-filter: blur(12px);
}

.industry-hub-v2 .hub-jump {
  display: flex;
  min-height: 51px;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.industry-hub-v2 .hub-jump::-webkit-scrollbar,
.industry-hub-v2 .category-strip::-webkit-scrollbar {
  display: none;
}

.industry-hub-v2 .category-strip {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.industry-hub-v2 .category-strip a {
  flex: 0 0 auto;
  white-space: nowrap;
}

.industry-hub-v2 .hub-jump-label {
  position: sticky;
  left: 0;
  flex: 0 0 auto;
  color: var(--cm-ink);
  background: var(--cm-paper);
  font-size: 0.7rem;
  font-weight: 800;
}

.industry-hub-v2 .hub-jump a {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 0;
  border-radius: var(--cm-radius);
  color: var(--cm-ink-soft);
  background: transparent;
  font-size: 0.72rem;
}

.industry-hub-v2 .hub-jump a:hover {
  color: var(--cm-green-dark);
  background: rgba(54, 209, 127, 0.09);
}

.industry-hub-v2 .signal-panel {
  padding: 54px 0;
  background: var(--cm-mist);
}

.industry-hub-v2 .signal-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.industry-hub-v2 .signal-head {
  align-items: end;
  margin-bottom: 24px;
}

.industry-hub-v2 .signal-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--cm-ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.industry-hub-v2 .signal-head p {
  max-width: 720px;
  color: var(--cm-ink-soft);
}

.industry-hub-v2 .signal-status {
  color: var(--cm-green-dark);
  border-color: rgba(54, 209, 127, 0.4);
  background: rgba(54, 209, 127, 0.1);
}

.industry-hub-v2 .signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--cm-line);
  border-radius: var(--cm-radius);
  background: var(--cm-line);
}

.industry-hub-v2 .signal-stat {
  min-height: 164px;
  padding: 22px;
  border: 0;
  border-radius: 0;
  color: var(--cm-ink);
  background: var(--cm-white);
}

.industry-hub-v2 .signal-stat strong {
  color: var(--cm-green-dark);
  font-size: 2.6rem;
}

.industry-hub-v2 .signal-stat span {
  color: var(--cm-ink-soft);
  font-size: 0.86rem;
}

.industry-hub-v2 .signal-stat a {
  color: var(--cm-ink);
  font-size: 0.75rem;
}

.industry-hub-v2 .signal-source-strip {
  margin: 18px 0 0;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid var(--cm-line);
  border-radius: 0;
  background: transparent;
}

.industry-hub-v2 .source-chip {
  border-radius: 999px;
  color: var(--cm-ink-soft);
  border-color: var(--cm-line);
  background: var(--cm-white);
}

.industry-hub-v2 .trust-legend,
.industry-hub-v2 .partner-callout {
  margin-top: 0;
  padding: 23px 0;
  border: 0;
  border-bottom: 1px solid var(--cm-line);
  border-radius: 0;
  background: transparent;
}

.industry-hub-v2 .trust-legend h3,
.industry-hub-v2 .partner-callout h3 {
  font-size: 1rem;
}

.industry-hub-v2 .trust-legend p,
.industry-hub-v2 .partner-callout p {
  color: var(--cm-ink-soft);
  font-size: 0.86rem;
}

.industry-hub-v2 .trust-badge {
  border-radius: 999px;
}

.industry-hub-v2 .section,
.industry-hub-v2 .featured-training {
  padding: 72px 0;
  background: var(--cm-paper);
}

.industry-hub-v2 .section.alt,
.industry-hub-v2 .featured-training {
  background: var(--cm-white);
}

.industry-hub-v2 .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--cm-line);
}

.industry-hub-v2 .section-head h2,
.industry-hub-v2 .featured-training h2 {
  margin: 8px 0 0;
  color: var(--cm-ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.08;
}

.industry-hub-v2 .section-head p,
.industry-hub-v2 .featured-training p {
  color: var(--cm-ink-soft);
  font-size: 1rem;
}

.industry-hub-v2 .agency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.industry-hub-v2 .agency-card,
.industry-hub-v2 .news-card,
.industry-hub-v2 .featured-route-card {
  min-width: 0;
  padding: 21px;
  border: 1px solid var(--cm-line);
  border-radius: var(--cm-radius);
  background: var(--cm-white);
  box-shadow: none;
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.industry-hub-v2 .agency-card:hover,
.industry-hub-v2 .news-card:hover,
.industry-hub-v2 .featured-route-card:hover {
  transform: translateY(-2px);
  border-color: var(--cm-line-strong);
  box-shadow: 0 12px 30px rgba(16, 40, 47, 0.08);
}

.industry-hub-v2 .agency-card h3,
.industry-hub-v2 .news-card h3,
.industry-hub-v2 .featured-route-card h3 {
  margin: 0 0 8px;
  color: var(--cm-ink);
  font-size: 1.02rem;
  line-height: 1.25;
}

.industry-hub-v2 .agency-card p,
.industry-hub-v2 .news-card p,
.industry-hub-v2 .featured-route-card p {
  color: var(--cm-ink-soft);
  font-size: 0.88rem;
  line-height: 1.55;
}

.industry-hub-v2 .agency-card .card-top {
  gap: 10px;
}

.industry-hub-v2 .tag-row {
  gap: 5px;
}

.industry-hub-v2 .tag,
.industry-hub-v2 .best-chip {
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--cm-ink-soft);
  border-color: var(--cm-line);
  background: var(--cm-mist);
  font-size: 0.78rem;
  font-weight: 700;
}

.industry-hub-v2 .source-link,
.industry-hub-v2 .directory-link {
  color: var(--cm-green-dark);
  font-family: var(--cm-heading);
  font-size: 0.76rem;
  font-weight: 800;
}

.industry-hub-v2 .source-link:hover,
.industry-hub-v2 .directory-link:hover {
  color: var(--cm-ink);
}

.industry-hub-v2 .featured-training-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.45fr);
  gap: 54px;
  align-items: start;
}

.industry-hub-v2 .hub-feature-image {
  margin: 24px 0 22px;
  overflow: hidden;
  border-radius: var(--cm-radius);
  aspect-ratio: 16 / 8;
  background: var(--cm-ink);
}

.industry-hub-v2 .hub-feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-hub-v2 .hub-section-image {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: stretch;
  margin: 0 0 28px;
  padding: 0;
}

.industry-hub-v2 .hub-section-image figure {
  min-height: 190px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--cm-radius);
  background: var(--cm-ink);
}

.industry-hub-v2 .hub-section-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.industry-hub-v2 .hub-section-image figcaption {
  align-self: center;
  max-width: 460px;
  color: var(--cm-ink-soft);
  font-family: var(--cm-heading);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
}

.industry-hub-v2 .featured-route-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.industry-hub-v2 .featured-route-card {
  background: var(--cm-paper);
}

.industry-hub-v2 .directory-note,
.industry-hub-v2 .map-panel,
.industry-hub-v2 .apply-panel,
.industry-hub-v2 .revenue-note {
  border-radius: var(--cm-radius);
  box-shadow: none;
}

.industry-hub-v2 #training-routes .agency-card,
.industry-hub-v2 #featured-training-routes .featured-route-card {
  border-top: 3px solid var(--hub-training);
}

.industry-hub-v2 #agency-finder .agency-card {
  border-top: 3px solid var(--hub-agency);
}

.industry-hub-v2 #screen-ecosystem .agency-card,
.industry-hub-v2 #production-support + .agency-grid .agency-card {
  border-top: 3px solid var(--hub-production);
}

.industry-hub-v2 #funding-orgs + .agency-grid .agency-card {
  border-top: 3px solid var(--hub-funding);
}

.industry-hub-v2 #festivals-events + .agency-grid .agency-card,
.industry-hub-v2 #castme-news .news-card {
  border-top: 3px solid var(--hub-events);
}

.industry-hub-v2 h2[id] {
  margin: 46px 0 18px !important;
  color: var(--cm-ink);
  font-family: var(--cm-heading);
  font-size: 1.42rem !important;
  line-height: 1.2;
}

.industry-hub-v2 .news-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.industry-hub-v2 .news-image {
  border-radius: 3px;
}

.industry-hub-v2 .btn {
  border-radius: var(--cm-radius);
}

.industry-hub-v2 .btn-primary {
  color: #08251a;
  background: var(--cm-green);
  border-color: var(--cm-green);
}

.industry-hub-v2 .btn-outline {
  color: var(--cm-ink);
  border-color: var(--cm-line-strong);
  background: var(--cm-white);
}

.industry-hub-v2 footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--cm-night);
}

.industry-hub-v2 footer a:hover {
  color: var(--cm-green);
}

.industry-hub-v2 .hub-card-hidden {
  display: none !important;
}

.industry-hub-v2 .hub-empty-state.show {
  color: #8a3e31;
  border-color: rgba(212, 95, 76, 0.35);
  background: rgba(212, 95, 76, 0.08);
}

@media (max-width: 1080px) {
  .industry-hub-v2 .nav-link {
    padding-inline: 5px;
    font-size: 0.68rem;
  }

  .industry-hub-v2 .signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-hub-v2 .agency-grid,
  .industry-hub-v2 .news-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .industry-hub-v2 .hub-jump-wrap {
    top: 60px;
  }

  .industry-hub-v2 .hub-jump {
    min-height: 39px;
    gap: 6px;
    padding: 5px 0;
  }

  .industry-hub-v2 .hub-jump-label {
    display: none;
  }

  .industry-hub-v2 .hub-jump a {
    min-height: 29px;
    padding: 6px 9px;
    border: 1px solid var(--cm-line);
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.68rem;
    line-height: 1;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .industry-hub-v2 .container {
    width: min(100% - 28px, var(--cm-container));
  }

  .industry-hub-v2 .site-header {
    position: sticky;
  }

  .industry-hub-v2 .nav-menu {
    top: 68px;
    max-height: calc(100vh - 68px);
    gap: 2px;
    padding: 12px 14px 18px;
    overflow-y: auto;
    border-bottom: 1px solid var(--cm-line);
    background: var(--cm-white);
  }

  .industry-hub-v2 .nav-link {
    width: 100%;
    min-height: 42px;
    padding: 11px;
    color: var(--cm-ink);
    font-size: 0.78rem;
  }

  .industry-hub-v2 .nav-link:hover,
  .industry-hub-v2 .nav-link.is-active {
    color: var(--cm-green-dark);
    background: var(--cm-mist);
  }

  .industry-hub-v2 .hero {
    min-height: 0;
    padding: 52px 0 88px;
    background-position: 62% center;
  }

  .industry-hub-v2 .hero h1 {
    font-size: clamp(3.1rem, 16vw, 4.7rem);
  }

  .industry-hub-v2 .hero p {
    font-size: 1rem;
  }

  .industry-hub-v2 .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .industry-hub-v2 .hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .industry-hub-v2 .hub-guide {
    margin-top: -48px;
  }

  .industry-hub-v2 .hub-guide-shell {
    grid-template-columns: 1fr;
  }

  .industry-hub-v2 .hub-start-card,
  .industry-hub-v2 .hub-search-card {
    padding: 23px 20px;
  }

  .industry-hub-v2 .hub-search-row {
    grid-template-columns: 1fr auto;
  }

  .industry-hub-v2 .hub-jump-wrap {
    top: 60px;
  }

  .industry-hub-v2 .hub-jump {
    min-height: 39px;
    gap: 6px;
    padding: 5px 0;
  }

  .industry-hub-v2 .hub-jump-label {
    display: none;
  }

  .industry-hub-v2 .hub-jump a {
    min-height: 29px;
    padding: 6px 9px;
    border: 1px solid var(--cm-line);
    border-radius: 999px;
    background: #ffffff;
    font-size: 0.68rem;
    line-height: 1;
    white-space: nowrap;
  }
  }

  .industry-hub-v2 .signal-panel,
  .industry-hub-v2 .section,
  .industry-hub-v2 .featured-training {
    padding: 50px 0;
  }

  .industry-hub-v2 .signal-head,
  .industry-hub-v2 .section-head,
  .industry-hub-v2 .featured-training-grid {
    display: block;
  }

  .industry-hub-v2 .hub-section-image {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .industry-hub-v2 .hub-section-image figcaption {
    max-width: none;
  }

  .industry-hub-v2 .signal-status {
    margin-top: 14px;
  }

  .industry-hub-v2 .signal-grid,
  .industry-hub-v2 .agency-grid,
  .industry-hub-v2 .news-board,
  .industry-hub-v2 .featured-route-cards {
    grid-template-columns: 1fr;
  }

  .industry-hub-v2 .signal-stat {
    min-height: 0;
  }

  .industry-hub-v2 .section-head {
    margin-bottom: 22px;
  }

  .industry-hub-v2 .agency-card,
  .industry-hub-v2 .news-card,
  .industry-hub-v2 .featured-route-card {
    padding: 18px;
  }
}

@media (max-width: 430px) {
  .industry-hub-v2 .hero-actions {
    grid-template-columns: 1fr;
  }

  .industry-hub-v2 .hero-actions .btn:first-child {
    grid-column: auto;
  }

  .industry-hub-v2 .hub-start-grid {
    grid-template-columns: 1fr;
  }

  .industry-hub-v2 .hub-search-row {
    grid-template-columns: 1fr;
  }
}
