/* Industries pages */
.industry-page-body {
  background:
    var(--bg-soft);
}

.industries-page {
  overflow: clip;
  background: var(--bg);
}

.industry-hero {
  /* UBAH TINGGI HERO INDUSTRIES DI SINI */
  --industry-hero-height: 400px;
  position: relative;
  isolation: isolate;
  min-height: var(--industry-hero-height);
  display: grid;
  place-items: center;
  padding: calc(var(--header-height) + 34px) 0 62px;
  overflow: hidden;
  color: #fff;
}

.industry-hero__media,
.industry-hero__media img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.industry-hero__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.industry-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    rgba(4, 8, 15, .58);
}

.industry-hero__container {
  display: grid;
  justify-items: center;
  text-align: center;
}

.industry-hero__kicker {
  margin: 0 0 12px;
  color: var(--hero-text-on-media);
  font-family: var(--font-title);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.2;
}

.industry-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: var(--hero-title-size);
  text-shadow: 0 18px 42px rgba(0, 0, 0, .46);
}

.industry-breadcrumb {
  margin-top: 15px;
  color: var(--hero-muted-on-media);
  font-size: 14px;
  font-weight: 700;
}

.industry-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.industry-breadcrumb li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.industry-breadcrumb li + li::before {
  content: "/";
  color: var(--hero-separator-on-media);
}

.industry-breadcrumb a {
  transition: color .2s ease;
}

.industry-breadcrumb a:hover {
  color: #fff;
}

.industry-section {
  position: relative;
  padding: clamp(72px, 7vw, 96px) 0;
  background: var(--bg);
}

/* JARAK SETELAH STICKY NAV KE SECTION RINGKASAN */
.industry-overview {
  padding-top: clamp(44px, 4.6vw, 64px);
}

.industry-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: start;
}

.industry-overview__copy {
  padding-top: 0;
}

.industry-overview__copy .kicker {
  justify-content: flex-start;
  margin-inline: 0;
}

.industry-overview__copy h2 {
  max-width: 780px;
  margin: 0 0 var(--space-title-copy);
  font-size: var(--type-section-title);
  line-height: var(--type-section-title-line);
  text-wrap: var(--type-section-wrap);
}

.industry-overview__copy p:not(.kicker) {
  max-width: 710px;
  margin-bottom: 16px;
  color: var(--text-muted);
  font-size: var(--type-section-lead);
  line-height: 1.68;
}

.industry-overview__visual {
  display: block;
  overflow: hidden;
  border: 1px solid color-mix(in oklab, var(--border) 82%, transparent);
  border-radius: 24px;
  background: color-mix(in oklab, var(--bg-soft) 95%, transparent);
  box-shadow: 0 20px 50px rgba(16, 24, 39, .13);
  content-visibility: auto;
  contain-intrinsic-size: auto 380px;
}

.industry-overview__visual img {
  display: block;
  width: 100%;
  height: clamp(320px, 27vw, 420px);
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.industry-solutions {
  background:
    var(--bg-soft);
}

.industry-solution-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1020px;
  margin-inline: auto;
}

.industry-applications {
  background: var(--bg);
}

.industry-application-grid .field-problem-card,
.industry-solution-grid .field-problem-card {
  grid-template-rows: 154px 1fr;
}

.industry-application-grid .field-problem-card__media,
.industry-solution-grid .field-problem-card__media {
  display: block;
  height: 154px;
  content-visibility: auto;
  contain-intrinsic-size: auto 154px;
}

.industry-application-grid .field-problem-card__media img,
.industry-solution-grid .field-problem-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.industry-application-item,
.industry-solution-item {
  min-height: 0;
}

.industry-application-item .field-problem-card__body,
.industry-solution-item .field-problem-card__body {
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 22px 24px 26px;
}

.industry-application-item h3,
.industry-solution-item h3 {
  width: 100%;
  min-height: 0;
  margin: 0 0 10px;
  text-align: center;
  text-wrap: balance;
}

.industry-application-item p,
.industry-solution-item p {
  width: 100%;
  max-width: 34ch;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

.industry-solution-item .link-arrow {
  align-self: center;
  margin-top: auto;
  padding-top: 20px;
}

.industry-faq {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.industry-solutions,
.industry-applications,
.industry-faq,
.industry-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 780px;
}

.industry-index-page {
  overflow: clip;
  background: var(--bg);
}

.industry-index-hero {
  padding: calc(var(--header-height) + clamp(72px, 8vw, 104px)) 0 clamp(34px, 5vw, 58px);
  background:
    var(--bg-soft);
}

.industry-index-hero__inner {
  max-width: 920px;
  margin-inline: auto;
  text-align: center;
}

.industry-index-hero .kicker {
  margin-bottom: 14px;
}

.industry-index-hero h1 {
  margin: 0 0 18px;
  font-size: var(--hero-title-size);
  line-height: 1.06;
  text-wrap: balance;
}

.industry-index-hero p:not(.kicker) {
  max-width: 780px;
  margin: 0 auto;
  color: var(--text-muted);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.62;
}

.industry-index-showcase {
  padding-top: clamp(52px, 6vw, 84px);
}

.industry-cta .footer-cta__copy h2 {
  max-width: 980px;
}

:root[data-theme="light"] .industries-page,
:root[data-theme="light"] .industry-section,
:root[data-theme="light"] .industry-applications {
  background: #fff;
}

:root[data-theme="light"] .industry-solutions {
  background:
    #f4f8fc;
}

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

@media (max-width: 980px) {
  .industry-hero {
    --industry-hero-height: 420px;
  }

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

  .industry-overview__visual {
    max-width: 720px;
  }

  .industry-overview__visual img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 720px) {
  .industry-hero {
    --industry-hero-height: 360px;
    padding: calc(var(--header-height) + 28px) 0 42px;
  }

  .industry-breadcrumb {
    font-size: 13px;
  }

  .industry-section,
  .industry-applications {
    padding: 72px 0 78px;
  }

  .industry-overview {
    padding-top: 52px;
  }

  .industry-overview__copy h2 {
    font-size: var(--type-section-title);
  }

  .industry-solution-grid,
  .industry-application-grid {
    grid-template-columns: 1fr;
  }

  .industry-application-grid .field-problem-card,
  .industry-solution-grid .field-problem-card {
    grid-template-rows: 180px 1fr;
  }

  .industry-application-grid .field-problem-card__media,
  .industry-solution-grid .field-problem-card__media {
    height: 180px;
    contain-intrinsic-size: auto 180px;
  }

  .industry-application-item .field-problem-card__body,
  .industry-solution-item .field-problem-card__body {
    padding-inline: 22px;
  }
}


@media (prefers-reduced-motion: reduce) {
  .industry-hero__media img {
    transform: none;
  }
}
