.industries-main {
  position: relative;
  padding: 190px 0 96px;
  overflow: hidden;
}

.industries-main--embed {
  padding: 50px 0 0;
}

.industries-main--embed::before {
  display: none;
}

.industries-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/HOME-LIGHT.png") no-repeat center -10%;
  background-size: cover;
  transform: scaleY(-1);
  z-index: 0;
}

.industries-main > .container {
  position: relative;
  z-index: 1;
}

.industries-hero-copy {
  margin: 20px auto 40px;
  text-align: center;
}

.industries-hero-copy h1,
.industries-hero-copy h2,
.industries-main--embed .industries-hero-copy h2 {
  margin: 0;
  line-height: 1.1;
  color: #ffffff;
}

.industries-hero-copy h1,
.industries-main--embed .industries-hero-copy h2 {
  font-size: clamp(34px, 3.8vw, 48px);
  font-weight: 700;
}

.industries-hero-copy h2,
.industries-main--embed .industries-hero-copy h3 {
  margin-top: 8px;
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 400;
}

.industries-main--embed .industries-hero-copy h3 {
  margin: 8px 0 0;
}

.industries-hero-copy p {
  margin: 25px auto 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.industries-layout {
  display: grid;
  margin-top: 100px;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(18px, 2.4vw, 32px);
  align-items: start;
}

.industries-photo {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.industries-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 10;
}

.industries-list-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.industries-list {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.industry-item {
  display: none;
  padding: 12px 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(8, 12, 38, 0.52);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 -10px 18px rgba(255, 255, 255, 0.25),
    0 8px 22px rgba(0, 0, 0, 0.2);
}
.industry-item:hover {
  box-shadow:
    inset 0 -10px 18px rgba(59, 255, 140, 0.25),
    0 8px 22px rgba(0, 0, 0, 0.2);
}

.industry-item + .industry-item {
  margin-top: 10px;
}

.industry-item.is-visible {
  display: block;
}

.industry-item h3 {
  margin: 0;
  font-size: clamp(16px, 1.6vw, 21px);
  line-height: 1.18;
  font-weight: 700;
  color: #ffffff;
}

.industry-item p {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.industries-more-btn {
  margin-top: 30px;
  margin-left: 44px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.industries-more-btn:hover {
  color: #ffffff;
}

@media (max-width: 1100px) {
  .industries-main {
    padding: 132px 0 76px;
  }

  .industries-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 56px;
  }

  .industries-photo {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .industries-list-wrap {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .industries-photo img {
    aspect-ratio: 16 / 9;
  }

  .industries-more-btn {
    margin-left: 16px;
  }
}

@media (max-width: 768px) {
  .industries-main {
    padding: 112px 0 56px;
  }

  .industries-main .sub-title-wrap {
    margin-bottom: 22px;
  }

  .industries-hero-copy {
    margin: 0 0 28px;
  }

  .industries-hero-copy h1,
  .industries-main--embed .industries-hero-copy h2 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .industries-hero-copy h2,
  .industries-main--embed .industries-hero-copy h3 {
    font-size: clamp(26px, 7vw, 34px);
  }

  .industries-hero-copy p {
    margin-top: 14px;
    font-size: 14px;
  }

  .industries-layout {
    margin-top: 28px;
    gap: 12px;
  }

  .industries-photo {
    border-radius: 18px;
  }

  .industries-photo img {
    aspect-ratio: 4 / 3;
  }

  .industry-item {
    border-radius: 18px;
    padding: 12px 14px;
  }

  .industry-item h3 {
    font-size: clamp(18px, 5.8vw, 24px);
  }

  .industry-item p {
    font-size: 12px;
  }

  .industries-more-btn {
    margin-top: 18px;
    margin-left: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .industries-main {
    padding: 104px 0 46px;
  }

  .industries-hero-copy {
    margin-bottom: 20px;
  }

  .industries-hero-copy p {
    font-size: 13px;
    line-height: 1.5;
  }

  .industries-layout {
    margin-top: 20px;
  }

  .industry-item {
    padding: 10px 12px;
  }

  .industry-item + .industry-item {
    margin-top: 8px;
  }

  .industries-more-btn {
    margin-left: 8px;
    font-size: 13px;
  }
}
