.led-product-page {
  --ipl-pink: #e7a0b1;
  --ipl-pink-soft: #fff8fa;
  --ipl-sage: #e8eadf;
}

.led-product-hero .ipl-product-gallery__main {
  background: #f8eee5;
}

.led-product-gallery__thumbs {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.led-story.ipl-story--problem {
  background: #f7efe9;
}

.led-story.ipl-story--solution {
  background: #f4dce3;
}

.led-story .ipl-story__media img {
  object-position: center;
}

.led-results .ipl-results__background {
  filter: saturate(.78) brightness(.72);
}

.led-results .ipl-before-after__image img {
  object-position: center top;
}

.led-colors {
  padding: clamp(85px, 10vw, 145px) 0;
  background: #fff;
}

.led-colors h2 {
  max-width: 950px;
  margin-bottom: 48px;
}

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

.led-color-card {
  position: relative;
  min-height: 360px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  background: #fffafb;
  border: 1px solid #efe3e6;
}

.led-color-card::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: .3;
  filter: blur(8px);
}

.led-color-card--red::after {
  background: #f34343;
}

.led-color-card--yellow::after {
  background: #f2cb55;
}

.led-color-card--green::after {
  background: #76d69c;
}

.led-color-card--infrared::after {
  background: #d782a0;
}

.led-color-card h3,
.led-color-card ul {
  position: relative;
  z-index: 1;
}

.led-color-card h3 {
  margin: 0 0 24px;
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
}

.led-color-card h3 span {
  display: block;
  margin-top: 5px;
  color: #8b747a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.led-color-card ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  font-size: 14px;
  line-height: 1.65;
}

.led-evidence {
  background: #e7e9db;
}

.led-tutorial {
  background: #fff8fa;
}

@media (max-width: 820px) {
  .led-colors__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .led-product-gallery__thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .led-colors {
    padding: 75px 0;
  }

  .led-colors h2 {
    margin-bottom: 32px;
  }

  .led-color-card {
    min-height: 0;
    padding: 32px 24px;
  }
}
