/**
 * LP #4 — Smart home setup stuck
 */

.tm-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(135deg, rgba(0, 122, 255, 0.88) 0%, rgba(140, 200, 240, 0.80) 100%);
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.tm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://gettaskmonsters.com/assets/images/slider/slider-02.png");
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.tm-section--dark .tm-section-h2.tm-section-title-center {
  text-align: center;
}
