:root {
  --industry-blue: #0878c9;
  --industry-pale: #eef4f8;
  --industry-text: #555;
}

.industry-page {
  background: #fff;
  color: #333;
}

.industry-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 115 / 19;
  overflow: hidden;
  background: #dce9f6;
}

.industry-hero>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
}

.industry-hero-copy {
  position: absolute;
  top: 35%;
  left: max(7vw, calc((100vw - 1480px) / 2 + 115px));
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 55, 105, .16);
}

.industry-hero-copy h1 {
  margin: 0;
  font-size: clamp(34px, 2.45vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 3px;
}

.industry-hero-copy p {
  margin: 1px 0 0;
  font-size: clamp(17px, 1.15vw, 22px);
  font-weight: 400;
  line-height: 1.45;
}

.industry-shell {
  padding-top: clamp(52px, 6vw, 92px);
  padding-bottom: clamp(60px, 7vw, 110px);
}

.industry-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 54px;
}

.industry-title-block {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

.industry-title-block>span {
  width: 10px;
  height: 44px;
  background: var(--industry-blue);
}

.industry-title-block h1 {
  margin: 0;
  color: #303030;
  font-size: clamp(29px, 2.4vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

.industry-title-block p {
  margin: 5px 0 0;
  color: #555;
  font-size: 16px;
}

.industry-tabs {
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 5px;
  overflow-x: auto;
  padding: 0 2px;
  scrollbar-width: thin;
}

.industry-tab {
  flex: 0 0 auto;
  min-width: 100px;
  padding: 8px 20px;
  border: 1px solid #d9d9d9;
  background: #fff;
  color: #333 !important;
  font-size: 16px;
  line-height: 1.45;
  text-align: center;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.industry-tab.is-active {
  border-color: var(--home-blue, #0869b9);
  background: var(--home-blue, #0869b9);
  color: #fff !important;
}

.industry-list {
  display: grid;
  gap: 15px;
}

.industry-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 34%) 1fr;
  gap: 24px;
  padding-bottom: 22px;
}

.industry-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, #f7fbfd, #9bc6e6);
}

.industry-card-media {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  background: #dfe8ee;
}

.industry-card-media>img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform .35s ease;
}

.industry-card:hover .industry-card-media>img {
  transform: scale(1.025);
}

.industry-card-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0 13px;
  color: #fff;
  background: rgba(220, 224, 227, .9);
}

.industry-card-overlay h2,
.industry-card-content h2 {
  margin: 0;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.5;
  font-weight: 700;
}

.industry-card-overlay h2 {
  width: 80%;
  padding: 5px 30px;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 120, 201, .98) 0%, rgba(0, 120, 201, .72) 55%, rgba(0, 120, 201, 0) 100%);
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-card-overlay p {
  margin: 9px 24px 0;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 1.55;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-card-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 28px 44px;
  background: #f3f3f3;
  color: var(--industry-text) !important;
}

.industry-card-content h2 {
  color: var(--industry-blue);
}

.industry-card-content p {
  display: -webkit-box;
  margin: 14px 0 0;
  overflow: hidden;
  color: #666666;
  font-size: 15px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.industry-card-content>span {
  margin-top: 16px;
  color: var(--industry-blue);
  font-size: 14px;
}

.industry-card-content b {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 400;
}

.industry-empty {
  padding: 80px 30px;
  background: #f4f6f7;
  text-align: center;
}

.industry-empty h2 {
  margin: 0;
  font-size: 22px;
}

.industry-empty p {
  margin: 10px 0 0;
  color: #888;
}

.industry-pagination {
  margin-top: 46px;
  text-align: center;
}

.industry-pagination ul {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.industry-pagination li a,
.industry-pagination li span {
  display: grid;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  place-items: center;
  border: 1px solid #ddd;
  color: #666;
}

.industry-pagination li.active span,
.industry-pagination li a:hover {
  border-color: var(--industry-blue);
  background: var(--industry-blue);
  color: #fff;
}

.industry-detail-heading {
  margin-bottom: 32px;
}

.industry-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 28px;
  color: #999;
  font-size: 14px;
}

.industry-breadcrumb a {
  color: #777;
}

.industry-breadcrumb>span:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-article {
  padding: clamp(28px, 4vw, 64px);
  background: #f7f8f9;
}

.industry-article>header {
  padding-bottom: 26px;
  border-bottom: 1px solid #e2e5e7;
  text-align: center;
}

.industry-article>header h2 {
  margin: 0;
  color: #252525;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.5;
}

.industry-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 28px;
  margin-top: 17px;
  color: #999;
  font-size: 14px;
}

.industry-article-content {
  padding-top: 34px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  overflow-wrap: anywhere;
}

.industry-article-content img,
.industry-article-content video {
  max-width: 100%;
  height: auto;
}

.industry-article-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.industry-adjacent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 32px;
}

.industry-adjacent>div {
  display: flex;
  min-width: 0;
  gap: 12px;
  padding: 18px 22px;
  background: #f3f5f6;
}

.industry-adjacent>div:last-child {
  justify-content: flex-end;
  text-align: right;
}

.industry-adjacent span {
  flex: 0 0 auto;
  color: #999;
}

.industry-adjacent a {
  overflow: hidden;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.industry-adjacent a:hover {
  color: var(--industry-blue);
}

.industry-adjacent em {
  color: #aaa;
  font-style: normal;
}

@media (max-width: 1700px) and (min-width: 1401px) {
  .industry-hero-copy {
    left: calc((100vw - 1400px) / 2 + 115px);
  }
}

@media (max-width: 1400px) {
  .industry-hero-copy {
    left: 115px;
  }
}

@media (max-width: 1200px) {
  .industry-hero-copy {
    left: 24px;
  }
}

@media (max-width: 1000px) {
  .industry-hero-copy {
    left: 30px;
  }

  .industry-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .industry-tabs {
    justify-content: flex-start;
  }

  .industry-tab {
    min-width: 100px;
  }

  .industry-card {
    grid-template-columns: 40% 1fr;
  }

  .industry-card-media {
    min-height: 225px;
  }

  .industry-card-content {
    padding: 24px 28px;
  }

}

@media (max-width: 700px) {
  .industry-shell {
    padding-top: 38px;
  }

  .industry-heading {
    gap: 25px;
    margin-bottom: 34px;
  }

  .industry-title-block>span {
    width: 7px;
    height: 38px;
  }

  .industry-tabs {
    width: 100%;
    gap: 5px;
  }

  .industry-tab {
    flex: 0 0 auto;
    padding: 8px 20px;
  }

  .industry-list {
    gap: 27px;
  }

  .industry-card {
    display: block;
    padding-bottom: 20px;
  }

  .industry-card::after {
    height: 6px;
  }

  .industry-card-media {
    display: block;
    min-height: 205px;
  }

  .industry-card-overlay h2 {
    padding: 9px 20px;
  }

  .industry-card-overlay p {
    margin-inline: 20px;
  }

  .industry-card-content {
    padding: 24px 22px 28px;
  }

  .industry-card-content p {
    margin-top: 13px;
    line-height: 1.75;
  }

  .industry-card-content>span {
    margin-top: 15px;
  }

  .industry-article {
    padding: 25px 18px;
  }

  .industry-adjacent {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .industry-adjacent>div:last-child {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .industry-hero {
    aspect-ratio: 4.5 / 1;
  }
}

@media (max-width: 576px) {
  .industry-hero-copy {
    top: 32%;
    left: 20px;
  }

  .industry-hero-copy h1 {
    font-size: 28px;
  }

  .industry-hero-copy p {
    font-size: 14px;
  }
}
