/* ============================
   Gold Lion – Services Section (Polished)
   ============================ */

.gl-services-section {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--accent-color) 100%);
  padding: 70px 20px;
  text-align: center;
}

.gl-services-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.gl-services-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #111111;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.gl-services-subtitle {
  font-size: 1.15rem;
  color: #111111;
  margin: 0 0 28px 0;
  font-weight: 500;
}

.gl-services-cta {
  display: flex;
  justif
