:root {
  --brand-red: #e9454b;
  --brand-dark: #111111;
  --text: #20242b;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f6f7f9;
}

.product-page {
  background: #fff;
  color: var(--text);
  overflow: hidden
}

.product-hero {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end
}

.product-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .08))
}

.product-hero .container {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 42px
}

.product-hero-kicker {
  display: block;
  color: #fff;
  font: 700 12px/1.4 Montserrat, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px
}

.product-hero-title {
  margin: 0;
  color: #fff;
  font: 800 clamp(38px, 5vw, 72px)/1 Montserrat, sans-serif;
  text-transform: uppercase;
  letter-spacing: -.04em
}

.product-hero-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  background: var(--brand-red);
  margin-top: 18px
}

.product-breadcrumb {
  margin: 20px 0 0;
  padding: 0;
  background: transparent
}

.product-breadcrumb .breadcrumb-item,
.product-breadcrumb a {
  color: rgba(255, 255, 255, .85);
  font-size: 13px
}

.product-breadcrumb .breadcrumb-item.active {
  color: #fff
}

.product-section {
  padding: 86px 0
}

.product-section.soft {
  background: var(--soft)
}

.product-intro {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center
}

.product-kicker {
  display: block;
  color: var(--brand-red);
  font: 700 11px/1.4 Montserrat, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.product-title {
  margin: 0;
  color: var(--text);
  font: 800 clamp(30px, 3.5vw, 46px)/1.15 Montserrat, sans-serif;
  letter-spacing: -.035em;
  text-transform: none
}

.product-title::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin: 16px auto 0;
  background: linear-gradient(90deg, var(--brand-red), var(--brand-dark))
}

.product-lead {
  max-width: 680px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8
}

.product-split {
  align-items: center
}

.product-copy {
  padding: 12px 18px
}

.product-copy h3 {
  margin: 0 0 16px;
  color: var(--text);
  font: 800 28px/1.2 Montserrat, sans-serif;
  text-transform: none
}

.product-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 0 0 16px
}

.product-media {
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px;
  box-shadow: 0 16px 42px rgba(16, 24, 40, .1)
}

.product-media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain
}

.product-feature-band {
  background: #111;
  color: #fff;
  padding: 72px 0
}

.product-feature-band.red {
  background: #d91f26
}

.product-feature-band.blue {
  background: #075fa8
}

.product-feature-band.cyan {
  background: #0ba3df;
  color: #06111d
}

.product-feature-band h2 {
  color: inherit;
  text-align: center;
  font: 800 34px/1.2 Montserrat, sans-serif;
  text-transform: none;
  margin: 0 0 38px
}

.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px
}

.product-feature {
  position: relative;
  padding: 22px 22px 22px 58px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06)
}

.product-feature i {
  position: absolute;
  left: 20px;
  top: 24px;
  color: var(--brand-red)
}

.product-feature-band.red .product-feature i,
.product-feature-band.blue .product-feature i {
  color: #fff
}

.product-feature-band.cyan .product-feature {
  border-color: rgba(0, 0, 0, .12);
  background: rgba(255, 255, 255, .2)
}

.product-feature-band.cyan .product-feature i {
  color: #06111d
}

.product-feature h4 {
  color: inherit;
  margin: 0 0 7px;
  font: 700 16px/1.35 Montserrat, sans-serif;
  text-transform: none
}

.product-feature p {
  color: inherit;
  opacity: .86;
  margin: 0;
  font-size: 13px;
  line-height: 1.7
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px
}

.product-gallery figure {
  margin: 0;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  box-shadow: 0 10px 28px rgba(16, 24, 40, .07)
}

.product-gallery img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  display: block
}

.product-cta {
  padding: 70px 0;
  background: linear-gradient(90deg, var(--brand-red), var(--brand-dark));
  color: #fff;
  text-align: center
}

.product-cta h2 {
  color: #fff;
  margin: 0 0 12px;
  font: 800 34px/1.2 Montserrat, sans-serif;
  text-transform: none
}

.product-cta p {
  margin: 0 auto 24px;
  max-width: 650px;
  color: rgba(255, 255, 255, .86)
}

.product-cta a {
  display: inline-block;
  padding: 13px 24px;
  background: #fff;
  color: #111;
  font: 700 13px Montserrat, sans-serif;
  text-transform: uppercase
}

@media(max-width:767px) {
  .product-hero {
    min-height: 300px;
    background-position: center
  }

  .product-hero .container {
    padding-top: 58px;
    padding-bottom: 34px
  }

  .product-section {
    padding: 58px 0
  }

  .product-intro {
    margin-bottom: 32px
  }

  .product-split>[class*="col-"]+[class*="col-"] {
    margin-top: 24px
  }

  .product-copy {
    padding: 0
  }

  .product-feature-grid {
    grid-template-columns: 1fr
  }

  .product-gallery {
    grid-template-columns: 1fr
  }

  .product-gallery img {
    height: auto;
    max-height: 320px
  }

  .product-feature-band {
    padding: 54px 0
  }

  .product-feature-band h2 {
    font-size: 28px
  }
}

/* Khusus section Key Solutions Rexroth */
.rexroth-key-solutions .product-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;

  /* box tetap dipertahankan */
  padding: 22px;
}

.rexroth-key-solutions .product-feature-icon {
  flex: 0 0 50px;
  width: 50px;
  margin-top: 0;
}

.rexroth-key-solutions .product-feature-icon img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.rexroth-key-solutions .product-feature-content {
  flex: 1;
  min-width: 0;
}

.rexroth-key-solutions .product-feature-content h4 {
  margin: 0 0 7px;
}

.rexroth-key-solutions .product-feature-content p {
  margin: 0;
}

@media (max-width: 767px) {
  .rexroth-key-solutions .product-feature {
    gap: 12px;
    padding: 18px;
  }

  .rexroth-key-solutions .product-feature-icon {
    flex-basis: 42px;
    width: 42px;
  }

  .rexroth-key-solutions .product-feature-icon img {
    width: 42px;
    height: 42px;
  }
}