.services-page-intro {
  background: #fff;
  padding: 56px 0 24px;
  text-align: center;
}

.services-page-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}

.services-page-intro h2,
.services-page-process h2,
.services-page-sources h2,
.services-page-cta h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px;
}

.services-page-intro p,
.services-page-section-lead {
  max-width: 820px;
  margin: 0 auto;
  color: #555;
  line-height: 1.75;
  font-size: 1.02rem;
}

.services-page-list {
  background: #fff;
  padding: 24px 0 64px;
}

.services-page-card {
  border: 1px solid #e8edf2;
  border-radius: 14px;
  padding: clamp(24px, 4vw, 36px);
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(10, 10, 10, 0.04);
}

.services-page-card-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 12px;
}

.services-page-card h3 {
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 800;
  margin: 0 0 12px;
}

.services-page-card-head p {
  color: #555;
  line-height: 1.75;
  margin: 0;
}

.services-page-card-note {
  margin: 20px 0 16px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #222;
}

.services-page-card-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.services-page-card-list li {
  position: relative;
  padding-left: 18px;
  color: #444;
  line-height: 1.6;
}

.services-page-card-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 700;
}

.services-page-card-brands {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f5;
  color: #555;
  line-height: 1.6;
}

.services-page-card-brands strong {
  color: #111;
}

.services-page-empty {
  text-align: center;
  color: #888;
  padding: 40px 0;
}

.services-page-brands {
  background: #f8fafc;
  padding: 56px 0;
  text-align: center;
}

.services-page-brands h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.services-page-brand-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.services-page-brand-grid span {
  background: #fff;
  border: 1px solid #e3e8ee;
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #333;
}

.services-page-process {
  background: #fff;
  padding: 64px 0;
  text-align: center;
}

.services-page-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
  text-align: left;
}

.services-page-step {
  border: 1px solid #e8edf2;
  border-radius: 12px;
  padding: 24px 20px;
  background: #fff;
}

.services-page-step-num {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--cyan);
  margin-bottom: 12px;
}

.services-page-step h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 10px;
}

.services-page-step p {
  margin: 0;
  color: #555;
  line-height: 1.65;
  font-size: 0.95rem;
}

.services-page-sources {
  background: #0a0a0a;
  color: #fff;
  padding: 64px 0;
  text-align: center;
}

.services-page-sources .services-page-section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.services-page-source-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.services-page-source {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 24px 16px;
}

.services-page-source-flag {
  font-size: 2rem;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}

.services-page-source h3 {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 8px;
}

.services-page-source p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.55;
}

.services-page-cta {
  background: linear-gradient(135deg, #071018 0%, #0f2430 100%);
  color: #fff;
  padding: 72px 0;
  text-align: center;
}

.services-page-cta p {
  max-width: 720px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.75;
}

.services-page-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.services-page-cta .btn-primary {
  background: var(--cyan);
  color: #0a0a0a;
  border-color: var(--cyan);
}

.services-page-cta-whatsapp {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.75);
}

.services-page-cta-whatsapp:hover {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1100px) {
  .services-page-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-page-source-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .services-page-steps,
  .services-page-source-grid {
    grid-template-columns: 1fr;
  }

  .services-page-cta-actions {
    flex-direction: column;
    align-items: center;
  }

  .services-page-cta-actions .btn {
    width: min(320px, 100%);
    justify-content: center;
  }
}
