/* ===============================
   AJUSTES DE TÍTULOS E SUBTÍTULOS
================================= */

.servicos-titulo {
  font-family: 'The Seasons', serif;
  font-size: 48px;            /* maior e mais elegante */
  font-weight: 600;
  color: #531345;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.servicos-subtitulo {
  font-size: 18px;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.servico-nome {
  font-size: 30px;            /* destaque do serviço */
  font-weight: 600;
  color: #7a1fd6;
  margin-bottom: 18px;
}

.servico-texto {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* Responsivo */
@media (max-width: 768px) {
  .servicos-titulo {
    font-size: 36px;
  }

  .servico-nome {
    font-size: 24px;
  }
}


/* ===============================
   BOTÃO CTA
================================= */

.btn-agendar {
  background-color: #7a1fd6;
  color: #fff;
  border-radius: 50px;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-agendar:hover {
  background-color: #5e16a8;
  transform: translateY(-2px);
}
