.industry-archive {
  background: #fff;
  color: #151515;
  font-family: var(--site-font-body, "Roboto", "Poppins", "Helvetica Neue", Arial, sans-serif);
}

.industry-single {
  background: #fff;
  color: #151515;
  font-family: var(--site-font-body, "Roboto", "Poppins", "Helvetica Neue", Arial, sans-serif);
}

.industry-archive *,
.industry-archive *::before,
.industry-archive *::after,
.industry-single *,
.industry-single *::before,
.industry-single *::after {
  box-sizing: border-box;
}

.industry-cases.container,
.industry-trust.container,
.industry-pagination.container,
.industry-single .container {
  width: min(85%, 1920px);
  margin-right: auto;
  margin-left: auto;
}

.industry-cases.container {
  width: 80%;
  max-width: none;
}

.industry-cases-section {
  padding: clamp(46px, 5vw, 86px) 0 clamp(54px, 5vw, 96px);
  background: #fff;
}

.industry-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 2.2vw, 36px);
}

.industry-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 20, 20, 0.08);
  animation: industry-card-enter 0.68s ease both;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.industry-card:hover {
  border-color: rgba(239, 75, 0, 0.35);
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(20, 20, 20, 0.15);
}

.industry-card__image-link {
  position: relative;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: #d8d8d8;
}

.industry-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1.32;
  object-fit: cover;
  filter: saturate(0.92);
  transition: transform 0.42s ease, filter 0.42s ease;
}

.industry-card:hover .industry-card__image {
  transform: scale(1.05);
  filter: saturate(1.02);
}

.industry-card__badge {
  position: absolute;
  right: 12px;
  top: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: #252525;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.industry-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 18px 20px;
}

.industry-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: #c24a0a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-card h2 {
  min-height: 2.16em;
  margin: 0 0 9px;
  font-size: clamp(20px, 1.6vw, 26px);
  line-height: 1.08;
}

.industry-card h2 a {
  display: -webkit-box;
  color: #111;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.industry-card h2 a:hover,
.industry-card h2 a:focus-visible {
  color: #ef4b00;
}

.industry-card p {
  display: -webkit-box;
  height: calc(1.42em * 2);
  margin: 0 0 18px;
  color: #252525;
  font-size: 13px;
  line-height: 1.42;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.industry-card__actions {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 10px;
  margin-top: auto;
}

.industry-card__primary,
.industry-card__secondary,
.industry-material__copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.industry-card__primary,
.industry-material__copy a {
  border: 1px solid #ef4b00;
  background: #ef4b00;
  color: #fff;
}

.industry-card__secondary {
  border: 1px solid #bf5b25;
  background: #fff;
  color: #bf5b25;
}

.industry-card__primary:hover,
.industry-card__primary:focus-visible,
.industry-card__secondary:hover,
.industry-card__secondary:focus-visible,
.industry-material__copy a:hover,
.industry-material__copy a:focus-visible {
  background: #151515;
  border-color: #151515;
  color: #fff;
  transform: translateY(-2px);
}

.industry-material-section {
  background: #edf1f2;
}

.industry-material {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-height: clamp(280px, 22vw, 380px);
}

.industry-material__image {
  min-height: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18)),
    url("../rpbz/static/picture/ef70b461-94a8-422e-92dd-f8285eeb118c.jpg") center / cover no-repeat;
}

.industry-material__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(38px, 5vw, 82px);
  background:
    linear-gradient(90deg, rgba(21, 66, 72, 0.94), rgba(44, 87, 91, 0.5)),
    url("../rpbz/static/picture/70b48f67-3119-46f8-b624-a48ad09a83e8.png") right center / cover no-repeat;
  color: #fff;
}

.industry-material__copy h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 42px);
  line-height: 1.05;
  text-transform: uppercase;
}

.industry-material__copy p {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.62;
}

.industry-trust-section {
  padding: clamp(42px, 4.5vw, 76px) 0;
  background: #fff;
}

.industry-trust {
  text-align: center;
}

.industry-trust__heading h2 {
  margin: 0 0 6px;
  color: #111;
  font-size: clamp(26px, 2.5vw, 40px);
  line-height: 1;
  text-transform: uppercase;
}

.industry-trust__heading p {
  margin: 0 0 28px;
  color: #777;
  font-size: 13px;
}

.industry-logo-row {
  width: 100%;
  overflow: hidden;
}

.industry-logo-row__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.industry-logo-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 4px 12px;
  color: #8c8c8c;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
  filter: grayscale(1);
  transition: color 0.25s ease, transform 0.25s ease;
}

.industry-logo-row__slide:hover span {
  color: #555;
  transform: translateY(-2px);
}

.industry-detail-overview {
  padding: clamp(34px, 4vw, 62px) 0 clamp(38px, 4vw, 70px);
  background: radial-gradient(circle at 44% 14%, rgba(239, 75, 0, 0.08), transparent 30%), #fff;
}

.industry-detail-layout {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(340px, 0.9fr) minmax(250px, 290px);
  gap: clamp(28px, 3vw, 46px);
  align-items: start;
}

.industry-detail-layout > *,
.industry-application-carousel > *,
.industry-inquiry > *,
.industry-spec > * {
  min-width: 0;
}

.industry-detail-media,
.industry-detail-summary,
.industry-related-products,
.industry-benefit,
.industry-application-card,
.industry-brand-card {
  animation: industry-card-enter 0.7s ease both;
}

.industry-detail-media,
.industry-detail-summary,
.industry-related-products,
.industry-application-swiper,
.industry-detail-gallery,
.industry-detail-thumbs {
  min-width: 0;
  max-width: 100%;
}

.industry-detail-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  background: #f1f3f4;
  box-shadow: 0 18px 44px rgba(15, 24, 30, 0.1);
}

.industry-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
}

.industry-detail-gallery__play {
  position: absolute;
  z-index: 4;
  inset: 50% auto auto 50%;
  display: inline-flex;
  width: 72px;
  height: 72px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.industry-detail-gallery__play::before {
  content: "\f522";
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  border: 0;
  color: #fff;
  font-family: dashicons;
  font-size: 34px;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.industry-detail-thumbs-wrap {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.industry-detail-thumbs {
  width: 100%;
  min-width: 0;
}

.industry-detail-thumbs .swiper-slide {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 6px;
  background: #f4f4f4;
  cursor: pointer;
  opacity: 0.68;
  transition: border-color 0.22s ease, opacity 0.22s ease, transform 0.22s ease;
}

.industry-detail-thumbs .swiper-slide-thumb-active {
  border-color: #ef4b00;
  opacity: 1;
  transform: translateY(-2px);
}

.industry-detail-thumbs img {
  display: block;
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
}

.industry-detail-gallery-prev,
.industry-detail-gallery-next,
.industry-application-prev,
.industry-application-next {
  position: relative;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #2b2b2b;
  box-shadow: 0 12px 28px rgba(20, 20, 20, 0.14);
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.industry-detail-gallery-prev::before,
.industry-detail-gallery-next::before,
.industry-application-prev::before,
.industry-application-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.industry-detail-gallery-prev::before,
.industry-application-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.industry-detail-gallery-next::before,
.industry-application-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.industry-detail-gallery-prev:hover,
.industry-detail-gallery-next:hover,
.industry-application-prev:hover,
.industry-application-next:hover {
  background: #ef4b00;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(239, 75, 0, 0.24);
}

.industry-detail-summary {
  min-width: 0;
}

.industry-detail-summary__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: rgba(239, 75, 0, 0.1);
  color: #ef4b00;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-detail-summary h1 {
  margin: 0 0 10px;
  color: #151515;
  font-size: clamp(30px, 2vw, 46px);
  line-height: 1.06;
}

.industry-detail-summary__lead {
  margin: 0 0 12px;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.industry-detail-checklist {
  display: grid;
  gap: 10px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.industry-detail-checklist li {
  position: relative;
  padding-left: 26px;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

.industry-detail-checklist li::before {
  content: "\f12a";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  color: #ef4b00;
  font-family: dashicons;
  font-size: 18px;
  line-height: 1;
}

.industry-detail-checklist li::after {
  content: none;
}

.industry-detail-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(100%, 250px);
  min-height: 42px;
  margin: 0 0 24px 14px;
  border-radius: 999px;
  background: #ef4b00;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(239, 75, 0, 0.22);
  transition: background-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.industry-detail-cta:hover,
.industry-detail-cta:focus-visible {
  background: #151515;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(20, 20, 20, 0.18);
}

.industry-detail-meta {
  display: grid;
  gap: 10px;
  margin: 0;
  font-size: 13px;
}

.industry-detail-meta div {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
}

.industry-detail-meta dt {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  color: #151515;
  font-weight: 900;
}

.industry-detail-meta dt::before {
  content: none;
}

.industry-detail-meta .dashicons {
  width: 15px;
  height: 15px;
  color: #ef4b00;
  font-size: 15px;
  line-height: 1;
}

.industry-detail-meta dd {
  margin: 0;
  color: #353535;
}

.industry-related-products {
  display: grid;
  gap: 14px;
  padding: 22px 20px;
  border: 1px solid rgba(232, 232, 232, 0.82);
  border-radius: 8px;
  background: rgba(248, 248, 248, 0.78);
  box-shadow: 0 18px 42px rgba(20, 20, 20, 0.06);
}

.industry-related-products h2 {
  margin: 0;
  color: #151515;
  font-size: 16px;
  line-height: 1.2;
}

.industry-related-product {
  position: relative;
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #151515;
  text-decoration: none;
}

.industry-related-product::after {
  content: "";
  position: absolute;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ef4b00;
  border-right: 2px solid #ef4b00;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.industry-related-product:hover::after,
.industry-related-product:focus-visible::after {
  transform: translateX(4px) rotate(45deg);
}

.industry-related-product img {
  display: block;
  width: 70px;
  height: 58px;
  border-radius: 4px;
  object-fit: cover;
  background: #eee;
}

.industry-related-product span {
  display: grid;
  min-width: 0;
  padding-right: 18px;
}

.industry-related-product strong {
  overflow: hidden;
  color: #151515;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.industry-related-product em {
  color: #ef4b00;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.industry-benefits-section {
  padding: clamp(30px, 3vw, 48px) 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.industry-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 40px);
}

.industry-benefit {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.industry-benefit__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid #ef4b00;
  border-radius: 50%;
  color: #ef4b00;
  font-size: 28px;
  line-height: 1;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.industry-benefit:hover .industry-benefit__icon {
  background: #ef4b00;
  color: #fff;
  transform: translateY(-2px);
}

.industry-benefit h2 {
  margin: 0 0 6px;
  color: #151515;
  font-size: 15px;
  line-height: 1.25;
}

.industry-benefit p {
  margin: 0;
  color: #646464;
  font-size: 12px;
  line-height: 1.5;
}

.industry-applications-section,
.industry-brand-section {
  padding: clamp(42px, 4vw, 72px) 0;
  background: #f7f8fa;
}

.industry-section-heading {
  margin-bottom: clamp(24px, 2.5vw, 36px);
  text-align: center;
}

.industry-section-heading h2 {
  margin: 0 0 8px;
  color: #151515;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.1;
}

.industry-section-heading p {
  max-width: 760px;
  margin: 0 auto;
  color: #5b5f63;
  font-size: 14px;
  line-height: 1.65;
}

.industry-application-carousel {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: center;
}

.industry-application-prev,
.industry-application-next {
  flex-shrink: 0;
}

.industry-application-swiper {
  flex: 1 1 0%;
  min-width: 0;
  overflow: hidden;
}

.industry-application-swiper .swiper-slide {
  min-width: 0;
}

.industry-application-card {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 11px 20px rgba(20, 20, 20, 0.08);
    /* transition: transform 0.25s ease, box-shadow 0.25s ease; */
    text-decoration: auto;
}

.industry-application-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(20, 20, 20, 0.13);
}

.industry-application-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.industry-application-card h3 {
  margin: 0;
  padding: 14px 12px;
  color: #151515;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}

.industry-application-pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.industry-application-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  background: #b8bdc2;
  opacity: 1;
}

.industry-application-pagination .swiper-pagination-bullet-active {
  background: #ef4b00;
}

.industry-spec-section {
  padding: clamp(44px, 4vw, 72px) 0;
  background:
    linear-gradient(90deg, rgba(7, 16, 20, 0.9), rgba(21, 31, 37, 0.82)),
    url("../rpbz/static/picture/1780908746294052.png") center / cover no-repeat;
  color: #fff;
}

.industry-spec {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: clamp(34px, 5vw, 90px);
  align-items: center;
}

.industry-spec h2 {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.1;
}

.industry-spec-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 34px;
}

.industry-spec-features span {
  position: relative;
  display: grid;
  gap: 6px;
  padding-left: 46px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

.industry-spec-features span::before {
  content: none;
}

.industry-spec-features .dashicons {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.industry-spec-features strong {
  color: #fff;
  font-size: 14px;
}

.industry-spec-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 14px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
}

.industry-spec-table th,
.industry-spec-table td {
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: left;
}

.industry-spec-table th {
  width: 38%;
  color: rgba(255, 255, 255, 0.88);
}

.industry-brand-section {
  background: #fff;
}

.industry-brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
}

.industry-brand-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd;
  box-shadow: 0 14px 34px rgba(20, 20, 20, 0.09);
}

.industry-brand-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.42;
  object-fit: cover;
  transition: transform 0.36s ease;
}

.industry-brand-card:hover img {
  transform: scale(1.05);
}

.industry-brand-card h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 13px 18px;
  background: #ef4b00;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}

.industry-inquiry-section {
  padding: 0 0 clamp(40px, 4vw, 70px);
  background: #fff;
}

.industry-inquiry {
  display: grid;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: center;
  padding: clamp(28px, 3vw, 44px);
  border-radius: 8px;
  background: linear-gradient(135deg, #ff7b20, #ef4b00);
  color: #fff;
  box-shadow: 0 18px 44px rgba(239, 75, 0, 0.24);
}

.industry-inquiry__intro h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 38px);
  line-height: 1.15;
}

.industry-inquiry__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
}

.industry-inquiry-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.industry-inquiry-form input,
.industry-inquiry-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.96);
  color: #151515;
  font: inherit;
  outline: none;
  resize: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.industry-inquiry-form textarea {
  padding-top: 12px;
}

.industry-inquiry-form input:focus,
.industry-inquiry-form textarea:focus {
  border-color: #151515;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(21, 21, 21, 0.12);
}

.industry-inquiry-form button {
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 5px;
  background: #ef4b00;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.industry-inquiry-form button:hover,
.industry-inquiry-form button:focus-visible {
  background: #151515;
  color: #fff;
  transform: translateY(-2px);
}

.industry-inquiry-form__notice {
  grid-column: 1 / -1;
  margin: 0;
  padding: 10px 12px;
  border-radius: 5px;
  font-weight: 800;
}

.industry-inquiry-form__notice.is-success {
  background: rgba(234, 247, 239, 0.96);
  color: #126a35;
}

.industry-inquiry-form__notice.is-error {
  background: rgba(255, 240, 236, 0.96);
  color: #b53612;
}

.industry-pagination {
  margin-top: 42px;
}

@keyframes industry-fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes industry-card-enter {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1180px) {
  .industry-cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-detail-layout {
    grid-template-columns: minmax(320px, 1fr) minmax(320px, 1fr);
  }

  .industry-related-products,
  .industry-spec {
    grid-column: 1 / -1;
  }

  .industry-benefits,
  .industry-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-inquiry,
  .industry-spec {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 820px) {
  .industry-cases.container,
  .industry-trust.container,
  .industry-pagination.container,
  .industry-single .container {
    width: min(92%, 680px);
  }

  .industry-cases-section {
    padding: 34px 0 52px;
  }

  .industry-cases,
  .industry-material,
  .industry-logo-row,
  .industry-detail-layout,
  .industry-benefits,
  .industry-brand-grid,
  .industry-inquiry-form,
  .industry-spec-features {
    grid-template-columns: 1fr;
  }

  .industry-detail-overview {
    padding-top: 26px;
  }

  .industry-detail-summary h1 {
    font-size: 30px;
  }

  .industry-detail-thumbs-wrap {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
  }

  .industry-application-carousel {
    gap: 8px;
  }

  .industry-detail-gallery-prev,
  .industry-detail-gallery-next,
  .industry-application-prev,
  .industry-application-next {
    width: 34px;
    height: 34px;
  }

  .industry-detail-gallery__play {
    width: 58px;
    height: 58px;
  }

  .industry-detail-meta div {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .industry-benefit {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .industry-benefit__icon {
    width: 50px;
    height: 50px;
  }

  .industry-applications-section,
  .industry-brand-section,
  .industry-spec-section {
    padding: 38px 0;
  }

  .industry-inquiry {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .industry-card__actions {
    grid-template-columns: 1fr;
  }

  .industry-material__image {
    min-height: 230px;
  }

  .industry-material__copy {
    padding: 34px 24px;
  }
}

@media screen and (max-width: 520px) {
  .industry-cases {
    gap: 18px;
  }

  .industry-card__body {
    padding: 16px;
  }

  .industry-related-products {
    padding: 18px 16px;
  }

  .industry-related-product {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .industry-related-product img {
    width: 62px;
    height: 52px;
  }

  .industry-section-heading {
    text-align: left;
  }

  .industry-section-heading p {
    margin-left: 0;
  }

  .industry-spec-table {
    font-size: 12px;
  }

  .industry-spec-table th,
  .industry-spec-table td {
    padding: 10px;
  }
}

/* Industries archive pagination */
.industry-pagination {
  display: flex;
  justify-content: center;
  margin-top: clamp(34px, 4vw, 58px);
}

.industry-pagination .navigation.pagination {
  width: 100%;
  margin: 0;
}

.industry-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.industry-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d9dde0;
  border-radius: 6px;
  background: #fff;
  color: #525a60;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(18, 35, 45, 0.05);
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.industry-pagination .page-numbers.current,
.industry-pagination a.page-numbers:hover,
.industry-pagination a.page-numbers:focus-visible {
  border-color: #ef4b00;
  background: #ef4b00;
  color: #fff;
  box-shadow: 0 10px 24px rgba(239, 75, 0, 0.22);
  transform: translateY(-2px);
}

.industry-pagination .page-numbers.current {
  cursor: default;
}

.industry-pagination .page-numbers.prev,
.industry-pagination .page-numbers.next {
  min-width: 82px;
  padding-right: 18px;
  padding-left: 18px;
}

.industry-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

@media screen and (max-width: 560px) {
  .industry-pagination {
    margin-top: 30px;
  }

  .industry-pagination .nav-links {
    gap: 7px;
  }

  .industry-pagination .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    font-size: 13px;
  }

  .industry-pagination .page-numbers.prev,
  .industry-pagination .page-numbers.next {
    min-width: 72px;
    padding-right: 13px;
    padding-left: 13px;
  }
}

/* Trusted brands carousel navigation */
.industry-logo-carousel {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.industry-logo-prev,
.industry-logo-next {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(239, 75, 0, 0.28);
  border-radius: 50%;
  background: #fff;
  color: #ef4b00;
  box-shadow: 0 10px 26px rgba(20, 20, 20, 0.1);
  cursor: pointer;
  transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.industry-logo-prev::before,
.industry-logo-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.industry-logo-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.industry-logo-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.industry-logo-prev:hover,
.industry-logo-next:hover,
.industry-logo-prev:focus-visible,
.industry-logo-next:focus-visible {
  border-color: #ef4b00;
  background: #ef4b00;
  color: #fff;
  box-shadow: 0 14px 30px rgba(239, 75, 0, 0.24);
  transform: translateY(-2px);
}

.industry-logo-prev:focus-visible,
.industry-logo-next:focus-visible {
  outline: 3px solid rgba(239, 75, 0, 0.2);
  outline-offset: 3px;
}

@media screen and (max-width: 820px) {
  .industry-logo-carousel {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 7px;
  }

  .industry-logo-prev,
  .industry-logo-next {
    width: 36px;
    height: 36px;
  }
}


/* Industry feature video */
.industry-detail-gallery__video-slide,.industry-detail-gallery__video{position:relative;width:100%;height:100%}.industry-detail-gallery__video{display:grid;place-items:center;overflow:hidden;background:#111}.industry-detail-gallery__video-poster,.industry-detail-gallery__video-player{display:block;width:100%;height:100%;object-fit:cover}.industry-detail-gallery__video-player{position:absolute;inset:0;z-index:2;opacity:0;pointer-events:none;background:#000;transition:opacity .22s ease}.industry-detail-gallery__video-play{position:absolute;top:50%;left:50%;z-index:3;display:grid;place-items:center;width:72px;height:72px;padding:0;border:1px solid rgba(255,255,255,.75);border-radius:50%;background:rgba(239,75,0,.92);color:#fff;box-shadow:0 16px 38px rgba(0,0,0,.3);transform:translate(-50%,-50%);transition:transform .2s ease,background .2s ease}.industry-detail-gallery__video-play span{width:0;height:0;margin-left:5px;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:17px solid currentColor}.industry-detail-gallery__video-play:hover,.industry-detail-gallery__video-play:focus-visible{background:#d94300;outline:none;transform:translate(-50%,-50%) scale(1.08)}.industry-detail-gallery__video-slide.is-playing .industry-detail-gallery__video-player{opacity:1;pointer-events:auto}.industry-detail-gallery__video-slide.is-playing .industry-detail-gallery__video-poster,.industry-detail-gallery__video-slide.is-playing .industry-detail-gallery__video-play{opacity:0;pointer-events:none}.industry-detail-thumbs__video{position:relative}.industry-detail-thumbs__video .dashicons{position:absolute;top:50%;left:50%;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(239,75,0,.9);color:#fff;font-size:18px;line-height:30px;transform:translate(-50%,-50%)}@media(max-width:640px){.industry-detail-gallery__video-play{width:58px;height:58px}.industry-detail-gallery__video-play span{border-top-width:9px;border-bottom-width:9px;border-left-width:14px}}
