.service-hero {
  background-image: linear-gradient(0deg, rgba(28, 28, 28, 0.75), rgba(28, 28, 28, 0.75)), url("images/interior-design-decoration-nice-modern-bathroom.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 0;
  text-align: center;
}

.service-hero .service-kicker {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.service-hero .service-title {
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
}

.service-hero .service-subtitle {
  font-size: 1.25rem;
  margin: 20px auto 0;
  max-width: 720px;
}

.service-section {
  background: #f7f7f7;
  padding: 70px 0;
}

.service-section .u-sheet-1 {
  max-width: 1040px;
}

.service-block {
  margin-bottom: 40px;
}

.service-block:last-of-type {
  margin-bottom: 0;
}

.service-section h2 {
  font-size: 2rem;
  margin: 0 auto 10px;
  text-align: center;
}

.service-block > h2 {
  text-align: left;
}

.service-intro {
  font-size: 1.1rem;
  margin: 0 auto 30px;
  max-width: 760px;
  text-align: center;
}

.service-list,
.service-steps {
  margin: 20px 0 0 20px;
  padding-left: 18px;
  font-size: 1.05rem;
  line-height: 1.6;
}

.service-steps li {
  margin-bottom: 8px;
}

.service-card-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 20px;
}

.service-card-grid + .service-cta {
  margin-top: 35px;
}

.service-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.service-card h3 {
  font-size: 1.35rem;
  margin-top: 0;
}

.service-card p {
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}

.service-cta h2 {
  font-size: 1.75rem;
  margin-bottom: 10px;
}

.service-cta p {
  font-size: 1.05rem;
  margin: 0 auto 20px;
  max-width: 720px;
}

.service-cta {
  margin-top: 50px;
  text-align: center;
}

.service-cta .u-btn {
  border-radius: 30px;
  font-size: 1rem;
  padding: 12px 36px;
}

@media (max-width: 767px) {
  .service-hero {
    padding: 70px 0;
  }

  .service-hero .service-title {
    font-size: 2.25rem;
  }

  .service-hero .service-subtitle {
    font-size: 1rem;
    padding: 0 10px;
  }

  .service-card {
    padding: 22px;
  }
}

@media (prefers-color-scheme: dark) {
  .service-section {
    background: #0f0f0f;
  }

  .service-card {
    background: #1c1c1c;
    box-shadow: none;
  }

  .service-card p {
    color: rgba(255, 255, 255, 0.85);
  }
}
