/* =============================================
   INDUSTRIES — MOBILE BASE STYLES
   ============================================= */

/* Industry Hero */
.industry_hero {
  background-image: url("../images/hero_bg.webp");
  background-size: cover;
  color: rgb(255, 255, 255);
  padding: 60px 0;
  position: relative;
}
.industry_hero:before {
  content: "";
  display: block;
  background-color: rgba(3, 70, 255, 0.92);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.industry_hero .wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}
.industry_hero .wrap h1 {
  font-size: 2rem;
  line-height: 1.15;
  color: rgb(255, 255, 255);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 12px 0;
}
.industry_hero .wrap p {
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.85;
}

/* Industry Sections */
.industry_section {
  margin: 50px 0 0 0;
}
.industry_section + .industry_section {
  margin: 40px 0 0 0;
  padding: 40px 0 0 0;
  border-top: 1px solid rgb(230, 230, 230);
}
.industry_section .wrap {
  margin: 0 20px;
}

/* Section Header */
.industry_section_header {
  margin: 0 0 25px 0;
}
.industry_section_header h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(3, 70, 255);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 8px 0;
}
.industry_section_header p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(99, 99, 99);
  margin: 0;
}

/* Industry Card */
.industry_card {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 8px;
  overflow: hidden;
}

/* Card Header */
.industry_card_header {
  background-color: rgb(247, 247, 247);
  padding: 25px;
}
.industry_label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgb(3, 70, 255);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 0 0 10px 0;
}
.industry_card_header h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: rgb(56, 56, 56);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

/* Card Body */
.industry_card_body {
  padding: 25px;
}
.industry_card_body p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgb(99, 99, 99);
  margin: 0 0 15px 0;
}
.industry_card_body p:last-of-type {
  margin-bottom: 20px;
}
.industry_card_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.industry_card_body ul li {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(56, 56, 56);
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 0 8px 0;
}
.industry_card_body ul li:last-child {
  margin-bottom: 0;
}
.industry_card_body ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: rgb(3, 70, 255);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Homepage Industry Preview */
.industry_preview {
  background-color: rgb(247, 247, 247);
  margin: 60px 0 0 0;
  padding: 60px 0;
}
.industry_preview .wrap {
  margin: 0 20px;
}
.industry_preview .wrap > header {
  text-align: center;
  margin: 0 0 30px 0;
}
.industry_preview .wrap > header h3 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgb(3, 70, 255);
  margin: 0 0 10px 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.industry_preview .wrap > header h2 {
  font-size: 1.375rem;
  line-height: 1.2;
  color: rgb(56, 56, 56);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px 0;
}
.industry_preview .wrap > header p {
  font-size: 1rem;
  line-height: 1.5;
  color: rgb(99, 99, 99);
}

/* Industry Section Grid */
.industry_section_grid {
  display: grid;
  gap: 15px;
}

/* Preview Cards */
.industry_preview_grid {
  display: grid;
  gap: 10px;
}
.industry_preview_card {
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 25px;
  text-decoration: none;
  display: block;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.industry_preview_card:hover {
  background-color: rgb(240, 240, 248);
}
.industry_preview_card .industry_label {
  margin: 0 0 8px 0;
}
.industry_preview_card h3 {
  font-size: 1.0625rem;
  line-height: 1.25;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgb(56, 56, 56);
  margin: 0 0 8px 0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.industry_preview_card:hover h3 {
  color: rgb(3, 70, 255);
}
.industry_preview_card p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgb(99, 99, 99);
  margin: 0;
}

.industry_preview .industry_view_all {
  text-align: center;
  margin: 30px 0 0 0;
}
.industry_preview .industry_view_all a {
  display: inline-block;
  font-size: 0.9375rem;
  color: rgb(3, 70, 255);
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.industry_preview .industry_view_all a:hover {
  text-decoration: underline;
}
