.page-title-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.90) 50%, rgba(246, 246, 247, 0.95) 100%),
    url('https://images.unsplash.com/photo-1558002038-1055e2dae1d7?auto=format&fit=crop&w=1400&q=80') center center / cover no-repeat;
}

.btn-soft-dark {
  display: inline-flex;
  justify-content: center;
}

.service-hero-img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
  max-height: 420px;
}

.detail-gallery {
  margin-top: 2.5rem;
}

.detail-gallery h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin-bottom: 1.2rem;
}

.gallery-grid-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.28s ease;
}

.gallery-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
}

.gallery-grid-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.sidebar-cta-copy {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}
