/* Industrial pest control page additions on top of the shared ant redesign system. */

.industrial-page .ant-r-hero {
  height: 560px;
  min-height: 560px;
}

.industrial-page .ant-r-hero-image {
  object-position: center 50%;
}

.industrial-page .ant-r-hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 28, 61, 0.82), rgba(6, 28, 61, 0.48) 58%, rgba(6, 28, 61, 0.16)),
    linear-gradient(180deg, rgba(6, 28, 61, 0.2), rgba(6, 28, 61, 0.55) 30%, rgba(6, 28, 61, 0.92));
}

.industrial-page .ant-r-hero h1 {
  max-width: 1251px;
  margin: 0;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1.12px;
}

.industrial-page .ant-r-hero h1 span {
  display: block;
}

.industrial-page .ant-r-badges {
  margin-bottom: 0;
}

.industrial-page .ant-r-hero-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 26px;
  padding-top: 18px;
  padding-bottom: 80px;
}

.industrial-page .ant-r-hero p {
  margin: 0;
}

.industrial-page .ant-r-hero .ant-r-button {
  margin-top: 8px;
}

.industrial-hero-ellipse {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: -40px;
  width: 180px;
  height: 180px;
  pointer-events: none;
}

.industrial-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}

.industrial-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #061c3d;
  color: #fff9ee;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.industrial-chip:hover {
  transform: translateY(-2px);
  background: #ffc759;
  color: #061c3d;
}

.industrial-page .ant-r-section--chips {
  padding-bottom: 96px;
}

.industrial-page .ant-sign {
  min-height: 80px;
}

.industrial-page .ant-process-grid article {
  min-height: 334px;
  border-radius: 20px;
}

.industrial-page .faq-grid {
  display: block;
}

.industrial-page .faq-copy {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.industrial-page .faq-list {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 820px) {
  .industrial-page .ant-r-hero {
    height: auto;
    min-height: 0;
  }

  .industrial-page .ant-r-hero-image {
    object-position: 55% center;
  }

  .industrial-page .ant-r-hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 28, 61, 0.82), rgba(6, 28, 61, 0.5) 62%, rgba(6, 28, 61, 0.22)),
      linear-gradient(180deg, rgba(6, 28, 61, 0.44), rgba(6, 28, 61, 0.64) 54%, rgba(6, 28, 61, 0.88));
  }

  .industrial-page .ant-r-hero-content {
    gap: 14px;
    padding-bottom: 36px !important;
  }

  .industrial-page .ant-r-badges {
    gap: 6px;
    margin-bottom: 0;
  }

  .industrial-page .ant-r-badges span {
    padding: 4px 9px;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.72px;
  }

  .industrial-page .ant-r-hero p {
    margin-bottom: 0;
  }

  .industrial-page .ant-r-hero .ant-r-button {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .industrial-page .ant-r-hero-content {
    gap: 8px;
    padding-block: 12px 28px !important;
  }

  .industrial-page .ant-r-hero h1 {
    margin-bottom: 0;
    font-size: 25px !important;
    line-height: 1.04 !important;
  }

  .industrial-page .ant-r-hero h1 span {
    display: inline;
  }

  .industrial-page .ant-r-hero p {
    font-size: 13px !important;
    line-height: 1.3 !important;
  }

  .industrial-hero-ellipse {
    bottom: 12px;
    left: -34px;
    width: 128px;
    height: 128px;
  }

  .industrial-chip-grid {
    justify-content: flex-start;
  }

  .industrial-chip {
    min-height: 32px;
    padding: 7px 12px;
    font-size: 12px;
  }
}
